package-lock.json 151 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316
  1. {
  2. "name": "plaid",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "plaid",
  9. "version": "1.0.0",
  10. "hasInstallScript": true,
  11. "license": "UNLICENSED",
  12. "dependencies": {
  13. "@radiomanifest/radiomanifest": "^0.1.0",
  14. "dom7": "^4.0.4",
  15. "framework7": "^7.1.2",
  16. "framework7-icons": "^5.0.5",
  17. "framework7-vue": "^7.1.2",
  18. "howler": "^2.2.3",
  19. "isomorphic-fetch": "^3.0.0",
  20. "material-icons": "^1.13.1",
  21. "podparse": "^1.5.1",
  22. "skeleton-elements": "^4.0.1",
  23. "swiper": "^8.4.6",
  24. "tailwindcss": "^3.2.4",
  25. "tiny-emitter": "^2.1.0",
  26. "vue": "^3.2.45"
  27. },
  28. "devDependencies": {
  29. "@vitejs/plugin-vue": "^4.0.0",
  30. "@vue/compiler-sfc": "^3.2.45",
  31. "cpy-cli": "^4.2.0",
  32. "cross-env": "^7.0.3",
  33. "eslint": "^8.49.0",
  34. "eslint-config-prettier": "^9.0.0",
  35. "eslint-plugin-vue": "^9.17.0",
  36. "postcss-preset-env": "^7.8.3",
  37. "prettier": "3.0.3",
  38. "vite": "^4.0.4"
  39. }
  40. },
  41. "node_modules/@aashutoshrathi/word-wrap": {
  42. "version": "1.2.6",
  43. "resolved": "http://localhost:4873/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  44. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  45. "dev": true,
  46. "engines": {
  47. "node": ">=0.10.0"
  48. }
  49. },
  50. "node_modules/@alloc/quick-lru": {
  51. "version": "5.2.0",
  52. "resolved": "http://localhost:4873/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  53. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  54. "engines": {
  55. "node": ">=10"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/sindresorhus"
  59. }
  60. },
  61. "node_modules/@babel/code-frame": {
  62. "version": "7.22.13",
  63. "resolved": "http://localhost:4873/@babel/code-frame/-/code-frame-7.22.13.tgz",
  64. "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
  65. "dev": true,
  66. "dependencies": {
  67. "@babel/highlight": "^7.22.13",
  68. "chalk": "^2.4.2"
  69. },
  70. "engines": {
  71. "node": ">=6.9.0"
  72. }
  73. },
  74. "node_modules/@babel/helper-validator-identifier": {
  75. "version": "7.22.15",
  76. "resolved": "http://localhost:4873/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz",
  77. "integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==",
  78. "dev": true,
  79. "engines": {
  80. "node": ">=6.9.0"
  81. }
  82. },
  83. "node_modules/@babel/highlight": {
  84. "version": "7.22.13",
  85. "resolved": "http://localhost:4873/@babel/highlight/-/highlight-7.22.13.tgz",
  86. "integrity": "sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==",
  87. "dev": true,
  88. "dependencies": {
  89. "@babel/helper-validator-identifier": "^7.22.5",
  90. "chalk": "^2.4.2",
  91. "js-tokens": "^4.0.0"
  92. },
  93. "engines": {
  94. "node": ">=6.9.0"
  95. }
  96. },
  97. "node_modules/@babel/parser": {
  98. "version": "7.22.16",
  99. "resolved": "http://localhost:4873/@babel/parser/-/parser-7.22.16.tgz",
  100. "integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==",
  101. "bin": {
  102. "parser": "bin/babel-parser.js"
  103. },
  104. "engines": {
  105. "node": ">=6.0.0"
  106. }
  107. },
  108. "node_modules/@csstools/postcss-cascade-layers": {
  109. "version": "1.1.1",
  110. "resolved": "http://localhost:4873/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
  111. "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
  112. "dev": true,
  113. "dependencies": {
  114. "@csstools/selector-specificity": "^2.0.2",
  115. "postcss-selector-parser": "^6.0.10"
  116. },
  117. "engines": {
  118. "node": "^12 || ^14 || >=16"
  119. },
  120. "funding": {
  121. "type": "opencollective",
  122. "url": "https://opencollective.com/csstools"
  123. },
  124. "peerDependencies": {
  125. "postcss": "^8.2"
  126. }
  127. },
  128. "node_modules/@csstools/postcss-color-function": {
  129. "version": "1.1.1",
  130. "resolved": "http://localhost:4873/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
  131. "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
  132. "dev": true,
  133. "dependencies": {
  134. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  135. "postcss-value-parser": "^4.2.0"
  136. },
  137. "engines": {
  138. "node": "^12 || ^14 || >=16"
  139. },
  140. "funding": {
  141. "type": "opencollective",
  142. "url": "https://opencollective.com/csstools"
  143. },
  144. "peerDependencies": {
  145. "postcss": "^8.2"
  146. }
  147. },
  148. "node_modules/@csstools/postcss-font-format-keywords": {
  149. "version": "1.0.1",
  150. "resolved": "http://localhost:4873/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
  151. "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
  152. "dev": true,
  153. "dependencies": {
  154. "postcss-value-parser": "^4.2.0"
  155. },
  156. "engines": {
  157. "node": "^12 || ^14 || >=16"
  158. },
  159. "funding": {
  160. "type": "opencollective",
  161. "url": "https://opencollective.com/csstools"
  162. },
  163. "peerDependencies": {
  164. "postcss": "^8.2"
  165. }
  166. },
  167. "node_modules/@csstools/postcss-hwb-function": {
  168. "version": "1.0.2",
  169. "resolved": "http://localhost:4873/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
  170. "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
  171. "dev": true,
  172. "dependencies": {
  173. "postcss-value-parser": "^4.2.0"
  174. },
  175. "engines": {
  176. "node": "^12 || ^14 || >=16"
  177. },
  178. "funding": {
  179. "type": "opencollective",
  180. "url": "https://opencollective.com/csstools"
  181. },
  182. "peerDependencies": {
  183. "postcss": "^8.2"
  184. }
  185. },
  186. "node_modules/@csstools/postcss-ic-unit": {
  187. "version": "1.0.1",
  188. "resolved": "http://localhost:4873/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
  189. "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
  190. "dev": true,
  191. "dependencies": {
  192. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  193. "postcss-value-parser": "^4.2.0"
  194. },
  195. "engines": {
  196. "node": "^12 || ^14 || >=16"
  197. },
  198. "funding": {
  199. "type": "opencollective",
  200. "url": "https://opencollective.com/csstools"
  201. },
  202. "peerDependencies": {
  203. "postcss": "^8.2"
  204. }
  205. },
  206. "node_modules/@csstools/postcss-is-pseudo-class": {
  207. "version": "2.0.7",
  208. "resolved": "http://localhost:4873/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
  209. "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
  210. "dev": true,
  211. "dependencies": {
  212. "@csstools/selector-specificity": "^2.0.0",
  213. "postcss-selector-parser": "^6.0.10"
  214. },
  215. "engines": {
  216. "node": "^12 || ^14 || >=16"
  217. },
  218. "funding": {
  219. "type": "opencollective",
  220. "url": "https://opencollective.com/csstools"
  221. },
  222. "peerDependencies": {
  223. "postcss": "^8.2"
  224. }
  225. },
  226. "node_modules/@csstools/postcss-nested-calc": {
  227. "version": "1.0.0",
  228. "resolved": "http://localhost:4873/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
  229. "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
  230. "dev": true,
  231. "dependencies": {
  232. "postcss-value-parser": "^4.2.0"
  233. },
  234. "engines": {
  235. "node": "^12 || ^14 || >=16"
  236. },
  237. "funding": {
  238. "type": "opencollective",
  239. "url": "https://opencollective.com/csstools"
  240. },
  241. "peerDependencies": {
  242. "postcss": "^8.2"
  243. }
  244. },
  245. "node_modules/@csstools/postcss-normalize-display-values": {
  246. "version": "1.0.1",
  247. "resolved": "http://localhost:4873/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
  248. "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
  249. "dev": true,
  250. "dependencies": {
  251. "postcss-value-parser": "^4.2.0"
  252. },
  253. "engines": {
  254. "node": "^12 || ^14 || >=16"
  255. },
  256. "funding": {
  257. "type": "opencollective",
  258. "url": "https://opencollective.com/csstools"
  259. },
  260. "peerDependencies": {
  261. "postcss": "^8.2"
  262. }
  263. },
  264. "node_modules/@csstools/postcss-oklab-function": {
  265. "version": "1.1.1",
  266. "resolved": "http://localhost:4873/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
  267. "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
  268. "dev": true,
  269. "dependencies": {
  270. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  271. "postcss-value-parser": "^4.2.0"
  272. },
  273. "engines": {
  274. "node": "^12 || ^14 || >=16"
  275. },
  276. "funding": {
  277. "type": "opencollective",
  278. "url": "https://opencollective.com/csstools"
  279. },
  280. "peerDependencies": {
  281. "postcss": "^8.2"
  282. }
  283. },
  284. "node_modules/@csstools/postcss-progressive-custom-properties": {
  285. "version": "1.3.0",
  286. "resolved": "http://localhost:4873/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  287. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  288. "dev": true,
  289. "dependencies": {
  290. "postcss-value-parser": "^4.2.0"
  291. },
  292. "engines": {
  293. "node": "^12 || ^14 || >=16"
  294. },
  295. "peerDependencies": {
  296. "postcss": "^8.3"
  297. }
  298. },
  299. "node_modules/@csstools/postcss-stepped-value-functions": {
  300. "version": "1.0.1",
  301. "resolved": "http://localhost:4873/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
  302. "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
  303. "dev": true,
  304. "dependencies": {
  305. "postcss-value-parser": "^4.2.0"
  306. },
  307. "engines": {
  308. "node": "^12 || ^14 || >=16"
  309. },
  310. "funding": {
  311. "type": "opencollective",
  312. "url": "https://opencollective.com/csstools"
  313. },
  314. "peerDependencies": {
  315. "postcss": "^8.2"
  316. }
  317. },
  318. "node_modules/@csstools/postcss-text-decoration-shorthand": {
  319. "version": "1.0.0",
  320. "resolved": "http://localhost:4873/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
  321. "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
  322. "dev": true,
  323. "dependencies": {
  324. "postcss-value-parser": "^4.2.0"
  325. },
  326. "engines": {
  327. "node": "^12 || ^14 || >=16"
  328. },
  329. "funding": {
  330. "type": "opencollective",
  331. "url": "https://opencollective.com/csstools"
  332. },
  333. "peerDependencies": {
  334. "postcss": "^8.2"
  335. }
  336. },
  337. "node_modules/@csstools/postcss-trigonometric-functions": {
  338. "version": "1.0.2",
  339. "resolved": "http://localhost:4873/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
  340. "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
  341. "dev": true,
  342. "dependencies": {
  343. "postcss-value-parser": "^4.2.0"
  344. },
  345. "engines": {
  346. "node": "^14 || >=16"
  347. },
  348. "funding": {
  349. "type": "opencollective",
  350. "url": "https://opencollective.com/csstools"
  351. },
  352. "peerDependencies": {
  353. "postcss": "^8.2"
  354. }
  355. },
  356. "node_modules/@csstools/postcss-unset-value": {
  357. "version": "1.0.2",
  358. "resolved": "http://localhost:4873/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
  359. "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
  360. "dev": true,
  361. "engines": {
  362. "node": "^12 || ^14 || >=16"
  363. },
  364. "funding": {
  365. "type": "opencollective",
  366. "url": "https://opencollective.com/csstools"
  367. },
  368. "peerDependencies": {
  369. "postcss": "^8.2"
  370. }
  371. },
  372. "node_modules/@csstools/selector-specificity": {
  373. "version": "2.2.0",
  374. "resolved": "http://localhost:4873/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
  375. "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
  376. "dev": true,
  377. "engines": {
  378. "node": "^14 || ^16 || >=18"
  379. },
  380. "funding": {
  381. "type": "opencollective",
  382. "url": "https://opencollective.com/csstools"
  383. },
  384. "peerDependencies": {
  385. "postcss-selector-parser": "^6.0.10"
  386. }
  387. },
  388. "node_modules/@esbuild/linux-x64": {
  389. "version": "0.18.20",
  390. "resolved": "http://localhost:4873/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  391. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  392. "cpu": [
  393. "x64"
  394. ],
  395. "dev": true,
  396. "optional": true,
  397. "os": [
  398. "linux"
  399. ],
  400. "engines": {
  401. "node": ">=12"
  402. }
  403. },
  404. "node_modules/@eslint-community/eslint-utils": {
  405. "version": "4.4.0",
  406. "resolved": "http://localhost:4873/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  407. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  408. "dev": true,
  409. "dependencies": {
  410. "eslint-visitor-keys": "^3.3.0"
  411. },
  412. "engines": {
  413. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  414. },
  415. "peerDependencies": {
  416. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  417. }
  418. },
  419. "node_modules/@eslint-community/regexpp": {
  420. "version": "4.8.1",
  421. "resolved": "http://localhost:4873/@eslint-community/regexpp/-/regexpp-4.8.1.tgz",
  422. "integrity": "sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==",
  423. "dev": true,
  424. "engines": {
  425. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  426. }
  427. },
  428. "node_modules/@eslint/eslintrc": {
  429. "version": "2.1.2",
  430. "resolved": "http://localhost:4873/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
  431. "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
  432. "dev": true,
  433. "dependencies": {
  434. "ajv": "^6.12.4",
  435. "debug": "^4.3.2",
  436. "espree": "^9.6.0",
  437. "globals": "^13.19.0",
  438. "ignore": "^5.2.0",
  439. "import-fresh": "^3.2.1",
  440. "js-yaml": "^4.1.0",
  441. "minimatch": "^3.1.2",
  442. "strip-json-comments": "^3.1.1"
  443. },
  444. "engines": {
  445. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  446. },
  447. "funding": {
  448. "url": "https://opencollective.com/eslint"
  449. }
  450. },
  451. "node_modules/@eslint/js": {
  452. "version": "8.49.0",
  453. "resolved": "http://localhost:4873/@eslint/js/-/js-8.49.0.tgz",
  454. "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
  455. "dev": true,
  456. "engines": {
  457. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  458. }
  459. },
  460. "node_modules/@humanwhocodes/config-array": {
  461. "version": "0.11.11",
  462. "resolved": "http://localhost:4873/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
  463. "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
  464. "dev": true,
  465. "dependencies": {
  466. "@humanwhocodes/object-schema": "^1.2.1",
  467. "debug": "^4.1.1",
  468. "minimatch": "^3.0.5"
  469. },
  470. "engines": {
  471. "node": ">=10.10.0"
  472. }
  473. },
  474. "node_modules/@humanwhocodes/module-importer": {
  475. "version": "1.0.1",
  476. "resolved": "http://localhost:4873/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  477. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  478. "dev": true,
  479. "engines": {
  480. "node": ">=12.22"
  481. },
  482. "funding": {
  483. "type": "github",
  484. "url": "https://github.com/sponsors/nzakas"
  485. }
  486. },
  487. "node_modules/@humanwhocodes/object-schema": {
  488. "version": "1.2.1",
  489. "resolved": "http://localhost:4873/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  490. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  491. "dev": true
  492. },
  493. "node_modules/@jridgewell/gen-mapping": {
  494. "version": "0.3.3",
  495. "resolved": "http://localhost:4873/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  496. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  497. "dependencies": {
  498. "@jridgewell/set-array": "^1.0.1",
  499. "@jridgewell/sourcemap-codec": "^1.4.10",
  500. "@jridgewell/trace-mapping": "^0.3.9"
  501. },
  502. "engines": {
  503. "node": ">=6.0.0"
  504. }
  505. },
  506. "node_modules/@jridgewell/resolve-uri": {
  507. "version": "3.1.1",
  508. "resolved": "http://localhost:4873/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
  509. "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
  510. "engines": {
  511. "node": ">=6.0.0"
  512. }
  513. },
  514. "node_modules/@jridgewell/set-array": {
  515. "version": "1.1.2",
  516. "resolved": "http://localhost:4873/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  517. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  518. "engines": {
  519. "node": ">=6.0.0"
  520. }
  521. },
  522. "node_modules/@jridgewell/sourcemap-codec": {
  523. "version": "1.4.15",
  524. "resolved": "http://localhost:4873/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  525. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  526. },
  527. "node_modules/@jridgewell/trace-mapping": {
  528. "version": "0.3.19",
  529. "resolved": "http://localhost:4873/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz",
  530. "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==",
  531. "dependencies": {
  532. "@jridgewell/resolve-uri": "^3.1.0",
  533. "@jridgewell/sourcemap-codec": "^1.4.14"
  534. }
  535. },
  536. "node_modules/@nodelib/fs.scandir": {
  537. "version": "2.1.5",
  538. "resolved": "http://localhost:4873/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  539. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  540. "dependencies": {
  541. "@nodelib/fs.stat": "2.0.5",
  542. "run-parallel": "^1.1.9"
  543. },
  544. "engines": {
  545. "node": ">= 8"
  546. }
  547. },
  548. "node_modules/@nodelib/fs.stat": {
  549. "version": "2.0.5",
  550. "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  551. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  552. "engines": {
  553. "node": ">= 8"
  554. }
  555. },
  556. "node_modules/@nodelib/fs.walk": {
  557. "version": "1.2.8",
  558. "resolved": "http://localhost:4873/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  559. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  560. "dependencies": {
  561. "@nodelib/fs.scandir": "2.1.5",
  562. "fastq": "^1.6.0"
  563. },
  564. "engines": {
  565. "node": ">= 8"
  566. }
  567. },
  568. "node_modules/@radiomanifest/radiomanifest": {
  569. "version": "0.1.0",
  570. "resolved": "http://localhost:4873/@radiomanifest/radiomanifest/-/radiomanifest-0.1.0.tgz",
  571. "integrity": "sha512-253p03eXktT4VrfjpJ7ZSUSiLmoPu47pafdFVGJbb09KH3vs3tFrCLaaQy/vAe63GLfudrHKZD528D+xO/TWAQ==",
  572. "dependencies": {
  573. "ical.js": "^1.5.0",
  574. "isomorphic-unfetch": "^3.1.0"
  575. }
  576. },
  577. "node_modules/@rgrove/parse-xml": {
  578. "version": "3.0.0",
  579. "resolved": "http://localhost:4873/@rgrove/parse-xml/-/parse-xml-3.0.0.tgz",
  580. "integrity": "sha512-GFGDywRwGbuGq9yeL8wTjjLOsZ5Ps4O5tQ71eDcAfaZrZeA7Oe8QJzrnmFgplWtnoaBIBaFBB3n5Ht9iU4jLLw==",
  581. "engines": {
  582. "node": ">=12.0.0"
  583. }
  584. },
  585. "node_modules/@types/minimist": {
  586. "version": "1.2.2",
  587. "resolved": "http://localhost:4873/@types/minimist/-/minimist-1.2.2.tgz",
  588. "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
  589. "dev": true
  590. },
  591. "node_modules/@types/normalize-package-data": {
  592. "version": "2.4.1",
  593. "resolved": "http://localhost:4873/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
  594. "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
  595. "dev": true
  596. },
  597. "node_modules/@vitejs/plugin-vue": {
  598. "version": "4.3.4",
  599. "resolved": "http://localhost:4873/@vitejs/plugin-vue/-/plugin-vue-4.3.4.tgz",
  600. "integrity": "sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==",
  601. "dev": true,
  602. "engines": {
  603. "node": "^14.18.0 || >=16.0.0"
  604. },
  605. "peerDependencies": {
  606. "vite": "^4.0.0",
  607. "vue": "^3.2.25"
  608. }
  609. },
  610. "node_modules/@vue/compiler-core": {
  611. "version": "3.3.4",
  612. "resolved": "http://localhost:4873/@vue/compiler-core/-/compiler-core-3.3.4.tgz",
  613. "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==",
  614. "dependencies": {
  615. "@babel/parser": "^7.21.3",
  616. "@vue/shared": "3.3.4",
  617. "estree-walker": "^2.0.2",
  618. "source-map-js": "^1.0.2"
  619. }
  620. },
  621. "node_modules/@vue/compiler-dom": {
  622. "version": "3.3.4",
  623. "resolved": "http://localhost:4873/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz",
  624. "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==",
  625. "dependencies": {
  626. "@vue/compiler-core": "3.3.4",
  627. "@vue/shared": "3.3.4"
  628. }
  629. },
  630. "node_modules/@vue/compiler-sfc": {
  631. "version": "3.3.4",
  632. "resolved": "http://localhost:4873/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz",
  633. "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==",
  634. "dependencies": {
  635. "@babel/parser": "^7.20.15",
  636. "@vue/compiler-core": "3.3.4",
  637. "@vue/compiler-dom": "3.3.4",
  638. "@vue/compiler-ssr": "3.3.4",
  639. "@vue/reactivity-transform": "3.3.4",
  640. "@vue/shared": "3.3.4",
  641. "estree-walker": "^2.0.2",
  642. "magic-string": "^0.30.0",
  643. "postcss": "^8.1.10",
  644. "source-map-js": "^1.0.2"
  645. }
  646. },
  647. "node_modules/@vue/compiler-ssr": {
  648. "version": "3.3.4",
  649. "resolved": "http://localhost:4873/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz",
  650. "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==",
  651. "dependencies": {
  652. "@vue/compiler-dom": "3.3.4",
  653. "@vue/shared": "3.3.4"
  654. }
  655. },
  656. "node_modules/@vue/reactivity": {
  657. "version": "3.3.4",
  658. "resolved": "http://localhost:4873/@vue/reactivity/-/reactivity-3.3.4.tgz",
  659. "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==",
  660. "dependencies": {
  661. "@vue/shared": "3.3.4"
  662. }
  663. },
  664. "node_modules/@vue/reactivity-transform": {
  665. "version": "3.3.4",
  666. "resolved": "http://localhost:4873/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz",
  667. "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==",
  668. "dependencies": {
  669. "@babel/parser": "^7.20.15",
  670. "@vue/compiler-core": "3.3.4",
  671. "@vue/shared": "3.3.4",
  672. "estree-walker": "^2.0.2",
  673. "magic-string": "^0.30.0"
  674. }
  675. },
  676. "node_modules/@vue/runtime-core": {
  677. "version": "3.3.4",
  678. "resolved": "http://localhost:4873/@vue/runtime-core/-/runtime-core-3.3.4.tgz",
  679. "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==",
  680. "dependencies": {
  681. "@vue/reactivity": "3.3.4",
  682. "@vue/shared": "3.3.4"
  683. }
  684. },
  685. "node_modules/@vue/runtime-dom": {
  686. "version": "3.3.4",
  687. "resolved": "http://localhost:4873/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz",
  688. "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==",
  689. "dependencies": {
  690. "@vue/runtime-core": "3.3.4",
  691. "@vue/shared": "3.3.4",
  692. "csstype": "^3.1.1"
  693. }
  694. },
  695. "node_modules/@vue/server-renderer": {
  696. "version": "3.3.4",
  697. "resolved": "http://localhost:4873/@vue/server-renderer/-/server-renderer-3.3.4.tgz",
  698. "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==",
  699. "dependencies": {
  700. "@vue/compiler-ssr": "3.3.4",
  701. "@vue/shared": "3.3.4"
  702. },
  703. "peerDependencies": {
  704. "vue": "3.3.4"
  705. }
  706. },
  707. "node_modules/@vue/shared": {
  708. "version": "3.3.4",
  709. "resolved": "http://localhost:4873/@vue/shared/-/shared-3.3.4.tgz",
  710. "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ=="
  711. },
  712. "node_modules/acorn": {
  713. "version": "8.10.0",
  714. "resolved": "http://localhost:4873/acorn/-/acorn-8.10.0.tgz",
  715. "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
  716. "dev": true,
  717. "bin": {
  718. "acorn": "bin/acorn"
  719. },
  720. "engines": {
  721. "node": ">=0.4.0"
  722. }
  723. },
  724. "node_modules/acorn-jsx": {
  725. "version": "5.3.2",
  726. "resolved": "http://localhost:4873/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  727. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  728. "dev": true,
  729. "peerDependencies": {
  730. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  731. }
  732. },
  733. "node_modules/aggregate-error": {
  734. "version": "4.0.1",
  735. "resolved": "http://localhost:4873/aggregate-error/-/aggregate-error-4.0.1.tgz",
  736. "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==",
  737. "dev": true,
  738. "dependencies": {
  739. "clean-stack": "^4.0.0",
  740. "indent-string": "^5.0.0"
  741. },
  742. "engines": {
  743. "node": ">=12"
  744. },
  745. "funding": {
  746. "url": "https://github.com/sponsors/sindresorhus"
  747. }
  748. },
  749. "node_modules/ajv": {
  750. "version": "6.12.6",
  751. "resolved": "http://localhost:4873/ajv/-/ajv-6.12.6.tgz",
  752. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  753. "dev": true,
  754. "dependencies": {
  755. "fast-deep-equal": "^3.1.1",
  756. "fast-json-stable-stringify": "^2.0.0",
  757. "json-schema-traverse": "^0.4.1",
  758. "uri-js": "^4.2.2"
  759. },
  760. "funding": {
  761. "type": "github",
  762. "url": "https://github.com/sponsors/epoberezkin"
  763. }
  764. },
  765. "node_modules/ansi-regex": {
  766. "version": "5.0.1",
  767. "resolved": "http://localhost:4873/ansi-regex/-/ansi-regex-5.0.1.tgz",
  768. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  769. "dev": true,
  770. "engines": {
  771. "node": ">=8"
  772. }
  773. },
  774. "node_modules/ansi-styles": {
  775. "version": "3.2.1",
  776. "resolved": "http://localhost:4873/ansi-styles/-/ansi-styles-3.2.1.tgz",
  777. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  778. "dev": true,
  779. "dependencies": {
  780. "color-convert": "^1.9.0"
  781. },
  782. "engines": {
  783. "node": ">=4"
  784. }
  785. },
  786. "node_modules/any-promise": {
  787. "version": "1.3.0",
  788. "resolved": "http://localhost:4873/any-promise/-/any-promise-1.3.0.tgz",
  789. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
  790. },
  791. "node_modules/anymatch": {
  792. "version": "3.1.3",
  793. "resolved": "http://localhost:4873/anymatch/-/anymatch-3.1.3.tgz",
  794. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  795. "dependencies": {
  796. "normalize-path": "^3.0.0",
  797. "picomatch": "^2.0.4"
  798. },
  799. "engines": {
  800. "node": ">= 8"
  801. }
  802. },
  803. "node_modules/arg": {
  804. "version": "5.0.2",
  805. "resolved": "http://localhost:4873/arg/-/arg-5.0.2.tgz",
  806. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  807. },
  808. "node_modules/argparse": {
  809. "version": "2.0.1",
  810. "resolved": "http://localhost:4873/argparse/-/argparse-2.0.1.tgz",
  811. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  812. "dev": true
  813. },
  814. "node_modules/arrify": {
  815. "version": "3.0.0",
  816. "resolved": "http://localhost:4873/arrify/-/arrify-3.0.0.tgz",
  817. "integrity": "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==",
  818. "dev": true,
  819. "engines": {
  820. "node": ">=12"
  821. },
  822. "funding": {
  823. "url": "https://github.com/sponsors/sindresorhus"
  824. }
  825. },
  826. "node_modules/autoprefixer": {
  827. "version": "10.4.15",
  828. "resolved": "http://localhost:4873/autoprefixer/-/autoprefixer-10.4.15.tgz",
  829. "integrity": "sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==",
  830. "dev": true,
  831. "funding": [
  832. {
  833. "type": "opencollective",
  834. "url": "https://opencollective.com/postcss/"
  835. },
  836. {
  837. "type": "tidelift",
  838. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  839. },
  840. {
  841. "type": "github",
  842. "url": "https://github.com/sponsors/ai"
  843. }
  844. ],
  845. "dependencies": {
  846. "browserslist": "^4.21.10",
  847. "caniuse-lite": "^1.0.30001520",
  848. "fraction.js": "^4.2.0",
  849. "normalize-range": "^0.1.2",
  850. "picocolors": "^1.0.0",
  851. "postcss-value-parser": "^4.2.0"
  852. },
  853. "bin": {
  854. "autoprefixer": "bin/autoprefixer"
  855. },
  856. "engines": {
  857. "node": "^10 || ^12 || >=14"
  858. },
  859. "peerDependencies": {
  860. "postcss": "^8.1.0"
  861. }
  862. },
  863. "node_modules/balanced-match": {
  864. "version": "1.0.2",
  865. "resolved": "http://localhost:4873/balanced-match/-/balanced-match-1.0.2.tgz",
  866. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  867. },
  868. "node_modules/binary-extensions": {
  869. "version": "2.2.0",
  870. "resolved": "http://localhost:4873/binary-extensions/-/binary-extensions-2.2.0.tgz",
  871. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  872. "engines": {
  873. "node": ">=8"
  874. }
  875. },
  876. "node_modules/boolbase": {
  877. "version": "1.0.0",
  878. "resolved": "http://localhost:4873/boolbase/-/boolbase-1.0.0.tgz",
  879. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  880. "dev": true
  881. },
  882. "node_modules/brace-expansion": {
  883. "version": "1.1.11",
  884. "resolved": "http://localhost:4873/brace-expansion/-/brace-expansion-1.1.11.tgz",
  885. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  886. "dependencies": {
  887. "balanced-match": "^1.0.0",
  888. "concat-map": "0.0.1"
  889. }
  890. },
  891. "node_modules/braces": {
  892. "version": "3.0.2",
  893. "resolved": "http://localhost:4873/braces/-/braces-3.0.2.tgz",
  894. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  895. "dependencies": {
  896. "fill-range": "^7.0.1"
  897. },
  898. "engines": {
  899. "node": ">=8"
  900. }
  901. },
  902. "node_modules/browserslist": {
  903. "version": "4.21.10",
  904. "resolved": "http://localhost:4873/browserslist/-/browserslist-4.21.10.tgz",
  905. "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==",
  906. "dev": true,
  907. "funding": [
  908. {
  909. "type": "opencollective",
  910. "url": "https://opencollective.com/browserslist"
  911. },
  912. {
  913. "type": "tidelift",
  914. "url": "https://tidelift.com/funding/github/npm/browserslist"
  915. },
  916. {
  917. "type": "github",
  918. "url": "https://github.com/sponsors/ai"
  919. }
  920. ],
  921. "dependencies": {
  922. "caniuse-lite": "^1.0.30001517",
  923. "electron-to-chromium": "^1.4.477",
  924. "node-releases": "^2.0.13",
  925. "update-browserslist-db": "^1.0.11"
  926. },
  927. "bin": {
  928. "browserslist": "cli.js"
  929. },
  930. "engines": {
  931. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  932. }
  933. },
  934. "node_modules/callsites": {
  935. "version": "3.1.0",
  936. "resolved": "http://localhost:4873/callsites/-/callsites-3.1.0.tgz",
  937. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  938. "dev": true,
  939. "engines": {
  940. "node": ">=6"
  941. }
  942. },
  943. "node_modules/camelcase": {
  944. "version": "6.3.0",
  945. "resolved": "http://localhost:4873/camelcase/-/camelcase-6.3.0.tgz",
  946. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  947. "dev": true,
  948. "engines": {
  949. "node": ">=10"
  950. },
  951. "funding": {
  952. "url": "https://github.com/sponsors/sindresorhus"
  953. }
  954. },
  955. "node_modules/camelcase-css": {
  956. "version": "2.0.1",
  957. "resolved": "http://localhost:4873/camelcase-css/-/camelcase-css-2.0.1.tgz",
  958. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  959. "engines": {
  960. "node": ">= 6"
  961. }
  962. },
  963. "node_modules/camelcase-keys": {
  964. "version": "7.0.2",
  965. "resolved": "http://localhost:4873/camelcase-keys/-/camelcase-keys-7.0.2.tgz",
  966. "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==",
  967. "dev": true,
  968. "dependencies": {
  969. "camelcase": "^6.3.0",
  970. "map-obj": "^4.1.0",
  971. "quick-lru": "^5.1.1",
  972. "type-fest": "^1.2.1"
  973. },
  974. "engines": {
  975. "node": ">=12"
  976. },
  977. "funding": {
  978. "url": "https://github.com/sponsors/sindresorhus"
  979. }
  980. },
  981. "node_modules/caniuse-lite": {
  982. "version": "1.0.30001534",
  983. "resolved": "http://localhost:4873/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz",
  984. "integrity": "sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==",
  985. "dev": true,
  986. "funding": [
  987. {
  988. "type": "opencollective",
  989. "url": "https://opencollective.com/browserslist"
  990. },
  991. {
  992. "type": "tidelift",
  993. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  994. },
  995. {
  996. "type": "github",
  997. "url": "https://github.com/sponsors/ai"
  998. }
  999. ]
  1000. },
  1001. "node_modules/chalk": {
  1002. "version": "2.4.2",
  1003. "resolved": "http://localhost:4873/chalk/-/chalk-2.4.2.tgz",
  1004. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  1005. "dev": true,
  1006. "dependencies": {
  1007. "ansi-styles": "^3.2.1",
  1008. "escape-string-regexp": "^1.0.5",
  1009. "supports-color": "^5.3.0"
  1010. },
  1011. "engines": {
  1012. "node": ">=4"
  1013. }
  1014. },
  1015. "node_modules/chalk/node_modules/escape-string-regexp": {
  1016. "version": "1.0.5",
  1017. "resolved": "http://localhost:4873/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  1018. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  1019. "dev": true,
  1020. "engines": {
  1021. "node": ">=0.8.0"
  1022. }
  1023. },
  1024. "node_modules/chokidar": {
  1025. "version": "3.5.3",
  1026. "resolved": "http://localhost:4873/chokidar/-/chokidar-3.5.3.tgz",
  1027. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  1028. "funding": [
  1029. {
  1030. "type": "individual",
  1031. "url": "https://paulmillr.com/funding/"
  1032. }
  1033. ],
  1034. "dependencies": {
  1035. "anymatch": "~3.1.2",
  1036. "braces": "~3.0.2",
  1037. "glob-parent": "~5.1.2",
  1038. "is-binary-path": "~2.1.0",
  1039. "is-glob": "~4.0.1",
  1040. "normalize-path": "~3.0.0",
  1041. "readdirp": "~3.6.0"
  1042. },
  1043. "engines": {
  1044. "node": ">= 8.10.0"
  1045. },
  1046. "optionalDependencies": {
  1047. "fsevents": "~2.3.2"
  1048. }
  1049. },
  1050. "node_modules/clean-stack": {
  1051. "version": "4.2.0",
  1052. "resolved": "http://localhost:4873/clean-stack/-/clean-stack-4.2.0.tgz",
  1053. "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==",
  1054. "dev": true,
  1055. "dependencies": {
  1056. "escape-string-regexp": "5.0.0"
  1057. },
  1058. "engines": {
  1059. "node": ">=12"
  1060. },
  1061. "funding": {
  1062. "url": "https://github.com/sponsors/sindresorhus"
  1063. }
  1064. },
  1065. "node_modules/color-convert": {
  1066. "version": "1.9.3",
  1067. "resolved": "http://localhost:4873/color-convert/-/color-convert-1.9.3.tgz",
  1068. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  1069. "dev": true,
  1070. "dependencies": {
  1071. "color-name": "1.1.3"
  1072. }
  1073. },
  1074. "node_modules/color-name": {
  1075. "version": "1.1.3",
  1076. "resolved": "http://localhost:4873/color-name/-/color-name-1.1.3.tgz",
  1077. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  1078. "dev": true
  1079. },
  1080. "node_modules/commander": {
  1081. "version": "4.1.1",
  1082. "resolved": "http://localhost:4873/commander/-/commander-4.1.1.tgz",
  1083. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  1084. "engines": {
  1085. "node": ">= 6"
  1086. }
  1087. },
  1088. "node_modules/concat-map": {
  1089. "version": "0.0.1",
  1090. "resolved": "http://localhost:4873/concat-map/-/concat-map-0.0.1.tgz",
  1091. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  1092. },
  1093. "node_modules/cp-file": {
  1094. "version": "9.1.0",
  1095. "resolved": "http://localhost:4873/cp-file/-/cp-file-9.1.0.tgz",
  1096. "integrity": "sha512-3scnzFj/94eb7y4wyXRWwvzLFaQp87yyfTnChIjlfYrVqp5lVO3E2hIJMeQIltUT0K2ZAB3An1qXcBmwGyvuwA==",
  1097. "dev": true,
  1098. "dependencies": {
  1099. "graceful-fs": "^4.1.2",
  1100. "make-dir": "^3.0.0",
  1101. "nested-error-stacks": "^2.0.0",
  1102. "p-event": "^4.1.0"
  1103. },
  1104. "engines": {
  1105. "node": ">=10"
  1106. },
  1107. "funding": {
  1108. "url": "https://github.com/sponsors/sindresorhus"
  1109. }
  1110. },
  1111. "node_modules/cpy": {
  1112. "version": "9.0.1",
  1113. "resolved": "http://localhost:4873/cpy/-/cpy-9.0.1.tgz",
  1114. "integrity": "sha512-D9U0DR5FjTCN3oMTcFGktanHnAG5l020yvOCR1zKILmAyPP7I/9pl6NFgRbDcmSENtbK1sQLBz1p9HIOlroiNg==",
  1115. "dev": true,
  1116. "dependencies": {
  1117. "arrify": "^3.0.0",
  1118. "cp-file": "^9.1.0",
  1119. "globby": "^13.1.1",
  1120. "junk": "^4.0.0",
  1121. "micromatch": "^4.0.4",
  1122. "nested-error-stacks": "^2.1.0",
  1123. "p-filter": "^3.0.0",
  1124. "p-map": "^5.3.0"
  1125. },
  1126. "engines": {
  1127. "node": "^12.20.0 || ^14.17.0 || >=16.0.0"
  1128. },
  1129. "funding": {
  1130. "url": "https://github.com/sponsors/sindresorhus"
  1131. }
  1132. },
  1133. "node_modules/cpy-cli": {
  1134. "version": "4.2.0",
  1135. "resolved": "http://localhost:4873/cpy-cli/-/cpy-cli-4.2.0.tgz",
  1136. "integrity": "sha512-b04b+cbdr29CdpREPKw/itrfjO43Ty0Aj7wRM6M6LoE4GJxZJCk9Xp+Eu1IqztkKh3LxIBt1tDplENsa6KYprg==",
  1137. "dev": true,
  1138. "dependencies": {
  1139. "cpy": "^9.0.0",
  1140. "meow": "^10.1.2"
  1141. },
  1142. "bin": {
  1143. "cpy": "cli.js"
  1144. },
  1145. "engines": {
  1146. "node": ">=12.20"
  1147. },
  1148. "funding": {
  1149. "url": "https://github.com/sponsors/sindresorhus"
  1150. }
  1151. },
  1152. "node_modules/cross-env": {
  1153. "version": "7.0.3",
  1154. "resolved": "http://localhost:4873/cross-env/-/cross-env-7.0.3.tgz",
  1155. "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
  1156. "dev": true,
  1157. "dependencies": {
  1158. "cross-spawn": "^7.0.1"
  1159. },
  1160. "bin": {
  1161. "cross-env": "src/bin/cross-env.js",
  1162. "cross-env-shell": "src/bin/cross-env-shell.js"
  1163. },
  1164. "engines": {
  1165. "node": ">=10.14",
  1166. "npm": ">=6",
  1167. "yarn": ">=1"
  1168. }
  1169. },
  1170. "node_modules/cross-spawn": {
  1171. "version": "7.0.3",
  1172. "resolved": "http://localhost:4873/cross-spawn/-/cross-spawn-7.0.3.tgz",
  1173. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  1174. "dev": true,
  1175. "dependencies": {
  1176. "path-key": "^3.1.0",
  1177. "shebang-command": "^2.0.0",
  1178. "which": "^2.0.1"
  1179. },
  1180. "engines": {
  1181. "node": ">= 8"
  1182. }
  1183. },
  1184. "node_modules/css-blank-pseudo": {
  1185. "version": "3.0.3",
  1186. "resolved": "http://localhost:4873/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  1187. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  1188. "dev": true,
  1189. "dependencies": {
  1190. "postcss-selector-parser": "^6.0.9"
  1191. },
  1192. "bin": {
  1193. "css-blank-pseudo": "dist/cli.cjs"
  1194. },
  1195. "engines": {
  1196. "node": "^12 || ^14 || >=16"
  1197. },
  1198. "peerDependencies": {
  1199. "postcss": "^8.4"
  1200. }
  1201. },
  1202. "node_modules/css-has-pseudo": {
  1203. "version": "3.0.4",
  1204. "resolved": "http://localhost:4873/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  1205. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  1206. "dev": true,
  1207. "dependencies": {
  1208. "postcss-selector-parser": "^6.0.9"
  1209. },
  1210. "bin": {
  1211. "css-has-pseudo": "dist/cli.cjs"
  1212. },
  1213. "engines": {
  1214. "node": "^12 || ^14 || >=16"
  1215. },
  1216. "peerDependencies": {
  1217. "postcss": "^8.4"
  1218. }
  1219. },
  1220. "node_modules/css-prefers-color-scheme": {
  1221. "version": "6.0.3",
  1222. "resolved": "http://localhost:4873/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  1223. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  1224. "dev": true,
  1225. "bin": {
  1226. "css-prefers-color-scheme": "dist/cli.cjs"
  1227. },
  1228. "engines": {
  1229. "node": "^12 || ^14 || >=16"
  1230. },
  1231. "peerDependencies": {
  1232. "postcss": "^8.4"
  1233. }
  1234. },
  1235. "node_modules/cssdb": {
  1236. "version": "7.7.2",
  1237. "resolved": "http://localhost:4873/cssdb/-/cssdb-7.7.2.tgz",
  1238. "integrity": "sha512-pQPYP7/kch4QlkTcLuUNiNL2v/E+O+VIdotT+ug62/+2B2/jkzs5fMM6RHCzGCZ9C82pODEMSIzRRUzJOrl78g==",
  1239. "dev": true,
  1240. "funding": [
  1241. {
  1242. "type": "opencollective",
  1243. "url": "https://opencollective.com/csstools"
  1244. },
  1245. {
  1246. "type": "github",
  1247. "url": "https://github.com/sponsors/csstools"
  1248. }
  1249. ]
  1250. },
  1251. "node_modules/cssesc": {
  1252. "version": "3.0.0",
  1253. "resolved": "http://localhost:4873/cssesc/-/cssesc-3.0.0.tgz",
  1254. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1255. "bin": {
  1256. "cssesc": "bin/cssesc"
  1257. },
  1258. "engines": {
  1259. "node": ">=4"
  1260. }
  1261. },
  1262. "node_modules/csstype": {
  1263. "version": "3.1.2",
  1264. "resolved": "http://localhost:4873/csstype/-/csstype-3.1.2.tgz",
  1265. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
  1266. },
  1267. "node_modules/debug": {
  1268. "version": "4.3.4",
  1269. "resolved": "http://localhost:4873/debug/-/debug-4.3.4.tgz",
  1270. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1271. "dev": true,
  1272. "dependencies": {
  1273. "ms": "2.1.2"
  1274. },
  1275. "engines": {
  1276. "node": ">=6.0"
  1277. },
  1278. "peerDependenciesMeta": {
  1279. "supports-color": {
  1280. "optional": true
  1281. }
  1282. }
  1283. },
  1284. "node_modules/decamelize": {
  1285. "version": "5.0.1",
  1286. "resolved": "http://localhost:4873/decamelize/-/decamelize-5.0.1.tgz",
  1287. "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==",
  1288. "dev": true,
  1289. "engines": {
  1290. "node": ">=10"
  1291. },
  1292. "funding": {
  1293. "url": "https://github.com/sponsors/sindresorhus"
  1294. }
  1295. },
  1296. "node_modules/decamelize-keys": {
  1297. "version": "1.1.1",
  1298. "resolved": "http://localhost:4873/decamelize-keys/-/decamelize-keys-1.1.1.tgz",
  1299. "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==",
  1300. "dev": true,
  1301. "dependencies": {
  1302. "decamelize": "^1.1.0",
  1303. "map-obj": "^1.0.0"
  1304. },
  1305. "engines": {
  1306. "node": ">=0.10.0"
  1307. },
  1308. "funding": {
  1309. "url": "https://github.com/sponsors/sindresorhus"
  1310. }
  1311. },
  1312. "node_modules/decamelize-keys/node_modules/decamelize": {
  1313. "version": "1.2.0",
  1314. "resolved": "http://localhost:4873/decamelize/-/decamelize-1.2.0.tgz",
  1315. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  1316. "dev": true,
  1317. "engines": {
  1318. "node": ">=0.10.0"
  1319. }
  1320. },
  1321. "node_modules/decamelize-keys/node_modules/map-obj": {
  1322. "version": "1.0.1",
  1323. "resolved": "http://localhost:4873/map-obj/-/map-obj-1.0.1.tgz",
  1324. "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
  1325. "dev": true,
  1326. "engines": {
  1327. "node": ">=0.10.0"
  1328. }
  1329. },
  1330. "node_modules/deep-is": {
  1331. "version": "0.1.4",
  1332. "resolved": "http://localhost:4873/deep-is/-/deep-is-0.1.4.tgz",
  1333. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  1334. "dev": true
  1335. },
  1336. "node_modules/didyoumean": {
  1337. "version": "1.2.2",
  1338. "resolved": "http://localhost:4873/didyoumean/-/didyoumean-1.2.2.tgz",
  1339. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  1340. },
  1341. "node_modules/dir-glob": {
  1342. "version": "3.0.1",
  1343. "resolved": "http://localhost:4873/dir-glob/-/dir-glob-3.0.1.tgz",
  1344. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  1345. "dev": true,
  1346. "dependencies": {
  1347. "path-type": "^4.0.0"
  1348. },
  1349. "engines": {
  1350. "node": ">=8"
  1351. }
  1352. },
  1353. "node_modules/dlv": {
  1354. "version": "1.1.3",
  1355. "resolved": "http://localhost:4873/dlv/-/dlv-1.1.3.tgz",
  1356. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  1357. },
  1358. "node_modules/doctrine": {
  1359. "version": "3.0.0",
  1360. "resolved": "http://localhost:4873/doctrine/-/doctrine-3.0.0.tgz",
  1361. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  1362. "dev": true,
  1363. "dependencies": {
  1364. "esutils": "^2.0.2"
  1365. },
  1366. "engines": {
  1367. "node": ">=6.0.0"
  1368. }
  1369. },
  1370. "node_modules/dom7": {
  1371. "version": "4.0.6",
  1372. "resolved": "http://localhost:4873/dom7/-/dom7-4.0.6.tgz",
  1373. "integrity": "sha512-emjdpPLhpNubapLFdjNL9tP06Sr+GZkrIHEXLWvOGsytACUrkbeIdjO5g77m00BrHTznnlcNqgmn7pCN192TBA==",
  1374. "dependencies": {
  1375. "ssr-window": "^4.0.0"
  1376. }
  1377. },
  1378. "node_modules/electron-to-chromium": {
  1379. "version": "1.4.520",
  1380. "resolved": "http://localhost:4873/electron-to-chromium/-/electron-to-chromium-1.4.520.tgz",
  1381. "integrity": "sha512-Frfus2VpYADsrh1lB3v/ft/WVFlVzOIm+Q0p7U7VqHI6qr7NWHYKe+Wif3W50n7JAFoBsWVsoU0+qDks6WQ60g==",
  1382. "dev": true
  1383. },
  1384. "node_modules/error-ex": {
  1385. "version": "1.3.2",
  1386. "resolved": "http://localhost:4873/error-ex/-/error-ex-1.3.2.tgz",
  1387. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  1388. "dev": true,
  1389. "dependencies": {
  1390. "is-arrayish": "^0.2.1"
  1391. }
  1392. },
  1393. "node_modules/esbuild": {
  1394. "version": "0.18.20",
  1395. "resolved": "http://localhost:4873/esbuild/-/esbuild-0.18.20.tgz",
  1396. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  1397. "dev": true,
  1398. "hasInstallScript": true,
  1399. "bin": {
  1400. "esbuild": "bin/esbuild"
  1401. },
  1402. "engines": {
  1403. "node": ">=12"
  1404. },
  1405. "optionalDependencies": {
  1406. "@esbuild/android-arm": "0.18.20",
  1407. "@esbuild/android-arm64": "0.18.20",
  1408. "@esbuild/android-x64": "0.18.20",
  1409. "@esbuild/darwin-arm64": "0.18.20",
  1410. "@esbuild/darwin-x64": "0.18.20",
  1411. "@esbuild/freebsd-arm64": "0.18.20",
  1412. "@esbuild/freebsd-x64": "0.18.20",
  1413. "@esbuild/linux-arm": "0.18.20",
  1414. "@esbuild/linux-arm64": "0.18.20",
  1415. "@esbuild/linux-ia32": "0.18.20",
  1416. "@esbuild/linux-loong64": "0.18.20",
  1417. "@esbuild/linux-mips64el": "0.18.20",
  1418. "@esbuild/linux-ppc64": "0.18.20",
  1419. "@esbuild/linux-riscv64": "0.18.20",
  1420. "@esbuild/linux-s390x": "0.18.20",
  1421. "@esbuild/linux-x64": "0.18.20",
  1422. "@esbuild/netbsd-x64": "0.18.20",
  1423. "@esbuild/openbsd-x64": "0.18.20",
  1424. "@esbuild/sunos-x64": "0.18.20",
  1425. "@esbuild/win32-arm64": "0.18.20",
  1426. "@esbuild/win32-ia32": "0.18.20",
  1427. "@esbuild/win32-x64": "0.18.20"
  1428. }
  1429. },
  1430. "node_modules/escalade": {
  1431. "version": "3.1.1",
  1432. "resolved": "http://localhost:4873/escalade/-/escalade-3.1.1.tgz",
  1433. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  1434. "dev": true,
  1435. "engines": {
  1436. "node": ">=6"
  1437. }
  1438. },
  1439. "node_modules/escape-string-regexp": {
  1440. "version": "5.0.0",
  1441. "resolved": "http://localhost:4873/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  1442. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  1443. "dev": true,
  1444. "engines": {
  1445. "node": ">=12"
  1446. },
  1447. "funding": {
  1448. "url": "https://github.com/sponsors/sindresorhus"
  1449. }
  1450. },
  1451. "node_modules/eslint": {
  1452. "version": "8.49.0",
  1453. "resolved": "http://localhost:4873/eslint/-/eslint-8.49.0.tgz",
  1454. "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
  1455. "dev": true,
  1456. "dependencies": {
  1457. "@eslint-community/eslint-utils": "^4.2.0",
  1458. "@eslint-community/regexpp": "^4.6.1",
  1459. "@eslint/eslintrc": "^2.1.2",
  1460. "@eslint/js": "8.49.0",
  1461. "@humanwhocodes/config-array": "^0.11.11",
  1462. "@humanwhocodes/module-importer": "^1.0.1",
  1463. "@nodelib/fs.walk": "^1.2.8",
  1464. "ajv": "^6.12.4",
  1465. "chalk": "^4.0.0",
  1466. "cross-spawn": "^7.0.2",
  1467. "debug": "^4.3.2",
  1468. "doctrine": "^3.0.0",
  1469. "escape-string-regexp": "^4.0.0",
  1470. "eslint-scope": "^7.2.2",
  1471. "eslint-visitor-keys": "^3.4.3",
  1472. "espree": "^9.6.1",
  1473. "esquery": "^1.4.2",
  1474. "esutils": "^2.0.2",
  1475. "fast-deep-equal": "^3.1.3",
  1476. "file-entry-cache": "^6.0.1",
  1477. "find-up": "^5.0.0",
  1478. "glob-parent": "^6.0.2",
  1479. "globals": "^13.19.0",
  1480. "graphemer": "^1.4.0",
  1481. "ignore": "^5.2.0",
  1482. "imurmurhash": "^0.1.4",
  1483. "is-glob": "^4.0.0",
  1484. "is-path-inside": "^3.0.3",
  1485. "js-yaml": "^4.1.0",
  1486. "json-stable-stringify-without-jsonify": "^1.0.1",
  1487. "levn": "^0.4.1",
  1488. "lodash.merge": "^4.6.2",
  1489. "minimatch": "^3.1.2",
  1490. "natural-compare": "^1.4.0",
  1491. "optionator": "^0.9.3",
  1492. "strip-ansi": "^6.0.1",
  1493. "text-table": "^0.2.0"
  1494. },
  1495. "bin": {
  1496. "eslint": "bin/eslint.js"
  1497. },
  1498. "engines": {
  1499. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1500. },
  1501. "funding": {
  1502. "url": "https://opencollective.com/eslint"
  1503. }
  1504. },
  1505. "node_modules/eslint-config-prettier": {
  1506. "version": "9.0.0",
  1507. "resolved": "http://localhost:4873/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
  1508. "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
  1509. "dev": true,
  1510. "bin": {
  1511. "eslint-config-prettier": "bin/cli.js"
  1512. },
  1513. "peerDependencies": {
  1514. "eslint": ">=7.0.0"
  1515. }
  1516. },
  1517. "node_modules/eslint-plugin-vue": {
  1518. "version": "9.17.0",
  1519. "resolved": "http://localhost:4873/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz",
  1520. "integrity": "sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==",
  1521. "dev": true,
  1522. "dependencies": {
  1523. "@eslint-community/eslint-utils": "^4.4.0",
  1524. "natural-compare": "^1.4.0",
  1525. "nth-check": "^2.1.1",
  1526. "postcss-selector-parser": "^6.0.13",
  1527. "semver": "^7.5.4",
  1528. "vue-eslint-parser": "^9.3.1",
  1529. "xml-name-validator": "^4.0.0"
  1530. },
  1531. "engines": {
  1532. "node": "^14.17.0 || >=16.0.0"
  1533. },
  1534. "peerDependencies": {
  1535. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
  1536. }
  1537. },
  1538. "node_modules/eslint-plugin-vue/node_modules/semver": {
  1539. "version": "7.5.4",
  1540. "resolved": "http://localhost:4873/semver/-/semver-7.5.4.tgz",
  1541. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  1542. "dev": true,
  1543. "dependencies": {
  1544. "lru-cache": "^6.0.0"
  1545. },
  1546. "bin": {
  1547. "semver": "bin/semver.js"
  1548. },
  1549. "engines": {
  1550. "node": ">=10"
  1551. }
  1552. },
  1553. "node_modules/eslint-scope": {
  1554. "version": "7.2.2",
  1555. "resolved": "http://localhost:4873/eslint-scope/-/eslint-scope-7.2.2.tgz",
  1556. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  1557. "dev": true,
  1558. "dependencies": {
  1559. "esrecurse": "^4.3.0",
  1560. "estraverse": "^5.2.0"
  1561. },
  1562. "engines": {
  1563. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1564. },
  1565. "funding": {
  1566. "url": "https://opencollective.com/eslint"
  1567. }
  1568. },
  1569. "node_modules/eslint-visitor-keys": {
  1570. "version": "3.4.3",
  1571. "resolved": "http://localhost:4873/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  1572. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  1573. "dev": true,
  1574. "engines": {
  1575. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1576. },
  1577. "funding": {
  1578. "url": "https://opencollective.com/eslint"
  1579. }
  1580. },
  1581. "node_modules/eslint/node_modules/ansi-styles": {
  1582. "version": "4.3.0",
  1583. "resolved": "http://localhost:4873/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1584. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1585. "dev": true,
  1586. "dependencies": {
  1587. "color-convert": "^2.0.1"
  1588. },
  1589. "engines": {
  1590. "node": ">=8"
  1591. },
  1592. "funding": {
  1593. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1594. }
  1595. },
  1596. "node_modules/eslint/node_modules/chalk": {
  1597. "version": "4.1.2",
  1598. "resolved": "http://localhost:4873/chalk/-/chalk-4.1.2.tgz",
  1599. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1600. "dev": true,
  1601. "dependencies": {
  1602. "ansi-styles": "^4.1.0",
  1603. "supports-color": "^7.1.0"
  1604. },
  1605. "engines": {
  1606. "node": ">=10"
  1607. },
  1608. "funding": {
  1609. "url": "https://github.com/chalk/chalk?sponsor=1"
  1610. }
  1611. },
  1612. "node_modules/eslint/node_modules/color-convert": {
  1613. "version": "2.0.1",
  1614. "resolved": "http://localhost:4873/color-convert/-/color-convert-2.0.1.tgz",
  1615. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1616. "dev": true,
  1617. "dependencies": {
  1618. "color-name": "~1.1.4"
  1619. },
  1620. "engines": {
  1621. "node": ">=7.0.0"
  1622. }
  1623. },
  1624. "node_modules/eslint/node_modules/color-name": {
  1625. "version": "1.1.4",
  1626. "resolved": "http://localhost:4873/color-name/-/color-name-1.1.4.tgz",
  1627. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1628. "dev": true
  1629. },
  1630. "node_modules/eslint/node_modules/escape-string-regexp": {
  1631. "version": "4.0.0",
  1632. "resolved": "http://localhost:4873/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  1633. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  1634. "dev": true,
  1635. "engines": {
  1636. "node": ">=10"
  1637. },
  1638. "funding": {
  1639. "url": "https://github.com/sponsors/sindresorhus"
  1640. }
  1641. },
  1642. "node_modules/eslint/node_modules/glob-parent": {
  1643. "version": "6.0.2",
  1644. "resolved": "http://localhost:4873/glob-parent/-/glob-parent-6.0.2.tgz",
  1645. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  1646. "dev": true,
  1647. "dependencies": {
  1648. "is-glob": "^4.0.3"
  1649. },
  1650. "engines": {
  1651. "node": ">=10.13.0"
  1652. }
  1653. },
  1654. "node_modules/eslint/node_modules/has-flag": {
  1655. "version": "4.0.0",
  1656. "resolved": "http://localhost:4873/has-flag/-/has-flag-4.0.0.tgz",
  1657. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  1658. "dev": true,
  1659. "engines": {
  1660. "node": ">=8"
  1661. }
  1662. },
  1663. "node_modules/eslint/node_modules/supports-color": {
  1664. "version": "7.2.0",
  1665. "resolved": "http://localhost:4873/supports-color/-/supports-color-7.2.0.tgz",
  1666. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1667. "dev": true,
  1668. "dependencies": {
  1669. "has-flag": "^4.0.0"
  1670. },
  1671. "engines": {
  1672. "node": ">=8"
  1673. }
  1674. },
  1675. "node_modules/espree": {
  1676. "version": "9.6.1",
  1677. "resolved": "http://localhost:4873/espree/-/espree-9.6.1.tgz",
  1678. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  1679. "dev": true,
  1680. "dependencies": {
  1681. "acorn": "^8.9.0",
  1682. "acorn-jsx": "^5.3.2",
  1683. "eslint-visitor-keys": "^3.4.1"
  1684. },
  1685. "engines": {
  1686. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1687. },
  1688. "funding": {
  1689. "url": "https://opencollective.com/eslint"
  1690. }
  1691. },
  1692. "node_modules/esquery": {
  1693. "version": "1.5.0",
  1694. "resolved": "http://localhost:4873/esquery/-/esquery-1.5.0.tgz",
  1695. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  1696. "dev": true,
  1697. "dependencies": {
  1698. "estraverse": "^5.1.0"
  1699. },
  1700. "engines": {
  1701. "node": ">=0.10"
  1702. }
  1703. },
  1704. "node_modules/esrecurse": {
  1705. "version": "4.3.0",
  1706. "resolved": "http://localhost:4873/esrecurse/-/esrecurse-4.3.0.tgz",
  1707. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  1708. "dev": true,
  1709. "dependencies": {
  1710. "estraverse": "^5.2.0"
  1711. },
  1712. "engines": {
  1713. "node": ">=4.0"
  1714. }
  1715. },
  1716. "node_modules/estraverse": {
  1717. "version": "5.3.0",
  1718. "resolved": "http://localhost:4873/estraverse/-/estraverse-5.3.0.tgz",
  1719. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  1720. "dev": true,
  1721. "engines": {
  1722. "node": ">=4.0"
  1723. }
  1724. },
  1725. "node_modules/estree-walker": {
  1726. "version": "2.0.2",
  1727. "resolved": "http://localhost:4873/estree-walker/-/estree-walker-2.0.2.tgz",
  1728. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1729. },
  1730. "node_modules/esutils": {
  1731. "version": "2.0.3",
  1732. "resolved": "http://localhost:4873/esutils/-/esutils-2.0.3.tgz",
  1733. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  1734. "dev": true,
  1735. "engines": {
  1736. "node": ">=0.10.0"
  1737. }
  1738. },
  1739. "node_modules/fast-deep-equal": {
  1740. "version": "3.1.3",
  1741. "resolved": "http://localhost:4873/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1742. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  1743. "dev": true
  1744. },
  1745. "node_modules/fast-glob": {
  1746. "version": "3.3.1",
  1747. "resolved": "http://localhost:4873/fast-glob/-/fast-glob-3.3.1.tgz",
  1748. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  1749. "dependencies": {
  1750. "@nodelib/fs.stat": "^2.0.2",
  1751. "@nodelib/fs.walk": "^1.2.3",
  1752. "glob-parent": "^5.1.2",
  1753. "merge2": "^1.3.0",
  1754. "micromatch": "^4.0.4"
  1755. },
  1756. "engines": {
  1757. "node": ">=8.6.0"
  1758. }
  1759. },
  1760. "node_modules/fast-json-stable-stringify": {
  1761. "version": "2.1.0",
  1762. "resolved": "http://localhost:4873/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  1763. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  1764. "dev": true
  1765. },
  1766. "node_modules/fast-levenshtein": {
  1767. "version": "2.0.6",
  1768. "resolved": "http://localhost:4873/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  1769. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  1770. "dev": true
  1771. },
  1772. "node_modules/fastq": {
  1773. "version": "1.15.0",
  1774. "resolved": "http://localhost:4873/fastq/-/fastq-1.15.0.tgz",
  1775. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  1776. "dependencies": {
  1777. "reusify": "^1.0.4"
  1778. }
  1779. },
  1780. "node_modules/file-entry-cache": {
  1781. "version": "6.0.1",
  1782. "resolved": "http://localhost:4873/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  1783. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  1784. "dev": true,
  1785. "dependencies": {
  1786. "flat-cache": "^3.0.4"
  1787. },
  1788. "engines": {
  1789. "node": "^10.12.0 || >=12.0.0"
  1790. }
  1791. },
  1792. "node_modules/fill-range": {
  1793. "version": "7.0.1",
  1794. "resolved": "http://localhost:4873/fill-range/-/fill-range-7.0.1.tgz",
  1795. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  1796. "dependencies": {
  1797. "to-regex-range": "^5.0.1"
  1798. },
  1799. "engines": {
  1800. "node": ">=8"
  1801. }
  1802. },
  1803. "node_modules/find-up": {
  1804. "version": "5.0.0",
  1805. "resolved": "http://localhost:4873/find-up/-/find-up-5.0.0.tgz",
  1806. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  1807. "dev": true,
  1808. "dependencies": {
  1809. "locate-path": "^6.0.0",
  1810. "path-exists": "^4.0.0"
  1811. },
  1812. "engines": {
  1813. "node": ">=10"
  1814. },
  1815. "funding": {
  1816. "url": "https://github.com/sponsors/sindresorhus"
  1817. }
  1818. },
  1819. "node_modules/flat-cache": {
  1820. "version": "3.1.0",
  1821. "resolved": "http://localhost:4873/flat-cache/-/flat-cache-3.1.0.tgz",
  1822. "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==",
  1823. "dev": true,
  1824. "dependencies": {
  1825. "flatted": "^3.2.7",
  1826. "keyv": "^4.5.3",
  1827. "rimraf": "^3.0.2"
  1828. },
  1829. "engines": {
  1830. "node": ">=12.0.0"
  1831. }
  1832. },
  1833. "node_modules/flatted": {
  1834. "version": "3.2.7",
  1835. "resolved": "http://localhost:4873/flatted/-/flatted-3.2.7.tgz",
  1836. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  1837. "dev": true
  1838. },
  1839. "node_modules/fraction.js": {
  1840. "version": "4.3.6",
  1841. "resolved": "http://localhost:4873/fraction.js/-/fraction.js-4.3.6.tgz",
  1842. "integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==",
  1843. "dev": true,
  1844. "engines": {
  1845. "node": "*"
  1846. },
  1847. "funding": {
  1848. "type": "patreon",
  1849. "url": "https://github.com/sponsors/rawify"
  1850. }
  1851. },
  1852. "node_modules/framework7": {
  1853. "version": "7.1.5",
  1854. "resolved": "http://localhost:4873/framework7/-/framework7-7.1.5.tgz",
  1855. "integrity": "sha512-zO+0Q9SSkWitnFEdwqVmFQ+uOyZ06ERuax0fYyUozwhTYQhc5v9LjimC97+irQrkOetXq3ZKVn064q9tv/Wv4g==",
  1856. "dependencies": {
  1857. "dom7": "^4.0.6",
  1858. "htm": "^3.1.1",
  1859. "path-to-regexp": "^6.2.1",
  1860. "skeleton-elements": "^4.0.1",
  1861. "ssr-window": "^4.0.2",
  1862. "swiper": "^8.4.5"
  1863. },
  1864. "funding": {
  1865. "type": "patreon",
  1866. "url": "https://www.patreon.com/framework7"
  1867. }
  1868. },
  1869. "node_modules/framework7-icons": {
  1870. "version": "5.0.5",
  1871. "resolved": "http://localhost:4873/framework7-icons/-/framework7-icons-5.0.5.tgz",
  1872. "integrity": "sha512-bvHMLyujV9TFuudehd3ORZ/EvNp19Ir3ckVzYAOf3MkLymHba/9oHLsgopCh0x5UsrYZUpkrE+fd7ggj5y4wRw==",
  1873. "engines": {
  1874. "node": ">= 0.10.0"
  1875. }
  1876. },
  1877. "node_modules/framework7-vue": {
  1878. "version": "7.1.5",
  1879. "resolved": "http://localhost:4873/framework7-vue/-/framework7-vue-7.1.5.tgz",
  1880. "integrity": "sha512-lKFhcSnyCjY4ghfFXkAtRhbAvRRznXMRH6AAP9o2fwGzgZXD4APvl257txO+2n9yl5I9N+W20b2dPG8WljyDLw==",
  1881. "funding": {
  1882. "type": "patreon",
  1883. "url": "https://www.patreon.com/framework7"
  1884. }
  1885. },
  1886. "node_modules/fs.realpath": {
  1887. "version": "1.0.0",
  1888. "resolved": "http://localhost:4873/fs.realpath/-/fs.realpath-1.0.0.tgz",
  1889. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  1890. },
  1891. "node_modules/function-bind": {
  1892. "version": "1.1.1",
  1893. "resolved": "http://localhost:4873/function-bind/-/function-bind-1.1.1.tgz",
  1894. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  1895. },
  1896. "node_modules/glob": {
  1897. "version": "7.1.6",
  1898. "resolved": "http://localhost:4873/glob/-/glob-7.1.6.tgz",
  1899. "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  1900. "dependencies": {
  1901. "fs.realpath": "^1.0.0",
  1902. "inflight": "^1.0.4",
  1903. "inherits": "2",
  1904. "minimatch": "^3.0.4",
  1905. "once": "^1.3.0",
  1906. "path-is-absolute": "^1.0.0"
  1907. },
  1908. "engines": {
  1909. "node": "*"
  1910. },
  1911. "funding": {
  1912. "url": "https://github.com/sponsors/isaacs"
  1913. }
  1914. },
  1915. "node_modules/glob-parent": {
  1916. "version": "5.1.2",
  1917. "resolved": "http://localhost:4873/glob-parent/-/glob-parent-5.1.2.tgz",
  1918. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1919. "dependencies": {
  1920. "is-glob": "^4.0.1"
  1921. },
  1922. "engines": {
  1923. "node": ">= 6"
  1924. }
  1925. },
  1926. "node_modules/globals": {
  1927. "version": "13.21.0",
  1928. "resolved": "http://localhost:4873/globals/-/globals-13.21.0.tgz",
  1929. "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
  1930. "dev": true,
  1931. "dependencies": {
  1932. "type-fest": "^0.20.2"
  1933. },
  1934. "engines": {
  1935. "node": ">=8"
  1936. },
  1937. "funding": {
  1938. "url": "https://github.com/sponsors/sindresorhus"
  1939. }
  1940. },
  1941. "node_modules/globals/node_modules/type-fest": {
  1942. "version": "0.20.2",
  1943. "resolved": "http://localhost:4873/type-fest/-/type-fest-0.20.2.tgz",
  1944. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  1945. "dev": true,
  1946. "engines": {
  1947. "node": ">=10"
  1948. },
  1949. "funding": {
  1950. "url": "https://github.com/sponsors/sindresorhus"
  1951. }
  1952. },
  1953. "node_modules/globby": {
  1954. "version": "13.2.2",
  1955. "resolved": "http://localhost:4873/globby/-/globby-13.2.2.tgz",
  1956. "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
  1957. "dev": true,
  1958. "dependencies": {
  1959. "dir-glob": "^3.0.1",
  1960. "fast-glob": "^3.3.0",
  1961. "ignore": "^5.2.4",
  1962. "merge2": "^1.4.1",
  1963. "slash": "^4.0.0"
  1964. },
  1965. "engines": {
  1966. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1967. },
  1968. "funding": {
  1969. "url": "https://github.com/sponsors/sindresorhus"
  1970. }
  1971. },
  1972. "node_modules/graceful-fs": {
  1973. "version": "4.2.11",
  1974. "resolved": "http://localhost:4873/graceful-fs/-/graceful-fs-4.2.11.tgz",
  1975. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  1976. "dev": true
  1977. },
  1978. "node_modules/graphemer": {
  1979. "version": "1.4.0",
  1980. "resolved": "http://localhost:4873/graphemer/-/graphemer-1.4.0.tgz",
  1981. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  1982. "dev": true
  1983. },
  1984. "node_modules/hard-rejection": {
  1985. "version": "2.1.0",
  1986. "resolved": "http://localhost:4873/hard-rejection/-/hard-rejection-2.1.0.tgz",
  1987. "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
  1988. "dev": true,
  1989. "engines": {
  1990. "node": ">=6"
  1991. }
  1992. },
  1993. "node_modules/has": {
  1994. "version": "1.0.3",
  1995. "resolved": "http://localhost:4873/has/-/has-1.0.3.tgz",
  1996. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  1997. "dependencies": {
  1998. "function-bind": "^1.1.1"
  1999. },
  2000. "engines": {
  2001. "node": ">= 0.4.0"
  2002. }
  2003. },
  2004. "node_modules/has-flag": {
  2005. "version": "3.0.0",
  2006. "resolved": "http://localhost:4873/has-flag/-/has-flag-3.0.0.tgz",
  2007. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  2008. "dev": true,
  2009. "engines": {
  2010. "node": ">=4"
  2011. }
  2012. },
  2013. "node_modules/hosted-git-info": {
  2014. "version": "4.1.0",
  2015. "resolved": "http://localhost:4873/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
  2016. "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
  2017. "dev": true,
  2018. "dependencies": {
  2019. "lru-cache": "^6.0.0"
  2020. },
  2021. "engines": {
  2022. "node": ">=10"
  2023. }
  2024. },
  2025. "node_modules/howler": {
  2026. "version": "2.2.3",
  2027. "resolved": "http://localhost:4873/howler/-/howler-2.2.3.tgz",
  2028. "integrity": "sha512-QM0FFkw0LRX1PR8pNzJVAY25JhIWvbKMBFM4gqk+QdV+kPXOhleWGCB6AiAF/goGjIHK2e/nIElplvjQwhr0jg=="
  2029. },
  2030. "node_modules/htm": {
  2031. "version": "3.1.1",
  2032. "resolved": "http://localhost:4873/htm/-/htm-3.1.1.tgz",
  2033. "integrity": "sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ=="
  2034. },
  2035. "node_modules/ical.js": {
  2036. "version": "1.5.0",
  2037. "resolved": "http://localhost:4873/ical.js/-/ical.js-1.5.0.tgz",
  2038. "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ=="
  2039. },
  2040. "node_modules/ignore": {
  2041. "version": "5.2.4",
  2042. "resolved": "http://localhost:4873/ignore/-/ignore-5.2.4.tgz",
  2043. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  2044. "dev": true,
  2045. "engines": {
  2046. "node": ">= 4"
  2047. }
  2048. },
  2049. "node_modules/import-fresh": {
  2050. "version": "3.3.0",
  2051. "resolved": "http://localhost:4873/import-fresh/-/import-fresh-3.3.0.tgz",
  2052. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  2053. "dev": true,
  2054. "dependencies": {
  2055. "parent-module": "^1.0.0",
  2056. "resolve-from": "^4.0.0"
  2057. },
  2058. "engines": {
  2059. "node": ">=6"
  2060. },
  2061. "funding": {
  2062. "url": "https://github.com/sponsors/sindresorhus"
  2063. }
  2064. },
  2065. "node_modules/imurmurhash": {
  2066. "version": "0.1.4",
  2067. "resolved": "http://localhost:4873/imurmurhash/-/imurmurhash-0.1.4.tgz",
  2068. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  2069. "dev": true,
  2070. "engines": {
  2071. "node": ">=0.8.19"
  2072. }
  2073. },
  2074. "node_modules/indent-string": {
  2075. "version": "5.0.0",
  2076. "resolved": "http://localhost:4873/indent-string/-/indent-string-5.0.0.tgz",
  2077. "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
  2078. "dev": true,
  2079. "engines": {
  2080. "node": ">=12"
  2081. },
  2082. "funding": {
  2083. "url": "https://github.com/sponsors/sindresorhus"
  2084. }
  2085. },
  2086. "node_modules/inflight": {
  2087. "version": "1.0.6",
  2088. "resolved": "http://localhost:4873/inflight/-/inflight-1.0.6.tgz",
  2089. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  2090. "dependencies": {
  2091. "once": "^1.3.0",
  2092. "wrappy": "1"
  2093. }
  2094. },
  2095. "node_modules/inherits": {
  2096. "version": "2.0.4",
  2097. "resolved": "http://localhost:4873/inherits/-/inherits-2.0.4.tgz",
  2098. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  2099. },
  2100. "node_modules/is-arrayish": {
  2101. "version": "0.2.1",
  2102. "resolved": "http://localhost:4873/is-arrayish/-/is-arrayish-0.2.1.tgz",
  2103. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  2104. "dev": true
  2105. },
  2106. "node_modules/is-binary-path": {
  2107. "version": "2.1.0",
  2108. "resolved": "http://localhost:4873/is-binary-path/-/is-binary-path-2.1.0.tgz",
  2109. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  2110. "dependencies": {
  2111. "binary-extensions": "^2.0.0"
  2112. },
  2113. "engines": {
  2114. "node": ">=8"
  2115. }
  2116. },
  2117. "node_modules/is-core-module": {
  2118. "version": "2.13.0",
  2119. "resolved": "http://localhost:4873/is-core-module/-/is-core-module-2.13.0.tgz",
  2120. "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
  2121. "dependencies": {
  2122. "has": "^1.0.3"
  2123. },
  2124. "funding": {
  2125. "url": "https://github.com/sponsors/ljharb"
  2126. }
  2127. },
  2128. "node_modules/is-extglob": {
  2129. "version": "2.1.1",
  2130. "resolved": "http://localhost:4873/is-extglob/-/is-extglob-2.1.1.tgz",
  2131. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2132. "engines": {
  2133. "node": ">=0.10.0"
  2134. }
  2135. },
  2136. "node_modules/is-glob": {
  2137. "version": "4.0.3",
  2138. "resolved": "http://localhost:4873/is-glob/-/is-glob-4.0.3.tgz",
  2139. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2140. "dependencies": {
  2141. "is-extglob": "^2.1.1"
  2142. },
  2143. "engines": {
  2144. "node": ">=0.10.0"
  2145. }
  2146. },
  2147. "node_modules/is-number": {
  2148. "version": "7.0.0",
  2149. "resolved": "http://localhost:4873/is-number/-/is-number-7.0.0.tgz",
  2150. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2151. "engines": {
  2152. "node": ">=0.12.0"
  2153. }
  2154. },
  2155. "node_modules/is-path-inside": {
  2156. "version": "3.0.3",
  2157. "resolved": "http://localhost:4873/is-path-inside/-/is-path-inside-3.0.3.tgz",
  2158. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  2159. "dev": true,
  2160. "engines": {
  2161. "node": ">=8"
  2162. }
  2163. },
  2164. "node_modules/is-plain-obj": {
  2165. "version": "1.1.0",
  2166. "resolved": "http://localhost:4873/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  2167. "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
  2168. "dev": true,
  2169. "engines": {
  2170. "node": ">=0.10.0"
  2171. }
  2172. },
  2173. "node_modules/isexe": {
  2174. "version": "2.0.0",
  2175. "resolved": "http://localhost:4873/isexe/-/isexe-2.0.0.tgz",
  2176. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2177. "dev": true
  2178. },
  2179. "node_modules/isomorphic-fetch": {
  2180. "version": "3.0.0",
  2181. "resolved": "http://localhost:4873/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz",
  2182. "integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==",
  2183. "dependencies": {
  2184. "node-fetch": "^2.6.1",
  2185. "whatwg-fetch": "^3.4.1"
  2186. }
  2187. },
  2188. "node_modules/isomorphic-unfetch": {
  2189. "version": "3.1.0",
  2190. "resolved": "http://localhost:4873/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz",
  2191. "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==",
  2192. "dependencies": {
  2193. "node-fetch": "^2.6.1",
  2194. "unfetch": "^4.2.0"
  2195. }
  2196. },
  2197. "node_modules/jiti": {
  2198. "version": "1.20.0",
  2199. "resolved": "http://localhost:4873/jiti/-/jiti-1.20.0.tgz",
  2200. "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==",
  2201. "bin": {
  2202. "jiti": "bin/jiti.js"
  2203. }
  2204. },
  2205. "node_modules/js-tokens": {
  2206. "version": "4.0.0",
  2207. "resolved": "http://localhost:4873/js-tokens/-/js-tokens-4.0.0.tgz",
  2208. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  2209. "dev": true
  2210. },
  2211. "node_modules/js-yaml": {
  2212. "version": "4.1.0",
  2213. "resolved": "http://localhost:4873/js-yaml/-/js-yaml-4.1.0.tgz",
  2214. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2215. "dev": true,
  2216. "dependencies": {
  2217. "argparse": "^2.0.1"
  2218. },
  2219. "bin": {
  2220. "js-yaml": "bin/js-yaml.js"
  2221. }
  2222. },
  2223. "node_modules/json-buffer": {
  2224. "version": "3.0.1",
  2225. "resolved": "http://localhost:4873/json-buffer/-/json-buffer-3.0.1.tgz",
  2226. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  2227. "dev": true
  2228. },
  2229. "node_modules/json-parse-even-better-errors": {
  2230. "version": "2.3.1",
  2231. "resolved": "http://localhost:4873/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  2232. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  2233. "dev": true
  2234. },
  2235. "node_modules/json-schema-traverse": {
  2236. "version": "0.4.1",
  2237. "resolved": "http://localhost:4873/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  2238. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  2239. "dev": true
  2240. },
  2241. "node_modules/json-stable-stringify-without-jsonify": {
  2242. "version": "1.0.1",
  2243. "resolved": "http://localhost:4873/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  2244. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  2245. "dev": true
  2246. },
  2247. "node_modules/junk": {
  2248. "version": "4.0.1",
  2249. "resolved": "http://localhost:4873/junk/-/junk-4.0.1.tgz",
  2250. "integrity": "sha512-Qush0uP+G8ZScpGMZvHUiRfI0YBWuB3gVBYlI0v0vvOJt5FLicco+IkP0a50LqTTQhmts/m6tP5SWE+USyIvcQ==",
  2251. "dev": true,
  2252. "engines": {
  2253. "node": ">=12.20"
  2254. },
  2255. "funding": {
  2256. "url": "https://github.com/sponsors/sindresorhus"
  2257. }
  2258. },
  2259. "node_modules/keyv": {
  2260. "version": "4.5.3",
  2261. "resolved": "http://localhost:4873/keyv/-/keyv-4.5.3.tgz",
  2262. "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==",
  2263. "dev": true,
  2264. "dependencies": {
  2265. "json-buffer": "3.0.1"
  2266. }
  2267. },
  2268. "node_modules/kind-of": {
  2269. "version": "6.0.3",
  2270. "resolved": "http://localhost:4873/kind-of/-/kind-of-6.0.3.tgz",
  2271. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  2272. "dev": true,
  2273. "engines": {
  2274. "node": ">=0.10.0"
  2275. }
  2276. },
  2277. "node_modules/levn": {
  2278. "version": "0.4.1",
  2279. "resolved": "http://localhost:4873/levn/-/levn-0.4.1.tgz",
  2280. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  2281. "dev": true,
  2282. "dependencies": {
  2283. "prelude-ls": "^1.2.1",
  2284. "type-check": "~0.4.0"
  2285. },
  2286. "engines": {
  2287. "node": ">= 0.8.0"
  2288. }
  2289. },
  2290. "node_modules/lilconfig": {
  2291. "version": "2.1.0",
  2292. "resolved": "http://localhost:4873/lilconfig/-/lilconfig-2.1.0.tgz",
  2293. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  2294. "engines": {
  2295. "node": ">=10"
  2296. }
  2297. },
  2298. "node_modules/lines-and-columns": {
  2299. "version": "1.2.4",
  2300. "resolved": "http://localhost:4873/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  2301. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  2302. },
  2303. "node_modules/locate-path": {
  2304. "version": "6.0.0",
  2305. "resolved": "http://localhost:4873/locate-path/-/locate-path-6.0.0.tgz",
  2306. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  2307. "dev": true,
  2308. "dependencies": {
  2309. "p-locate": "^5.0.0"
  2310. },
  2311. "engines": {
  2312. "node": ">=10"
  2313. },
  2314. "funding": {
  2315. "url": "https://github.com/sponsors/sindresorhus"
  2316. }
  2317. },
  2318. "node_modules/lodash": {
  2319. "version": "4.17.21",
  2320. "resolved": "http://localhost:4873/lodash/-/lodash-4.17.21.tgz",
  2321. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  2322. "dev": true
  2323. },
  2324. "node_modules/lodash.merge": {
  2325. "version": "4.6.2",
  2326. "resolved": "http://localhost:4873/lodash.merge/-/lodash.merge-4.6.2.tgz",
  2327. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  2328. "dev": true
  2329. },
  2330. "node_modules/lru-cache": {
  2331. "version": "6.0.0",
  2332. "resolved": "http://localhost:4873/lru-cache/-/lru-cache-6.0.0.tgz",
  2333. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  2334. "dev": true,
  2335. "dependencies": {
  2336. "yallist": "^4.0.0"
  2337. },
  2338. "engines": {
  2339. "node": ">=10"
  2340. }
  2341. },
  2342. "node_modules/magic-string": {
  2343. "version": "0.30.3",
  2344. "resolved": "http://localhost:4873/magic-string/-/magic-string-0.30.3.tgz",
  2345. "integrity": "sha512-B7xGbll2fG/VjP+SWg4sX3JynwIU0mjoTc6MPpKNuIvftk6u6vqhDnk1R80b8C2GBR6ywqy+1DcKBrevBg+bmw==",
  2346. "dependencies": {
  2347. "@jridgewell/sourcemap-codec": "^1.4.15"
  2348. },
  2349. "engines": {
  2350. "node": ">=12"
  2351. }
  2352. },
  2353. "node_modules/make-dir": {
  2354. "version": "3.1.0",
  2355. "resolved": "http://localhost:4873/make-dir/-/make-dir-3.1.0.tgz",
  2356. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  2357. "dev": true,
  2358. "dependencies": {
  2359. "semver": "^6.0.0"
  2360. },
  2361. "engines": {
  2362. "node": ">=8"
  2363. },
  2364. "funding": {
  2365. "url": "https://github.com/sponsors/sindresorhus"
  2366. }
  2367. },
  2368. "node_modules/map-obj": {
  2369. "version": "4.3.0",
  2370. "resolved": "http://localhost:4873/map-obj/-/map-obj-4.3.0.tgz",
  2371. "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==",
  2372. "dev": true,
  2373. "engines": {
  2374. "node": ">=8"
  2375. },
  2376. "funding": {
  2377. "url": "https://github.com/sponsors/sindresorhus"
  2378. }
  2379. },
  2380. "node_modules/material-icons": {
  2381. "version": "1.13.11",
  2382. "resolved": "http://localhost:4873/material-icons/-/material-icons-1.13.11.tgz",
  2383. "integrity": "sha512-kp2oAdaqo/Zp6hpTZW01rOgDPWmxBUszSdDzkRm1idCjjNvdUMnqu8qu58cll6CObo+o0cydOiPLdoSugLm+mQ=="
  2384. },
  2385. "node_modules/meow": {
  2386. "version": "10.1.5",
  2387. "resolved": "http://localhost:4873/meow/-/meow-10.1.5.tgz",
  2388. "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==",
  2389. "dev": true,
  2390. "dependencies": {
  2391. "@types/minimist": "^1.2.2",
  2392. "camelcase-keys": "^7.0.0",
  2393. "decamelize": "^5.0.0",
  2394. "decamelize-keys": "^1.1.0",
  2395. "hard-rejection": "^2.1.0",
  2396. "minimist-options": "4.1.0",
  2397. "normalize-package-data": "^3.0.2",
  2398. "read-pkg-up": "^8.0.0",
  2399. "redent": "^4.0.0",
  2400. "trim-newlines": "^4.0.2",
  2401. "type-fest": "^1.2.2",
  2402. "yargs-parser": "^20.2.9"
  2403. },
  2404. "engines": {
  2405. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2406. },
  2407. "funding": {
  2408. "url": "https://github.com/sponsors/sindresorhus"
  2409. }
  2410. },
  2411. "node_modules/merge2": {
  2412. "version": "1.4.1",
  2413. "resolved": "http://localhost:4873/merge2/-/merge2-1.4.1.tgz",
  2414. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  2415. "engines": {
  2416. "node": ">= 8"
  2417. }
  2418. },
  2419. "node_modules/micromatch": {
  2420. "version": "4.0.5",
  2421. "resolved": "http://localhost:4873/micromatch/-/micromatch-4.0.5.tgz",
  2422. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  2423. "dependencies": {
  2424. "braces": "^3.0.2",
  2425. "picomatch": "^2.3.1"
  2426. },
  2427. "engines": {
  2428. "node": ">=8.6"
  2429. }
  2430. },
  2431. "node_modules/min-indent": {
  2432. "version": "1.0.1",
  2433. "resolved": "http://localhost:4873/min-indent/-/min-indent-1.0.1.tgz",
  2434. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  2435. "dev": true,
  2436. "engines": {
  2437. "node": ">=4"
  2438. }
  2439. },
  2440. "node_modules/minimatch": {
  2441. "version": "3.1.2",
  2442. "resolved": "http://localhost:4873/minimatch/-/minimatch-3.1.2.tgz",
  2443. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2444. "dependencies": {
  2445. "brace-expansion": "^1.1.7"
  2446. },
  2447. "engines": {
  2448. "node": "*"
  2449. }
  2450. },
  2451. "node_modules/minimist-options": {
  2452. "version": "4.1.0",
  2453. "resolved": "http://localhost:4873/minimist-options/-/minimist-options-4.1.0.tgz",
  2454. "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
  2455. "dev": true,
  2456. "dependencies": {
  2457. "arrify": "^1.0.1",
  2458. "is-plain-obj": "^1.1.0",
  2459. "kind-of": "^6.0.3"
  2460. },
  2461. "engines": {
  2462. "node": ">= 6"
  2463. }
  2464. },
  2465. "node_modules/minimist-options/node_modules/arrify": {
  2466. "version": "1.0.1",
  2467. "resolved": "http://localhost:4873/arrify/-/arrify-1.0.1.tgz",
  2468. "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
  2469. "dev": true,
  2470. "engines": {
  2471. "node": ">=0.10.0"
  2472. }
  2473. },
  2474. "node_modules/ms": {
  2475. "version": "2.1.2",
  2476. "resolved": "http://localhost:4873/ms/-/ms-2.1.2.tgz",
  2477. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2478. "dev": true
  2479. },
  2480. "node_modules/mz": {
  2481. "version": "2.7.0",
  2482. "resolved": "http://localhost:4873/mz/-/mz-2.7.0.tgz",
  2483. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  2484. "dependencies": {
  2485. "any-promise": "^1.0.0",
  2486. "object-assign": "^4.0.1",
  2487. "thenify-all": "^1.0.0"
  2488. }
  2489. },
  2490. "node_modules/nanoid": {
  2491. "version": "3.3.6",
  2492. "resolved": "http://localhost:4873/nanoid/-/nanoid-3.3.6.tgz",
  2493. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  2494. "funding": [
  2495. {
  2496. "type": "github",
  2497. "url": "https://github.com/sponsors/ai"
  2498. }
  2499. ],
  2500. "bin": {
  2501. "nanoid": "bin/nanoid.cjs"
  2502. },
  2503. "engines": {
  2504. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2505. }
  2506. },
  2507. "node_modules/natural-compare": {
  2508. "version": "1.4.0",
  2509. "resolved": "http://localhost:4873/natural-compare/-/natural-compare-1.4.0.tgz",
  2510. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  2511. "dev": true
  2512. },
  2513. "node_modules/nested-error-stacks": {
  2514. "version": "2.1.1",
  2515. "resolved": "http://localhost:4873/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz",
  2516. "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==",
  2517. "dev": true
  2518. },
  2519. "node_modules/node-fetch": {
  2520. "version": "2.7.0",
  2521. "resolved": "http://localhost:4873/node-fetch/-/node-fetch-2.7.0.tgz",
  2522. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  2523. "dependencies": {
  2524. "whatwg-url": "^5.0.0"
  2525. },
  2526. "engines": {
  2527. "node": "4.x || >=6.0.0"
  2528. },
  2529. "peerDependencies": {
  2530. "encoding": "^0.1.0"
  2531. },
  2532. "peerDependenciesMeta": {
  2533. "encoding": {
  2534. "optional": true
  2535. }
  2536. }
  2537. },
  2538. "node_modules/node-releases": {
  2539. "version": "2.0.13",
  2540. "resolved": "http://localhost:4873/node-releases/-/node-releases-2.0.13.tgz",
  2541. "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
  2542. "dev": true
  2543. },
  2544. "node_modules/normalize-package-data": {
  2545. "version": "3.0.3",
  2546. "resolved": "http://localhost:4873/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
  2547. "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
  2548. "dev": true,
  2549. "dependencies": {
  2550. "hosted-git-info": "^4.0.1",
  2551. "is-core-module": "^2.5.0",
  2552. "semver": "^7.3.4",
  2553. "validate-npm-package-license": "^3.0.1"
  2554. },
  2555. "engines": {
  2556. "node": ">=10"
  2557. }
  2558. },
  2559. "node_modules/normalize-package-data/node_modules/semver": {
  2560. "version": "7.5.4",
  2561. "resolved": "http://localhost:4873/semver/-/semver-7.5.4.tgz",
  2562. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  2563. "dev": true,
  2564. "dependencies": {
  2565. "lru-cache": "^6.0.0"
  2566. },
  2567. "bin": {
  2568. "semver": "bin/semver.js"
  2569. },
  2570. "engines": {
  2571. "node": ">=10"
  2572. }
  2573. },
  2574. "node_modules/normalize-path": {
  2575. "version": "3.0.0",
  2576. "resolved": "http://localhost:4873/normalize-path/-/normalize-path-3.0.0.tgz",
  2577. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  2578. "engines": {
  2579. "node": ">=0.10.0"
  2580. }
  2581. },
  2582. "node_modules/normalize-range": {
  2583. "version": "0.1.2",
  2584. "resolved": "http://localhost:4873/normalize-range/-/normalize-range-0.1.2.tgz",
  2585. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  2586. "dev": true,
  2587. "engines": {
  2588. "node": ">=0.10.0"
  2589. }
  2590. },
  2591. "node_modules/nth-check": {
  2592. "version": "2.1.1",
  2593. "resolved": "http://localhost:4873/nth-check/-/nth-check-2.1.1.tgz",
  2594. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  2595. "dev": true,
  2596. "dependencies": {
  2597. "boolbase": "^1.0.0"
  2598. },
  2599. "funding": {
  2600. "url": "https://github.com/fb55/nth-check?sponsor=1"
  2601. }
  2602. },
  2603. "node_modules/object-assign": {
  2604. "version": "4.1.1",
  2605. "resolved": "http://localhost:4873/object-assign/-/object-assign-4.1.1.tgz",
  2606. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  2607. "engines": {
  2608. "node": ">=0.10.0"
  2609. }
  2610. },
  2611. "node_modules/object-hash": {
  2612. "version": "3.0.0",
  2613. "resolved": "http://localhost:4873/object-hash/-/object-hash-3.0.0.tgz",
  2614. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  2615. "engines": {
  2616. "node": ">= 6"
  2617. }
  2618. },
  2619. "node_modules/once": {
  2620. "version": "1.4.0",
  2621. "resolved": "http://localhost:4873/once/-/once-1.4.0.tgz",
  2622. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  2623. "dependencies": {
  2624. "wrappy": "1"
  2625. }
  2626. },
  2627. "node_modules/optionator": {
  2628. "version": "0.9.3",
  2629. "resolved": "http://localhost:4873/optionator/-/optionator-0.9.3.tgz",
  2630. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  2631. "dev": true,
  2632. "dependencies": {
  2633. "@aashutoshrathi/word-wrap": "^1.2.3",
  2634. "deep-is": "^0.1.3",
  2635. "fast-levenshtein": "^2.0.6",
  2636. "levn": "^0.4.1",
  2637. "prelude-ls": "^1.2.1",
  2638. "type-check": "^0.4.0"
  2639. },
  2640. "engines": {
  2641. "node": ">= 0.8.0"
  2642. }
  2643. },
  2644. "node_modules/p-event": {
  2645. "version": "4.2.0",
  2646. "resolved": "http://localhost:4873/p-event/-/p-event-4.2.0.tgz",
  2647. "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==",
  2648. "dev": true,
  2649. "dependencies": {
  2650. "p-timeout": "^3.1.0"
  2651. },
  2652. "engines": {
  2653. "node": ">=8"
  2654. },
  2655. "funding": {
  2656. "url": "https://github.com/sponsors/sindresorhus"
  2657. }
  2658. },
  2659. "node_modules/p-filter": {
  2660. "version": "3.0.0",
  2661. "resolved": "http://localhost:4873/p-filter/-/p-filter-3.0.0.tgz",
  2662. "integrity": "sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==",
  2663. "dev": true,
  2664. "dependencies": {
  2665. "p-map": "^5.1.0"
  2666. },
  2667. "engines": {
  2668. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2669. },
  2670. "funding": {
  2671. "url": "https://github.com/sponsors/sindresorhus"
  2672. }
  2673. },
  2674. "node_modules/p-finally": {
  2675. "version": "1.0.0",
  2676. "resolved": "http://localhost:4873/p-finally/-/p-finally-1.0.0.tgz",
  2677. "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
  2678. "dev": true,
  2679. "engines": {
  2680. "node": ">=4"
  2681. }
  2682. },
  2683. "node_modules/p-limit": {
  2684. "version": "3.1.0",
  2685. "resolved": "http://localhost:4873/p-limit/-/p-limit-3.1.0.tgz",
  2686. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  2687. "dev": true,
  2688. "dependencies": {
  2689. "yocto-queue": "^0.1.0"
  2690. },
  2691. "engines": {
  2692. "node": ">=10"
  2693. },
  2694. "funding": {
  2695. "url": "https://github.com/sponsors/sindresorhus"
  2696. }
  2697. },
  2698. "node_modules/p-locate": {
  2699. "version": "5.0.0",
  2700. "resolved": "http://localhost:4873/p-locate/-/p-locate-5.0.0.tgz",
  2701. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  2702. "dev": true,
  2703. "dependencies": {
  2704. "p-limit": "^3.0.2"
  2705. },
  2706. "engines": {
  2707. "node": ">=10"
  2708. },
  2709. "funding": {
  2710. "url": "https://github.com/sponsors/sindresorhus"
  2711. }
  2712. },
  2713. "node_modules/p-map": {
  2714. "version": "5.5.0",
  2715. "resolved": "http://localhost:4873/p-map/-/p-map-5.5.0.tgz",
  2716. "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==",
  2717. "dev": true,
  2718. "dependencies": {
  2719. "aggregate-error": "^4.0.0"
  2720. },
  2721. "engines": {
  2722. "node": ">=12"
  2723. },
  2724. "funding": {
  2725. "url": "https://github.com/sponsors/sindresorhus"
  2726. }
  2727. },
  2728. "node_modules/p-timeout": {
  2729. "version": "3.2.0",
  2730. "resolved": "http://localhost:4873/p-timeout/-/p-timeout-3.2.0.tgz",
  2731. "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
  2732. "dev": true,
  2733. "dependencies": {
  2734. "p-finally": "^1.0.0"
  2735. },
  2736. "engines": {
  2737. "node": ">=8"
  2738. }
  2739. },
  2740. "node_modules/parent-module": {
  2741. "version": "1.0.1",
  2742. "resolved": "http://localhost:4873/parent-module/-/parent-module-1.0.1.tgz",
  2743. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  2744. "dev": true,
  2745. "dependencies": {
  2746. "callsites": "^3.0.0"
  2747. },
  2748. "engines": {
  2749. "node": ">=6"
  2750. }
  2751. },
  2752. "node_modules/parse-json": {
  2753. "version": "5.2.0",
  2754. "resolved": "http://localhost:4873/parse-json/-/parse-json-5.2.0.tgz",
  2755. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  2756. "dev": true,
  2757. "dependencies": {
  2758. "@babel/code-frame": "^7.0.0",
  2759. "error-ex": "^1.3.1",
  2760. "json-parse-even-better-errors": "^2.3.0",
  2761. "lines-and-columns": "^1.1.6"
  2762. },
  2763. "engines": {
  2764. "node": ">=8"
  2765. },
  2766. "funding": {
  2767. "url": "https://github.com/sponsors/sindresorhus"
  2768. }
  2769. },
  2770. "node_modules/path-exists": {
  2771. "version": "4.0.0",
  2772. "resolved": "http://localhost:4873/path-exists/-/path-exists-4.0.0.tgz",
  2773. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  2774. "dev": true,
  2775. "engines": {
  2776. "node": ">=8"
  2777. }
  2778. },
  2779. "node_modules/path-is-absolute": {
  2780. "version": "1.0.1",
  2781. "resolved": "http://localhost:4873/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  2782. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  2783. "engines": {
  2784. "node": ">=0.10.0"
  2785. }
  2786. },
  2787. "node_modules/path-key": {
  2788. "version": "3.1.1",
  2789. "resolved": "http://localhost:4873/path-key/-/path-key-3.1.1.tgz",
  2790. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2791. "dev": true,
  2792. "engines": {
  2793. "node": ">=8"
  2794. }
  2795. },
  2796. "node_modules/path-parse": {
  2797. "version": "1.0.7",
  2798. "resolved": "http://localhost:4873/path-parse/-/path-parse-1.0.7.tgz",
  2799. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  2800. },
  2801. "node_modules/path-to-regexp": {
  2802. "version": "6.2.1",
  2803. "resolved": "http://localhost:4873/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
  2804. "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
  2805. },
  2806. "node_modules/path-type": {
  2807. "version": "4.0.0",
  2808. "resolved": "http://localhost:4873/path-type/-/path-type-4.0.0.tgz",
  2809. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  2810. "dev": true,
  2811. "engines": {
  2812. "node": ">=8"
  2813. }
  2814. },
  2815. "node_modules/picocolors": {
  2816. "version": "1.0.0",
  2817. "resolved": "http://localhost:4873/picocolors/-/picocolors-1.0.0.tgz",
  2818. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  2819. },
  2820. "node_modules/picomatch": {
  2821. "version": "2.3.1",
  2822. "resolved": "http://localhost:4873/picomatch/-/picomatch-2.3.1.tgz",
  2823. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2824. "engines": {
  2825. "node": ">=8.6"
  2826. },
  2827. "funding": {
  2828. "url": "https://github.com/sponsors/jonschlinkert"
  2829. }
  2830. },
  2831. "node_modules/pify": {
  2832. "version": "2.3.0",
  2833. "resolved": "http://localhost:4873/pify/-/pify-2.3.0.tgz",
  2834. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  2835. "engines": {
  2836. "node": ">=0.10.0"
  2837. }
  2838. },
  2839. "node_modules/pirates": {
  2840. "version": "4.0.6",
  2841. "resolved": "http://localhost:4873/pirates/-/pirates-4.0.6.tgz",
  2842. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  2843. "engines": {
  2844. "node": ">= 6"
  2845. }
  2846. },
  2847. "node_modules/podparse": {
  2848. "version": "1.5.1",
  2849. "resolved": "http://localhost:4873/podparse/-/podparse-1.5.1.tgz",
  2850. "integrity": "sha512-AuLVWLcezFi4i3882xBu4vaS57lB/DvFoRppnB6OgIdWmN54iRIVKFhwuL1sxdRosN0+znez3NRxFY9TfjyNCA==",
  2851. "dependencies": {
  2852. "@rgrove/parse-xml": "^3.0.0"
  2853. },
  2854. "engines": {
  2855. "node": ">=12.0.0"
  2856. }
  2857. },
  2858. "node_modules/postcss": {
  2859. "version": "8.4.29",
  2860. "resolved": "http://localhost:4873/postcss/-/postcss-8.4.29.tgz",
  2861. "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==",
  2862. "funding": [
  2863. {
  2864. "type": "opencollective",
  2865. "url": "https://opencollective.com/postcss/"
  2866. },
  2867. {
  2868. "type": "tidelift",
  2869. "url": "https://tidelift.com/funding/github/npm/postcss"
  2870. },
  2871. {
  2872. "type": "github",
  2873. "url": "https://github.com/sponsors/ai"
  2874. }
  2875. ],
  2876. "dependencies": {
  2877. "nanoid": "^3.3.6",
  2878. "picocolors": "^1.0.0",
  2879. "source-map-js": "^1.0.2"
  2880. },
  2881. "engines": {
  2882. "node": "^10 || ^12 || >=14"
  2883. }
  2884. },
  2885. "node_modules/postcss-attribute-case-insensitive": {
  2886. "version": "5.0.2",
  2887. "resolved": "http://localhost:4873/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
  2888. "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
  2889. "dev": true,
  2890. "dependencies": {
  2891. "postcss-selector-parser": "^6.0.10"
  2892. },
  2893. "engines": {
  2894. "node": "^12 || ^14 || >=16"
  2895. },
  2896. "funding": {
  2897. "type": "opencollective",
  2898. "url": "https://opencollective.com/csstools"
  2899. },
  2900. "peerDependencies": {
  2901. "postcss": "^8.2"
  2902. }
  2903. },
  2904. "node_modules/postcss-clamp": {
  2905. "version": "4.1.0",
  2906. "resolved": "http://localhost:4873/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  2907. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  2908. "dev": true,
  2909. "dependencies": {
  2910. "postcss-value-parser": "^4.2.0"
  2911. },
  2912. "engines": {
  2913. "node": ">=7.6.0"
  2914. },
  2915. "peerDependencies": {
  2916. "postcss": "^8.4.6"
  2917. }
  2918. },
  2919. "node_modules/postcss-color-functional-notation": {
  2920. "version": "4.2.4",
  2921. "resolved": "http://localhost:4873/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
  2922. "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
  2923. "dev": true,
  2924. "dependencies": {
  2925. "postcss-value-parser": "^4.2.0"
  2926. },
  2927. "engines": {
  2928. "node": "^12 || ^14 || >=16"
  2929. },
  2930. "funding": {
  2931. "type": "opencollective",
  2932. "url": "https://opencollective.com/csstools"
  2933. },
  2934. "peerDependencies": {
  2935. "postcss": "^8.2"
  2936. }
  2937. },
  2938. "node_modules/postcss-color-hex-alpha": {
  2939. "version": "8.0.4",
  2940. "resolved": "http://localhost:4873/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
  2941. "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
  2942. "dev": true,
  2943. "dependencies": {
  2944. "postcss-value-parser": "^4.2.0"
  2945. },
  2946. "engines": {
  2947. "node": "^12 || ^14 || >=16"
  2948. },
  2949. "funding": {
  2950. "type": "opencollective",
  2951. "url": "https://opencollective.com/csstools"
  2952. },
  2953. "peerDependencies": {
  2954. "postcss": "^8.4"
  2955. }
  2956. },
  2957. "node_modules/postcss-color-rebeccapurple": {
  2958. "version": "7.1.1",
  2959. "resolved": "http://localhost:4873/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
  2960. "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
  2961. "dev": true,
  2962. "dependencies": {
  2963. "postcss-value-parser": "^4.2.0"
  2964. },
  2965. "engines": {
  2966. "node": "^12 || ^14 || >=16"
  2967. },
  2968. "funding": {
  2969. "type": "opencollective",
  2970. "url": "https://opencollective.com/csstools"
  2971. },
  2972. "peerDependencies": {
  2973. "postcss": "^8.2"
  2974. }
  2975. },
  2976. "node_modules/postcss-custom-media": {
  2977. "version": "8.0.2",
  2978. "resolved": "http://localhost:4873/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
  2979. "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
  2980. "dev": true,
  2981. "dependencies": {
  2982. "postcss-value-parser": "^4.2.0"
  2983. },
  2984. "engines": {
  2985. "node": "^12 || ^14 || >=16"
  2986. },
  2987. "funding": {
  2988. "type": "opencollective",
  2989. "url": "https://opencollective.com/csstools"
  2990. },
  2991. "peerDependencies": {
  2992. "postcss": "^8.3"
  2993. }
  2994. },
  2995. "node_modules/postcss-custom-properties": {
  2996. "version": "12.1.11",
  2997. "resolved": "http://localhost:4873/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
  2998. "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
  2999. "dev": true,
  3000. "dependencies": {
  3001. "postcss-value-parser": "^4.2.0"
  3002. },
  3003. "engines": {
  3004. "node": "^12 || ^14 || >=16"
  3005. },
  3006. "funding": {
  3007. "type": "opencollective",
  3008. "url": "https://opencollective.com/csstools"
  3009. },
  3010. "peerDependencies": {
  3011. "postcss": "^8.2"
  3012. }
  3013. },
  3014. "node_modules/postcss-custom-selectors": {
  3015. "version": "6.0.3",
  3016. "resolved": "http://localhost:4873/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
  3017. "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
  3018. "dev": true,
  3019. "dependencies": {
  3020. "postcss-selector-parser": "^6.0.4"
  3021. },
  3022. "engines": {
  3023. "node": "^12 || ^14 || >=16"
  3024. },
  3025. "funding": {
  3026. "type": "opencollective",
  3027. "url": "https://opencollective.com/csstools"
  3028. },
  3029. "peerDependencies": {
  3030. "postcss": "^8.3"
  3031. }
  3032. },
  3033. "node_modules/postcss-dir-pseudo-class": {
  3034. "version": "6.0.5",
  3035. "resolved": "http://localhost:4873/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
  3036. "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
  3037. "dev": true,
  3038. "dependencies": {
  3039. "postcss-selector-parser": "^6.0.10"
  3040. },
  3041. "engines": {
  3042. "node": "^12 || ^14 || >=16"
  3043. },
  3044. "funding": {
  3045. "type": "opencollective",
  3046. "url": "https://opencollective.com/csstools"
  3047. },
  3048. "peerDependencies": {
  3049. "postcss": "^8.2"
  3050. }
  3051. },
  3052. "node_modules/postcss-double-position-gradients": {
  3053. "version": "3.1.2",
  3054. "resolved": "http://localhost:4873/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
  3055. "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
  3056. "dev": true,
  3057. "dependencies": {
  3058. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  3059. "postcss-value-parser": "^4.2.0"
  3060. },
  3061. "engines": {
  3062. "node": "^12 || ^14 || >=16"
  3063. },
  3064. "funding": {
  3065. "type": "opencollective",
  3066. "url": "https://opencollective.com/csstools"
  3067. },
  3068. "peerDependencies": {
  3069. "postcss": "^8.2"
  3070. }
  3071. },
  3072. "node_modules/postcss-env-function": {
  3073. "version": "4.0.6",
  3074. "resolved": "http://localhost:4873/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  3075. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  3076. "dev": true,
  3077. "dependencies": {
  3078. "postcss-value-parser": "^4.2.0"
  3079. },
  3080. "engines": {
  3081. "node": "^12 || ^14 || >=16"
  3082. },
  3083. "peerDependencies": {
  3084. "postcss": "^8.4"
  3085. }
  3086. },
  3087. "node_modules/postcss-focus-visible": {
  3088. "version": "6.0.4",
  3089. "resolved": "http://localhost:4873/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  3090. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  3091. "dev": true,
  3092. "dependencies": {
  3093. "postcss-selector-parser": "^6.0.9"
  3094. },
  3095. "engines": {
  3096. "node": "^12 || ^14 || >=16"
  3097. },
  3098. "peerDependencies": {
  3099. "postcss": "^8.4"
  3100. }
  3101. },
  3102. "node_modules/postcss-focus-within": {
  3103. "version": "5.0.4",
  3104. "resolved": "http://localhost:4873/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  3105. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  3106. "dev": true,
  3107. "dependencies": {
  3108. "postcss-selector-parser": "^6.0.9"
  3109. },
  3110. "engines": {
  3111. "node": "^12 || ^14 || >=16"
  3112. },
  3113. "peerDependencies": {
  3114. "postcss": "^8.4"
  3115. }
  3116. },
  3117. "node_modules/postcss-font-variant": {
  3118. "version": "5.0.0",
  3119. "resolved": "http://localhost:4873/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  3120. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  3121. "dev": true,
  3122. "peerDependencies": {
  3123. "postcss": "^8.1.0"
  3124. }
  3125. },
  3126. "node_modules/postcss-gap-properties": {
  3127. "version": "3.0.5",
  3128. "resolved": "http://localhost:4873/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
  3129. "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
  3130. "dev": true,
  3131. "engines": {
  3132. "node": "^12 || ^14 || >=16"
  3133. },
  3134. "funding": {
  3135. "type": "opencollective",
  3136. "url": "https://opencollective.com/csstools"
  3137. },
  3138. "peerDependencies": {
  3139. "postcss": "^8.2"
  3140. }
  3141. },
  3142. "node_modules/postcss-image-set-function": {
  3143. "version": "4.0.7",
  3144. "resolved": "http://localhost:4873/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
  3145. "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
  3146. "dev": true,
  3147. "dependencies": {
  3148. "postcss-value-parser": "^4.2.0"
  3149. },
  3150. "engines": {
  3151. "node": "^12 || ^14 || >=16"
  3152. },
  3153. "funding": {
  3154. "type": "opencollective",
  3155. "url": "https://opencollective.com/csstools"
  3156. },
  3157. "peerDependencies": {
  3158. "postcss": "^8.2"
  3159. }
  3160. },
  3161. "node_modules/postcss-import": {
  3162. "version": "15.1.0",
  3163. "resolved": "http://localhost:4873/postcss-import/-/postcss-import-15.1.0.tgz",
  3164. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  3165. "dependencies": {
  3166. "postcss-value-parser": "^4.0.0",
  3167. "read-cache": "^1.0.0",
  3168. "resolve": "^1.1.7"
  3169. },
  3170. "engines": {
  3171. "node": ">=14.0.0"
  3172. },
  3173. "peerDependencies": {
  3174. "postcss": "^8.0.0"
  3175. }
  3176. },
  3177. "node_modules/postcss-initial": {
  3178. "version": "4.0.1",
  3179. "resolved": "http://localhost:4873/postcss-initial/-/postcss-initial-4.0.1.tgz",
  3180. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  3181. "dev": true,
  3182. "peerDependencies": {
  3183. "postcss": "^8.0.0"
  3184. }
  3185. },
  3186. "node_modules/postcss-js": {
  3187. "version": "4.0.1",
  3188. "resolved": "http://localhost:4873/postcss-js/-/postcss-js-4.0.1.tgz",
  3189. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  3190. "dependencies": {
  3191. "camelcase-css": "^2.0.1"
  3192. },
  3193. "engines": {
  3194. "node": "^12 || ^14 || >= 16"
  3195. },
  3196. "funding": {
  3197. "type": "opencollective",
  3198. "url": "https://opencollective.com/postcss/"
  3199. },
  3200. "peerDependencies": {
  3201. "postcss": "^8.4.21"
  3202. }
  3203. },
  3204. "node_modules/postcss-lab-function": {
  3205. "version": "4.2.1",
  3206. "resolved": "http://localhost:4873/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
  3207. "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
  3208. "dev": true,
  3209. "dependencies": {
  3210. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  3211. "postcss-value-parser": "^4.2.0"
  3212. },
  3213. "engines": {
  3214. "node": "^12 || ^14 || >=16"
  3215. },
  3216. "funding": {
  3217. "type": "opencollective",
  3218. "url": "https://opencollective.com/csstools"
  3219. },
  3220. "peerDependencies": {
  3221. "postcss": "^8.2"
  3222. }
  3223. },
  3224. "node_modules/postcss-load-config": {
  3225. "version": "4.0.1",
  3226. "resolved": "http://localhost:4873/postcss-load-config/-/postcss-load-config-4.0.1.tgz",
  3227. "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==",
  3228. "dependencies": {
  3229. "lilconfig": "^2.0.5",
  3230. "yaml": "^2.1.1"
  3231. },
  3232. "engines": {
  3233. "node": ">= 14"
  3234. },
  3235. "funding": {
  3236. "type": "opencollective",
  3237. "url": "https://opencollective.com/postcss/"
  3238. },
  3239. "peerDependencies": {
  3240. "postcss": ">=8.0.9",
  3241. "ts-node": ">=9.0.0"
  3242. },
  3243. "peerDependenciesMeta": {
  3244. "postcss": {
  3245. "optional": true
  3246. },
  3247. "ts-node": {
  3248. "optional": true
  3249. }
  3250. }
  3251. },
  3252. "node_modules/postcss-logical": {
  3253. "version": "5.0.4",
  3254. "resolved": "http://localhost:4873/postcss-logical/-/postcss-logical-5.0.4.tgz",
  3255. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  3256. "dev": true,
  3257. "engines": {
  3258. "node": "^12 || ^14 || >=16"
  3259. },
  3260. "peerDependencies": {
  3261. "postcss": "^8.4"
  3262. }
  3263. },
  3264. "node_modules/postcss-media-minmax": {
  3265. "version": "5.0.0",
  3266. "resolved": "http://localhost:4873/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  3267. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  3268. "dev": true,
  3269. "engines": {
  3270. "node": ">=10.0.0"
  3271. },
  3272. "peerDependencies": {
  3273. "postcss": "^8.1.0"
  3274. }
  3275. },
  3276. "node_modules/postcss-nested": {
  3277. "version": "6.0.1",
  3278. "resolved": "http://localhost:4873/postcss-nested/-/postcss-nested-6.0.1.tgz",
  3279. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  3280. "dependencies": {
  3281. "postcss-selector-parser": "^6.0.11"
  3282. },
  3283. "engines": {
  3284. "node": ">=12.0"
  3285. },
  3286. "funding": {
  3287. "type": "opencollective",
  3288. "url": "https://opencollective.com/postcss/"
  3289. },
  3290. "peerDependencies": {
  3291. "postcss": "^8.2.14"
  3292. }
  3293. },
  3294. "node_modules/postcss-nesting": {
  3295. "version": "10.2.0",
  3296. "resolved": "http://localhost:4873/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
  3297. "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
  3298. "dev": true,
  3299. "dependencies": {
  3300. "@csstools/selector-specificity": "^2.0.0",
  3301. "postcss-selector-parser": "^6.0.10"
  3302. },
  3303. "engines": {
  3304. "node": "^12 || ^14 || >=16"
  3305. },
  3306. "funding": {
  3307. "type": "opencollective",
  3308. "url": "https://opencollective.com/csstools"
  3309. },
  3310. "peerDependencies": {
  3311. "postcss": "^8.2"
  3312. }
  3313. },
  3314. "node_modules/postcss-opacity-percentage": {
  3315. "version": "1.1.3",
  3316. "resolved": "http://localhost:4873/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
  3317. "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
  3318. "dev": true,
  3319. "funding": [
  3320. {
  3321. "type": "kofi",
  3322. "url": "https://ko-fi.com/mrcgrtz"
  3323. },
  3324. {
  3325. "type": "liberapay",
  3326. "url": "https://liberapay.com/mrcgrtz"
  3327. }
  3328. ],
  3329. "engines": {
  3330. "node": "^12 || ^14 || >=16"
  3331. },
  3332. "peerDependencies": {
  3333. "postcss": "^8.2"
  3334. }
  3335. },
  3336. "node_modules/postcss-overflow-shorthand": {
  3337. "version": "3.0.4",
  3338. "resolved": "http://localhost:4873/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
  3339. "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
  3340. "dev": true,
  3341. "dependencies": {
  3342. "postcss-value-parser": "^4.2.0"
  3343. },
  3344. "engines": {
  3345. "node": "^12 || ^14 || >=16"
  3346. },
  3347. "funding": {
  3348. "type": "opencollective",
  3349. "url": "https://opencollective.com/csstools"
  3350. },
  3351. "peerDependencies": {
  3352. "postcss": "^8.2"
  3353. }
  3354. },
  3355. "node_modules/postcss-page-break": {
  3356. "version": "3.0.4",
  3357. "resolved": "http://localhost:4873/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  3358. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  3359. "dev": true,
  3360. "peerDependencies": {
  3361. "postcss": "^8"
  3362. }
  3363. },
  3364. "node_modules/postcss-place": {
  3365. "version": "7.0.5",
  3366. "resolved": "http://localhost:4873/postcss-place/-/postcss-place-7.0.5.tgz",
  3367. "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
  3368. "dev": true,
  3369. "dependencies": {
  3370. "postcss-value-parser": "^4.2.0"
  3371. },
  3372. "engines": {
  3373. "node": "^12 || ^14 || >=16"
  3374. },
  3375. "funding": {
  3376. "type": "opencollective",
  3377. "url": "https://opencollective.com/csstools"
  3378. },
  3379. "peerDependencies": {
  3380. "postcss": "^8.2"
  3381. }
  3382. },
  3383. "node_modules/postcss-preset-env": {
  3384. "version": "7.8.3",
  3385. "resolved": "http://localhost:4873/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
  3386. "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
  3387. "dev": true,
  3388. "dependencies": {
  3389. "@csstools/postcss-cascade-layers": "^1.1.1",
  3390. "@csstools/postcss-color-function": "^1.1.1",
  3391. "@csstools/postcss-font-format-keywords": "^1.0.1",
  3392. "@csstools/postcss-hwb-function": "^1.0.2",
  3393. "@csstools/postcss-ic-unit": "^1.0.1",
  3394. "@csstools/postcss-is-pseudo-class": "^2.0.7",
  3395. "@csstools/postcss-nested-calc": "^1.0.0",
  3396. "@csstools/postcss-normalize-display-values": "^1.0.1",
  3397. "@csstools/postcss-oklab-function": "^1.1.1",
  3398. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  3399. "@csstools/postcss-stepped-value-functions": "^1.0.1",
  3400. "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
  3401. "@csstools/postcss-trigonometric-functions": "^1.0.2",
  3402. "@csstools/postcss-unset-value": "^1.0.2",
  3403. "autoprefixer": "^10.4.13",
  3404. "browserslist": "^4.21.4",
  3405. "css-blank-pseudo": "^3.0.3",
  3406. "css-has-pseudo": "^3.0.4",
  3407. "css-prefers-color-scheme": "^6.0.3",
  3408. "cssdb": "^7.1.0",
  3409. "postcss-attribute-case-insensitive": "^5.0.2",
  3410. "postcss-clamp": "^4.1.0",
  3411. "postcss-color-functional-notation": "^4.2.4",
  3412. "postcss-color-hex-alpha": "^8.0.4",
  3413. "postcss-color-rebeccapurple": "^7.1.1",
  3414. "postcss-custom-media": "^8.0.2",
  3415. "postcss-custom-properties": "^12.1.10",
  3416. "postcss-custom-selectors": "^6.0.3",
  3417. "postcss-dir-pseudo-class": "^6.0.5",
  3418. "postcss-double-position-gradients": "^3.1.2",
  3419. "postcss-env-function": "^4.0.6",
  3420. "postcss-focus-visible": "^6.0.4",
  3421. "postcss-focus-within": "^5.0.4",
  3422. "postcss-font-variant": "^5.0.0",
  3423. "postcss-gap-properties": "^3.0.5",
  3424. "postcss-image-set-function": "^4.0.7",
  3425. "postcss-initial": "^4.0.1",
  3426. "postcss-lab-function": "^4.2.1",
  3427. "postcss-logical": "^5.0.4",
  3428. "postcss-media-minmax": "^5.0.0",
  3429. "postcss-nesting": "^10.2.0",
  3430. "postcss-opacity-percentage": "^1.1.2",
  3431. "postcss-overflow-shorthand": "^3.0.4",
  3432. "postcss-page-break": "^3.0.4",
  3433. "postcss-place": "^7.0.5",
  3434. "postcss-pseudo-class-any-link": "^7.1.6",
  3435. "postcss-replace-overflow-wrap": "^4.0.0",
  3436. "postcss-selector-not": "^6.0.1",
  3437. "postcss-value-parser": "^4.2.0"
  3438. },
  3439. "engines": {
  3440. "node": "^12 || ^14 || >=16"
  3441. },
  3442. "funding": {
  3443. "type": "opencollective",
  3444. "url": "https://opencollective.com/csstools"
  3445. },
  3446. "peerDependencies": {
  3447. "postcss": "^8.2"
  3448. }
  3449. },
  3450. "node_modules/postcss-pseudo-class-any-link": {
  3451. "version": "7.1.6",
  3452. "resolved": "http://localhost:4873/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
  3453. "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
  3454. "dev": true,
  3455. "dependencies": {
  3456. "postcss-selector-parser": "^6.0.10"
  3457. },
  3458. "engines": {
  3459. "node": "^12 || ^14 || >=16"
  3460. },
  3461. "funding": {
  3462. "type": "opencollective",
  3463. "url": "https://opencollective.com/csstools"
  3464. },
  3465. "peerDependencies": {
  3466. "postcss": "^8.2"
  3467. }
  3468. },
  3469. "node_modules/postcss-replace-overflow-wrap": {
  3470. "version": "4.0.0",
  3471. "resolved": "http://localhost:4873/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  3472. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  3473. "dev": true,
  3474. "peerDependencies": {
  3475. "postcss": "^8.0.3"
  3476. }
  3477. },
  3478. "node_modules/postcss-selector-not": {
  3479. "version": "6.0.1",
  3480. "resolved": "http://localhost:4873/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
  3481. "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
  3482. "dev": true,
  3483. "dependencies": {
  3484. "postcss-selector-parser": "^6.0.10"
  3485. },
  3486. "engines": {
  3487. "node": "^12 || ^14 || >=16"
  3488. },
  3489. "funding": {
  3490. "type": "opencollective",
  3491. "url": "https://opencollective.com/csstools"
  3492. },
  3493. "peerDependencies": {
  3494. "postcss": "^8.2"
  3495. }
  3496. },
  3497. "node_modules/postcss-selector-parser": {
  3498. "version": "6.0.13",
  3499. "resolved": "http://localhost:4873/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
  3500. "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
  3501. "dependencies": {
  3502. "cssesc": "^3.0.0",
  3503. "util-deprecate": "^1.0.2"
  3504. },
  3505. "engines": {
  3506. "node": ">=4"
  3507. }
  3508. },
  3509. "node_modules/postcss-value-parser": {
  3510. "version": "4.2.0",
  3511. "resolved": "http://localhost:4873/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  3512. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  3513. },
  3514. "node_modules/prelude-ls": {
  3515. "version": "1.2.1",
  3516. "resolved": "http://localhost:4873/prelude-ls/-/prelude-ls-1.2.1.tgz",
  3517. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  3518. "dev": true,
  3519. "engines": {
  3520. "node": ">= 0.8.0"
  3521. }
  3522. },
  3523. "node_modules/prettier": {
  3524. "version": "3.0.3",
  3525. "resolved": "http://localhost:4873/prettier/-/prettier-3.0.3.tgz",
  3526. "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
  3527. "dev": true,
  3528. "bin": {
  3529. "prettier": "bin/prettier.cjs"
  3530. },
  3531. "engines": {
  3532. "node": ">=14"
  3533. },
  3534. "funding": {
  3535. "url": "https://github.com/prettier/prettier?sponsor=1"
  3536. }
  3537. },
  3538. "node_modules/punycode": {
  3539. "version": "2.3.0",
  3540. "resolved": "http://localhost:4873/punycode/-/punycode-2.3.0.tgz",
  3541. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  3542. "dev": true,
  3543. "engines": {
  3544. "node": ">=6"
  3545. }
  3546. },
  3547. "node_modules/queue-microtask": {
  3548. "version": "1.2.3",
  3549. "resolved": "http://localhost:4873/queue-microtask/-/queue-microtask-1.2.3.tgz",
  3550. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  3551. "funding": [
  3552. {
  3553. "type": "github",
  3554. "url": "https://github.com/sponsors/feross"
  3555. },
  3556. {
  3557. "type": "patreon",
  3558. "url": "https://www.patreon.com/feross"
  3559. },
  3560. {
  3561. "type": "consulting",
  3562. "url": "https://feross.org/support"
  3563. }
  3564. ]
  3565. },
  3566. "node_modules/quick-lru": {
  3567. "version": "5.1.1",
  3568. "resolved": "http://localhost:4873/quick-lru/-/quick-lru-5.1.1.tgz",
  3569. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  3570. "dev": true,
  3571. "engines": {
  3572. "node": ">=10"
  3573. },
  3574. "funding": {
  3575. "url": "https://github.com/sponsors/sindresorhus"
  3576. }
  3577. },
  3578. "node_modules/read-cache": {
  3579. "version": "1.0.0",
  3580. "resolved": "http://localhost:4873/read-cache/-/read-cache-1.0.0.tgz",
  3581. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  3582. "dependencies": {
  3583. "pify": "^2.3.0"
  3584. }
  3585. },
  3586. "node_modules/read-pkg": {
  3587. "version": "6.0.0",
  3588. "resolved": "http://localhost:4873/read-pkg/-/read-pkg-6.0.0.tgz",
  3589. "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==",
  3590. "dev": true,
  3591. "dependencies": {
  3592. "@types/normalize-package-data": "^2.4.0",
  3593. "normalize-package-data": "^3.0.2",
  3594. "parse-json": "^5.2.0",
  3595. "type-fest": "^1.0.1"
  3596. },
  3597. "engines": {
  3598. "node": ">=12"
  3599. },
  3600. "funding": {
  3601. "url": "https://github.com/sponsors/sindresorhus"
  3602. }
  3603. },
  3604. "node_modules/read-pkg-up": {
  3605. "version": "8.0.0",
  3606. "resolved": "http://localhost:4873/read-pkg-up/-/read-pkg-up-8.0.0.tgz",
  3607. "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==",
  3608. "dev": true,
  3609. "dependencies": {
  3610. "find-up": "^5.0.0",
  3611. "read-pkg": "^6.0.0",
  3612. "type-fest": "^1.0.1"
  3613. },
  3614. "engines": {
  3615. "node": ">=12"
  3616. },
  3617. "funding": {
  3618. "url": "https://github.com/sponsors/sindresorhus"
  3619. }
  3620. },
  3621. "node_modules/readdirp": {
  3622. "version": "3.6.0",
  3623. "resolved": "http://localhost:4873/readdirp/-/readdirp-3.6.0.tgz",
  3624. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  3625. "dependencies": {
  3626. "picomatch": "^2.2.1"
  3627. },
  3628. "engines": {
  3629. "node": ">=8.10.0"
  3630. }
  3631. },
  3632. "node_modules/redent": {
  3633. "version": "4.0.0",
  3634. "resolved": "http://localhost:4873/redent/-/redent-4.0.0.tgz",
  3635. "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==",
  3636. "dev": true,
  3637. "dependencies": {
  3638. "indent-string": "^5.0.0",
  3639. "strip-indent": "^4.0.0"
  3640. },
  3641. "engines": {
  3642. "node": ">=12"
  3643. },
  3644. "funding": {
  3645. "url": "https://github.com/sponsors/sindresorhus"
  3646. }
  3647. },
  3648. "node_modules/resolve": {
  3649. "version": "1.22.4",
  3650. "resolved": "http://localhost:4873/resolve/-/resolve-1.22.4.tgz",
  3651. "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
  3652. "dependencies": {
  3653. "is-core-module": "^2.13.0",
  3654. "path-parse": "^1.0.7",
  3655. "supports-preserve-symlinks-flag": "^1.0.0"
  3656. },
  3657. "bin": {
  3658. "resolve": "bin/resolve"
  3659. },
  3660. "funding": {
  3661. "url": "https://github.com/sponsors/ljharb"
  3662. }
  3663. },
  3664. "node_modules/resolve-from": {
  3665. "version": "4.0.0",
  3666. "resolved": "http://localhost:4873/resolve-from/-/resolve-from-4.0.0.tgz",
  3667. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  3668. "dev": true,
  3669. "engines": {
  3670. "node": ">=4"
  3671. }
  3672. },
  3673. "node_modules/reusify": {
  3674. "version": "1.0.4",
  3675. "resolved": "http://localhost:4873/reusify/-/reusify-1.0.4.tgz",
  3676. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  3677. "engines": {
  3678. "iojs": ">=1.0.0",
  3679. "node": ">=0.10.0"
  3680. }
  3681. },
  3682. "node_modules/rimraf": {
  3683. "version": "3.0.2",
  3684. "resolved": "http://localhost:4873/rimraf/-/rimraf-3.0.2.tgz",
  3685. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  3686. "dev": true,
  3687. "dependencies": {
  3688. "glob": "^7.1.3"
  3689. },
  3690. "bin": {
  3691. "rimraf": "bin.js"
  3692. },
  3693. "funding": {
  3694. "url": "https://github.com/sponsors/isaacs"
  3695. }
  3696. },
  3697. "node_modules/rollup": {
  3698. "version": "3.29.1",
  3699. "resolved": "http://localhost:4873/rollup/-/rollup-3.29.1.tgz",
  3700. "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==",
  3701. "dev": true,
  3702. "bin": {
  3703. "rollup": "dist/bin/rollup"
  3704. },
  3705. "engines": {
  3706. "node": ">=14.18.0",
  3707. "npm": ">=8.0.0"
  3708. },
  3709. "optionalDependencies": {
  3710. "fsevents": "~2.3.2"
  3711. }
  3712. },
  3713. "node_modules/run-parallel": {
  3714. "version": "1.2.0",
  3715. "resolved": "http://localhost:4873/run-parallel/-/run-parallel-1.2.0.tgz",
  3716. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  3717. "funding": [
  3718. {
  3719. "type": "github",
  3720. "url": "https://github.com/sponsors/feross"
  3721. },
  3722. {
  3723. "type": "patreon",
  3724. "url": "https://www.patreon.com/feross"
  3725. },
  3726. {
  3727. "type": "consulting",
  3728. "url": "https://feross.org/support"
  3729. }
  3730. ],
  3731. "dependencies": {
  3732. "queue-microtask": "^1.2.2"
  3733. }
  3734. },
  3735. "node_modules/semver": {
  3736. "version": "6.3.1",
  3737. "resolved": "http://localhost:4873/semver/-/semver-6.3.1.tgz",
  3738. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3739. "dev": true,
  3740. "bin": {
  3741. "semver": "bin/semver.js"
  3742. }
  3743. },
  3744. "node_modules/shebang-command": {
  3745. "version": "2.0.0",
  3746. "resolved": "http://localhost:4873/shebang-command/-/shebang-command-2.0.0.tgz",
  3747. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  3748. "dev": true,
  3749. "dependencies": {
  3750. "shebang-regex": "^3.0.0"
  3751. },
  3752. "engines": {
  3753. "node": ">=8"
  3754. }
  3755. },
  3756. "node_modules/shebang-regex": {
  3757. "version": "3.0.0",
  3758. "resolved": "http://localhost:4873/shebang-regex/-/shebang-regex-3.0.0.tgz",
  3759. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  3760. "dev": true,
  3761. "engines": {
  3762. "node": ">=8"
  3763. }
  3764. },
  3765. "node_modules/skeleton-elements": {
  3766. "version": "4.0.1",
  3767. "resolved": "http://localhost:4873/skeleton-elements/-/skeleton-elements-4.0.1.tgz",
  3768. "integrity": "sha512-T7YSF/Vu/raUcM6v3HiE4VSY/OvrNflg8Dur3Zza6VVJkq4slxm4pJRpGLNhoOfblIPZLQKh1cu7ADKveyqm/Q=="
  3769. },
  3770. "node_modules/slash": {
  3771. "version": "4.0.0",
  3772. "resolved": "http://localhost:4873/slash/-/slash-4.0.0.tgz",
  3773. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  3774. "dev": true,
  3775. "engines": {
  3776. "node": ">=12"
  3777. },
  3778. "funding": {
  3779. "url": "https://github.com/sponsors/sindresorhus"
  3780. }
  3781. },
  3782. "node_modules/source-map-js": {
  3783. "version": "1.0.2",
  3784. "resolved": "http://localhost:4873/source-map-js/-/source-map-js-1.0.2.tgz",
  3785. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  3786. "engines": {
  3787. "node": ">=0.10.0"
  3788. }
  3789. },
  3790. "node_modules/spdx-correct": {
  3791. "version": "3.2.0",
  3792. "resolved": "http://localhost:4873/spdx-correct/-/spdx-correct-3.2.0.tgz",
  3793. "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
  3794. "dev": true,
  3795. "dependencies": {
  3796. "spdx-expression-parse": "^3.0.0",
  3797. "spdx-license-ids": "^3.0.0"
  3798. }
  3799. },
  3800. "node_modules/spdx-exceptions": {
  3801. "version": "2.3.0",
  3802. "resolved": "http://localhost:4873/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  3803. "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
  3804. "dev": true
  3805. },
  3806. "node_modules/spdx-expression-parse": {
  3807. "version": "3.0.1",
  3808. "resolved": "http://localhost:4873/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  3809. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  3810. "dev": true,
  3811. "dependencies": {
  3812. "spdx-exceptions": "^2.1.0",
  3813. "spdx-license-ids": "^3.0.0"
  3814. }
  3815. },
  3816. "node_modules/spdx-license-ids": {
  3817. "version": "3.0.13",
  3818. "resolved": "http://localhost:4873/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
  3819. "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==",
  3820. "dev": true
  3821. },
  3822. "node_modules/ssr-window": {
  3823. "version": "4.0.2",
  3824. "resolved": "http://localhost:4873/ssr-window/-/ssr-window-4.0.2.tgz",
  3825. "integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ=="
  3826. },
  3827. "node_modules/strip-ansi": {
  3828. "version": "6.0.1",
  3829. "resolved": "http://localhost:4873/strip-ansi/-/strip-ansi-6.0.1.tgz",
  3830. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  3831. "dev": true,
  3832. "dependencies": {
  3833. "ansi-regex": "^5.0.1"
  3834. },
  3835. "engines": {
  3836. "node": ">=8"
  3837. }
  3838. },
  3839. "node_modules/strip-indent": {
  3840. "version": "4.0.0",
  3841. "resolved": "http://localhost:4873/strip-indent/-/strip-indent-4.0.0.tgz",
  3842. "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==",
  3843. "dev": true,
  3844. "dependencies": {
  3845. "min-indent": "^1.0.1"
  3846. },
  3847. "engines": {
  3848. "node": ">=12"
  3849. },
  3850. "funding": {
  3851. "url": "https://github.com/sponsors/sindresorhus"
  3852. }
  3853. },
  3854. "node_modules/strip-json-comments": {
  3855. "version": "3.1.1",
  3856. "resolved": "http://localhost:4873/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  3857. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  3858. "dev": true,
  3859. "engines": {
  3860. "node": ">=8"
  3861. },
  3862. "funding": {
  3863. "url": "https://github.com/sponsors/sindresorhus"
  3864. }
  3865. },
  3866. "node_modules/sucrase": {
  3867. "version": "3.34.0",
  3868. "resolved": "http://localhost:4873/sucrase/-/sucrase-3.34.0.tgz",
  3869. "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==",
  3870. "dependencies": {
  3871. "@jridgewell/gen-mapping": "^0.3.2",
  3872. "commander": "^4.0.0",
  3873. "glob": "7.1.6",
  3874. "lines-and-columns": "^1.1.6",
  3875. "mz": "^2.7.0",
  3876. "pirates": "^4.0.1",
  3877. "ts-interface-checker": "^0.1.9"
  3878. },
  3879. "bin": {
  3880. "sucrase": "bin/sucrase",
  3881. "sucrase-node": "bin/sucrase-node"
  3882. },
  3883. "engines": {
  3884. "node": ">=8"
  3885. }
  3886. },
  3887. "node_modules/supports-color": {
  3888. "version": "5.5.0",
  3889. "resolved": "http://localhost:4873/supports-color/-/supports-color-5.5.0.tgz",
  3890. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  3891. "dev": true,
  3892. "dependencies": {
  3893. "has-flag": "^3.0.0"
  3894. },
  3895. "engines": {
  3896. "node": ">=4"
  3897. }
  3898. },
  3899. "node_modules/supports-preserve-symlinks-flag": {
  3900. "version": "1.0.0",
  3901. "resolved": "http://localhost:4873/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  3902. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  3903. "engines": {
  3904. "node": ">= 0.4"
  3905. },
  3906. "funding": {
  3907. "url": "https://github.com/sponsors/ljharb"
  3908. }
  3909. },
  3910. "node_modules/swiper": {
  3911. "version": "8.4.7",
  3912. "resolved": "http://localhost:4873/swiper/-/swiper-8.4.7.tgz",
  3913. "integrity": "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g==",
  3914. "funding": [
  3915. {
  3916. "type": "patreon",
  3917. "url": "https://www.patreon.com/swiperjs"
  3918. },
  3919. {
  3920. "type": "open_collective",
  3921. "url": "http://opencollective.com/swiper"
  3922. }
  3923. ],
  3924. "hasInstallScript": true,
  3925. "dependencies": {
  3926. "dom7": "^4.0.4",
  3927. "ssr-window": "^4.0.2"
  3928. },
  3929. "engines": {
  3930. "node": ">= 4.7.0"
  3931. }
  3932. },
  3933. "node_modules/tailwindcss": {
  3934. "version": "3.3.3",
  3935. "resolved": "http://localhost:4873/tailwindcss/-/tailwindcss-3.3.3.tgz",
  3936. "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==",
  3937. "dependencies": {
  3938. "@alloc/quick-lru": "^5.2.0",
  3939. "arg": "^5.0.2",
  3940. "chokidar": "^3.5.3",
  3941. "didyoumean": "^1.2.2",
  3942. "dlv": "^1.1.3",
  3943. "fast-glob": "^3.2.12",
  3944. "glob-parent": "^6.0.2",
  3945. "is-glob": "^4.0.3",
  3946. "jiti": "^1.18.2",
  3947. "lilconfig": "^2.1.0",
  3948. "micromatch": "^4.0.5",
  3949. "normalize-path": "^3.0.0",
  3950. "object-hash": "^3.0.0",
  3951. "picocolors": "^1.0.0",
  3952. "postcss": "^8.4.23",
  3953. "postcss-import": "^15.1.0",
  3954. "postcss-js": "^4.0.1",
  3955. "postcss-load-config": "^4.0.1",
  3956. "postcss-nested": "^6.0.1",
  3957. "postcss-selector-parser": "^6.0.11",
  3958. "resolve": "^1.22.2",
  3959. "sucrase": "^3.32.0"
  3960. },
  3961. "bin": {
  3962. "tailwind": "lib/cli.js",
  3963. "tailwindcss": "lib/cli.js"
  3964. },
  3965. "engines": {
  3966. "node": ">=14.0.0"
  3967. }
  3968. },
  3969. "node_modules/tailwindcss/node_modules/glob-parent": {
  3970. "version": "6.0.2",
  3971. "resolved": "http://localhost:4873/glob-parent/-/glob-parent-6.0.2.tgz",
  3972. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3973. "dependencies": {
  3974. "is-glob": "^4.0.3"
  3975. },
  3976. "engines": {
  3977. "node": ">=10.13.0"
  3978. }
  3979. },
  3980. "node_modules/text-table": {
  3981. "version": "0.2.0",
  3982. "resolved": "http://localhost:4873/text-table/-/text-table-0.2.0.tgz",
  3983. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  3984. "dev": true
  3985. },
  3986. "node_modules/thenify": {
  3987. "version": "3.3.1",
  3988. "resolved": "http://localhost:4873/thenify/-/thenify-3.3.1.tgz",
  3989. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  3990. "dependencies": {
  3991. "any-promise": "^1.0.0"
  3992. }
  3993. },
  3994. "node_modules/thenify-all": {
  3995. "version": "1.6.0",
  3996. "resolved": "http://localhost:4873/thenify-all/-/thenify-all-1.6.0.tgz",
  3997. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  3998. "dependencies": {
  3999. "thenify": ">= 3.1.0 < 4"
  4000. },
  4001. "engines": {
  4002. "node": ">=0.8"
  4003. }
  4004. },
  4005. "node_modules/tiny-emitter": {
  4006. "version": "2.1.0",
  4007. "resolved": "http://localhost:4873/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
  4008. "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q=="
  4009. },
  4010. "node_modules/to-regex-range": {
  4011. "version": "5.0.1",
  4012. "resolved": "http://localhost:4873/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4013. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4014. "dependencies": {
  4015. "is-number": "^7.0.0"
  4016. },
  4017. "engines": {
  4018. "node": ">=8.0"
  4019. }
  4020. },
  4021. "node_modules/tr46": {
  4022. "version": "0.0.3",
  4023. "resolved": "http://localhost:4873/tr46/-/tr46-0.0.3.tgz",
  4024. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  4025. },
  4026. "node_modules/trim-newlines": {
  4027. "version": "4.1.1",
  4028. "resolved": "http://localhost:4873/trim-newlines/-/trim-newlines-4.1.1.tgz",
  4029. "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==",
  4030. "dev": true,
  4031. "engines": {
  4032. "node": ">=12"
  4033. },
  4034. "funding": {
  4035. "url": "https://github.com/sponsors/sindresorhus"
  4036. }
  4037. },
  4038. "node_modules/ts-interface-checker": {
  4039. "version": "0.1.13",
  4040. "resolved": "http://localhost:4873/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  4041. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
  4042. },
  4043. "node_modules/type-check": {
  4044. "version": "0.4.0",
  4045. "resolved": "http://localhost:4873/type-check/-/type-check-0.4.0.tgz",
  4046. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  4047. "dev": true,
  4048. "dependencies": {
  4049. "prelude-ls": "^1.2.1"
  4050. },
  4051. "engines": {
  4052. "node": ">= 0.8.0"
  4053. }
  4054. },
  4055. "node_modules/type-fest": {
  4056. "version": "1.4.0",
  4057. "resolved": "http://localhost:4873/type-fest/-/type-fest-1.4.0.tgz",
  4058. "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
  4059. "dev": true,
  4060. "engines": {
  4061. "node": ">=10"
  4062. },
  4063. "funding": {
  4064. "url": "https://github.com/sponsors/sindresorhus"
  4065. }
  4066. },
  4067. "node_modules/unfetch": {
  4068. "version": "4.2.0",
  4069. "resolved": "http://localhost:4873/unfetch/-/unfetch-4.2.0.tgz",
  4070. "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA=="
  4071. },
  4072. "node_modules/update-browserslist-db": {
  4073. "version": "1.0.11",
  4074. "resolved": "http://localhost:4873/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  4075. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  4076. "dev": true,
  4077. "funding": [
  4078. {
  4079. "type": "opencollective",
  4080. "url": "https://opencollective.com/browserslist"
  4081. },
  4082. {
  4083. "type": "tidelift",
  4084. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4085. },
  4086. {
  4087. "type": "github",
  4088. "url": "https://github.com/sponsors/ai"
  4089. }
  4090. ],
  4091. "dependencies": {
  4092. "escalade": "^3.1.1",
  4093. "picocolors": "^1.0.0"
  4094. },
  4095. "bin": {
  4096. "update-browserslist-db": "cli.js"
  4097. },
  4098. "peerDependencies": {
  4099. "browserslist": ">= 4.21.0"
  4100. }
  4101. },
  4102. "node_modules/uri-js": {
  4103. "version": "4.4.1",
  4104. "resolved": "http://localhost:4873/uri-js/-/uri-js-4.4.1.tgz",
  4105. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  4106. "dev": true,
  4107. "dependencies": {
  4108. "punycode": "^2.1.0"
  4109. }
  4110. },
  4111. "node_modules/util-deprecate": {
  4112. "version": "1.0.2",
  4113. "resolved": "http://localhost:4873/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4114. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  4115. },
  4116. "node_modules/validate-npm-package-license": {
  4117. "version": "3.0.4",
  4118. "resolved": "http://localhost:4873/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  4119. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  4120. "dev": true,
  4121. "dependencies": {
  4122. "spdx-correct": "^3.0.0",
  4123. "spdx-expression-parse": "^3.0.0"
  4124. }
  4125. },
  4126. "node_modules/vite": {
  4127. "version": "4.4.9",
  4128. "resolved": "http://localhost:4873/vite/-/vite-4.4.9.tgz",
  4129. "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
  4130. "dev": true,
  4131. "dependencies": {
  4132. "esbuild": "^0.18.10",
  4133. "postcss": "^8.4.27",
  4134. "rollup": "^3.27.1"
  4135. },
  4136. "bin": {
  4137. "vite": "bin/vite.js"
  4138. },
  4139. "engines": {
  4140. "node": "^14.18.0 || >=16.0.0"
  4141. },
  4142. "funding": {
  4143. "url": "https://github.com/vitejs/vite?sponsor=1"
  4144. },
  4145. "optionalDependencies": {
  4146. "fsevents": "~2.3.2"
  4147. },
  4148. "peerDependencies": {
  4149. "@types/node": ">= 14",
  4150. "less": "*",
  4151. "lightningcss": "^1.21.0",
  4152. "sass": "*",
  4153. "stylus": "*",
  4154. "sugarss": "*",
  4155. "terser": "^5.4.0"
  4156. },
  4157. "peerDependenciesMeta": {
  4158. "@types/node": {
  4159. "optional": true
  4160. },
  4161. "less": {
  4162. "optional": true
  4163. },
  4164. "lightningcss": {
  4165. "optional": true
  4166. },
  4167. "sass": {
  4168. "optional": true
  4169. },
  4170. "stylus": {
  4171. "optional": true
  4172. },
  4173. "sugarss": {
  4174. "optional": true
  4175. },
  4176. "terser": {
  4177. "optional": true
  4178. }
  4179. }
  4180. },
  4181. "node_modules/vue": {
  4182. "version": "3.3.4",
  4183. "resolved": "http://localhost:4873/vue/-/vue-3.3.4.tgz",
  4184. "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==",
  4185. "dependencies": {
  4186. "@vue/compiler-dom": "3.3.4",
  4187. "@vue/compiler-sfc": "3.3.4",
  4188. "@vue/runtime-dom": "3.3.4",
  4189. "@vue/server-renderer": "3.3.4",
  4190. "@vue/shared": "3.3.4"
  4191. }
  4192. },
  4193. "node_modules/vue-eslint-parser": {
  4194. "version": "9.3.1",
  4195. "resolved": "http://localhost:4873/vue-eslint-parser/-/vue-eslint-parser-9.3.1.tgz",
  4196. "integrity": "sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==",
  4197. "dev": true,
  4198. "dependencies": {
  4199. "debug": "^4.3.4",
  4200. "eslint-scope": "^7.1.1",
  4201. "eslint-visitor-keys": "^3.3.0",
  4202. "espree": "^9.3.1",
  4203. "esquery": "^1.4.0",
  4204. "lodash": "^4.17.21",
  4205. "semver": "^7.3.6"
  4206. },
  4207. "engines": {
  4208. "node": "^14.17.0 || >=16.0.0"
  4209. },
  4210. "funding": {
  4211. "url": "https://github.com/sponsors/mysticatea"
  4212. },
  4213. "peerDependencies": {
  4214. "eslint": ">=6.0.0"
  4215. }
  4216. },
  4217. "node_modules/vue-eslint-parser/node_modules/semver": {
  4218. "version": "7.5.4",
  4219. "resolved": "http://localhost:4873/semver/-/semver-7.5.4.tgz",
  4220. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  4221. "dev": true,
  4222. "dependencies": {
  4223. "lru-cache": "^6.0.0"
  4224. },
  4225. "bin": {
  4226. "semver": "bin/semver.js"
  4227. },
  4228. "engines": {
  4229. "node": ">=10"
  4230. }
  4231. },
  4232. "node_modules/webidl-conversions": {
  4233. "version": "3.0.1",
  4234. "resolved": "http://localhost:4873/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  4235. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  4236. },
  4237. "node_modules/whatwg-fetch": {
  4238. "version": "3.6.19",
  4239. "resolved": "http://localhost:4873/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz",
  4240. "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw=="
  4241. },
  4242. "node_modules/whatwg-url": {
  4243. "version": "5.0.0",
  4244. "resolved": "http://localhost:4873/whatwg-url/-/whatwg-url-5.0.0.tgz",
  4245. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  4246. "dependencies": {
  4247. "tr46": "~0.0.3",
  4248. "webidl-conversions": "^3.0.0"
  4249. }
  4250. },
  4251. "node_modules/which": {
  4252. "version": "2.0.2",
  4253. "resolved": "http://localhost:4873/which/-/which-2.0.2.tgz",
  4254. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  4255. "dev": true,
  4256. "dependencies": {
  4257. "isexe": "^2.0.0"
  4258. },
  4259. "bin": {
  4260. "node-which": "bin/node-which"
  4261. },
  4262. "engines": {
  4263. "node": ">= 8"
  4264. }
  4265. },
  4266. "node_modules/wrappy": {
  4267. "version": "1.0.2",
  4268. "resolved": "http://localhost:4873/wrappy/-/wrappy-1.0.2.tgz",
  4269. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  4270. },
  4271. "node_modules/xml-name-validator": {
  4272. "version": "4.0.0",
  4273. "resolved": "http://localhost:4873/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  4274. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  4275. "dev": true,
  4276. "engines": {
  4277. "node": ">=12"
  4278. }
  4279. },
  4280. "node_modules/yallist": {
  4281. "version": "4.0.0",
  4282. "resolved": "http://localhost:4873/yallist/-/yallist-4.0.0.tgz",
  4283. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4284. "dev": true
  4285. },
  4286. "node_modules/yaml": {
  4287. "version": "2.3.2",
  4288. "resolved": "http://localhost:4873/yaml/-/yaml-2.3.2.tgz",
  4289. "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
  4290. "engines": {
  4291. "node": ">= 14"
  4292. }
  4293. },
  4294. "node_modules/yargs-parser": {
  4295. "version": "20.2.9",
  4296. "resolved": "http://localhost:4873/yargs-parser/-/yargs-parser-20.2.9.tgz",
  4297. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  4298. "dev": true,
  4299. "engines": {
  4300. "node": ">=10"
  4301. }
  4302. },
  4303. "node_modules/yocto-queue": {
  4304. "version": "0.1.0",
  4305. "resolved": "http://localhost:4873/yocto-queue/-/yocto-queue-0.1.0.tgz",
  4306. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  4307. "dev": true,
  4308. "engines": {
  4309. "node": ">=10"
  4310. },
  4311. "funding": {
  4312. "url": "https://github.com/sponsors/sindresorhus"
  4313. }
  4314. }
  4315. }
  4316. }