package-lock.json 101 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016
  1. {
  2. "name": "warp-solana-bot",
  3. "version": "2.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "warp-solana-bot",
  9. "version": "2.0.1",
  10. "dependencies": {
  11. "@metaplex-foundation/mpl-token-metadata": "^3.2.1",
  12. "@raydium-io/raydium-sdk": "^1.3.1-beta.47",
  13. "@solana/spl-token": "^0.4.0",
  14. "@solana/web3.js": "^1.89.1",
  15. "async-mutex": "^0.5.0",
  16. "axios": "^1.6.8",
  17. "bigint-buffer": "^1.1.5",
  18. "bip39": "^3.1.0",
  19. "bn.js": "^5.2.1",
  20. "bs58": "^5.0.0",
  21. "dotenv": "^16.4.1",
  22. "ed25519-hd-key": "^1.3.0",
  23. "i": "^0.3.7",
  24. "npm": "^10.5.2",
  25. "pino": "^8.18.0",
  26. "pino-pretty": "^10.3.1",
  27. "pino-std-serializers": "^6.2.2"
  28. },
  29. "devDependencies": {
  30. "@types/bn.js": "^5.1.5",
  31. "prettier": "^3.2.4",
  32. "ts-node": "^10.9.2",
  33. "typescript": "^5.3.3"
  34. }
  35. },
  36. "node_modules/@babel/runtime": {
  37. "version": "7.23.8",
  38. "license": "MIT",
  39. "dependencies": {
  40. "regenerator-runtime": "^0.14.0"
  41. },
  42. "engines": {
  43. "node": ">=6.9.0"
  44. }
  45. },
  46. "node_modules/@cspotcode/source-map-support": {
  47. "version": "0.8.1",
  48. "dev": true,
  49. "license": "MIT",
  50. "dependencies": {
  51. "@jridgewell/trace-mapping": "0.3.9"
  52. },
  53. "engines": {
  54. "node": ">=12"
  55. }
  56. },
  57. "node_modules/@jridgewell/resolve-uri": {
  58. "version": "3.1.1",
  59. "dev": true,
  60. "license": "MIT",
  61. "engines": {
  62. "node": ">=6.0.0"
  63. }
  64. },
  65. "node_modules/@jridgewell/sourcemap-codec": {
  66. "version": "1.4.15",
  67. "dev": true,
  68. "license": "MIT"
  69. },
  70. "node_modules/@jridgewell/trace-mapping": {
  71. "version": "0.3.9",
  72. "dev": true,
  73. "license": "MIT",
  74. "dependencies": {
  75. "@jridgewell/resolve-uri": "^3.0.3",
  76. "@jridgewell/sourcemap-codec": "^1.4.10"
  77. }
  78. },
  79. "node_modules/@metaplex-foundation/mpl-token-metadata": {
  80. "version": "3.2.1",
  81. "resolved": "https://registry.npmjs.org/@metaplex-foundation/mpl-token-metadata/-/mpl-token-metadata-3.2.1.tgz",
  82. "integrity": "sha512-26W1NhQwDWmLOg/pBRYut7x/vEs/5kFS2sWVEY5/X0f2jJOLhnd4NaZQcq+5u+XZsXvm1jq2AtrRGPNK43oqWQ==",
  83. "dependencies": {
  84. "@metaplex-foundation/mpl-toolbox": "^0.9.4"
  85. },
  86. "peerDependencies": {
  87. "@metaplex-foundation/umi": ">= 0.8.2 < 1"
  88. }
  89. },
  90. "node_modules/@metaplex-foundation/mpl-toolbox": {
  91. "version": "0.9.4",
  92. "resolved": "https://registry.npmjs.org/@metaplex-foundation/mpl-toolbox/-/mpl-toolbox-0.9.4.tgz",
  93. "integrity": "sha512-fd6JxfoLbj/MM8FG2x91KYVy1U6AjBQw4qjt7+Da3trzQaWnSaYHDcYRG/53xqfvZ9qofY1T2t53GXPlD87lnQ==",
  94. "peerDependencies": {
  95. "@metaplex-foundation/umi": ">= 0.8.2 < 1"
  96. }
  97. },
  98. "node_modules/@metaplex-foundation/umi": {
  99. "version": "0.9.1",
  100. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi/-/umi-0.9.1.tgz",
  101. "integrity": "sha512-IhHoOvp4vfO/++YL+78+iVuLM53+FDwUOZDYgH6lx0jYXyQ27BeaieeR5i+q3A9dz4KxQo5Nzc5aCA1109QGCQ==",
  102. "peer": true,
  103. "dependencies": {
  104. "@metaplex-foundation/umi-options": "^0.8.9",
  105. "@metaplex-foundation/umi-public-keys": "^0.8.9",
  106. "@metaplex-foundation/umi-serializers": "^0.9.0"
  107. }
  108. },
  109. "node_modules/@metaplex-foundation/umi-options": {
  110. "version": "0.8.9",
  111. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi-options/-/umi-options-0.8.9.tgz",
  112. "integrity": "sha512-jSQ61sZMPSAk/TXn8v8fPqtz3x8d0/blVZXLLbpVbo2/T5XobiI6/MfmlUosAjAUaQl6bHRF8aIIqZEFkJiy4A==",
  113. "peer": true
  114. },
  115. "node_modules/@metaplex-foundation/umi-public-keys": {
  116. "version": "0.8.9",
  117. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi-public-keys/-/umi-public-keys-0.8.9.tgz",
  118. "integrity": "sha512-CxMzN7dgVGOq9OcNCJe2casKUpJ3RmTVoOvDFyeoTQuK+vkZ1YSSahbqC1iGuHEtKTLSjtWjKvUU6O7zWFTw3Q==",
  119. "peer": true,
  120. "dependencies": {
  121. "@metaplex-foundation/umi-serializers-encodings": "^0.8.9"
  122. }
  123. },
  124. "node_modules/@metaplex-foundation/umi-serializers": {
  125. "version": "0.9.0",
  126. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi-serializers/-/umi-serializers-0.9.0.tgz",
  127. "integrity": "sha512-hAOW9Djl4w4ioKeR4erDZl5IG4iJdP0xA19ZomdaCbMhYAAmG/FEs5khh0uT2mq53/MnzWcXSUPoO8WBN4Q+Vg==",
  128. "peer": true,
  129. "dependencies": {
  130. "@metaplex-foundation/umi-options": "^0.8.9",
  131. "@metaplex-foundation/umi-public-keys": "^0.8.9",
  132. "@metaplex-foundation/umi-serializers-core": "^0.8.9",
  133. "@metaplex-foundation/umi-serializers-encodings": "^0.8.9",
  134. "@metaplex-foundation/umi-serializers-numbers": "^0.8.9"
  135. }
  136. },
  137. "node_modules/@metaplex-foundation/umi-serializers-core": {
  138. "version": "0.8.9",
  139. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi-serializers-core/-/umi-serializers-core-0.8.9.tgz",
  140. "integrity": "sha512-WT82tkiYJ0Qmscp7uTj1Hz6aWQPETwaKLAENAUN5DeWghkuBKtuxyBKVvEOuoXerJSdhiAk0e8DWA4cxcTTQ/w==",
  141. "peer": true
  142. },
  143. "node_modules/@metaplex-foundation/umi-serializers-encodings": {
  144. "version": "0.8.9",
  145. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi-serializers-encodings/-/umi-serializers-encodings-0.8.9.tgz",
  146. "integrity": "sha512-N3VWLDTJ0bzzMKcJDL08U3FaqRmwlN79FyE4BHj6bbAaJ9LEHjDQ9RJijZyWqTm0jE7I750fU7Ow5EZL38Xi6Q==",
  147. "peer": true,
  148. "dependencies": {
  149. "@metaplex-foundation/umi-serializers-core": "^0.8.9"
  150. }
  151. },
  152. "node_modules/@metaplex-foundation/umi-serializers-numbers": {
  153. "version": "0.8.9",
  154. "resolved": "https://registry.npmjs.org/@metaplex-foundation/umi-serializers-numbers/-/umi-serializers-numbers-0.8.9.tgz",
  155. "integrity": "sha512-NtBf1fnVNQJHFQjLFzRu2i9GGnigb9hOm/Gfrk628d0q0tRJB7BOM3bs5C61VAs7kJs4yd+pDNVAERJkknQ7Lg==",
  156. "peer": true,
  157. "dependencies": {
  158. "@metaplex-foundation/umi-serializers-core": "^0.8.9"
  159. }
  160. },
  161. "node_modules/@noble/curves": {
  162. "version": "1.3.0",
  163. "license": "MIT",
  164. "dependencies": {
  165. "@noble/hashes": "1.3.3"
  166. },
  167. "funding": {
  168. "url": "https://paulmillr.com/funding/"
  169. }
  170. },
  171. "node_modules/@noble/hashes": {
  172. "version": "1.3.3",
  173. "license": "MIT",
  174. "engines": {
  175. "node": ">= 16"
  176. },
  177. "funding": {
  178. "url": "https://paulmillr.com/funding/"
  179. }
  180. },
  181. "node_modules/@raydium-io/raydium-sdk": {
  182. "version": "1.3.1-beta.47",
  183. "license": "GPL-3.0",
  184. "dependencies": {
  185. "@solana/buffer-layout": "^4.0.1",
  186. "@solana/spl-token": "^0.3.9",
  187. "axios": "^1.6.2",
  188. "big.js": "^6.2.1",
  189. "bn.js": "^5.2.1",
  190. "decimal.js": "^10.4.3",
  191. "decimal.js-light": "^2.5.1",
  192. "fecha": "^4.2.3",
  193. "lodash": "^4.17.21",
  194. "toformat": "^2.0.0"
  195. },
  196. "peerDependencies": {
  197. "@solana/web3.js": "^1.73.0"
  198. }
  199. },
  200. "node_modules/@raydium-io/raydium-sdk/node_modules/@solana/spl-token": {
  201. "version": "0.3.11",
  202. "license": "Apache-2.0",
  203. "dependencies": {
  204. "@solana/buffer-layout": "^4.0.0",
  205. "@solana/buffer-layout-utils": "^0.2.0",
  206. "@solana/spl-token-metadata": "^0.1.2",
  207. "buffer": "^6.0.3"
  208. },
  209. "engines": {
  210. "node": ">=16"
  211. },
  212. "peerDependencies": {
  213. "@solana/web3.js": "^1.88.0"
  214. }
  215. },
  216. "node_modules/@solana/buffer-layout": {
  217. "version": "4.0.1",
  218. "license": "MIT",
  219. "dependencies": {
  220. "buffer": "~6.0.3"
  221. },
  222. "engines": {
  223. "node": ">=5.10"
  224. }
  225. },
  226. "node_modules/@solana/buffer-layout-utils": {
  227. "version": "0.2.0",
  228. "license": "Apache-2.0",
  229. "dependencies": {
  230. "@solana/buffer-layout": "^4.0.0",
  231. "@solana/web3.js": "^1.32.0",
  232. "bigint-buffer": "^1.1.5",
  233. "bignumber.js": "^9.0.1"
  234. },
  235. "engines": {
  236. "node": ">= 10"
  237. }
  238. },
  239. "node_modules/@solana/codecs-core": {
  240. "version": "2.0.0-experimental.8618508",
  241. "license": "MIT"
  242. },
  243. "node_modules/@solana/codecs-data-structures": {
  244. "version": "2.0.0-experimental.8618508",
  245. "license": "MIT",
  246. "dependencies": {
  247. "@solana/codecs-core": "2.0.0-experimental.8618508",
  248. "@solana/codecs-numbers": "2.0.0-experimental.8618508"
  249. }
  250. },
  251. "node_modules/@solana/codecs-numbers": {
  252. "version": "2.0.0-experimental.8618508",
  253. "license": "MIT",
  254. "dependencies": {
  255. "@solana/codecs-core": "2.0.0-experimental.8618508"
  256. }
  257. },
  258. "node_modules/@solana/codecs-strings": {
  259. "version": "2.0.0-experimental.8618508",
  260. "license": "MIT",
  261. "dependencies": {
  262. "@solana/codecs-core": "2.0.0-experimental.8618508",
  263. "@solana/codecs-numbers": "2.0.0-experimental.8618508"
  264. },
  265. "peerDependencies": {
  266. "fastestsmallesttextencoderdecoder": "^1.0.22"
  267. }
  268. },
  269. "node_modules/@solana/options": {
  270. "version": "2.0.0-experimental.8618508",
  271. "license": "MIT",
  272. "dependencies": {
  273. "@solana/codecs-core": "2.0.0-experimental.8618508",
  274. "@solana/codecs-numbers": "2.0.0-experimental.8618508"
  275. }
  276. },
  277. "node_modules/@solana/spl-token": {
  278. "version": "0.4.0",
  279. "license": "Apache-2.0",
  280. "dependencies": {
  281. "@solana/buffer-layout": "^4.0.0",
  282. "@solana/buffer-layout-utils": "^0.2.0",
  283. "@solana/spl-token-metadata": "^0.1.2",
  284. "buffer": "^6.0.3"
  285. },
  286. "engines": {
  287. "node": ">=16"
  288. },
  289. "peerDependencies": {
  290. "@solana/web3.js": "^1.89.1"
  291. }
  292. },
  293. "node_modules/@solana/spl-token-metadata": {
  294. "version": "0.1.2",
  295. "license": "Apache-2.0",
  296. "dependencies": {
  297. "@solana/codecs-core": "2.0.0-experimental.8618508",
  298. "@solana/codecs-data-structures": "2.0.0-experimental.8618508",
  299. "@solana/codecs-numbers": "2.0.0-experimental.8618508",
  300. "@solana/codecs-strings": "2.0.0-experimental.8618508",
  301. "@solana/options": "2.0.0-experimental.8618508",
  302. "@solana/spl-type-length-value": "0.1.0"
  303. },
  304. "engines": {
  305. "node": ">=16"
  306. },
  307. "peerDependencies": {
  308. "@solana/web3.js": "^1.87.6"
  309. }
  310. },
  311. "node_modules/@solana/spl-type-length-value": {
  312. "version": "0.1.0",
  313. "license": "Apache-2.0",
  314. "dependencies": {
  315. "buffer": "^6.0.3"
  316. },
  317. "engines": {
  318. "node": ">=16"
  319. }
  320. },
  321. "node_modules/@solana/web3.js": {
  322. "version": "1.89.1",
  323. "license": "MIT",
  324. "dependencies": {
  325. "@babel/runtime": "^7.23.4",
  326. "@noble/curves": "^1.2.0",
  327. "@noble/hashes": "^1.3.2",
  328. "@solana/buffer-layout": "^4.0.1",
  329. "agentkeepalive": "^4.5.0",
  330. "bigint-buffer": "^1.1.5",
  331. "bn.js": "^5.2.1",
  332. "borsh": "^0.7.0",
  333. "bs58": "^4.0.1",
  334. "buffer": "6.0.3",
  335. "fast-stable-stringify": "^1.0.0",
  336. "jayson": "^4.1.0",
  337. "node-fetch": "^2.7.0",
  338. "rpc-websockets": "^7.5.1",
  339. "superstruct": "^0.14.2"
  340. }
  341. },
  342. "node_modules/@solana/web3.js/node_modules/base-x": {
  343. "version": "3.0.9",
  344. "license": "MIT",
  345. "dependencies": {
  346. "safe-buffer": "^5.0.1"
  347. }
  348. },
  349. "node_modules/@solana/web3.js/node_modules/bs58": {
  350. "version": "4.0.1",
  351. "license": "MIT",
  352. "dependencies": {
  353. "base-x": "^3.0.2"
  354. }
  355. },
  356. "node_modules/@solana/web3.js/node_modules/node-fetch": {
  357. "version": "2.7.0",
  358. "license": "MIT",
  359. "dependencies": {
  360. "whatwg-url": "^5.0.0"
  361. },
  362. "engines": {
  363. "node": "4.x || >=6.0.0"
  364. },
  365. "peerDependencies": {
  366. "encoding": "^0.1.0"
  367. },
  368. "peerDependenciesMeta": {
  369. "encoding": {
  370. "optional": true
  371. }
  372. }
  373. },
  374. "node_modules/@tsconfig/node10": {
  375. "version": "1.0.9",
  376. "dev": true,
  377. "license": "MIT"
  378. },
  379. "node_modules/@tsconfig/node12": {
  380. "version": "1.0.11",
  381. "dev": true,
  382. "license": "MIT"
  383. },
  384. "node_modules/@tsconfig/node14": {
  385. "version": "1.0.3",
  386. "dev": true,
  387. "license": "MIT"
  388. },
  389. "node_modules/@tsconfig/node16": {
  390. "version": "1.0.3",
  391. "dev": true,
  392. "license": "MIT"
  393. },
  394. "node_modules/@types/bn.js": {
  395. "version": "5.1.5",
  396. "dev": true,
  397. "license": "MIT",
  398. "dependencies": {
  399. "@types/node": "*"
  400. }
  401. },
  402. "node_modules/@types/connect": {
  403. "version": "3.4.38",
  404. "license": "MIT",
  405. "dependencies": {
  406. "@types/node": "*"
  407. }
  408. },
  409. "node_modules/@types/node": {
  410. "version": "12.20.55",
  411. "license": "MIT"
  412. },
  413. "node_modules/@types/ws": {
  414. "version": "7.4.7",
  415. "license": "MIT",
  416. "dependencies": {
  417. "@types/node": "*"
  418. }
  419. },
  420. "node_modules/abort-controller": {
  421. "version": "3.0.0",
  422. "license": "MIT",
  423. "dependencies": {
  424. "event-target-shim": "^5.0.0"
  425. },
  426. "engines": {
  427. "node": ">=6.5"
  428. }
  429. },
  430. "node_modules/acorn": {
  431. "version": "8.8.2",
  432. "dev": true,
  433. "license": "MIT",
  434. "bin": {
  435. "acorn": "bin/acorn"
  436. },
  437. "engines": {
  438. "node": ">=0.4.0"
  439. }
  440. },
  441. "node_modules/acorn-walk": {
  442. "version": "8.2.0",
  443. "dev": true,
  444. "license": "MIT",
  445. "engines": {
  446. "node": ">=0.4.0"
  447. }
  448. },
  449. "node_modules/agentkeepalive": {
  450. "version": "4.5.0",
  451. "license": "MIT",
  452. "dependencies": {
  453. "humanize-ms": "^1.2.1"
  454. },
  455. "engines": {
  456. "node": ">= 8.0.0"
  457. }
  458. },
  459. "node_modules/arg": {
  460. "version": "4.1.3",
  461. "dev": true,
  462. "license": "MIT"
  463. },
  464. "node_modules/async-mutex": {
  465. "version": "0.5.0",
  466. "license": "MIT",
  467. "dependencies": {
  468. "tslib": "^2.4.0"
  469. }
  470. },
  471. "node_modules/asynckit": {
  472. "version": "0.4.0",
  473. "license": "MIT"
  474. },
  475. "node_modules/atomic-sleep": {
  476. "version": "1.0.0",
  477. "license": "MIT",
  478. "engines": {
  479. "node": ">=8.0.0"
  480. }
  481. },
  482. "node_modules/axios": {
  483. "version": "1.6.8",
  484. "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
  485. "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
  486. "dependencies": {
  487. "follow-redirects": "^1.15.6",
  488. "form-data": "^4.0.0",
  489. "proxy-from-env": "^1.1.0"
  490. }
  491. },
  492. "node_modules/base-x": {
  493. "version": "4.0.0",
  494. "license": "MIT"
  495. },
  496. "node_modules/base64-js": {
  497. "version": "1.5.1",
  498. "funding": [
  499. {
  500. "type": "github",
  501. "url": "https://github.com/sponsors/feross"
  502. },
  503. {
  504. "type": "patreon",
  505. "url": "https://www.patreon.com/feross"
  506. },
  507. {
  508. "type": "consulting",
  509. "url": "https://feross.org/support"
  510. }
  511. ],
  512. "license": "MIT"
  513. },
  514. "node_modules/big.js": {
  515. "version": "6.2.1",
  516. "license": "MIT",
  517. "engines": {
  518. "node": "*"
  519. },
  520. "funding": {
  521. "type": "opencollective",
  522. "url": "https://opencollective.com/bigjs"
  523. }
  524. },
  525. "node_modules/bigint-buffer": {
  526. "version": "1.1.5",
  527. "hasInstallScript": true,
  528. "license": "Apache-2.0",
  529. "dependencies": {
  530. "bindings": "^1.3.0"
  531. },
  532. "engines": {
  533. "node": ">= 10.0.0"
  534. }
  535. },
  536. "node_modules/bignumber.js": {
  537. "version": "9.1.2",
  538. "license": "MIT",
  539. "engines": {
  540. "node": "*"
  541. }
  542. },
  543. "node_modules/bindings": {
  544. "version": "1.5.0",
  545. "license": "MIT",
  546. "dependencies": {
  547. "file-uri-to-path": "1.0.0"
  548. }
  549. },
  550. "node_modules/bip39": {
  551. "version": "3.1.0",
  552. "license": "ISC",
  553. "dependencies": {
  554. "@noble/hashes": "^1.2.0"
  555. }
  556. },
  557. "node_modules/bn.js": {
  558. "version": "5.2.1",
  559. "license": "MIT"
  560. },
  561. "node_modules/borsh": {
  562. "version": "0.7.0",
  563. "license": "Apache-2.0",
  564. "dependencies": {
  565. "bn.js": "^5.2.0",
  566. "bs58": "^4.0.0",
  567. "text-encoding-utf-8": "^1.0.2"
  568. }
  569. },
  570. "node_modules/borsh/node_modules/base-x": {
  571. "version": "3.0.9",
  572. "license": "MIT",
  573. "dependencies": {
  574. "safe-buffer": "^5.0.1"
  575. }
  576. },
  577. "node_modules/borsh/node_modules/bs58": {
  578. "version": "4.0.1",
  579. "license": "MIT",
  580. "dependencies": {
  581. "base-x": "^3.0.2"
  582. }
  583. },
  584. "node_modules/bs58": {
  585. "version": "5.0.0",
  586. "license": "MIT",
  587. "dependencies": {
  588. "base-x": "^4.0.0"
  589. }
  590. },
  591. "node_modules/buffer": {
  592. "version": "6.0.3",
  593. "funding": [
  594. {
  595. "type": "github",
  596. "url": "https://github.com/sponsors/feross"
  597. },
  598. {
  599. "type": "patreon",
  600. "url": "https://www.patreon.com/feross"
  601. },
  602. {
  603. "type": "consulting",
  604. "url": "https://feross.org/support"
  605. }
  606. ],
  607. "license": "MIT",
  608. "dependencies": {
  609. "base64-js": "^1.3.1",
  610. "ieee754": "^1.2.1"
  611. }
  612. },
  613. "node_modules/bufferutil": {
  614. "version": "4.0.8",
  615. "hasInstallScript": true,
  616. "license": "MIT",
  617. "optional": true,
  618. "dependencies": {
  619. "node-gyp-build": "^4.3.0"
  620. },
  621. "engines": {
  622. "node": ">=6.14.2"
  623. }
  624. },
  625. "node_modules/cipher-base": {
  626. "version": "1.0.4",
  627. "license": "MIT",
  628. "dependencies": {
  629. "inherits": "^2.0.1",
  630. "safe-buffer": "^5.0.1"
  631. }
  632. },
  633. "node_modules/colorette": {
  634. "version": "2.0.20",
  635. "license": "MIT"
  636. },
  637. "node_modules/combined-stream": {
  638. "version": "1.0.8",
  639. "license": "MIT",
  640. "dependencies": {
  641. "delayed-stream": "~1.0.0"
  642. },
  643. "engines": {
  644. "node": ">= 0.8"
  645. }
  646. },
  647. "node_modules/commander": {
  648. "version": "2.20.3",
  649. "license": "MIT"
  650. },
  651. "node_modules/create-hash": {
  652. "version": "1.2.0",
  653. "license": "MIT",
  654. "dependencies": {
  655. "cipher-base": "^1.0.1",
  656. "inherits": "^2.0.1",
  657. "md5.js": "^1.3.4",
  658. "ripemd160": "^2.0.1",
  659. "sha.js": "^2.4.0"
  660. }
  661. },
  662. "node_modules/create-hmac": {
  663. "version": "1.1.7",
  664. "license": "MIT",
  665. "dependencies": {
  666. "cipher-base": "^1.0.3",
  667. "create-hash": "^1.1.0",
  668. "inherits": "^2.0.1",
  669. "ripemd160": "^2.0.0",
  670. "safe-buffer": "^5.0.1",
  671. "sha.js": "^2.4.8"
  672. }
  673. },
  674. "node_modules/create-require": {
  675. "version": "1.1.1",
  676. "dev": true,
  677. "license": "MIT"
  678. },
  679. "node_modules/dateformat": {
  680. "version": "4.6.3",
  681. "license": "MIT",
  682. "engines": {
  683. "node": "*"
  684. }
  685. },
  686. "node_modules/decimal.js": {
  687. "version": "10.4.3",
  688. "license": "MIT"
  689. },
  690. "node_modules/decimal.js-light": {
  691. "version": "2.5.1",
  692. "license": "MIT"
  693. },
  694. "node_modules/delay": {
  695. "version": "5.0.0",
  696. "license": "MIT",
  697. "engines": {
  698. "node": ">=10"
  699. },
  700. "funding": {
  701. "url": "https://github.com/sponsors/sindresorhus"
  702. }
  703. },
  704. "node_modules/delayed-stream": {
  705. "version": "1.0.0",
  706. "license": "MIT",
  707. "engines": {
  708. "node": ">=0.4.0"
  709. }
  710. },
  711. "node_modules/diff": {
  712. "version": "4.0.2",
  713. "dev": true,
  714. "license": "BSD-3-Clause",
  715. "engines": {
  716. "node": ">=0.3.1"
  717. }
  718. },
  719. "node_modules/dotenv": {
  720. "version": "16.4.1",
  721. "license": "BSD-2-Clause",
  722. "engines": {
  723. "node": ">=12"
  724. },
  725. "funding": {
  726. "url": "https://github.com/motdotla/dotenv?sponsor=1"
  727. }
  728. },
  729. "node_modules/ed25519-hd-key": {
  730. "version": "1.3.0",
  731. "license": "MIT",
  732. "dependencies": {
  733. "create-hmac": "1.1.7",
  734. "tweetnacl": "1.0.3"
  735. }
  736. },
  737. "node_modules/end-of-stream": {
  738. "version": "1.4.4",
  739. "license": "MIT",
  740. "dependencies": {
  741. "once": "^1.4.0"
  742. }
  743. },
  744. "node_modules/es6-promise": {
  745. "version": "4.2.8",
  746. "license": "MIT"
  747. },
  748. "node_modules/es6-promisify": {
  749. "version": "5.0.0",
  750. "license": "MIT",
  751. "dependencies": {
  752. "es6-promise": "^4.0.3"
  753. }
  754. },
  755. "node_modules/event-target-shim": {
  756. "version": "5.0.1",
  757. "license": "MIT",
  758. "engines": {
  759. "node": ">=6"
  760. }
  761. },
  762. "node_modules/eventemitter3": {
  763. "version": "4.0.7",
  764. "license": "MIT"
  765. },
  766. "node_modules/events": {
  767. "version": "3.3.0",
  768. "license": "MIT",
  769. "engines": {
  770. "node": ">=0.8.x"
  771. }
  772. },
  773. "node_modules/eyes": {
  774. "version": "0.1.8",
  775. "engines": {
  776. "node": "> 0.1.90"
  777. }
  778. },
  779. "node_modules/fast-copy": {
  780. "version": "3.0.1",
  781. "license": "MIT"
  782. },
  783. "node_modules/fast-redact": {
  784. "version": "3.2.0",
  785. "license": "MIT",
  786. "engines": {
  787. "node": ">=6"
  788. }
  789. },
  790. "node_modules/fast-safe-stringify": {
  791. "version": "2.1.1",
  792. "license": "MIT"
  793. },
  794. "node_modules/fast-stable-stringify": {
  795. "version": "1.0.0",
  796. "license": "MIT"
  797. },
  798. "node_modules/fastestsmallesttextencoderdecoder": {
  799. "version": "1.0.22",
  800. "license": "CC0-1.0",
  801. "peer": true
  802. },
  803. "node_modules/fecha": {
  804. "version": "4.2.3",
  805. "license": "MIT"
  806. },
  807. "node_modules/file-uri-to-path": {
  808. "version": "1.0.0",
  809. "license": "MIT"
  810. },
  811. "node_modules/follow-redirects": {
  812. "version": "1.15.6",
  813. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
  814. "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
  815. "funding": [
  816. {
  817. "type": "individual",
  818. "url": "https://github.com/sponsors/RubenVerborgh"
  819. }
  820. ],
  821. "engines": {
  822. "node": ">=4.0"
  823. },
  824. "peerDependenciesMeta": {
  825. "debug": {
  826. "optional": true
  827. }
  828. }
  829. },
  830. "node_modules/form-data": {
  831. "version": "4.0.0",
  832. "license": "MIT",
  833. "dependencies": {
  834. "asynckit": "^0.4.0",
  835. "combined-stream": "^1.0.8",
  836. "mime-types": "^2.1.12"
  837. },
  838. "engines": {
  839. "node": ">= 6"
  840. }
  841. },
  842. "node_modules/hash-base": {
  843. "version": "3.1.0",
  844. "license": "MIT",
  845. "dependencies": {
  846. "inherits": "^2.0.4",
  847. "readable-stream": "^3.6.0",
  848. "safe-buffer": "^5.2.0"
  849. },
  850. "engines": {
  851. "node": ">=4"
  852. }
  853. },
  854. "node_modules/hash-base/node_modules/readable-stream": {
  855. "version": "3.6.2",
  856. "license": "MIT",
  857. "dependencies": {
  858. "inherits": "^2.0.3",
  859. "string_decoder": "^1.1.1",
  860. "util-deprecate": "^1.0.1"
  861. },
  862. "engines": {
  863. "node": ">= 6"
  864. }
  865. },
  866. "node_modules/help-me": {
  867. "version": "5.0.0",
  868. "license": "MIT"
  869. },
  870. "node_modules/humanize-ms": {
  871. "version": "1.2.1",
  872. "license": "MIT",
  873. "dependencies": {
  874. "ms": "^2.0.0"
  875. }
  876. },
  877. "node_modules/i": {
  878. "version": "0.3.7",
  879. "engines": {
  880. "node": ">=0.4"
  881. }
  882. },
  883. "node_modules/ieee754": {
  884. "version": "1.2.1",
  885. "funding": [
  886. {
  887. "type": "github",
  888. "url": "https://github.com/sponsors/feross"
  889. },
  890. {
  891. "type": "patreon",
  892. "url": "https://www.patreon.com/feross"
  893. },
  894. {
  895. "type": "consulting",
  896. "url": "https://feross.org/support"
  897. }
  898. ],
  899. "license": "BSD-3-Clause"
  900. },
  901. "node_modules/inherits": {
  902. "version": "2.0.4",
  903. "license": "ISC"
  904. },
  905. "node_modules/isomorphic-ws": {
  906. "version": "4.0.1",
  907. "license": "MIT",
  908. "peerDependencies": {
  909. "ws": "*"
  910. }
  911. },
  912. "node_modules/jayson": {
  913. "version": "4.1.0",
  914. "license": "MIT",
  915. "dependencies": {
  916. "@types/connect": "^3.4.33",
  917. "@types/node": "^12.12.54",
  918. "@types/ws": "^7.4.4",
  919. "commander": "^2.20.3",
  920. "delay": "^5.0.0",
  921. "es6-promisify": "^5.0.0",
  922. "eyes": "^0.1.8",
  923. "isomorphic-ws": "^4.0.1",
  924. "json-stringify-safe": "^5.0.1",
  925. "JSONStream": "^1.3.5",
  926. "uuid": "^8.3.2",
  927. "ws": "^7.4.5"
  928. },
  929. "bin": {
  930. "jayson": "bin/jayson.js"
  931. },
  932. "engines": {
  933. "node": ">=8"
  934. }
  935. },
  936. "node_modules/joycon": {
  937. "version": "3.1.1",
  938. "license": "MIT",
  939. "engines": {
  940. "node": ">=10"
  941. }
  942. },
  943. "node_modules/json-stringify-safe": {
  944. "version": "5.0.1",
  945. "license": "ISC"
  946. },
  947. "node_modules/jsonparse": {
  948. "version": "1.3.1",
  949. "engines": [
  950. "node >= 0.2.0"
  951. ],
  952. "license": "MIT"
  953. },
  954. "node_modules/JSONStream": {
  955. "version": "1.3.5",
  956. "license": "(MIT OR Apache-2.0)",
  957. "dependencies": {
  958. "jsonparse": "^1.2.0",
  959. "through": ">=2.2.7 <3"
  960. },
  961. "bin": {
  962. "JSONStream": "bin.js"
  963. },
  964. "engines": {
  965. "node": "*"
  966. }
  967. },
  968. "node_modules/lodash": {
  969. "version": "4.17.21",
  970. "license": "MIT"
  971. },
  972. "node_modules/make-error": {
  973. "version": "1.3.6",
  974. "dev": true,
  975. "license": "ISC"
  976. },
  977. "node_modules/md5.js": {
  978. "version": "1.3.5",
  979. "license": "MIT",
  980. "dependencies": {
  981. "hash-base": "^3.0.0",
  982. "inherits": "^2.0.1",
  983. "safe-buffer": "^5.1.2"
  984. }
  985. },
  986. "node_modules/mime-db": {
  987. "version": "1.52.0",
  988. "license": "MIT",
  989. "engines": {
  990. "node": ">= 0.6"
  991. }
  992. },
  993. "node_modules/mime-types": {
  994. "version": "2.1.35",
  995. "license": "MIT",
  996. "dependencies": {
  997. "mime-db": "1.52.0"
  998. },
  999. "engines": {
  1000. "node": ">= 0.6"
  1001. }
  1002. },
  1003. "node_modules/minimist": {
  1004. "version": "1.2.8",
  1005. "license": "MIT",
  1006. "funding": {
  1007. "url": "https://github.com/sponsors/ljharb"
  1008. }
  1009. },
  1010. "node_modules/ms": {
  1011. "version": "2.1.3",
  1012. "license": "MIT"
  1013. },
  1014. "node_modules/node-gyp-build": {
  1015. "version": "4.8.0",
  1016. "license": "MIT",
  1017. "optional": true,
  1018. "bin": {
  1019. "node-gyp-build": "bin.js",
  1020. "node-gyp-build-optional": "optional.js",
  1021. "node-gyp-build-test": "build-test.js"
  1022. }
  1023. },
  1024. "node_modules/npm": {
  1025. "version": "10.5.2",
  1026. "bundleDependencies": [
  1027. "@isaacs/string-locale-compare",
  1028. "@npmcli/arborist",
  1029. "@npmcli/config",
  1030. "@npmcli/fs",
  1031. "@npmcli/map-workspaces",
  1032. "@npmcli/package-json",
  1033. "@npmcli/promise-spawn",
  1034. "@npmcli/redact",
  1035. "@npmcli/run-script",
  1036. "@sigstore/tuf",
  1037. "abbrev",
  1038. "archy",
  1039. "cacache",
  1040. "chalk",
  1041. "ci-info",
  1042. "cli-columns",
  1043. "cli-table3",
  1044. "columnify",
  1045. "fastest-levenshtein",
  1046. "fs-minipass",
  1047. "glob",
  1048. "graceful-fs",
  1049. "hosted-git-info",
  1050. "ini",
  1051. "init-package-json",
  1052. "is-cidr",
  1053. "json-parse-even-better-errors",
  1054. "libnpmaccess",
  1055. "libnpmdiff",
  1056. "libnpmexec",
  1057. "libnpmfund",
  1058. "libnpmhook",
  1059. "libnpmorg",
  1060. "libnpmpack",
  1061. "libnpmpublish",
  1062. "libnpmsearch",
  1063. "libnpmteam",
  1064. "libnpmversion",
  1065. "make-fetch-happen",
  1066. "minimatch",
  1067. "minipass",
  1068. "minipass-pipeline",
  1069. "ms",
  1070. "node-gyp",
  1071. "nopt",
  1072. "normalize-package-data",
  1073. "npm-audit-report",
  1074. "npm-install-checks",
  1075. "npm-package-arg",
  1076. "npm-pick-manifest",
  1077. "npm-profile",
  1078. "npm-registry-fetch",
  1079. "npm-user-validate",
  1080. "npmlog",
  1081. "p-map",
  1082. "pacote",
  1083. "parse-conflict-json",
  1084. "proc-log",
  1085. "qrcode-terminal",
  1086. "read",
  1087. "semver",
  1088. "spdx-expression-parse",
  1089. "ssri",
  1090. "supports-color",
  1091. "tar",
  1092. "text-table",
  1093. "tiny-relative-date",
  1094. "treeverse",
  1095. "validate-npm-package-name",
  1096. "which",
  1097. "write-file-atomic"
  1098. ],
  1099. "license": "Artistic-2.0",
  1100. "workspaces": [
  1101. "docs",
  1102. "smoke-tests",
  1103. "mock-globals",
  1104. "mock-registry",
  1105. "workspaces/*"
  1106. ],
  1107. "dependencies": {
  1108. "@isaacs/string-locale-compare": "^1.1.0",
  1109. "@npmcli/arborist": "^7.2.1",
  1110. "@npmcli/config": "^8.0.2",
  1111. "@npmcli/fs": "^3.1.0",
  1112. "@npmcli/map-workspaces": "^3.0.6",
  1113. "@npmcli/package-json": "^5.0.2",
  1114. "@npmcli/promise-spawn": "^7.0.1",
  1115. "@npmcli/redact": "^1.1.0",
  1116. "@npmcli/run-script": "^7.0.4",
  1117. "@sigstore/tuf": "^2.3.2",
  1118. "abbrev": "^2.0.0",
  1119. "archy": "~1.0.0",
  1120. "cacache": "^18.0.2",
  1121. "chalk": "^5.3.0",
  1122. "ci-info": "^4.0.0",
  1123. "cli-columns": "^4.0.0",
  1124. "cli-table3": "^0.6.4",
  1125. "columnify": "^1.6.0",
  1126. "fastest-levenshtein": "^1.0.16",
  1127. "fs-minipass": "^3.0.3",
  1128. "glob": "^10.3.12",
  1129. "graceful-fs": "^4.2.11",
  1130. "hosted-git-info": "^7.0.1",
  1131. "ini": "^4.1.2",
  1132. "init-package-json": "^6.0.2",
  1133. "is-cidr": "^5.0.5",
  1134. "json-parse-even-better-errors": "^3.0.1",
  1135. "libnpmaccess": "^8.0.1",
  1136. "libnpmdiff": "^6.0.3",
  1137. "libnpmexec": "^7.0.4",
  1138. "libnpmfund": "^5.0.1",
  1139. "libnpmhook": "^10.0.0",
  1140. "libnpmorg": "^6.0.1",
  1141. "libnpmpack": "^6.0.3",
  1142. "libnpmpublish": "^9.0.2",
  1143. "libnpmsearch": "^7.0.0",
  1144. "libnpmteam": "^6.0.0",
  1145. "libnpmversion": "^5.0.1",
  1146. "make-fetch-happen": "^13.0.0",
  1147. "minimatch": "^9.0.4",
  1148. "minipass": "^7.0.4",
  1149. "minipass-pipeline": "^1.2.4",
  1150. "ms": "^2.1.2",
  1151. "node-gyp": "^10.1.0",
  1152. "nopt": "^7.2.0",
  1153. "normalize-package-data": "^6.0.0",
  1154. "npm-audit-report": "^5.0.0",
  1155. "npm-install-checks": "^6.3.0",
  1156. "npm-package-arg": "^11.0.1",
  1157. "npm-pick-manifest": "^9.0.0",
  1158. "npm-profile": "^9.0.0",
  1159. "npm-registry-fetch": "^16.2.0",
  1160. "npm-user-validate": "^2.0.0",
  1161. "npmlog": "^7.0.1",
  1162. "p-map": "^4.0.0",
  1163. "pacote": "^17.0.6",
  1164. "parse-conflict-json": "^3.0.1",
  1165. "proc-log": "^3.0.0",
  1166. "qrcode-terminal": "^0.12.0",
  1167. "read": "^3.0.1",
  1168. "semver": "^7.6.0",
  1169. "spdx-expression-parse": "^4.0.0",
  1170. "ssri": "^10.0.5",
  1171. "supports-color": "^9.4.0",
  1172. "tar": "^6.2.1",
  1173. "text-table": "~0.2.0",
  1174. "tiny-relative-date": "^1.3.0",
  1175. "treeverse": "^3.0.0",
  1176. "validate-npm-package-name": "^5.0.0",
  1177. "which": "^4.0.0",
  1178. "write-file-atomic": "^5.0.1"
  1179. },
  1180. "bin": {
  1181. "npm": "bin/npm-cli.js",
  1182. "npx": "bin/npx-cli.js"
  1183. },
  1184. "engines": {
  1185. "node": "^18.17.0 || >=20.5.0"
  1186. }
  1187. },
  1188. "node_modules/npm/node_modules/@colors/colors": {
  1189. "version": "1.5.0",
  1190. "inBundle": true,
  1191. "license": "MIT",
  1192. "optional": true,
  1193. "engines": {
  1194. "node": ">=0.1.90"
  1195. }
  1196. },
  1197. "node_modules/npm/node_modules/@isaacs/cliui": {
  1198. "version": "8.0.2",
  1199. "inBundle": true,
  1200. "license": "ISC",
  1201. "dependencies": {
  1202. "string-width": "^5.1.2",
  1203. "string-width-cjs": "npm:string-width@^4.2.0",
  1204. "strip-ansi": "^7.0.1",
  1205. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1206. "wrap-ansi": "^8.1.0",
  1207. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1208. },
  1209. "engines": {
  1210. "node": ">=12"
  1211. }
  1212. },
  1213. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  1214. "version": "6.0.1",
  1215. "inBundle": true,
  1216. "license": "MIT",
  1217. "engines": {
  1218. "node": ">=12"
  1219. },
  1220. "funding": {
  1221. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1222. }
  1223. },
  1224. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1225. "version": "9.2.2",
  1226. "inBundle": true,
  1227. "license": "MIT"
  1228. },
  1229. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
  1230. "version": "5.1.2",
  1231. "inBundle": true,
  1232. "license": "MIT",
  1233. "dependencies": {
  1234. "eastasianwidth": "^0.2.0",
  1235. "emoji-regex": "^9.2.2",
  1236. "strip-ansi": "^7.0.1"
  1237. },
  1238. "engines": {
  1239. "node": ">=12"
  1240. },
  1241. "funding": {
  1242. "url": "https://github.com/sponsors/sindresorhus"
  1243. }
  1244. },
  1245. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  1246. "version": "7.1.0",
  1247. "inBundle": true,
  1248. "license": "MIT",
  1249. "dependencies": {
  1250. "ansi-regex": "^6.0.1"
  1251. },
  1252. "engines": {
  1253. "node": ">=12"
  1254. },
  1255. "funding": {
  1256. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1257. }
  1258. },
  1259. "node_modules/npm/node_modules/@isaacs/string-locale-compare": {
  1260. "version": "1.1.0",
  1261. "inBundle": true,
  1262. "license": "ISC"
  1263. },
  1264. "node_modules/npm/node_modules/@npmcli/agent": {
  1265. "version": "2.2.2",
  1266. "inBundle": true,
  1267. "license": "ISC",
  1268. "dependencies": {
  1269. "agent-base": "^7.1.0",
  1270. "http-proxy-agent": "^7.0.0",
  1271. "https-proxy-agent": "^7.0.1",
  1272. "lru-cache": "^10.0.1",
  1273. "socks-proxy-agent": "^8.0.3"
  1274. },
  1275. "engines": {
  1276. "node": "^16.14.0 || >=18.0.0"
  1277. }
  1278. },
  1279. "node_modules/npm/node_modules/@npmcli/arborist": {
  1280. "version": "7.4.2",
  1281. "inBundle": true,
  1282. "license": "ISC",
  1283. "dependencies": {
  1284. "@isaacs/string-locale-compare": "^1.1.0",
  1285. "@npmcli/fs": "^3.1.0",
  1286. "@npmcli/installed-package-contents": "^2.0.2",
  1287. "@npmcli/map-workspaces": "^3.0.2",
  1288. "@npmcli/metavuln-calculator": "^7.0.0",
  1289. "@npmcli/name-from-folder": "^2.0.0",
  1290. "@npmcli/node-gyp": "^3.0.0",
  1291. "@npmcli/package-json": "^5.0.0",
  1292. "@npmcli/query": "^3.1.0",
  1293. "@npmcli/redact": "^1.1.0",
  1294. "@npmcli/run-script": "^7.0.2",
  1295. "bin-links": "^4.0.1",
  1296. "cacache": "^18.0.0",
  1297. "common-ancestor-path": "^1.0.1",
  1298. "hosted-git-info": "^7.0.1",
  1299. "json-parse-even-better-errors": "^3.0.0",
  1300. "json-stringify-nice": "^1.1.4",
  1301. "minimatch": "^9.0.4",
  1302. "nopt": "^7.0.0",
  1303. "npm-install-checks": "^6.2.0",
  1304. "npm-package-arg": "^11.0.1",
  1305. "npm-pick-manifest": "^9.0.0",
  1306. "npm-registry-fetch": "^16.2.0",
  1307. "npmlog": "^7.0.1",
  1308. "pacote": "^17.0.4",
  1309. "parse-conflict-json": "^3.0.0",
  1310. "proc-log": "^3.0.0",
  1311. "promise-all-reject-late": "^1.0.0",
  1312. "promise-call-limit": "^3.0.1",
  1313. "read-package-json-fast": "^3.0.2",
  1314. "semver": "^7.3.7",
  1315. "ssri": "^10.0.5",
  1316. "treeverse": "^3.0.0",
  1317. "walk-up-path": "^3.0.1"
  1318. },
  1319. "bin": {
  1320. "arborist": "bin/index.js"
  1321. },
  1322. "engines": {
  1323. "node": "^16.14.0 || >=18.0.0"
  1324. }
  1325. },
  1326. "node_modules/npm/node_modules/@npmcli/config": {
  1327. "version": "8.2.2",
  1328. "inBundle": true,
  1329. "license": "ISC",
  1330. "dependencies": {
  1331. "@npmcli/map-workspaces": "^3.0.2",
  1332. "ci-info": "^4.0.0",
  1333. "ini": "^4.1.2",
  1334. "nopt": "^7.0.0",
  1335. "proc-log": "^3.0.0",
  1336. "read-package-json-fast": "^3.0.2",
  1337. "semver": "^7.3.5",
  1338. "walk-up-path": "^3.0.1"
  1339. },
  1340. "engines": {
  1341. "node": "^16.14.0 || >=18.0.0"
  1342. }
  1343. },
  1344. "node_modules/npm/node_modules/@npmcli/disparity-colors": {
  1345. "version": "3.0.0",
  1346. "inBundle": true,
  1347. "license": "ISC",
  1348. "dependencies": {
  1349. "ansi-styles": "^4.3.0"
  1350. },
  1351. "engines": {
  1352. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1353. }
  1354. },
  1355. "node_modules/npm/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles": {
  1356. "version": "4.3.0",
  1357. "inBundle": true,
  1358. "license": "MIT",
  1359. "dependencies": {
  1360. "color-convert": "^2.0.1"
  1361. },
  1362. "engines": {
  1363. "node": ">=8"
  1364. },
  1365. "funding": {
  1366. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1367. }
  1368. },
  1369. "node_modules/npm/node_modules/@npmcli/fs": {
  1370. "version": "3.1.0",
  1371. "inBundle": true,
  1372. "license": "ISC",
  1373. "dependencies": {
  1374. "semver": "^7.3.5"
  1375. },
  1376. "engines": {
  1377. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1378. }
  1379. },
  1380. "node_modules/npm/node_modules/@npmcli/git": {
  1381. "version": "5.0.5",
  1382. "inBundle": true,
  1383. "license": "ISC",
  1384. "dependencies": {
  1385. "@npmcli/promise-spawn": "^7.0.0",
  1386. "lru-cache": "^10.0.1",
  1387. "npm-pick-manifest": "^9.0.0",
  1388. "proc-log": "^3.0.0",
  1389. "promise-inflight": "^1.0.1",
  1390. "promise-retry": "^2.0.1",
  1391. "semver": "^7.3.5",
  1392. "which": "^4.0.0"
  1393. },
  1394. "engines": {
  1395. "node": "^16.14.0 || >=18.0.0"
  1396. }
  1397. },
  1398. "node_modules/npm/node_modules/@npmcli/installed-package-contents": {
  1399. "version": "2.0.2",
  1400. "inBundle": true,
  1401. "license": "ISC",
  1402. "dependencies": {
  1403. "npm-bundled": "^3.0.0",
  1404. "npm-normalize-package-bin": "^3.0.0"
  1405. },
  1406. "bin": {
  1407. "installed-package-contents": "lib/index.js"
  1408. },
  1409. "engines": {
  1410. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1411. }
  1412. },
  1413. "node_modules/npm/node_modules/@npmcli/map-workspaces": {
  1414. "version": "3.0.6",
  1415. "inBundle": true,
  1416. "license": "ISC",
  1417. "dependencies": {
  1418. "@npmcli/name-from-folder": "^2.0.0",
  1419. "glob": "^10.2.2",
  1420. "minimatch": "^9.0.0",
  1421. "read-package-json-fast": "^3.0.0"
  1422. },
  1423. "engines": {
  1424. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1425. }
  1426. },
  1427. "node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
  1428. "version": "7.0.0",
  1429. "inBundle": true,
  1430. "license": "ISC",
  1431. "dependencies": {
  1432. "cacache": "^18.0.0",
  1433. "json-parse-even-better-errors": "^3.0.0",
  1434. "pacote": "^17.0.0",
  1435. "semver": "^7.3.5"
  1436. },
  1437. "engines": {
  1438. "node": "^16.14.0 || >=18.0.0"
  1439. }
  1440. },
  1441. "node_modules/npm/node_modules/@npmcli/name-from-folder": {
  1442. "version": "2.0.0",
  1443. "inBundle": true,
  1444. "license": "ISC",
  1445. "engines": {
  1446. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1447. }
  1448. },
  1449. "node_modules/npm/node_modules/@npmcli/node-gyp": {
  1450. "version": "3.0.0",
  1451. "inBundle": true,
  1452. "license": "ISC",
  1453. "engines": {
  1454. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1455. }
  1456. },
  1457. "node_modules/npm/node_modules/@npmcli/package-json": {
  1458. "version": "5.0.2",
  1459. "inBundle": true,
  1460. "license": "ISC",
  1461. "dependencies": {
  1462. "@npmcli/git": "^5.0.0",
  1463. "glob": "^10.2.2",
  1464. "hosted-git-info": "^7.0.0",
  1465. "json-parse-even-better-errors": "^3.0.0",
  1466. "normalize-package-data": "^6.0.0",
  1467. "proc-log": "^3.0.0",
  1468. "semver": "^7.5.3"
  1469. },
  1470. "engines": {
  1471. "node": "^16.14.0 || >=18.0.0"
  1472. }
  1473. },
  1474. "node_modules/npm/node_modules/@npmcli/promise-spawn": {
  1475. "version": "7.0.1",
  1476. "inBundle": true,
  1477. "license": "ISC",
  1478. "dependencies": {
  1479. "which": "^4.0.0"
  1480. },
  1481. "engines": {
  1482. "node": "^16.14.0 || >=18.0.0"
  1483. }
  1484. },
  1485. "node_modules/npm/node_modules/@npmcli/query": {
  1486. "version": "3.1.0",
  1487. "inBundle": true,
  1488. "license": "ISC",
  1489. "dependencies": {
  1490. "postcss-selector-parser": "^6.0.10"
  1491. },
  1492. "engines": {
  1493. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1494. }
  1495. },
  1496. "node_modules/npm/node_modules/@npmcli/redact": {
  1497. "version": "1.1.0",
  1498. "inBundle": true,
  1499. "license": "ISC",
  1500. "engines": {
  1501. "node": "^16.14.0 || >=18.0.0"
  1502. }
  1503. },
  1504. "node_modules/npm/node_modules/@npmcli/run-script": {
  1505. "version": "7.0.4",
  1506. "inBundle": true,
  1507. "license": "ISC",
  1508. "dependencies": {
  1509. "@npmcli/node-gyp": "^3.0.0",
  1510. "@npmcli/package-json": "^5.0.0",
  1511. "@npmcli/promise-spawn": "^7.0.0",
  1512. "node-gyp": "^10.0.0",
  1513. "which": "^4.0.0"
  1514. },
  1515. "engines": {
  1516. "node": "^16.14.0 || >=18.0.0"
  1517. }
  1518. },
  1519. "node_modules/npm/node_modules/@pkgjs/parseargs": {
  1520. "version": "0.11.0",
  1521. "inBundle": true,
  1522. "license": "MIT",
  1523. "optional": true,
  1524. "engines": {
  1525. "node": ">=14"
  1526. }
  1527. },
  1528. "node_modules/npm/node_modules/@sigstore/bundle": {
  1529. "version": "2.3.1",
  1530. "inBundle": true,
  1531. "license": "Apache-2.0",
  1532. "dependencies": {
  1533. "@sigstore/protobuf-specs": "^0.3.1"
  1534. },
  1535. "engines": {
  1536. "node": "^16.14.0 || >=18.0.0"
  1537. }
  1538. },
  1539. "node_modules/npm/node_modules/@sigstore/core": {
  1540. "version": "1.1.0",
  1541. "inBundle": true,
  1542. "license": "Apache-2.0",
  1543. "engines": {
  1544. "node": "^16.14.0 || >=18.0.0"
  1545. }
  1546. },
  1547. "node_modules/npm/node_modules/@sigstore/protobuf-specs": {
  1548. "version": "0.3.1",
  1549. "inBundle": true,
  1550. "license": "Apache-2.0",
  1551. "engines": {
  1552. "node": "^16.14.0 || >=18.0.0"
  1553. }
  1554. },
  1555. "node_modules/npm/node_modules/@sigstore/sign": {
  1556. "version": "2.3.0",
  1557. "inBundle": true,
  1558. "license": "Apache-2.0",
  1559. "dependencies": {
  1560. "@sigstore/bundle": "^2.3.0",
  1561. "@sigstore/core": "^1.0.0",
  1562. "@sigstore/protobuf-specs": "^0.3.1",
  1563. "make-fetch-happen": "^13.0.0"
  1564. },
  1565. "engines": {
  1566. "node": "^16.14.0 || >=18.0.0"
  1567. }
  1568. },
  1569. "node_modules/npm/node_modules/@sigstore/tuf": {
  1570. "version": "2.3.2",
  1571. "inBundle": true,
  1572. "license": "Apache-2.0",
  1573. "dependencies": {
  1574. "@sigstore/protobuf-specs": "^0.3.0",
  1575. "tuf-js": "^2.2.0"
  1576. },
  1577. "engines": {
  1578. "node": "^16.14.0 || >=18.0.0"
  1579. }
  1580. },
  1581. "node_modules/npm/node_modules/@sigstore/verify": {
  1582. "version": "1.2.0",
  1583. "inBundle": true,
  1584. "license": "Apache-2.0",
  1585. "dependencies": {
  1586. "@sigstore/bundle": "^2.3.1",
  1587. "@sigstore/core": "^1.1.0",
  1588. "@sigstore/protobuf-specs": "^0.3.1"
  1589. },
  1590. "engines": {
  1591. "node": "^16.14.0 || >=18.0.0"
  1592. }
  1593. },
  1594. "node_modules/npm/node_modules/@tufjs/canonical-json": {
  1595. "version": "2.0.0",
  1596. "inBundle": true,
  1597. "license": "MIT",
  1598. "engines": {
  1599. "node": "^16.14.0 || >=18.0.0"
  1600. }
  1601. },
  1602. "node_modules/npm/node_modules/@tufjs/models": {
  1603. "version": "2.0.0",
  1604. "inBundle": true,
  1605. "license": "MIT",
  1606. "dependencies": {
  1607. "@tufjs/canonical-json": "2.0.0",
  1608. "minimatch": "^9.0.3"
  1609. },
  1610. "engines": {
  1611. "node": "^16.14.0 || >=18.0.0"
  1612. }
  1613. },
  1614. "node_modules/npm/node_modules/abbrev": {
  1615. "version": "2.0.0",
  1616. "inBundle": true,
  1617. "license": "ISC",
  1618. "engines": {
  1619. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1620. }
  1621. },
  1622. "node_modules/npm/node_modules/agent-base": {
  1623. "version": "7.1.1",
  1624. "inBundle": true,
  1625. "license": "MIT",
  1626. "dependencies": {
  1627. "debug": "^4.3.4"
  1628. },
  1629. "engines": {
  1630. "node": ">= 14"
  1631. }
  1632. },
  1633. "node_modules/npm/node_modules/aggregate-error": {
  1634. "version": "3.1.0",
  1635. "inBundle": true,
  1636. "license": "MIT",
  1637. "dependencies": {
  1638. "clean-stack": "^2.0.0",
  1639. "indent-string": "^4.0.0"
  1640. },
  1641. "engines": {
  1642. "node": ">=8"
  1643. }
  1644. },
  1645. "node_modules/npm/node_modules/ansi-regex": {
  1646. "version": "5.0.1",
  1647. "inBundle": true,
  1648. "license": "MIT",
  1649. "engines": {
  1650. "node": ">=8"
  1651. }
  1652. },
  1653. "node_modules/npm/node_modules/ansi-styles": {
  1654. "version": "6.2.1",
  1655. "inBundle": true,
  1656. "license": "MIT",
  1657. "engines": {
  1658. "node": ">=12"
  1659. },
  1660. "funding": {
  1661. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1662. }
  1663. },
  1664. "node_modules/npm/node_modules/aproba": {
  1665. "version": "2.0.0",
  1666. "inBundle": true,
  1667. "license": "ISC"
  1668. },
  1669. "node_modules/npm/node_modules/archy": {
  1670. "version": "1.0.0",
  1671. "inBundle": true,
  1672. "license": "MIT"
  1673. },
  1674. "node_modules/npm/node_modules/are-we-there-yet": {
  1675. "version": "4.0.2",
  1676. "inBundle": true,
  1677. "license": "ISC",
  1678. "engines": {
  1679. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1680. }
  1681. },
  1682. "node_modules/npm/node_modules/balanced-match": {
  1683. "version": "1.0.2",
  1684. "inBundle": true,
  1685. "license": "MIT"
  1686. },
  1687. "node_modules/npm/node_modules/bin-links": {
  1688. "version": "4.0.3",
  1689. "inBundle": true,
  1690. "license": "ISC",
  1691. "dependencies": {
  1692. "cmd-shim": "^6.0.0",
  1693. "npm-normalize-package-bin": "^3.0.0",
  1694. "read-cmd-shim": "^4.0.0",
  1695. "write-file-atomic": "^5.0.0"
  1696. },
  1697. "engines": {
  1698. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1699. }
  1700. },
  1701. "node_modules/npm/node_modules/binary-extensions": {
  1702. "version": "2.3.0",
  1703. "inBundle": true,
  1704. "license": "MIT",
  1705. "engines": {
  1706. "node": ">=8"
  1707. },
  1708. "funding": {
  1709. "url": "https://github.com/sponsors/sindresorhus"
  1710. }
  1711. },
  1712. "node_modules/npm/node_modules/brace-expansion": {
  1713. "version": "2.0.1",
  1714. "inBundle": true,
  1715. "license": "MIT",
  1716. "dependencies": {
  1717. "balanced-match": "^1.0.0"
  1718. }
  1719. },
  1720. "node_modules/npm/node_modules/builtins": {
  1721. "version": "5.1.0",
  1722. "inBundle": true,
  1723. "license": "MIT",
  1724. "dependencies": {
  1725. "semver": "^7.0.0"
  1726. }
  1727. },
  1728. "node_modules/npm/node_modules/cacache": {
  1729. "version": "18.0.2",
  1730. "inBundle": true,
  1731. "license": "ISC",
  1732. "dependencies": {
  1733. "@npmcli/fs": "^3.1.0",
  1734. "fs-minipass": "^3.0.0",
  1735. "glob": "^10.2.2",
  1736. "lru-cache": "^10.0.1",
  1737. "minipass": "^7.0.3",
  1738. "minipass-collect": "^2.0.1",
  1739. "minipass-flush": "^1.0.5",
  1740. "minipass-pipeline": "^1.2.4",
  1741. "p-map": "^4.0.0",
  1742. "ssri": "^10.0.0",
  1743. "tar": "^6.1.11",
  1744. "unique-filename": "^3.0.0"
  1745. },
  1746. "engines": {
  1747. "node": "^16.14.0 || >=18.0.0"
  1748. }
  1749. },
  1750. "node_modules/npm/node_modules/chalk": {
  1751. "version": "5.3.0",
  1752. "inBundle": true,
  1753. "license": "MIT",
  1754. "engines": {
  1755. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  1756. },
  1757. "funding": {
  1758. "url": "https://github.com/chalk/chalk?sponsor=1"
  1759. }
  1760. },
  1761. "node_modules/npm/node_modules/chownr": {
  1762. "version": "2.0.0",
  1763. "inBundle": true,
  1764. "license": "ISC",
  1765. "engines": {
  1766. "node": ">=10"
  1767. }
  1768. },
  1769. "node_modules/npm/node_modules/ci-info": {
  1770. "version": "4.0.0",
  1771. "funding": [
  1772. {
  1773. "type": "github",
  1774. "url": "https://github.com/sponsors/sibiraj-s"
  1775. }
  1776. ],
  1777. "inBundle": true,
  1778. "license": "MIT",
  1779. "engines": {
  1780. "node": ">=8"
  1781. }
  1782. },
  1783. "node_modules/npm/node_modules/cidr-regex": {
  1784. "version": "4.0.5",
  1785. "inBundle": true,
  1786. "license": "BSD-2-Clause",
  1787. "dependencies": {
  1788. "ip-regex": "^5.0.0"
  1789. },
  1790. "engines": {
  1791. "node": ">=14"
  1792. }
  1793. },
  1794. "node_modules/npm/node_modules/clean-stack": {
  1795. "version": "2.2.0",
  1796. "inBundle": true,
  1797. "license": "MIT",
  1798. "engines": {
  1799. "node": ">=6"
  1800. }
  1801. },
  1802. "node_modules/npm/node_modules/cli-columns": {
  1803. "version": "4.0.0",
  1804. "inBundle": true,
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "string-width": "^4.2.3",
  1808. "strip-ansi": "^6.0.1"
  1809. },
  1810. "engines": {
  1811. "node": ">= 10"
  1812. }
  1813. },
  1814. "node_modules/npm/node_modules/cli-table3": {
  1815. "version": "0.6.4",
  1816. "inBundle": true,
  1817. "license": "MIT",
  1818. "dependencies": {
  1819. "string-width": "^4.2.0"
  1820. },
  1821. "engines": {
  1822. "node": "10.* || >= 12.*"
  1823. },
  1824. "optionalDependencies": {
  1825. "@colors/colors": "1.5.0"
  1826. }
  1827. },
  1828. "node_modules/npm/node_modules/clone": {
  1829. "version": "1.0.4",
  1830. "inBundle": true,
  1831. "license": "MIT",
  1832. "engines": {
  1833. "node": ">=0.8"
  1834. }
  1835. },
  1836. "node_modules/npm/node_modules/cmd-shim": {
  1837. "version": "6.0.2",
  1838. "inBundle": true,
  1839. "license": "ISC",
  1840. "engines": {
  1841. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  1842. }
  1843. },
  1844. "node_modules/npm/node_modules/color-convert": {
  1845. "version": "2.0.1",
  1846. "inBundle": true,
  1847. "license": "MIT",
  1848. "dependencies": {
  1849. "color-name": "~1.1.4"
  1850. },
  1851. "engines": {
  1852. "node": ">=7.0.0"
  1853. }
  1854. },
  1855. "node_modules/npm/node_modules/color-name": {
  1856. "version": "1.1.4",
  1857. "inBundle": true,
  1858. "license": "MIT"
  1859. },
  1860. "node_modules/npm/node_modules/color-support": {
  1861. "version": "1.1.3",
  1862. "inBundle": true,
  1863. "license": "ISC",
  1864. "bin": {
  1865. "color-support": "bin.js"
  1866. }
  1867. },
  1868. "node_modules/npm/node_modules/columnify": {
  1869. "version": "1.6.0",
  1870. "inBundle": true,
  1871. "license": "MIT",
  1872. "dependencies": {
  1873. "strip-ansi": "^6.0.1",
  1874. "wcwidth": "^1.0.0"
  1875. },
  1876. "engines": {
  1877. "node": ">=8.0.0"
  1878. }
  1879. },
  1880. "node_modules/npm/node_modules/common-ancestor-path": {
  1881. "version": "1.0.1",
  1882. "inBundle": true,
  1883. "license": "ISC"
  1884. },
  1885. "node_modules/npm/node_modules/console-control-strings": {
  1886. "version": "1.1.0",
  1887. "inBundle": true,
  1888. "license": "ISC"
  1889. },
  1890. "node_modules/npm/node_modules/cross-spawn": {
  1891. "version": "7.0.3",
  1892. "inBundle": true,
  1893. "license": "MIT",
  1894. "dependencies": {
  1895. "path-key": "^3.1.0",
  1896. "shebang-command": "^2.0.0",
  1897. "which": "^2.0.1"
  1898. },
  1899. "engines": {
  1900. "node": ">= 8"
  1901. }
  1902. },
  1903. "node_modules/npm/node_modules/cross-spawn/node_modules/which": {
  1904. "version": "2.0.2",
  1905. "inBundle": true,
  1906. "license": "ISC",
  1907. "dependencies": {
  1908. "isexe": "^2.0.0"
  1909. },
  1910. "bin": {
  1911. "node-which": "bin/node-which"
  1912. },
  1913. "engines": {
  1914. "node": ">= 8"
  1915. }
  1916. },
  1917. "node_modules/npm/node_modules/cssesc": {
  1918. "version": "3.0.0",
  1919. "inBundle": true,
  1920. "license": "MIT",
  1921. "bin": {
  1922. "cssesc": "bin/cssesc"
  1923. },
  1924. "engines": {
  1925. "node": ">=4"
  1926. }
  1927. },
  1928. "node_modules/npm/node_modules/debug": {
  1929. "version": "4.3.4",
  1930. "inBundle": true,
  1931. "license": "MIT",
  1932. "dependencies": {
  1933. "ms": "2.1.2"
  1934. },
  1935. "engines": {
  1936. "node": ">=6.0"
  1937. },
  1938. "peerDependenciesMeta": {
  1939. "supports-color": {
  1940. "optional": true
  1941. }
  1942. }
  1943. },
  1944. "node_modules/npm/node_modules/debug/node_modules/ms": {
  1945. "version": "2.1.2",
  1946. "inBundle": true,
  1947. "license": "MIT"
  1948. },
  1949. "node_modules/npm/node_modules/defaults": {
  1950. "version": "1.0.4",
  1951. "inBundle": true,
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "clone": "^1.0.2"
  1955. },
  1956. "funding": {
  1957. "url": "https://github.com/sponsors/sindresorhus"
  1958. }
  1959. },
  1960. "node_modules/npm/node_modules/diff": {
  1961. "version": "5.2.0",
  1962. "inBundle": true,
  1963. "license": "BSD-3-Clause",
  1964. "engines": {
  1965. "node": ">=0.3.1"
  1966. }
  1967. },
  1968. "node_modules/npm/node_modules/eastasianwidth": {
  1969. "version": "0.2.0",
  1970. "inBundle": true,
  1971. "license": "MIT"
  1972. },
  1973. "node_modules/npm/node_modules/emoji-regex": {
  1974. "version": "8.0.0",
  1975. "inBundle": true,
  1976. "license": "MIT"
  1977. },
  1978. "node_modules/npm/node_modules/encoding": {
  1979. "version": "0.1.13",
  1980. "inBundle": true,
  1981. "license": "MIT",
  1982. "optional": true,
  1983. "dependencies": {
  1984. "iconv-lite": "^0.6.2"
  1985. }
  1986. },
  1987. "node_modules/npm/node_modules/env-paths": {
  1988. "version": "2.2.1",
  1989. "inBundle": true,
  1990. "license": "MIT",
  1991. "engines": {
  1992. "node": ">=6"
  1993. }
  1994. },
  1995. "node_modules/npm/node_modules/err-code": {
  1996. "version": "2.0.3",
  1997. "inBundle": true,
  1998. "license": "MIT"
  1999. },
  2000. "node_modules/npm/node_modules/exponential-backoff": {
  2001. "version": "3.1.1",
  2002. "inBundle": true,
  2003. "license": "Apache-2.0"
  2004. },
  2005. "node_modules/npm/node_modules/fastest-levenshtein": {
  2006. "version": "1.0.16",
  2007. "inBundle": true,
  2008. "license": "MIT",
  2009. "engines": {
  2010. "node": ">= 4.9.1"
  2011. }
  2012. },
  2013. "node_modules/npm/node_modules/foreground-child": {
  2014. "version": "3.1.1",
  2015. "inBundle": true,
  2016. "license": "ISC",
  2017. "dependencies": {
  2018. "cross-spawn": "^7.0.0",
  2019. "signal-exit": "^4.0.1"
  2020. },
  2021. "engines": {
  2022. "node": ">=14"
  2023. },
  2024. "funding": {
  2025. "url": "https://github.com/sponsors/isaacs"
  2026. }
  2027. },
  2028. "node_modules/npm/node_modules/fs-minipass": {
  2029. "version": "3.0.3",
  2030. "inBundle": true,
  2031. "license": "ISC",
  2032. "dependencies": {
  2033. "minipass": "^7.0.3"
  2034. },
  2035. "engines": {
  2036. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2037. }
  2038. },
  2039. "node_modules/npm/node_modules/function-bind": {
  2040. "version": "1.1.2",
  2041. "inBundle": true,
  2042. "license": "MIT",
  2043. "funding": {
  2044. "url": "https://github.com/sponsors/ljharb"
  2045. }
  2046. },
  2047. "node_modules/npm/node_modules/gauge": {
  2048. "version": "5.0.1",
  2049. "inBundle": true,
  2050. "license": "ISC",
  2051. "dependencies": {
  2052. "aproba": "^1.0.3 || ^2.0.0",
  2053. "color-support": "^1.1.3",
  2054. "console-control-strings": "^1.1.0",
  2055. "has-unicode": "^2.0.1",
  2056. "signal-exit": "^4.0.1",
  2057. "string-width": "^4.2.3",
  2058. "strip-ansi": "^6.0.1",
  2059. "wide-align": "^1.1.5"
  2060. },
  2061. "engines": {
  2062. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2063. }
  2064. },
  2065. "node_modules/npm/node_modules/glob": {
  2066. "version": "10.3.12",
  2067. "inBundle": true,
  2068. "license": "ISC",
  2069. "dependencies": {
  2070. "foreground-child": "^3.1.0",
  2071. "jackspeak": "^2.3.6",
  2072. "minimatch": "^9.0.1",
  2073. "minipass": "^7.0.4",
  2074. "path-scurry": "^1.10.2"
  2075. },
  2076. "bin": {
  2077. "glob": "dist/esm/bin.mjs"
  2078. },
  2079. "engines": {
  2080. "node": ">=16 || 14 >=14.17"
  2081. },
  2082. "funding": {
  2083. "url": "https://github.com/sponsors/isaacs"
  2084. }
  2085. },
  2086. "node_modules/npm/node_modules/graceful-fs": {
  2087. "version": "4.2.11",
  2088. "inBundle": true,
  2089. "license": "ISC"
  2090. },
  2091. "node_modules/npm/node_modules/has-unicode": {
  2092. "version": "2.0.1",
  2093. "inBundle": true,
  2094. "license": "ISC"
  2095. },
  2096. "node_modules/npm/node_modules/hasown": {
  2097. "version": "2.0.2",
  2098. "inBundle": true,
  2099. "license": "MIT",
  2100. "dependencies": {
  2101. "function-bind": "^1.1.2"
  2102. },
  2103. "engines": {
  2104. "node": ">= 0.4"
  2105. }
  2106. },
  2107. "node_modules/npm/node_modules/hosted-git-info": {
  2108. "version": "7.0.1",
  2109. "inBundle": true,
  2110. "license": "ISC",
  2111. "dependencies": {
  2112. "lru-cache": "^10.0.1"
  2113. },
  2114. "engines": {
  2115. "node": "^16.14.0 || >=18.0.0"
  2116. }
  2117. },
  2118. "node_modules/npm/node_modules/http-cache-semantics": {
  2119. "version": "4.1.1",
  2120. "inBundle": true,
  2121. "license": "BSD-2-Clause"
  2122. },
  2123. "node_modules/npm/node_modules/http-proxy-agent": {
  2124. "version": "7.0.2",
  2125. "inBundle": true,
  2126. "license": "MIT",
  2127. "dependencies": {
  2128. "agent-base": "^7.1.0",
  2129. "debug": "^4.3.4"
  2130. },
  2131. "engines": {
  2132. "node": ">= 14"
  2133. }
  2134. },
  2135. "node_modules/npm/node_modules/https-proxy-agent": {
  2136. "version": "7.0.4",
  2137. "inBundle": true,
  2138. "license": "MIT",
  2139. "dependencies": {
  2140. "agent-base": "^7.0.2",
  2141. "debug": "4"
  2142. },
  2143. "engines": {
  2144. "node": ">= 14"
  2145. }
  2146. },
  2147. "node_modules/npm/node_modules/iconv-lite": {
  2148. "version": "0.6.3",
  2149. "inBundle": true,
  2150. "license": "MIT",
  2151. "optional": true,
  2152. "dependencies": {
  2153. "safer-buffer": ">= 2.1.2 < 3.0.0"
  2154. },
  2155. "engines": {
  2156. "node": ">=0.10.0"
  2157. }
  2158. },
  2159. "node_modules/npm/node_modules/ignore-walk": {
  2160. "version": "6.0.4",
  2161. "inBundle": true,
  2162. "license": "ISC",
  2163. "dependencies": {
  2164. "minimatch": "^9.0.0"
  2165. },
  2166. "engines": {
  2167. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2168. }
  2169. },
  2170. "node_modules/npm/node_modules/imurmurhash": {
  2171. "version": "0.1.4",
  2172. "inBundle": true,
  2173. "license": "MIT",
  2174. "engines": {
  2175. "node": ">=0.8.19"
  2176. }
  2177. },
  2178. "node_modules/npm/node_modules/indent-string": {
  2179. "version": "4.0.0",
  2180. "inBundle": true,
  2181. "license": "MIT",
  2182. "engines": {
  2183. "node": ">=8"
  2184. }
  2185. },
  2186. "node_modules/npm/node_modules/ini": {
  2187. "version": "4.1.2",
  2188. "inBundle": true,
  2189. "license": "ISC",
  2190. "engines": {
  2191. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2192. }
  2193. },
  2194. "node_modules/npm/node_modules/init-package-json": {
  2195. "version": "6.0.2",
  2196. "inBundle": true,
  2197. "license": "ISC",
  2198. "dependencies": {
  2199. "@npmcli/package-json": "^5.0.0",
  2200. "npm-package-arg": "^11.0.0",
  2201. "promzard": "^1.0.0",
  2202. "read": "^3.0.1",
  2203. "semver": "^7.3.5",
  2204. "validate-npm-package-license": "^3.0.4",
  2205. "validate-npm-package-name": "^5.0.0"
  2206. },
  2207. "engines": {
  2208. "node": "^16.14.0 || >=18.0.0"
  2209. }
  2210. },
  2211. "node_modules/npm/node_modules/ip-address": {
  2212. "version": "9.0.5",
  2213. "inBundle": true,
  2214. "license": "MIT",
  2215. "dependencies": {
  2216. "jsbn": "1.1.0",
  2217. "sprintf-js": "^1.1.3"
  2218. },
  2219. "engines": {
  2220. "node": ">= 12"
  2221. }
  2222. },
  2223. "node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
  2224. "version": "1.1.3",
  2225. "inBundle": true,
  2226. "license": "BSD-3-Clause"
  2227. },
  2228. "node_modules/npm/node_modules/ip-regex": {
  2229. "version": "5.0.0",
  2230. "inBundle": true,
  2231. "license": "MIT",
  2232. "engines": {
  2233. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2234. },
  2235. "funding": {
  2236. "url": "https://github.com/sponsors/sindresorhus"
  2237. }
  2238. },
  2239. "node_modules/npm/node_modules/is-cidr": {
  2240. "version": "5.0.5",
  2241. "inBundle": true,
  2242. "license": "BSD-2-Clause",
  2243. "dependencies": {
  2244. "cidr-regex": "^4.0.4"
  2245. },
  2246. "engines": {
  2247. "node": ">=14"
  2248. }
  2249. },
  2250. "node_modules/npm/node_modules/is-core-module": {
  2251. "version": "2.13.1",
  2252. "inBundle": true,
  2253. "license": "MIT",
  2254. "dependencies": {
  2255. "hasown": "^2.0.0"
  2256. },
  2257. "funding": {
  2258. "url": "https://github.com/sponsors/ljharb"
  2259. }
  2260. },
  2261. "node_modules/npm/node_modules/is-fullwidth-code-point": {
  2262. "version": "3.0.0",
  2263. "inBundle": true,
  2264. "license": "MIT",
  2265. "engines": {
  2266. "node": ">=8"
  2267. }
  2268. },
  2269. "node_modules/npm/node_modules/is-lambda": {
  2270. "version": "1.0.1",
  2271. "inBundle": true,
  2272. "license": "MIT"
  2273. },
  2274. "node_modules/npm/node_modules/isexe": {
  2275. "version": "2.0.0",
  2276. "inBundle": true,
  2277. "license": "ISC"
  2278. },
  2279. "node_modules/npm/node_modules/jackspeak": {
  2280. "version": "2.3.6",
  2281. "inBundle": true,
  2282. "license": "BlueOak-1.0.0",
  2283. "dependencies": {
  2284. "@isaacs/cliui": "^8.0.2"
  2285. },
  2286. "engines": {
  2287. "node": ">=14"
  2288. },
  2289. "funding": {
  2290. "url": "https://github.com/sponsors/isaacs"
  2291. },
  2292. "optionalDependencies": {
  2293. "@pkgjs/parseargs": "^0.11.0"
  2294. }
  2295. },
  2296. "node_modules/npm/node_modules/jsbn": {
  2297. "version": "1.1.0",
  2298. "inBundle": true,
  2299. "license": "MIT"
  2300. },
  2301. "node_modules/npm/node_modules/json-parse-even-better-errors": {
  2302. "version": "3.0.1",
  2303. "inBundle": true,
  2304. "license": "MIT",
  2305. "engines": {
  2306. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2307. }
  2308. },
  2309. "node_modules/npm/node_modules/json-stringify-nice": {
  2310. "version": "1.1.4",
  2311. "inBundle": true,
  2312. "license": "ISC",
  2313. "funding": {
  2314. "url": "https://github.com/sponsors/isaacs"
  2315. }
  2316. },
  2317. "node_modules/npm/node_modules/jsonparse": {
  2318. "version": "1.3.1",
  2319. "engines": [
  2320. "node >= 0.2.0"
  2321. ],
  2322. "inBundle": true,
  2323. "license": "MIT"
  2324. },
  2325. "node_modules/npm/node_modules/just-diff": {
  2326. "version": "6.0.2",
  2327. "inBundle": true,
  2328. "license": "MIT"
  2329. },
  2330. "node_modules/npm/node_modules/just-diff-apply": {
  2331. "version": "5.5.0",
  2332. "inBundle": true,
  2333. "license": "MIT"
  2334. },
  2335. "node_modules/npm/node_modules/libnpmaccess": {
  2336. "version": "8.0.3",
  2337. "inBundle": true,
  2338. "license": "ISC",
  2339. "dependencies": {
  2340. "npm-package-arg": "^11.0.1",
  2341. "npm-registry-fetch": "^16.2.0"
  2342. },
  2343. "engines": {
  2344. "node": "^16.14.0 || >=18.0.0"
  2345. }
  2346. },
  2347. "node_modules/npm/node_modules/libnpmdiff": {
  2348. "version": "6.0.9",
  2349. "inBundle": true,
  2350. "license": "ISC",
  2351. "dependencies": {
  2352. "@npmcli/arborist": "^7.2.1",
  2353. "@npmcli/disparity-colors": "^3.0.0",
  2354. "@npmcli/installed-package-contents": "^2.0.2",
  2355. "binary-extensions": "^2.3.0",
  2356. "diff": "^5.1.0",
  2357. "minimatch": "^9.0.4",
  2358. "npm-package-arg": "^11.0.1",
  2359. "pacote": "^17.0.4",
  2360. "tar": "^6.2.1"
  2361. },
  2362. "engines": {
  2363. "node": "^16.14.0 || >=18.0.0"
  2364. }
  2365. },
  2366. "node_modules/npm/node_modules/libnpmexec": {
  2367. "version": "7.0.10",
  2368. "inBundle": true,
  2369. "license": "ISC",
  2370. "dependencies": {
  2371. "@npmcli/arborist": "^7.2.1",
  2372. "@npmcli/run-script": "^7.0.2",
  2373. "ci-info": "^4.0.0",
  2374. "npm-package-arg": "^11.0.1",
  2375. "npmlog": "^7.0.1",
  2376. "pacote": "^17.0.4",
  2377. "proc-log": "^3.0.0",
  2378. "read": "^3.0.1",
  2379. "read-package-json-fast": "^3.0.2",
  2380. "semver": "^7.3.7",
  2381. "walk-up-path": "^3.0.1"
  2382. },
  2383. "engines": {
  2384. "node": "^16.14.0 || >=18.0.0"
  2385. }
  2386. },
  2387. "node_modules/npm/node_modules/libnpmfund": {
  2388. "version": "5.0.7",
  2389. "inBundle": true,
  2390. "license": "ISC",
  2391. "dependencies": {
  2392. "@npmcli/arborist": "^7.2.1"
  2393. },
  2394. "engines": {
  2395. "node": "^16.14.0 || >=18.0.0"
  2396. }
  2397. },
  2398. "node_modules/npm/node_modules/libnpmhook": {
  2399. "version": "10.0.2",
  2400. "inBundle": true,
  2401. "license": "ISC",
  2402. "dependencies": {
  2403. "aproba": "^2.0.0",
  2404. "npm-registry-fetch": "^16.2.0"
  2405. },
  2406. "engines": {
  2407. "node": "^16.14.0 || >=18.0.0"
  2408. }
  2409. },
  2410. "node_modules/npm/node_modules/libnpmorg": {
  2411. "version": "6.0.3",
  2412. "inBundle": true,
  2413. "license": "ISC",
  2414. "dependencies": {
  2415. "aproba": "^2.0.0",
  2416. "npm-registry-fetch": "^16.2.0"
  2417. },
  2418. "engines": {
  2419. "node": "^16.14.0 || >=18.0.0"
  2420. }
  2421. },
  2422. "node_modules/npm/node_modules/libnpmpack": {
  2423. "version": "6.0.9",
  2424. "inBundle": true,
  2425. "license": "ISC",
  2426. "dependencies": {
  2427. "@npmcli/arborist": "^7.2.1",
  2428. "@npmcli/run-script": "^7.0.2",
  2429. "npm-package-arg": "^11.0.1",
  2430. "pacote": "^17.0.4"
  2431. },
  2432. "engines": {
  2433. "node": "^16.14.0 || >=18.0.0"
  2434. }
  2435. },
  2436. "node_modules/npm/node_modules/libnpmpublish": {
  2437. "version": "9.0.5",
  2438. "inBundle": true,
  2439. "license": "ISC",
  2440. "dependencies": {
  2441. "ci-info": "^4.0.0",
  2442. "normalize-package-data": "^6.0.0",
  2443. "npm-package-arg": "^11.0.1",
  2444. "npm-registry-fetch": "^16.2.0",
  2445. "proc-log": "^3.0.0",
  2446. "semver": "^7.3.7",
  2447. "sigstore": "^2.2.0",
  2448. "ssri": "^10.0.5"
  2449. },
  2450. "engines": {
  2451. "node": "^16.14.0 || >=18.0.0"
  2452. }
  2453. },
  2454. "node_modules/npm/node_modules/libnpmsearch": {
  2455. "version": "7.0.2",
  2456. "inBundle": true,
  2457. "license": "ISC",
  2458. "dependencies": {
  2459. "npm-registry-fetch": "^16.2.0"
  2460. },
  2461. "engines": {
  2462. "node": "^16.14.0 || >=18.0.0"
  2463. }
  2464. },
  2465. "node_modules/npm/node_modules/libnpmteam": {
  2466. "version": "6.0.2",
  2467. "inBundle": true,
  2468. "license": "ISC",
  2469. "dependencies": {
  2470. "aproba": "^2.0.0",
  2471. "npm-registry-fetch": "^16.2.0"
  2472. },
  2473. "engines": {
  2474. "node": "^16.14.0 || >=18.0.0"
  2475. }
  2476. },
  2477. "node_modules/npm/node_modules/libnpmversion": {
  2478. "version": "5.0.2",
  2479. "inBundle": true,
  2480. "license": "ISC",
  2481. "dependencies": {
  2482. "@npmcli/git": "^5.0.3",
  2483. "@npmcli/run-script": "^7.0.2",
  2484. "json-parse-even-better-errors": "^3.0.0",
  2485. "proc-log": "^3.0.0",
  2486. "semver": "^7.3.7"
  2487. },
  2488. "engines": {
  2489. "node": "^16.14.0 || >=18.0.0"
  2490. }
  2491. },
  2492. "node_modules/npm/node_modules/lru-cache": {
  2493. "version": "10.2.0",
  2494. "inBundle": true,
  2495. "license": "ISC",
  2496. "engines": {
  2497. "node": "14 || >=16.14"
  2498. }
  2499. },
  2500. "node_modules/npm/node_modules/make-fetch-happen": {
  2501. "version": "13.0.0",
  2502. "inBundle": true,
  2503. "license": "ISC",
  2504. "dependencies": {
  2505. "@npmcli/agent": "^2.0.0",
  2506. "cacache": "^18.0.0",
  2507. "http-cache-semantics": "^4.1.1",
  2508. "is-lambda": "^1.0.1",
  2509. "minipass": "^7.0.2",
  2510. "minipass-fetch": "^3.0.0",
  2511. "minipass-flush": "^1.0.5",
  2512. "minipass-pipeline": "^1.2.4",
  2513. "negotiator": "^0.6.3",
  2514. "promise-retry": "^2.0.1",
  2515. "ssri": "^10.0.0"
  2516. },
  2517. "engines": {
  2518. "node": "^16.14.0 || >=18.0.0"
  2519. }
  2520. },
  2521. "node_modules/npm/node_modules/minimatch": {
  2522. "version": "9.0.4",
  2523. "inBundle": true,
  2524. "license": "ISC",
  2525. "dependencies": {
  2526. "brace-expansion": "^2.0.1"
  2527. },
  2528. "engines": {
  2529. "node": ">=16 || 14 >=14.17"
  2530. },
  2531. "funding": {
  2532. "url": "https://github.com/sponsors/isaacs"
  2533. }
  2534. },
  2535. "node_modules/npm/node_modules/minipass": {
  2536. "version": "7.0.4",
  2537. "inBundle": true,
  2538. "license": "ISC",
  2539. "engines": {
  2540. "node": ">=16 || 14 >=14.17"
  2541. }
  2542. },
  2543. "node_modules/npm/node_modules/minipass-collect": {
  2544. "version": "2.0.1",
  2545. "inBundle": true,
  2546. "license": "ISC",
  2547. "dependencies": {
  2548. "minipass": "^7.0.3"
  2549. },
  2550. "engines": {
  2551. "node": ">=16 || 14 >=14.17"
  2552. }
  2553. },
  2554. "node_modules/npm/node_modules/minipass-fetch": {
  2555. "version": "3.0.4",
  2556. "inBundle": true,
  2557. "license": "MIT",
  2558. "dependencies": {
  2559. "minipass": "^7.0.3",
  2560. "minipass-sized": "^1.0.3",
  2561. "minizlib": "^2.1.2"
  2562. },
  2563. "engines": {
  2564. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2565. },
  2566. "optionalDependencies": {
  2567. "encoding": "^0.1.13"
  2568. }
  2569. },
  2570. "node_modules/npm/node_modules/minipass-flush": {
  2571. "version": "1.0.5",
  2572. "inBundle": true,
  2573. "license": "ISC",
  2574. "dependencies": {
  2575. "minipass": "^3.0.0"
  2576. },
  2577. "engines": {
  2578. "node": ">= 8"
  2579. }
  2580. },
  2581. "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
  2582. "version": "3.3.6",
  2583. "inBundle": true,
  2584. "license": "ISC",
  2585. "dependencies": {
  2586. "yallist": "^4.0.0"
  2587. },
  2588. "engines": {
  2589. "node": ">=8"
  2590. }
  2591. },
  2592. "node_modules/npm/node_modules/minipass-json-stream": {
  2593. "version": "1.0.1",
  2594. "inBundle": true,
  2595. "license": "MIT",
  2596. "dependencies": {
  2597. "jsonparse": "^1.3.1",
  2598. "minipass": "^3.0.0"
  2599. }
  2600. },
  2601. "node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
  2602. "version": "3.3.6",
  2603. "inBundle": true,
  2604. "license": "ISC",
  2605. "dependencies": {
  2606. "yallist": "^4.0.0"
  2607. },
  2608. "engines": {
  2609. "node": ">=8"
  2610. }
  2611. },
  2612. "node_modules/npm/node_modules/minipass-pipeline": {
  2613. "version": "1.2.4",
  2614. "inBundle": true,
  2615. "license": "ISC",
  2616. "dependencies": {
  2617. "minipass": "^3.0.0"
  2618. },
  2619. "engines": {
  2620. "node": ">=8"
  2621. }
  2622. },
  2623. "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
  2624. "version": "3.3.6",
  2625. "inBundle": true,
  2626. "license": "ISC",
  2627. "dependencies": {
  2628. "yallist": "^4.0.0"
  2629. },
  2630. "engines": {
  2631. "node": ">=8"
  2632. }
  2633. },
  2634. "node_modules/npm/node_modules/minipass-sized": {
  2635. "version": "1.0.3",
  2636. "inBundle": true,
  2637. "license": "ISC",
  2638. "dependencies": {
  2639. "minipass": "^3.0.0"
  2640. },
  2641. "engines": {
  2642. "node": ">=8"
  2643. }
  2644. },
  2645. "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
  2646. "version": "3.3.6",
  2647. "inBundle": true,
  2648. "license": "ISC",
  2649. "dependencies": {
  2650. "yallist": "^4.0.0"
  2651. },
  2652. "engines": {
  2653. "node": ">=8"
  2654. }
  2655. },
  2656. "node_modules/npm/node_modules/minizlib": {
  2657. "version": "2.1.2",
  2658. "inBundle": true,
  2659. "license": "MIT",
  2660. "dependencies": {
  2661. "minipass": "^3.0.0",
  2662. "yallist": "^4.0.0"
  2663. },
  2664. "engines": {
  2665. "node": ">= 8"
  2666. }
  2667. },
  2668. "node_modules/npm/node_modules/minizlib/node_modules/minipass": {
  2669. "version": "3.3.6",
  2670. "inBundle": true,
  2671. "license": "ISC",
  2672. "dependencies": {
  2673. "yallist": "^4.0.0"
  2674. },
  2675. "engines": {
  2676. "node": ">=8"
  2677. }
  2678. },
  2679. "node_modules/npm/node_modules/mkdirp": {
  2680. "version": "1.0.4",
  2681. "inBundle": true,
  2682. "license": "MIT",
  2683. "bin": {
  2684. "mkdirp": "bin/cmd.js"
  2685. },
  2686. "engines": {
  2687. "node": ">=10"
  2688. }
  2689. },
  2690. "node_modules/npm/node_modules/ms": {
  2691. "version": "2.1.3",
  2692. "inBundle": true,
  2693. "license": "MIT"
  2694. },
  2695. "node_modules/npm/node_modules/mute-stream": {
  2696. "version": "1.0.0",
  2697. "inBundle": true,
  2698. "license": "ISC",
  2699. "engines": {
  2700. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2701. }
  2702. },
  2703. "node_modules/npm/node_modules/negotiator": {
  2704. "version": "0.6.3",
  2705. "inBundle": true,
  2706. "license": "MIT",
  2707. "engines": {
  2708. "node": ">= 0.6"
  2709. }
  2710. },
  2711. "node_modules/npm/node_modules/node-gyp": {
  2712. "version": "10.1.0",
  2713. "inBundle": true,
  2714. "license": "MIT",
  2715. "dependencies": {
  2716. "env-paths": "^2.2.0",
  2717. "exponential-backoff": "^3.1.1",
  2718. "glob": "^10.3.10",
  2719. "graceful-fs": "^4.2.6",
  2720. "make-fetch-happen": "^13.0.0",
  2721. "nopt": "^7.0.0",
  2722. "proc-log": "^3.0.0",
  2723. "semver": "^7.3.5",
  2724. "tar": "^6.1.2",
  2725. "which": "^4.0.0"
  2726. },
  2727. "bin": {
  2728. "node-gyp": "bin/node-gyp.js"
  2729. },
  2730. "engines": {
  2731. "node": "^16.14.0 || >=18.0.0"
  2732. }
  2733. },
  2734. "node_modules/npm/node_modules/nopt": {
  2735. "version": "7.2.0",
  2736. "inBundle": true,
  2737. "license": "ISC",
  2738. "dependencies": {
  2739. "abbrev": "^2.0.0"
  2740. },
  2741. "bin": {
  2742. "nopt": "bin/nopt.js"
  2743. },
  2744. "engines": {
  2745. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2746. }
  2747. },
  2748. "node_modules/npm/node_modules/normalize-package-data": {
  2749. "version": "6.0.0",
  2750. "inBundle": true,
  2751. "license": "BSD-2-Clause",
  2752. "dependencies": {
  2753. "hosted-git-info": "^7.0.0",
  2754. "is-core-module": "^2.8.1",
  2755. "semver": "^7.3.5",
  2756. "validate-npm-package-license": "^3.0.4"
  2757. },
  2758. "engines": {
  2759. "node": "^16.14.0 || >=18.0.0"
  2760. }
  2761. },
  2762. "node_modules/npm/node_modules/npm-audit-report": {
  2763. "version": "5.0.0",
  2764. "inBundle": true,
  2765. "license": "ISC",
  2766. "engines": {
  2767. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2768. }
  2769. },
  2770. "node_modules/npm/node_modules/npm-bundled": {
  2771. "version": "3.0.0",
  2772. "inBundle": true,
  2773. "license": "ISC",
  2774. "dependencies": {
  2775. "npm-normalize-package-bin": "^3.0.0"
  2776. },
  2777. "engines": {
  2778. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2779. }
  2780. },
  2781. "node_modules/npm/node_modules/npm-install-checks": {
  2782. "version": "6.3.0",
  2783. "inBundle": true,
  2784. "license": "BSD-2-Clause",
  2785. "dependencies": {
  2786. "semver": "^7.1.1"
  2787. },
  2788. "engines": {
  2789. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2790. }
  2791. },
  2792. "node_modules/npm/node_modules/npm-normalize-package-bin": {
  2793. "version": "3.0.1",
  2794. "inBundle": true,
  2795. "license": "ISC",
  2796. "engines": {
  2797. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2798. }
  2799. },
  2800. "node_modules/npm/node_modules/npm-package-arg": {
  2801. "version": "11.0.1",
  2802. "inBundle": true,
  2803. "license": "ISC",
  2804. "dependencies": {
  2805. "hosted-git-info": "^7.0.0",
  2806. "proc-log": "^3.0.0",
  2807. "semver": "^7.3.5",
  2808. "validate-npm-package-name": "^5.0.0"
  2809. },
  2810. "engines": {
  2811. "node": "^16.14.0 || >=18.0.0"
  2812. }
  2813. },
  2814. "node_modules/npm/node_modules/npm-packlist": {
  2815. "version": "8.0.2",
  2816. "inBundle": true,
  2817. "license": "ISC",
  2818. "dependencies": {
  2819. "ignore-walk": "^6.0.4"
  2820. },
  2821. "engines": {
  2822. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2823. }
  2824. },
  2825. "node_modules/npm/node_modules/npm-pick-manifest": {
  2826. "version": "9.0.0",
  2827. "inBundle": true,
  2828. "license": "ISC",
  2829. "dependencies": {
  2830. "npm-install-checks": "^6.0.0",
  2831. "npm-normalize-package-bin": "^3.0.0",
  2832. "npm-package-arg": "^11.0.0",
  2833. "semver": "^7.3.5"
  2834. },
  2835. "engines": {
  2836. "node": "^16.14.0 || >=18.0.0"
  2837. }
  2838. },
  2839. "node_modules/npm/node_modules/npm-profile": {
  2840. "version": "9.0.0",
  2841. "inBundle": true,
  2842. "license": "ISC",
  2843. "dependencies": {
  2844. "npm-registry-fetch": "^16.0.0",
  2845. "proc-log": "^3.0.0"
  2846. },
  2847. "engines": {
  2848. "node": "^16.14.0 || >=18.0.0"
  2849. }
  2850. },
  2851. "node_modules/npm/node_modules/npm-registry-fetch": {
  2852. "version": "16.2.0",
  2853. "inBundle": true,
  2854. "license": "ISC",
  2855. "dependencies": {
  2856. "@npmcli/redact": "^1.1.0",
  2857. "make-fetch-happen": "^13.0.0",
  2858. "minipass": "^7.0.2",
  2859. "minipass-fetch": "^3.0.0",
  2860. "minipass-json-stream": "^1.0.1",
  2861. "minizlib": "^2.1.2",
  2862. "npm-package-arg": "^11.0.0",
  2863. "proc-log": "^3.0.0"
  2864. },
  2865. "engines": {
  2866. "node": "^16.14.0 || >=18.0.0"
  2867. }
  2868. },
  2869. "node_modules/npm/node_modules/npm-user-validate": {
  2870. "version": "2.0.0",
  2871. "inBundle": true,
  2872. "license": "BSD-2-Clause",
  2873. "engines": {
  2874. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2875. }
  2876. },
  2877. "node_modules/npm/node_modules/npmlog": {
  2878. "version": "7.0.1",
  2879. "inBundle": true,
  2880. "license": "ISC",
  2881. "dependencies": {
  2882. "are-we-there-yet": "^4.0.0",
  2883. "console-control-strings": "^1.1.0",
  2884. "gauge": "^5.0.0",
  2885. "set-blocking": "^2.0.0"
  2886. },
  2887. "engines": {
  2888. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2889. }
  2890. },
  2891. "node_modules/npm/node_modules/p-map": {
  2892. "version": "4.0.0",
  2893. "inBundle": true,
  2894. "license": "MIT",
  2895. "dependencies": {
  2896. "aggregate-error": "^3.0.0"
  2897. },
  2898. "engines": {
  2899. "node": ">=10"
  2900. },
  2901. "funding": {
  2902. "url": "https://github.com/sponsors/sindresorhus"
  2903. }
  2904. },
  2905. "node_modules/npm/node_modules/pacote": {
  2906. "version": "17.0.6",
  2907. "inBundle": true,
  2908. "license": "ISC",
  2909. "dependencies": {
  2910. "@npmcli/git": "^5.0.0",
  2911. "@npmcli/installed-package-contents": "^2.0.1",
  2912. "@npmcli/promise-spawn": "^7.0.0",
  2913. "@npmcli/run-script": "^7.0.0",
  2914. "cacache": "^18.0.0",
  2915. "fs-minipass": "^3.0.0",
  2916. "minipass": "^7.0.2",
  2917. "npm-package-arg": "^11.0.0",
  2918. "npm-packlist": "^8.0.0",
  2919. "npm-pick-manifest": "^9.0.0",
  2920. "npm-registry-fetch": "^16.0.0",
  2921. "proc-log": "^3.0.0",
  2922. "promise-retry": "^2.0.1",
  2923. "read-package-json": "^7.0.0",
  2924. "read-package-json-fast": "^3.0.0",
  2925. "sigstore": "^2.2.0",
  2926. "ssri": "^10.0.0",
  2927. "tar": "^6.1.11"
  2928. },
  2929. "bin": {
  2930. "pacote": "lib/bin.js"
  2931. },
  2932. "engines": {
  2933. "node": "^16.14.0 || >=18.0.0"
  2934. }
  2935. },
  2936. "node_modules/npm/node_modules/parse-conflict-json": {
  2937. "version": "3.0.1",
  2938. "inBundle": true,
  2939. "license": "ISC",
  2940. "dependencies": {
  2941. "json-parse-even-better-errors": "^3.0.0",
  2942. "just-diff": "^6.0.0",
  2943. "just-diff-apply": "^5.2.0"
  2944. },
  2945. "engines": {
  2946. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2947. }
  2948. },
  2949. "node_modules/npm/node_modules/path-key": {
  2950. "version": "3.1.1",
  2951. "inBundle": true,
  2952. "license": "MIT",
  2953. "engines": {
  2954. "node": ">=8"
  2955. }
  2956. },
  2957. "node_modules/npm/node_modules/path-scurry": {
  2958. "version": "1.10.2",
  2959. "inBundle": true,
  2960. "license": "BlueOak-1.0.0",
  2961. "dependencies": {
  2962. "lru-cache": "^10.2.0",
  2963. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2964. },
  2965. "engines": {
  2966. "node": ">=16 || 14 >=14.17"
  2967. },
  2968. "funding": {
  2969. "url": "https://github.com/sponsors/isaacs"
  2970. }
  2971. },
  2972. "node_modules/npm/node_modules/postcss-selector-parser": {
  2973. "version": "6.0.16",
  2974. "inBundle": true,
  2975. "license": "MIT",
  2976. "dependencies": {
  2977. "cssesc": "^3.0.0",
  2978. "util-deprecate": "^1.0.2"
  2979. },
  2980. "engines": {
  2981. "node": ">=4"
  2982. }
  2983. },
  2984. "node_modules/npm/node_modules/proc-log": {
  2985. "version": "3.0.0",
  2986. "inBundle": true,
  2987. "license": "ISC",
  2988. "engines": {
  2989. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2990. }
  2991. },
  2992. "node_modules/npm/node_modules/promise-all-reject-late": {
  2993. "version": "1.0.1",
  2994. "inBundle": true,
  2995. "license": "ISC",
  2996. "funding": {
  2997. "url": "https://github.com/sponsors/isaacs"
  2998. }
  2999. },
  3000. "node_modules/npm/node_modules/promise-call-limit": {
  3001. "version": "3.0.1",
  3002. "inBundle": true,
  3003. "license": "ISC",
  3004. "funding": {
  3005. "url": "https://github.com/sponsors/isaacs"
  3006. }
  3007. },
  3008. "node_modules/npm/node_modules/promise-inflight": {
  3009. "version": "1.0.1",
  3010. "inBundle": true,
  3011. "license": "ISC"
  3012. },
  3013. "node_modules/npm/node_modules/promise-retry": {
  3014. "version": "2.0.1",
  3015. "inBundle": true,
  3016. "license": "MIT",
  3017. "dependencies": {
  3018. "err-code": "^2.0.2",
  3019. "retry": "^0.12.0"
  3020. },
  3021. "engines": {
  3022. "node": ">=10"
  3023. }
  3024. },
  3025. "node_modules/npm/node_modules/promzard": {
  3026. "version": "1.0.1",
  3027. "inBundle": true,
  3028. "license": "ISC",
  3029. "dependencies": {
  3030. "read": "^3.0.1"
  3031. },
  3032. "engines": {
  3033. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3034. }
  3035. },
  3036. "node_modules/npm/node_modules/qrcode-terminal": {
  3037. "version": "0.12.0",
  3038. "inBundle": true,
  3039. "bin": {
  3040. "qrcode-terminal": "bin/qrcode-terminal.js"
  3041. }
  3042. },
  3043. "node_modules/npm/node_modules/read": {
  3044. "version": "3.0.1",
  3045. "inBundle": true,
  3046. "license": "ISC",
  3047. "dependencies": {
  3048. "mute-stream": "^1.0.0"
  3049. },
  3050. "engines": {
  3051. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3052. }
  3053. },
  3054. "node_modules/npm/node_modules/read-cmd-shim": {
  3055. "version": "4.0.0",
  3056. "inBundle": true,
  3057. "license": "ISC",
  3058. "engines": {
  3059. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3060. }
  3061. },
  3062. "node_modules/npm/node_modules/read-package-json": {
  3063. "version": "7.0.0",
  3064. "inBundle": true,
  3065. "license": "ISC",
  3066. "dependencies": {
  3067. "glob": "^10.2.2",
  3068. "json-parse-even-better-errors": "^3.0.0",
  3069. "normalize-package-data": "^6.0.0",
  3070. "npm-normalize-package-bin": "^3.0.0"
  3071. },
  3072. "engines": {
  3073. "node": "^16.14.0 || >=18.0.0"
  3074. }
  3075. },
  3076. "node_modules/npm/node_modules/read-package-json-fast": {
  3077. "version": "3.0.2",
  3078. "inBundle": true,
  3079. "license": "ISC",
  3080. "dependencies": {
  3081. "json-parse-even-better-errors": "^3.0.0",
  3082. "npm-normalize-package-bin": "^3.0.0"
  3083. },
  3084. "engines": {
  3085. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3086. }
  3087. },
  3088. "node_modules/npm/node_modules/retry": {
  3089. "version": "0.12.0",
  3090. "inBundle": true,
  3091. "license": "MIT",
  3092. "engines": {
  3093. "node": ">= 4"
  3094. }
  3095. },
  3096. "node_modules/npm/node_modules/safer-buffer": {
  3097. "version": "2.1.2",
  3098. "inBundle": true,
  3099. "license": "MIT",
  3100. "optional": true
  3101. },
  3102. "node_modules/npm/node_modules/semver": {
  3103. "version": "7.6.0",
  3104. "inBundle": true,
  3105. "license": "ISC",
  3106. "dependencies": {
  3107. "lru-cache": "^6.0.0"
  3108. },
  3109. "bin": {
  3110. "semver": "bin/semver.js"
  3111. },
  3112. "engines": {
  3113. "node": ">=10"
  3114. }
  3115. },
  3116. "node_modules/npm/node_modules/semver/node_modules/lru-cache": {
  3117. "version": "6.0.0",
  3118. "inBundle": true,
  3119. "license": "ISC",
  3120. "dependencies": {
  3121. "yallist": "^4.0.0"
  3122. },
  3123. "engines": {
  3124. "node": ">=10"
  3125. }
  3126. },
  3127. "node_modules/npm/node_modules/set-blocking": {
  3128. "version": "2.0.0",
  3129. "inBundle": true,
  3130. "license": "ISC"
  3131. },
  3132. "node_modules/npm/node_modules/shebang-command": {
  3133. "version": "2.0.0",
  3134. "inBundle": true,
  3135. "license": "MIT",
  3136. "dependencies": {
  3137. "shebang-regex": "^3.0.0"
  3138. },
  3139. "engines": {
  3140. "node": ">=8"
  3141. }
  3142. },
  3143. "node_modules/npm/node_modules/shebang-regex": {
  3144. "version": "3.0.0",
  3145. "inBundle": true,
  3146. "license": "MIT",
  3147. "engines": {
  3148. "node": ">=8"
  3149. }
  3150. },
  3151. "node_modules/npm/node_modules/signal-exit": {
  3152. "version": "4.1.0",
  3153. "inBundle": true,
  3154. "license": "ISC",
  3155. "engines": {
  3156. "node": ">=14"
  3157. },
  3158. "funding": {
  3159. "url": "https://github.com/sponsors/isaacs"
  3160. }
  3161. },
  3162. "node_modules/npm/node_modules/sigstore": {
  3163. "version": "2.3.0",
  3164. "inBundle": true,
  3165. "license": "Apache-2.0",
  3166. "dependencies": {
  3167. "@sigstore/bundle": "^2.3.1",
  3168. "@sigstore/core": "^1.0.0",
  3169. "@sigstore/protobuf-specs": "^0.3.1",
  3170. "@sigstore/sign": "^2.3.0",
  3171. "@sigstore/tuf": "^2.3.1",
  3172. "@sigstore/verify": "^1.2.0"
  3173. },
  3174. "engines": {
  3175. "node": "^16.14.0 || >=18.0.0"
  3176. }
  3177. },
  3178. "node_modules/npm/node_modules/smart-buffer": {
  3179. "version": "4.2.0",
  3180. "inBundle": true,
  3181. "license": "MIT",
  3182. "engines": {
  3183. "node": ">= 6.0.0",
  3184. "npm": ">= 3.0.0"
  3185. }
  3186. },
  3187. "node_modules/npm/node_modules/socks": {
  3188. "version": "2.8.3",
  3189. "inBundle": true,
  3190. "license": "MIT",
  3191. "dependencies": {
  3192. "ip-address": "^9.0.5",
  3193. "smart-buffer": "^4.2.0"
  3194. },
  3195. "engines": {
  3196. "node": ">= 10.0.0",
  3197. "npm": ">= 3.0.0"
  3198. }
  3199. },
  3200. "node_modules/npm/node_modules/socks-proxy-agent": {
  3201. "version": "8.0.3",
  3202. "inBundle": true,
  3203. "license": "MIT",
  3204. "dependencies": {
  3205. "agent-base": "^7.1.1",
  3206. "debug": "^4.3.4",
  3207. "socks": "^2.7.1"
  3208. },
  3209. "engines": {
  3210. "node": ">= 14"
  3211. }
  3212. },
  3213. "node_modules/npm/node_modules/spdx-correct": {
  3214. "version": "3.2.0",
  3215. "inBundle": true,
  3216. "license": "Apache-2.0",
  3217. "dependencies": {
  3218. "spdx-expression-parse": "^3.0.0",
  3219. "spdx-license-ids": "^3.0.0"
  3220. }
  3221. },
  3222. "node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse": {
  3223. "version": "3.0.1",
  3224. "inBundle": true,
  3225. "license": "MIT",
  3226. "dependencies": {
  3227. "spdx-exceptions": "^2.1.0",
  3228. "spdx-license-ids": "^3.0.0"
  3229. }
  3230. },
  3231. "node_modules/npm/node_modules/spdx-exceptions": {
  3232. "version": "2.5.0",
  3233. "inBundle": true,
  3234. "license": "CC-BY-3.0"
  3235. },
  3236. "node_modules/npm/node_modules/spdx-expression-parse": {
  3237. "version": "4.0.0",
  3238. "inBundle": true,
  3239. "license": "MIT",
  3240. "dependencies": {
  3241. "spdx-exceptions": "^2.1.0",
  3242. "spdx-license-ids": "^3.0.0"
  3243. }
  3244. },
  3245. "node_modules/npm/node_modules/spdx-license-ids": {
  3246. "version": "3.0.17",
  3247. "inBundle": true,
  3248. "license": "CC0-1.0"
  3249. },
  3250. "node_modules/npm/node_modules/ssri": {
  3251. "version": "10.0.5",
  3252. "inBundle": true,
  3253. "license": "ISC",
  3254. "dependencies": {
  3255. "minipass": "^7.0.3"
  3256. },
  3257. "engines": {
  3258. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3259. }
  3260. },
  3261. "node_modules/npm/node_modules/string-width": {
  3262. "version": "4.2.3",
  3263. "inBundle": true,
  3264. "license": "MIT",
  3265. "dependencies": {
  3266. "emoji-regex": "^8.0.0",
  3267. "is-fullwidth-code-point": "^3.0.0",
  3268. "strip-ansi": "^6.0.1"
  3269. },
  3270. "engines": {
  3271. "node": ">=8"
  3272. }
  3273. },
  3274. "node_modules/npm/node_modules/string-width-cjs": {
  3275. "name": "string-width",
  3276. "version": "4.2.3",
  3277. "inBundle": true,
  3278. "license": "MIT",
  3279. "dependencies": {
  3280. "emoji-regex": "^8.0.0",
  3281. "is-fullwidth-code-point": "^3.0.0",
  3282. "strip-ansi": "^6.0.1"
  3283. },
  3284. "engines": {
  3285. "node": ">=8"
  3286. }
  3287. },
  3288. "node_modules/npm/node_modules/strip-ansi": {
  3289. "version": "6.0.1",
  3290. "inBundle": true,
  3291. "license": "MIT",
  3292. "dependencies": {
  3293. "ansi-regex": "^5.0.1"
  3294. },
  3295. "engines": {
  3296. "node": ">=8"
  3297. }
  3298. },
  3299. "node_modules/npm/node_modules/strip-ansi-cjs": {
  3300. "name": "strip-ansi",
  3301. "version": "6.0.1",
  3302. "inBundle": true,
  3303. "license": "MIT",
  3304. "dependencies": {
  3305. "ansi-regex": "^5.0.1"
  3306. },
  3307. "engines": {
  3308. "node": ">=8"
  3309. }
  3310. },
  3311. "node_modules/npm/node_modules/supports-color": {
  3312. "version": "9.4.0",
  3313. "inBundle": true,
  3314. "license": "MIT",
  3315. "engines": {
  3316. "node": ">=12"
  3317. },
  3318. "funding": {
  3319. "url": "https://github.com/chalk/supports-color?sponsor=1"
  3320. }
  3321. },
  3322. "node_modules/npm/node_modules/tar": {
  3323. "version": "6.2.1",
  3324. "inBundle": true,
  3325. "license": "ISC",
  3326. "dependencies": {
  3327. "chownr": "^2.0.0",
  3328. "fs-minipass": "^2.0.0",
  3329. "minipass": "^5.0.0",
  3330. "minizlib": "^2.1.1",
  3331. "mkdirp": "^1.0.3",
  3332. "yallist": "^4.0.0"
  3333. },
  3334. "engines": {
  3335. "node": ">=10"
  3336. }
  3337. },
  3338. "node_modules/npm/node_modules/tar/node_modules/fs-minipass": {
  3339. "version": "2.1.0",
  3340. "inBundle": true,
  3341. "license": "ISC",
  3342. "dependencies": {
  3343. "minipass": "^3.0.0"
  3344. },
  3345. "engines": {
  3346. "node": ">= 8"
  3347. }
  3348. },
  3349. "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
  3350. "version": "3.3.6",
  3351. "inBundle": true,
  3352. "license": "ISC",
  3353. "dependencies": {
  3354. "yallist": "^4.0.0"
  3355. },
  3356. "engines": {
  3357. "node": ">=8"
  3358. }
  3359. },
  3360. "node_modules/npm/node_modules/tar/node_modules/minipass": {
  3361. "version": "5.0.0",
  3362. "inBundle": true,
  3363. "license": "ISC",
  3364. "engines": {
  3365. "node": ">=8"
  3366. }
  3367. },
  3368. "node_modules/npm/node_modules/text-table": {
  3369. "version": "0.2.0",
  3370. "inBundle": true,
  3371. "license": "MIT"
  3372. },
  3373. "node_modules/npm/node_modules/tiny-relative-date": {
  3374. "version": "1.3.0",
  3375. "inBundle": true,
  3376. "license": "MIT"
  3377. },
  3378. "node_modules/npm/node_modules/treeverse": {
  3379. "version": "3.0.0",
  3380. "inBundle": true,
  3381. "license": "ISC",
  3382. "engines": {
  3383. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3384. }
  3385. },
  3386. "node_modules/npm/node_modules/tuf-js": {
  3387. "version": "2.2.0",
  3388. "inBundle": true,
  3389. "license": "MIT",
  3390. "dependencies": {
  3391. "@tufjs/models": "2.0.0",
  3392. "debug": "^4.3.4",
  3393. "make-fetch-happen": "^13.0.0"
  3394. },
  3395. "engines": {
  3396. "node": "^16.14.0 || >=18.0.0"
  3397. }
  3398. },
  3399. "node_modules/npm/node_modules/unique-filename": {
  3400. "version": "3.0.0",
  3401. "inBundle": true,
  3402. "license": "ISC",
  3403. "dependencies": {
  3404. "unique-slug": "^4.0.0"
  3405. },
  3406. "engines": {
  3407. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3408. }
  3409. },
  3410. "node_modules/npm/node_modules/unique-slug": {
  3411. "version": "4.0.0",
  3412. "inBundle": true,
  3413. "license": "ISC",
  3414. "dependencies": {
  3415. "imurmurhash": "^0.1.4"
  3416. },
  3417. "engines": {
  3418. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3419. }
  3420. },
  3421. "node_modules/npm/node_modules/util-deprecate": {
  3422. "version": "1.0.2",
  3423. "inBundle": true,
  3424. "license": "MIT"
  3425. },
  3426. "node_modules/npm/node_modules/validate-npm-package-license": {
  3427. "version": "3.0.4",
  3428. "inBundle": true,
  3429. "license": "Apache-2.0",
  3430. "dependencies": {
  3431. "spdx-correct": "^3.0.0",
  3432. "spdx-expression-parse": "^3.0.0"
  3433. }
  3434. },
  3435. "node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
  3436. "version": "3.0.1",
  3437. "inBundle": true,
  3438. "license": "MIT",
  3439. "dependencies": {
  3440. "spdx-exceptions": "^2.1.0",
  3441. "spdx-license-ids": "^3.0.0"
  3442. }
  3443. },
  3444. "node_modules/npm/node_modules/validate-npm-package-name": {
  3445. "version": "5.0.0",
  3446. "inBundle": true,
  3447. "license": "ISC",
  3448. "dependencies": {
  3449. "builtins": "^5.0.0"
  3450. },
  3451. "engines": {
  3452. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3453. }
  3454. },
  3455. "node_modules/npm/node_modules/walk-up-path": {
  3456. "version": "3.0.1",
  3457. "inBundle": true,
  3458. "license": "ISC"
  3459. },
  3460. "node_modules/npm/node_modules/wcwidth": {
  3461. "version": "1.0.1",
  3462. "inBundle": true,
  3463. "license": "MIT",
  3464. "dependencies": {
  3465. "defaults": "^1.0.3"
  3466. }
  3467. },
  3468. "node_modules/npm/node_modules/which": {
  3469. "version": "4.0.0",
  3470. "inBundle": true,
  3471. "license": "ISC",
  3472. "dependencies": {
  3473. "isexe": "^3.1.1"
  3474. },
  3475. "bin": {
  3476. "node-which": "bin/which.js"
  3477. },
  3478. "engines": {
  3479. "node": "^16.13.0 || >=18.0.0"
  3480. }
  3481. },
  3482. "node_modules/npm/node_modules/which/node_modules/isexe": {
  3483. "version": "3.1.1",
  3484. "inBundle": true,
  3485. "license": "ISC",
  3486. "engines": {
  3487. "node": ">=16"
  3488. }
  3489. },
  3490. "node_modules/npm/node_modules/wide-align": {
  3491. "version": "1.1.5",
  3492. "inBundle": true,
  3493. "license": "ISC",
  3494. "dependencies": {
  3495. "string-width": "^1.0.2 || 2 || 3 || 4"
  3496. }
  3497. },
  3498. "node_modules/npm/node_modules/wrap-ansi": {
  3499. "version": "8.1.0",
  3500. "inBundle": true,
  3501. "license": "MIT",
  3502. "dependencies": {
  3503. "ansi-styles": "^6.1.0",
  3504. "string-width": "^5.0.1",
  3505. "strip-ansi": "^7.0.1"
  3506. },
  3507. "engines": {
  3508. "node": ">=12"
  3509. },
  3510. "funding": {
  3511. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3512. }
  3513. },
  3514. "node_modules/npm/node_modules/wrap-ansi-cjs": {
  3515. "name": "wrap-ansi",
  3516. "version": "7.0.0",
  3517. "inBundle": true,
  3518. "license": "MIT",
  3519. "dependencies": {
  3520. "ansi-styles": "^4.0.0",
  3521. "string-width": "^4.1.0",
  3522. "strip-ansi": "^6.0.0"
  3523. },
  3524. "engines": {
  3525. "node": ">=10"
  3526. },
  3527. "funding": {
  3528. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3529. }
  3530. },
  3531. "node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  3532. "version": "4.3.0",
  3533. "inBundle": true,
  3534. "license": "MIT",
  3535. "dependencies": {
  3536. "color-convert": "^2.0.1"
  3537. },
  3538. "engines": {
  3539. "node": ">=8"
  3540. },
  3541. "funding": {
  3542. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3543. }
  3544. },
  3545. "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
  3546. "version": "6.0.1",
  3547. "inBundle": true,
  3548. "license": "MIT",
  3549. "engines": {
  3550. "node": ">=12"
  3551. },
  3552. "funding": {
  3553. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  3554. }
  3555. },
  3556. "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
  3557. "version": "9.2.2",
  3558. "inBundle": true,
  3559. "license": "MIT"
  3560. },
  3561. "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
  3562. "version": "5.1.2",
  3563. "inBundle": true,
  3564. "license": "MIT",
  3565. "dependencies": {
  3566. "eastasianwidth": "^0.2.0",
  3567. "emoji-regex": "^9.2.2",
  3568. "strip-ansi": "^7.0.1"
  3569. },
  3570. "engines": {
  3571. "node": ">=12"
  3572. },
  3573. "funding": {
  3574. "url": "https://github.com/sponsors/sindresorhus"
  3575. }
  3576. },
  3577. "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
  3578. "version": "7.1.0",
  3579. "inBundle": true,
  3580. "license": "MIT",
  3581. "dependencies": {
  3582. "ansi-regex": "^6.0.1"
  3583. },
  3584. "engines": {
  3585. "node": ">=12"
  3586. },
  3587. "funding": {
  3588. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  3589. }
  3590. },
  3591. "node_modules/npm/node_modules/write-file-atomic": {
  3592. "version": "5.0.1",
  3593. "inBundle": true,
  3594. "license": "ISC",
  3595. "dependencies": {
  3596. "imurmurhash": "^0.1.4",
  3597. "signal-exit": "^4.0.1"
  3598. },
  3599. "engines": {
  3600. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  3601. }
  3602. },
  3603. "node_modules/npm/node_modules/yallist": {
  3604. "version": "4.0.0",
  3605. "inBundle": true,
  3606. "license": "ISC"
  3607. },
  3608. "node_modules/on-exit-leak-free": {
  3609. "version": "2.1.0",
  3610. "license": "MIT"
  3611. },
  3612. "node_modules/once": {
  3613. "version": "1.4.0",
  3614. "license": "ISC",
  3615. "dependencies": {
  3616. "wrappy": "1"
  3617. }
  3618. },
  3619. "node_modules/pino": {
  3620. "version": "8.18.0",
  3621. "license": "MIT",
  3622. "dependencies": {
  3623. "atomic-sleep": "^1.0.0",
  3624. "fast-redact": "^3.1.1",
  3625. "on-exit-leak-free": "^2.1.0",
  3626. "pino-abstract-transport": "v1.1.0",
  3627. "pino-std-serializers": "^6.0.0",
  3628. "process-warning": "^3.0.0",
  3629. "quick-format-unescaped": "^4.0.3",
  3630. "real-require": "^0.2.0",
  3631. "safe-stable-stringify": "^2.3.1",
  3632. "sonic-boom": "^3.7.0",
  3633. "thread-stream": "^2.0.0"
  3634. },
  3635. "bin": {
  3636. "pino": "bin.js"
  3637. }
  3638. },
  3639. "node_modules/pino-abstract-transport": {
  3640. "version": "1.1.0",
  3641. "license": "MIT",
  3642. "dependencies": {
  3643. "readable-stream": "^4.0.0",
  3644. "split2": "^4.0.0"
  3645. }
  3646. },
  3647. "node_modules/pino-pretty": {
  3648. "version": "10.3.1",
  3649. "license": "MIT",
  3650. "dependencies": {
  3651. "colorette": "^2.0.7",
  3652. "dateformat": "^4.6.3",
  3653. "fast-copy": "^3.0.0",
  3654. "fast-safe-stringify": "^2.1.1",
  3655. "help-me": "^5.0.0",
  3656. "joycon": "^3.1.1",
  3657. "minimist": "^1.2.6",
  3658. "on-exit-leak-free": "^2.1.0",
  3659. "pino-abstract-transport": "^1.0.0",
  3660. "pump": "^3.0.0",
  3661. "readable-stream": "^4.0.0",
  3662. "secure-json-parse": "^2.4.0",
  3663. "sonic-boom": "^3.0.0",
  3664. "strip-json-comments": "^3.1.1"
  3665. },
  3666. "bin": {
  3667. "pino-pretty": "bin.js"
  3668. }
  3669. },
  3670. "node_modules/pino-std-serializers": {
  3671. "version": "6.2.2",
  3672. "license": "MIT"
  3673. },
  3674. "node_modules/prettier": {
  3675. "version": "3.2.4",
  3676. "dev": true,
  3677. "license": "MIT",
  3678. "bin": {
  3679. "prettier": "bin/prettier.cjs"
  3680. },
  3681. "engines": {
  3682. "node": ">=14"
  3683. },
  3684. "funding": {
  3685. "url": "https://github.com/prettier/prettier?sponsor=1"
  3686. }
  3687. },
  3688. "node_modules/process": {
  3689. "version": "0.11.10",
  3690. "license": "MIT",
  3691. "engines": {
  3692. "node": ">= 0.6.0"
  3693. }
  3694. },
  3695. "node_modules/process-warning": {
  3696. "version": "3.0.0",
  3697. "license": "MIT"
  3698. },
  3699. "node_modules/proxy-from-env": {
  3700. "version": "1.1.0",
  3701. "license": "MIT"
  3702. },
  3703. "node_modules/pump": {
  3704. "version": "3.0.0",
  3705. "license": "MIT",
  3706. "dependencies": {
  3707. "end-of-stream": "^1.1.0",
  3708. "once": "^1.3.1"
  3709. }
  3710. },
  3711. "node_modules/quick-format-unescaped": {
  3712. "version": "4.0.4",
  3713. "license": "MIT"
  3714. },
  3715. "node_modules/readable-stream": {
  3716. "version": "4.5.2",
  3717. "license": "MIT",
  3718. "dependencies": {
  3719. "abort-controller": "^3.0.0",
  3720. "buffer": "^6.0.3",
  3721. "events": "^3.3.0",
  3722. "process": "^0.11.10",
  3723. "string_decoder": "^1.3.0"
  3724. },
  3725. "engines": {
  3726. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3727. }
  3728. },
  3729. "node_modules/real-require": {
  3730. "version": "0.2.0",
  3731. "license": "MIT",
  3732. "engines": {
  3733. "node": ">= 12.13.0"
  3734. }
  3735. },
  3736. "node_modules/regenerator-runtime": {
  3737. "version": "0.14.1",
  3738. "license": "MIT"
  3739. },
  3740. "node_modules/ripemd160": {
  3741. "version": "2.0.2",
  3742. "license": "MIT",
  3743. "dependencies": {
  3744. "hash-base": "^3.0.0",
  3745. "inherits": "^2.0.1"
  3746. }
  3747. },
  3748. "node_modules/rpc-websockets": {
  3749. "version": "7.9.0",
  3750. "license": "LGPL-3.0-only",
  3751. "dependencies": {
  3752. "@babel/runtime": "^7.17.2",
  3753. "eventemitter3": "^4.0.7",
  3754. "uuid": "^8.3.2",
  3755. "ws": "^8.5.0"
  3756. },
  3757. "funding": {
  3758. "type": "paypal",
  3759. "url": "https://paypal.me/kozjak"
  3760. },
  3761. "optionalDependencies": {
  3762. "bufferutil": "^4.0.1",
  3763. "utf-8-validate": "^5.0.2"
  3764. }
  3765. },
  3766. "node_modules/rpc-websockets/node_modules/ws": {
  3767. "version": "8.16.0",
  3768. "license": "MIT",
  3769. "engines": {
  3770. "node": ">=10.0.0"
  3771. },
  3772. "peerDependencies": {
  3773. "bufferutil": "^4.0.1",
  3774. "utf-8-validate": ">=5.0.2"
  3775. },
  3776. "peerDependenciesMeta": {
  3777. "bufferutil": {
  3778. "optional": true
  3779. },
  3780. "utf-8-validate": {
  3781. "optional": true
  3782. }
  3783. }
  3784. },
  3785. "node_modules/safe-buffer": {
  3786. "version": "5.2.1",
  3787. "funding": [
  3788. {
  3789. "type": "github",
  3790. "url": "https://github.com/sponsors/feross"
  3791. },
  3792. {
  3793. "type": "patreon",
  3794. "url": "https://www.patreon.com/feross"
  3795. },
  3796. {
  3797. "type": "consulting",
  3798. "url": "https://feross.org/support"
  3799. }
  3800. ],
  3801. "license": "MIT"
  3802. },
  3803. "node_modules/safe-stable-stringify": {
  3804. "version": "2.4.3",
  3805. "license": "MIT",
  3806. "engines": {
  3807. "node": ">=10"
  3808. }
  3809. },
  3810. "node_modules/secure-json-parse": {
  3811. "version": "2.7.0",
  3812. "license": "BSD-3-Clause"
  3813. },
  3814. "node_modules/sha.js": {
  3815. "version": "2.4.11",
  3816. "license": "(MIT AND BSD-3-Clause)",
  3817. "dependencies": {
  3818. "inherits": "^2.0.1",
  3819. "safe-buffer": "^5.0.1"
  3820. },
  3821. "bin": {
  3822. "sha.js": "bin.js"
  3823. }
  3824. },
  3825. "node_modules/sonic-boom": {
  3826. "version": "3.8.0",
  3827. "license": "MIT",
  3828. "dependencies": {
  3829. "atomic-sleep": "^1.0.0"
  3830. }
  3831. },
  3832. "node_modules/split2": {
  3833. "version": "4.2.0",
  3834. "license": "ISC",
  3835. "engines": {
  3836. "node": ">= 10.x"
  3837. }
  3838. },
  3839. "node_modules/string_decoder": {
  3840. "version": "1.3.0",
  3841. "license": "MIT",
  3842. "dependencies": {
  3843. "safe-buffer": "~5.2.0"
  3844. }
  3845. },
  3846. "node_modules/strip-json-comments": {
  3847. "version": "3.1.1",
  3848. "license": "MIT",
  3849. "engines": {
  3850. "node": ">=8"
  3851. },
  3852. "funding": {
  3853. "url": "https://github.com/sponsors/sindresorhus"
  3854. }
  3855. },
  3856. "node_modules/superstruct": {
  3857. "version": "0.14.2",
  3858. "license": "MIT"
  3859. },
  3860. "node_modules/text-encoding-utf-8": {
  3861. "version": "1.0.2"
  3862. },
  3863. "node_modules/thread-stream": {
  3864. "version": "2.3.0",
  3865. "license": "MIT",
  3866. "dependencies": {
  3867. "real-require": "^0.2.0"
  3868. }
  3869. },
  3870. "node_modules/through": {
  3871. "version": "2.3.8",
  3872. "license": "MIT"
  3873. },
  3874. "node_modules/toformat": {
  3875. "version": "2.0.0",
  3876. "license": "MIT"
  3877. },
  3878. "node_modules/tr46": {
  3879. "version": "0.0.3",
  3880. "license": "MIT"
  3881. },
  3882. "node_modules/ts-node": {
  3883. "version": "10.9.2",
  3884. "dev": true,
  3885. "license": "MIT",
  3886. "dependencies": {
  3887. "@cspotcode/source-map-support": "^0.8.0",
  3888. "@tsconfig/node10": "^1.0.7",
  3889. "@tsconfig/node12": "^1.0.7",
  3890. "@tsconfig/node14": "^1.0.0",
  3891. "@tsconfig/node16": "^1.0.2",
  3892. "acorn": "^8.4.1",
  3893. "acorn-walk": "^8.1.1",
  3894. "arg": "^4.1.0",
  3895. "create-require": "^1.1.0",
  3896. "diff": "^4.0.1",
  3897. "make-error": "^1.1.1",
  3898. "v8-compile-cache-lib": "^3.0.1",
  3899. "yn": "3.1.1"
  3900. },
  3901. "bin": {
  3902. "ts-node": "dist/bin.js",
  3903. "ts-node-cwd": "dist/bin-cwd.js",
  3904. "ts-node-esm": "dist/bin-esm.js",
  3905. "ts-node-script": "dist/bin-script.js",
  3906. "ts-node-transpile-only": "dist/bin-transpile.js",
  3907. "ts-script": "dist/bin-script-deprecated.js"
  3908. },
  3909. "peerDependencies": {
  3910. "@swc/core": ">=1.2.50",
  3911. "@swc/wasm": ">=1.2.50",
  3912. "@types/node": "*",
  3913. "typescript": ">=2.7"
  3914. },
  3915. "peerDependenciesMeta": {
  3916. "@swc/core": {
  3917. "optional": true
  3918. },
  3919. "@swc/wasm": {
  3920. "optional": true
  3921. }
  3922. }
  3923. },
  3924. "node_modules/tslib": {
  3925. "version": "2.6.2",
  3926. "license": "0BSD"
  3927. },
  3928. "node_modules/tweetnacl": {
  3929. "version": "1.0.3",
  3930. "license": "Unlicense"
  3931. },
  3932. "node_modules/typescript": {
  3933. "version": "5.3.3",
  3934. "dev": true,
  3935. "license": "Apache-2.0",
  3936. "bin": {
  3937. "tsc": "bin/tsc",
  3938. "tsserver": "bin/tsserver"
  3939. },
  3940. "engines": {
  3941. "node": ">=14.17"
  3942. }
  3943. },
  3944. "node_modules/utf-8-validate": {
  3945. "version": "5.0.10",
  3946. "hasInstallScript": true,
  3947. "license": "MIT",
  3948. "optional": true,
  3949. "dependencies": {
  3950. "node-gyp-build": "^4.3.0"
  3951. },
  3952. "engines": {
  3953. "node": ">=6.14.2"
  3954. }
  3955. },
  3956. "node_modules/util-deprecate": {
  3957. "version": "1.0.2",
  3958. "license": "MIT"
  3959. },
  3960. "node_modules/uuid": {
  3961. "version": "8.3.2",
  3962. "license": "MIT",
  3963. "bin": {
  3964. "uuid": "dist/bin/uuid"
  3965. }
  3966. },
  3967. "node_modules/v8-compile-cache-lib": {
  3968. "version": "3.0.1",
  3969. "dev": true,
  3970. "license": "MIT"
  3971. },
  3972. "node_modules/webidl-conversions": {
  3973. "version": "3.0.1",
  3974. "license": "BSD-2-Clause"
  3975. },
  3976. "node_modules/whatwg-url": {
  3977. "version": "5.0.0",
  3978. "license": "MIT",
  3979. "dependencies": {
  3980. "tr46": "~0.0.3",
  3981. "webidl-conversions": "^3.0.0"
  3982. }
  3983. },
  3984. "node_modules/wrappy": {
  3985. "version": "1.0.2",
  3986. "license": "ISC"
  3987. },
  3988. "node_modules/ws": {
  3989. "version": "7.5.9",
  3990. "license": "MIT",
  3991. "engines": {
  3992. "node": ">=8.3.0"
  3993. },
  3994. "peerDependencies": {
  3995. "bufferutil": "^4.0.1",
  3996. "utf-8-validate": "^5.0.2"
  3997. },
  3998. "peerDependenciesMeta": {
  3999. "bufferutil": {
  4000. "optional": true
  4001. },
  4002. "utf-8-validate": {
  4003. "optional": true
  4004. }
  4005. }
  4006. },
  4007. "node_modules/yn": {
  4008. "version": "3.1.1",
  4009. "dev": true,
  4010. "license": "MIT",
  4011. "engines": {
  4012. "node": ">=6"
  4013. }
  4014. }
  4015. }
  4016. }