package-lock.json 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491
  1. {
  2. "name": "@builder.io/gpt-crawler",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@builder.io/gpt-crawler",
  9. "version": "0.0.1",
  10. "hasInstallScript": true,
  11. "license": "ISC",
  12. "dependencies": {
  13. "commander": "^11.1.0",
  14. "crawlee": "^3.0.0",
  15. "glob": "^10.3.10",
  16. "inquirer": "^9.2.12",
  17. "playwright": "*",
  18. "prettier": "^3.1.0",
  19. "zod": "^3.22.4"
  20. },
  21. "bin": {
  22. "gpt-crawler": "dist/src/cli.js"
  23. },
  24. "devDependencies": {
  25. "@apify/tsconfig": "^0.1.0",
  26. "@types/inquirer": "^9.0.7",
  27. "@types/node": "^20.0.0",
  28. "ts-node": "^10.8.0",
  29. "typescript": "^5.0.0"
  30. }
  31. },
  32. "node_modules/@apify/consts": {
  33. "version": "2.23.0",
  34. "license": "Apache-2.0"
  35. },
  36. "node_modules/@apify/datastructures": {
  37. "version": "2.0.0",
  38. "license": "Apache-2.0"
  39. },
  40. "node_modules/@apify/log": {
  41. "version": "2.4.3",
  42. "license": "Apache-2.0",
  43. "dependencies": {
  44. "@apify/consts": "^2.23.0",
  45. "ansi-colors": "^4.1.1"
  46. }
  47. },
  48. "node_modules/@apify/ps-tree": {
  49. "version": "1.2.0",
  50. "license": "MIT",
  51. "dependencies": {
  52. "event-stream": "3.3.4"
  53. },
  54. "bin": {
  55. "ps-tree": "bin/ps-tree.js"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. }
  60. },
  61. "node_modules/@apify/pseudo_url": {
  62. "version": "2.0.33",
  63. "license": "Apache-2.0",
  64. "dependencies": {
  65. "@apify/log": "^2.4.3",
  66. "@sapphire/shapeshift": "^3.6.0"
  67. }
  68. },
  69. "node_modules/@apify/timeout": {
  70. "version": "0.3.0",
  71. "license": "Apache-2.0"
  72. },
  73. "node_modules/@apify/tsconfig": {
  74. "version": "0.1.0",
  75. "dev": true,
  76. "license": "Apache-2.0"
  77. },
  78. "node_modules/@apify/utilities": {
  79. "version": "2.9.3",
  80. "license": "Apache-2.0",
  81. "dependencies": {
  82. "@apify/consts": "^2.23.0",
  83. "@apify/log": "^2.4.3"
  84. }
  85. },
  86. "node_modules/@crawlee/basic": {
  87. "version": "3.6.1",
  88. "license": "Apache-2.0",
  89. "dependencies": {
  90. "@apify/log": "^2.4.0",
  91. "@apify/timeout": "^0.3.0",
  92. "@apify/utilities": "^2.7.10",
  93. "@crawlee/core": "3.6.1",
  94. "@crawlee/types": "3.6.1",
  95. "@crawlee/utils": "3.6.1",
  96. "got-scraping": "^4.0.0",
  97. "ow": "^0.28.1",
  98. "tldts": "^6.0.0",
  99. "tslib": "^2.4.0",
  100. "type-fest": "^4.0.0"
  101. },
  102. "engines": {
  103. "node": ">=16.0.0"
  104. }
  105. },
  106. "node_modules/@crawlee/browser": {
  107. "version": "3.6.1",
  108. "license": "Apache-2.0",
  109. "dependencies": {
  110. "@apify/timeout": "^0.3.0",
  111. "@crawlee/basic": "3.6.1",
  112. "@crawlee/browser-pool": "3.6.1",
  113. "@crawlee/types": "3.6.1",
  114. "@crawlee/utils": "3.6.1",
  115. "ow": "^0.28.1",
  116. "tslib": "^2.4.0"
  117. },
  118. "engines": {
  119. "node": ">=16.0.0"
  120. }
  121. },
  122. "node_modules/@crawlee/browser-pool": {
  123. "version": "3.6.1",
  124. "license": "Apache-2.0",
  125. "dependencies": {
  126. "@apify/log": "^2.4.0",
  127. "@apify/timeout": "^0.3.0",
  128. "@crawlee/core": "3.6.1",
  129. "@crawlee/types": "3.6.1",
  130. "fingerprint-generator": "^2.0.6",
  131. "fingerprint-injector": "^2.0.5",
  132. "lodash.merge": "^4.6.2",
  133. "nanoid": "^3.3.4",
  134. "ow": "^0.28.1",
  135. "p-limit": "^3.1.0",
  136. "proxy-chain": "^2.0.1",
  137. "quick-lru": "^5.1.1",
  138. "tiny-typed-emitter": "^2.1.0",
  139. "tslib": "^2.4.0"
  140. },
  141. "engines": {
  142. "node": ">=16.0.0"
  143. },
  144. "peerDependencies": {
  145. "playwright": "*",
  146. "puppeteer": "*"
  147. },
  148. "peerDependenciesMeta": {
  149. "playwright": {
  150. "optional": true
  151. },
  152. "puppeteer": {
  153. "optional": true
  154. }
  155. }
  156. },
  157. "node_modules/@crawlee/cheerio": {
  158. "version": "3.6.1",
  159. "license": "Apache-2.0",
  160. "dependencies": {
  161. "@crawlee/http": "3.6.1",
  162. "@crawlee/types": "3.6.1",
  163. "cheerio": "^1.0.0-rc.12",
  164. "htmlparser2": "^9.0.0",
  165. "tslib": "^2.4.0"
  166. },
  167. "engines": {
  168. "node": ">=16.0.0"
  169. }
  170. },
  171. "node_modules/@crawlee/cli": {
  172. "version": "3.6.1",
  173. "license": "Apache-2.0",
  174. "dependencies": {
  175. "@crawlee/templates": "3.6.1",
  176. "ansi-colors": "^4.1.3",
  177. "fs-extra": "^11.0.0",
  178. "inquirer": "^8.2.4",
  179. "tslib": "^2.4.0",
  180. "yargonaut": "^1.1.4",
  181. "yargs": "^17.5.1"
  182. },
  183. "bin": {
  184. "crawlee": "index.js"
  185. },
  186. "engines": {
  187. "node": ">=16.0.0"
  188. }
  189. },
  190. "node_modules/@crawlee/cli/node_modules/inquirer": {
  191. "version": "8.2.6",
  192. "license": "MIT",
  193. "dependencies": {
  194. "ansi-escapes": "^4.2.1",
  195. "chalk": "^4.1.1",
  196. "cli-cursor": "^3.1.0",
  197. "cli-width": "^3.0.0",
  198. "external-editor": "^3.0.3",
  199. "figures": "^3.0.0",
  200. "lodash": "^4.17.21",
  201. "mute-stream": "0.0.8",
  202. "ora": "^5.4.1",
  203. "run-async": "^2.4.0",
  204. "rxjs": "^7.5.5",
  205. "string-width": "^4.1.0",
  206. "strip-ansi": "^6.0.0",
  207. "through": "^2.3.6",
  208. "wrap-ansi": "^6.0.1"
  209. },
  210. "engines": {
  211. "node": ">=12.0.0"
  212. }
  213. },
  214. "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/chalk": {
  215. "version": "4.1.2",
  216. "license": "MIT",
  217. "dependencies": {
  218. "ansi-styles": "^4.1.0",
  219. "supports-color": "^7.1.0"
  220. },
  221. "engines": {
  222. "node": ">=10"
  223. },
  224. "funding": {
  225. "url": "https://github.com/chalk/chalk?sponsor=1"
  226. }
  227. },
  228. "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/cli-width": {
  229. "version": "3.0.0",
  230. "license": "ISC",
  231. "engines": {
  232. "node": ">= 10"
  233. }
  234. },
  235. "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/figures": {
  236. "version": "3.2.0",
  237. "license": "MIT",
  238. "dependencies": {
  239. "escape-string-regexp": "^1.0.5"
  240. },
  241. "engines": {
  242. "node": ">=8"
  243. },
  244. "funding": {
  245. "url": "https://github.com/sponsors/sindresorhus"
  246. }
  247. },
  248. "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/figures/node_modules/escape-string-regexp": {
  249. "version": "1.0.5",
  250. "license": "MIT",
  251. "engines": {
  252. "node": ">=0.8.0"
  253. }
  254. },
  255. "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/mute-stream": {
  256. "version": "0.0.8",
  257. "license": "ISC"
  258. },
  259. "node_modules/@crawlee/cli/node_modules/inquirer/node_modules/run-async": {
  260. "version": "2.4.1",
  261. "license": "MIT",
  262. "engines": {
  263. "node": ">=0.12.0"
  264. }
  265. },
  266. "node_modules/@crawlee/core": {
  267. "version": "3.6.1",
  268. "license": "Apache-2.0",
  269. "dependencies": {
  270. "@apify/consts": "^2.20.0",
  271. "@apify/datastructures": "^2.0.0",
  272. "@apify/log": "^2.4.0",
  273. "@apify/pseudo_url": "^2.0.30",
  274. "@apify/timeout": "^0.3.0",
  275. "@apify/utilities": "^2.7.10",
  276. "@crawlee/memory-storage": "3.6.1",
  277. "@crawlee/types": "3.6.1",
  278. "@crawlee/utils": "3.6.1",
  279. "@sapphire/async-queue": "^1.5.0",
  280. "@types/tough-cookie": "^4.0.2",
  281. "@vladfrangu/async_event_emitter": "^2.2.2",
  282. "csv-stringify": "^6.2.0",
  283. "fs-extra": "^11.0.0",
  284. "got-scraping": "^4.0.0",
  285. "json5": "^2.2.3",
  286. "minimatch": "^9.0.0",
  287. "ow": "^0.28.1",
  288. "stream-chain": "^2.2.5",
  289. "stream-json": "^1.7.4",
  290. "tldts": "^6.0.0",
  291. "tough-cookie": "^4.0.0",
  292. "tslib": "^2.4.0",
  293. "type-fest": "^4.0.0"
  294. },
  295. "engines": {
  296. "node": ">=16.0.0"
  297. }
  298. },
  299. "node_modules/@crawlee/http": {
  300. "version": "3.6.1",
  301. "license": "Apache-2.0",
  302. "dependencies": {
  303. "@apify/timeout": "^0.3.0",
  304. "@apify/utilities": "^2.7.10",
  305. "@crawlee/basic": "3.6.1",
  306. "@crawlee/types": "3.6.1",
  307. "@crawlee/utils": "3.6.1",
  308. "@types/content-type": "^1.1.5",
  309. "cheerio": "^1.0.0-rc.12",
  310. "content-type": "^1.0.4",
  311. "got-scraping": "^4.0.0",
  312. "iconv-lite": "^0.6.3",
  313. "mime-types": "^2.1.35",
  314. "ow": "^0.28.1",
  315. "tslib": "^2.4.0",
  316. "type-fest": "^4.0.0"
  317. },
  318. "engines": {
  319. "node": ">=16.0.0"
  320. }
  321. },
  322. "node_modules/@crawlee/jsdom": {
  323. "version": "3.6.1",
  324. "license": "Apache-2.0",
  325. "dependencies": {
  326. "@apify/timeout": "^0.3.0",
  327. "@apify/utilities": "^2.7.10",
  328. "@crawlee/http": "3.6.1",
  329. "@crawlee/types": "3.6.1",
  330. "@types/jsdom": "^21.0.0",
  331. "cheerio": "^1.0.0-rc.12",
  332. "jsdom": "^22.0.0",
  333. "ow": "^0.28.2",
  334. "tslib": "^2.4.0"
  335. },
  336. "engines": {
  337. "node": ">=16.0.0"
  338. }
  339. },
  340. "node_modules/@crawlee/linkedom": {
  341. "version": "3.6.1",
  342. "license": "Apache-2.0",
  343. "dependencies": {
  344. "@apify/timeout": "^0.3.0",
  345. "@apify/utilities": "^2.7.10",
  346. "@crawlee/http": "3.6.1",
  347. "@crawlee/types": "3.6.1",
  348. "linkedom": "^0.16.0",
  349. "ow": "^0.28.2",
  350. "tslib": "^2.4.0"
  351. },
  352. "engines": {
  353. "node": ">=16.0.0"
  354. }
  355. },
  356. "node_modules/@crawlee/memory-storage": {
  357. "version": "3.6.1",
  358. "license": "Apache-2.0",
  359. "dependencies": {
  360. "@apify/log": "^2.4.0",
  361. "@crawlee/types": "3.6.1",
  362. "@sapphire/async-queue": "^1.5.0",
  363. "@sapphire/shapeshift": "^3.0.0",
  364. "content-type": "^1.0.4",
  365. "fs-extra": "^11.0.0",
  366. "json5": "^2.2.3",
  367. "mime-types": "^2.1.35",
  368. "proper-lockfile": "^4.1.2",
  369. "tslib": "^2.4.0"
  370. },
  371. "engines": {
  372. "node": ">= 16"
  373. }
  374. },
  375. "node_modules/@crawlee/playwright": {
  376. "version": "3.6.1",
  377. "license": "Apache-2.0",
  378. "dependencies": {
  379. "@apify/datastructures": "^2.0.0",
  380. "@apify/log": "^2.4.0",
  381. "@crawlee/browser": "3.6.1",
  382. "@crawlee/browser-pool": "3.6.1",
  383. "@crawlee/types": "3.6.1",
  384. "@crawlee/utils": "3.6.1",
  385. "cheerio": "^1.0.0-rc.12",
  386. "idcac-playwright": "^0.1.2",
  387. "jquery": "^3.6.0",
  388. "ow": "^0.28.1",
  389. "tslib": "^2.4.0"
  390. },
  391. "engines": {
  392. "node": ">=16.0.0"
  393. },
  394. "peerDependencies": {
  395. "playwright": "*"
  396. },
  397. "peerDependenciesMeta": {
  398. "playwright": {
  399. "optional": true
  400. }
  401. }
  402. },
  403. "node_modules/@crawlee/puppeteer": {
  404. "version": "3.6.1",
  405. "license": "Apache-2.0",
  406. "dependencies": {
  407. "@apify/datastructures": "^2.0.0",
  408. "@apify/log": "^2.4.0",
  409. "@crawlee/browser": "3.6.1",
  410. "@crawlee/browser-pool": "3.6.1",
  411. "@crawlee/types": "3.6.1",
  412. "@crawlee/utils": "3.6.1",
  413. "cheerio": "^1.0.0-rc.12",
  414. "devtools-protocol": "*",
  415. "idcac-playwright": "^0.1.2",
  416. "jquery": "^3.6.0",
  417. "ow": "^0.28.1",
  418. "tslib": "^2.4.0"
  419. },
  420. "engines": {
  421. "node": ">=16.0.0"
  422. },
  423. "peerDependencies": {
  424. "puppeteer": "*"
  425. },
  426. "peerDependenciesMeta": {
  427. "puppeteer": {
  428. "optional": true
  429. }
  430. }
  431. },
  432. "node_modules/@crawlee/templates": {
  433. "version": "3.6.1",
  434. "license": "Apache-2.0",
  435. "dependencies": {
  436. "ansi-colors": "^4.1.3",
  437. "inquirer": "^9.0.0",
  438. "tslib": "^2.4.0",
  439. "yargonaut": "^1.1.4",
  440. "yargs": "^17.5.1"
  441. },
  442. "engines": {
  443. "node": ">=16.0.0"
  444. }
  445. },
  446. "node_modules/@crawlee/templates/node_modules/inquirer": {
  447. "version": "9.2.12",
  448. "license": "MIT",
  449. "dependencies": {
  450. "@ljharb/through": "^2.3.11",
  451. "ansi-escapes": "^4.3.2",
  452. "chalk": "^5.3.0",
  453. "cli-cursor": "^3.1.0",
  454. "cli-width": "^4.1.0",
  455. "external-editor": "^3.1.0",
  456. "figures": "^5.0.0",
  457. "lodash": "^4.17.21",
  458. "mute-stream": "1.0.0",
  459. "ora": "^5.4.1",
  460. "run-async": "^3.0.0",
  461. "rxjs": "^7.8.1",
  462. "string-width": "^4.2.3",
  463. "strip-ansi": "^6.0.1",
  464. "wrap-ansi": "^6.2.0"
  465. },
  466. "engines": {
  467. "node": ">=14.18.0"
  468. }
  469. },
  470. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/chalk": {
  471. "version": "5.3.0",
  472. "license": "MIT",
  473. "engines": {
  474. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  475. },
  476. "funding": {
  477. "url": "https://github.com/chalk/chalk?sponsor=1"
  478. }
  479. },
  480. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/cli-width": {
  481. "version": "4.1.0",
  482. "license": "ISC",
  483. "engines": {
  484. "node": ">= 12"
  485. }
  486. },
  487. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/figures": {
  488. "version": "5.0.0",
  489. "license": "MIT",
  490. "dependencies": {
  491. "escape-string-regexp": "^5.0.0",
  492. "is-unicode-supported": "^1.2.0"
  493. },
  494. "engines": {
  495. "node": ">=14"
  496. },
  497. "funding": {
  498. "url": "https://github.com/sponsors/sindresorhus"
  499. }
  500. },
  501. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/figures/node_modules/escape-string-regexp": {
  502. "version": "5.0.0",
  503. "license": "MIT",
  504. "engines": {
  505. "node": ">=12"
  506. },
  507. "funding": {
  508. "url": "https://github.com/sponsors/sindresorhus"
  509. }
  510. },
  511. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/figures/node_modules/is-unicode-supported": {
  512. "version": "1.3.0",
  513. "license": "MIT",
  514. "engines": {
  515. "node": ">=12"
  516. },
  517. "funding": {
  518. "url": "https://github.com/sponsors/sindresorhus"
  519. }
  520. },
  521. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/mute-stream": {
  522. "version": "1.0.0",
  523. "license": "ISC",
  524. "engines": {
  525. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  526. }
  527. },
  528. "node_modules/@crawlee/templates/node_modules/inquirer/node_modules/run-async": {
  529. "version": "3.0.0",
  530. "license": "MIT",
  531. "engines": {
  532. "node": ">=0.12.0"
  533. }
  534. },
  535. "node_modules/@crawlee/types": {
  536. "version": "3.6.1",
  537. "license": "Apache-2.0",
  538. "dependencies": {
  539. "tslib": "^2.4.0"
  540. },
  541. "engines": {
  542. "node": ">=16.0.0"
  543. }
  544. },
  545. "node_modules/@crawlee/utils": {
  546. "version": "3.6.1",
  547. "license": "Apache-2.0",
  548. "dependencies": {
  549. "@apify/log": "^2.4.0",
  550. "@apify/ps-tree": "^1.2.0",
  551. "@crawlee/types": "3.6.1",
  552. "cheerio": "^1.0.0-rc.12",
  553. "got-scraping": "^4.0.0",
  554. "ow": "^0.28.1",
  555. "tslib": "^2.4.0"
  556. },
  557. "engines": {
  558. "node": ">=16.0.0"
  559. }
  560. },
  561. "node_modules/@cspotcode/source-map-support": {
  562. "version": "0.8.1",
  563. "dev": true,
  564. "license": "MIT",
  565. "dependencies": {
  566. "@jridgewell/trace-mapping": "0.3.9"
  567. },
  568. "engines": {
  569. "node": ">=12"
  570. }
  571. },
  572. "node_modules/@isaacs/cliui": {
  573. "version": "8.0.2",
  574. "license": "ISC",
  575. "dependencies": {
  576. "string-width": "^5.1.2",
  577. "string-width-cjs": "npm:string-width@^4.2.0",
  578. "strip-ansi": "^7.0.1",
  579. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  580. "wrap-ansi": "^8.1.0",
  581. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  582. },
  583. "engines": {
  584. "node": ">=12"
  585. }
  586. },
  587. "node_modules/@isaacs/cliui/node_modules/string-width": {
  588. "version": "5.1.2",
  589. "license": "MIT",
  590. "dependencies": {
  591. "eastasianwidth": "^0.2.0",
  592. "emoji-regex": "^9.2.2",
  593. "strip-ansi": "^7.0.1"
  594. },
  595. "engines": {
  596. "node": ">=12"
  597. },
  598. "funding": {
  599. "url": "https://github.com/sponsors/sindresorhus"
  600. }
  601. },
  602. "node_modules/@isaacs/cliui/node_modules/string-width-cjs": {
  603. "name": "string-width",
  604. "version": "4.2.3",
  605. "license": "MIT",
  606. "dependencies": {
  607. "emoji-regex": "^8.0.0",
  608. "is-fullwidth-code-point": "^3.0.0",
  609. "strip-ansi": "^6.0.1"
  610. },
  611. "engines": {
  612. "node": ">=8"
  613. }
  614. },
  615. "node_modules/@isaacs/cliui/node_modules/string-width-cjs/node_modules/strip-ansi": {
  616. "version": "6.0.1",
  617. "license": "MIT",
  618. "dependencies": {
  619. "ansi-regex": "^5.0.1"
  620. },
  621. "engines": {
  622. "node": ">=8"
  623. }
  624. },
  625. "node_modules/@isaacs/cliui/node_modules/string-width/node_modules/emoji-regex": {
  626. "version": "9.2.2",
  627. "license": "MIT"
  628. },
  629. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  630. "version": "7.1.0",
  631. "license": "MIT",
  632. "dependencies": {
  633. "ansi-regex": "^6.0.1"
  634. },
  635. "engines": {
  636. "node": ">=12"
  637. },
  638. "funding": {
  639. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  640. }
  641. },
  642. "node_modules/@isaacs/cliui/node_modules/strip-ansi-cjs": {
  643. "name": "strip-ansi",
  644. "version": "6.0.1",
  645. "license": "MIT",
  646. "dependencies": {
  647. "ansi-regex": "^5.0.1"
  648. },
  649. "engines": {
  650. "node": ">=8"
  651. }
  652. },
  653. "node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex": {
  654. "version": "6.0.1",
  655. "license": "MIT",
  656. "engines": {
  657. "node": ">=12"
  658. },
  659. "funding": {
  660. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  661. }
  662. },
  663. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  664. "version": "8.1.0",
  665. "license": "MIT",
  666. "dependencies": {
  667. "ansi-styles": "^6.1.0",
  668. "string-width": "^5.0.1",
  669. "strip-ansi": "^7.0.1"
  670. },
  671. "engines": {
  672. "node": ">=12"
  673. },
  674. "funding": {
  675. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  676. }
  677. },
  678. "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs": {
  679. "name": "wrap-ansi",
  680. "version": "7.0.0",
  681. "license": "MIT",
  682. "dependencies": {
  683. "ansi-styles": "^4.0.0",
  684. "string-width": "^4.1.0",
  685. "strip-ansi": "^6.0.0"
  686. },
  687. "engines": {
  688. "node": ">=10"
  689. },
  690. "funding": {
  691. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  692. }
  693. },
  694. "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/string-width": {
  695. "version": "4.2.3",
  696. "license": "MIT",
  697. "dependencies": {
  698. "emoji-regex": "^8.0.0",
  699. "is-fullwidth-code-point": "^3.0.0",
  700. "strip-ansi": "^6.0.1"
  701. },
  702. "engines": {
  703. "node": ">=8"
  704. }
  705. },
  706. "node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  707. "version": "6.0.1",
  708. "license": "MIT",
  709. "dependencies": {
  710. "ansi-regex": "^5.0.1"
  711. },
  712. "engines": {
  713. "node": ">=8"
  714. }
  715. },
  716. "node_modules/@isaacs/cliui/node_modules/wrap-ansi/node_modules/ansi-styles": {
  717. "version": "6.2.1",
  718. "license": "MIT",
  719. "engines": {
  720. "node": ">=12"
  721. },
  722. "funding": {
  723. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  724. }
  725. },
  726. "node_modules/@jridgewell/resolve-uri": {
  727. "version": "3.1.1",
  728. "dev": true,
  729. "license": "MIT",
  730. "engines": {
  731. "node": ">=6.0.0"
  732. }
  733. },
  734. "node_modules/@jridgewell/sourcemap-codec": {
  735. "version": "1.4.15",
  736. "dev": true,
  737. "license": "MIT"
  738. },
  739. "node_modules/@jridgewell/trace-mapping": {
  740. "version": "0.3.9",
  741. "dev": true,
  742. "license": "MIT",
  743. "dependencies": {
  744. "@jridgewell/resolve-uri": "^3.0.3",
  745. "@jridgewell/sourcemap-codec": "^1.4.10"
  746. }
  747. },
  748. "node_modules/@ljharb/through": {
  749. "version": "2.3.11",
  750. "license": "MIT",
  751. "dependencies": {
  752. "call-bind": "^1.0.2"
  753. },
  754. "engines": {
  755. "node": ">= 0.4"
  756. }
  757. },
  758. "node_modules/@pkgjs/parseargs": {
  759. "version": "0.11.0",
  760. "license": "MIT",
  761. "optional": true,
  762. "engines": {
  763. "node": ">=14"
  764. }
  765. },
  766. "node_modules/@sapphire/async-queue": {
  767. "version": "1.5.0",
  768. "license": "MIT",
  769. "engines": {
  770. "node": ">=v14.0.0",
  771. "npm": ">=7.0.0"
  772. }
  773. },
  774. "node_modules/@sapphire/shapeshift": {
  775. "version": "3.9.3",
  776. "license": "MIT",
  777. "dependencies": {
  778. "fast-deep-equal": "^3.1.3",
  779. "lodash": "^4.17.21"
  780. },
  781. "engines": {
  782. "node": ">=v14.0.0",
  783. "npm": ">=7.0.0"
  784. }
  785. },
  786. "node_modules/@sindresorhus/is": {
  787. "version": "4.6.0",
  788. "license": "MIT",
  789. "engines": {
  790. "node": ">=10"
  791. },
  792. "funding": {
  793. "url": "https://github.com/sindresorhus/is?sponsor=1"
  794. }
  795. },
  796. "node_modules/@szmarczak/http-timer": {
  797. "version": "5.0.1",
  798. "license": "MIT",
  799. "dependencies": {
  800. "defer-to-connect": "^2.0.1"
  801. },
  802. "engines": {
  803. "node": ">=14.16"
  804. }
  805. },
  806. "node_modules/@tootallnate/once": {
  807. "version": "2.0.0",
  808. "license": "MIT",
  809. "engines": {
  810. "node": ">= 10"
  811. }
  812. },
  813. "node_modules/@tsconfig/node10": {
  814. "version": "1.0.9",
  815. "dev": true,
  816. "license": "MIT"
  817. },
  818. "node_modules/@tsconfig/node12": {
  819. "version": "1.0.11",
  820. "dev": true,
  821. "license": "MIT"
  822. },
  823. "node_modules/@tsconfig/node14": {
  824. "version": "1.0.3",
  825. "dev": true,
  826. "license": "MIT"
  827. },
  828. "node_modules/@tsconfig/node16": {
  829. "version": "1.0.4",
  830. "dev": true,
  831. "license": "MIT"
  832. },
  833. "node_modules/@types/content-type": {
  834. "version": "1.1.8",
  835. "license": "MIT"
  836. },
  837. "node_modules/@types/http-cache-semantics": {
  838. "version": "4.0.4",
  839. "license": "MIT"
  840. },
  841. "node_modules/@types/inquirer": {
  842. "version": "9.0.7",
  843. "dev": true,
  844. "license": "MIT",
  845. "dependencies": {
  846. "@types/through": "*",
  847. "rxjs": "^7.2.0"
  848. }
  849. },
  850. "node_modules/@types/jsdom": {
  851. "version": "21.1.5",
  852. "license": "MIT",
  853. "dependencies": {
  854. "@types/node": "*",
  855. "@types/tough-cookie": "*",
  856. "parse5": "^7.0.0"
  857. }
  858. },
  859. "node_modules/@types/node": {
  860. "version": "20.9.2",
  861. "license": "MIT",
  862. "dependencies": {
  863. "undici-types": "~5.26.4"
  864. }
  865. },
  866. "node_modules/@types/through": {
  867. "version": "0.0.33",
  868. "dev": true,
  869. "license": "MIT",
  870. "dependencies": {
  871. "@types/node": "*"
  872. }
  873. },
  874. "node_modules/@types/tough-cookie": {
  875. "version": "4.0.5",
  876. "license": "MIT"
  877. },
  878. "node_modules/@vladfrangu/async_event_emitter": {
  879. "version": "2.2.2",
  880. "license": "MIT",
  881. "engines": {
  882. "node": ">=v14.0.0",
  883. "npm": ">=7.0.0"
  884. }
  885. },
  886. "node_modules/abab": {
  887. "version": "2.0.6",
  888. "license": "BSD-3-Clause"
  889. },
  890. "node_modules/acorn": {
  891. "version": "8.11.2",
  892. "dev": true,
  893. "license": "MIT",
  894. "bin": {
  895. "acorn": "bin/acorn"
  896. },
  897. "engines": {
  898. "node": ">=0.4.0"
  899. }
  900. },
  901. "node_modules/acorn-walk": {
  902. "version": "8.3.0",
  903. "dev": true,
  904. "license": "MIT",
  905. "engines": {
  906. "node": ">=0.4.0"
  907. }
  908. },
  909. "node_modules/adm-zip": {
  910. "version": "0.5.10",
  911. "license": "MIT",
  912. "engines": {
  913. "node": ">=6.0"
  914. }
  915. },
  916. "node_modules/agent-base": {
  917. "version": "6.0.2",
  918. "license": "MIT",
  919. "dependencies": {
  920. "debug": "4"
  921. },
  922. "engines": {
  923. "node": ">= 6.0.0"
  924. }
  925. },
  926. "node_modules/ansi-colors": {
  927. "version": "4.1.3",
  928. "license": "MIT",
  929. "engines": {
  930. "node": ">=6"
  931. }
  932. },
  933. "node_modules/ansi-escapes": {
  934. "version": "4.3.2",
  935. "license": "MIT",
  936. "dependencies": {
  937. "type-fest": "^0.21.3"
  938. },
  939. "engines": {
  940. "node": ">=8"
  941. },
  942. "funding": {
  943. "url": "https://github.com/sponsors/sindresorhus"
  944. }
  945. },
  946. "node_modules/ansi-escapes/node_modules/type-fest": {
  947. "version": "0.21.3",
  948. "license": "(MIT OR CC0-1.0)",
  949. "engines": {
  950. "node": ">=10"
  951. },
  952. "funding": {
  953. "url": "https://github.com/sponsors/sindresorhus"
  954. }
  955. },
  956. "node_modules/ansi-regex": {
  957. "version": "5.0.1",
  958. "license": "MIT",
  959. "engines": {
  960. "node": ">=8"
  961. }
  962. },
  963. "node_modules/ansi-styles": {
  964. "version": "4.3.0",
  965. "license": "MIT",
  966. "dependencies": {
  967. "color-convert": "^2.0.1"
  968. },
  969. "engines": {
  970. "node": ">=8"
  971. },
  972. "funding": {
  973. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  974. }
  975. },
  976. "node_modules/arg": {
  977. "version": "4.1.3",
  978. "dev": true,
  979. "license": "MIT"
  980. },
  981. "node_modules/asynckit": {
  982. "version": "0.4.0",
  983. "license": "MIT"
  984. },
  985. "node_modules/balanced-match": {
  986. "version": "1.0.2",
  987. "license": "MIT"
  988. },
  989. "node_modules/base64-js": {
  990. "version": "1.5.1",
  991. "funding": [
  992. {
  993. "type": "github",
  994. "url": "https://github.com/sponsors/feross"
  995. },
  996. {
  997. "type": "patreon",
  998. "url": "https://www.patreon.com/feross"
  999. },
  1000. {
  1001. "type": "consulting",
  1002. "url": "https://feross.org/support"
  1003. }
  1004. ],
  1005. "license": "MIT"
  1006. },
  1007. "node_modules/bl": {
  1008. "version": "4.1.0",
  1009. "license": "MIT",
  1010. "dependencies": {
  1011. "buffer": "^5.5.0",
  1012. "inherits": "^2.0.4",
  1013. "readable-stream": "^3.4.0"
  1014. }
  1015. },
  1016. "node_modules/boolbase": {
  1017. "version": "1.0.0",
  1018. "license": "ISC"
  1019. },
  1020. "node_modules/brace-expansion": {
  1021. "version": "2.0.1",
  1022. "license": "MIT",
  1023. "dependencies": {
  1024. "balanced-match": "^1.0.0"
  1025. }
  1026. },
  1027. "node_modules/browserslist": {
  1028. "version": "4.22.1",
  1029. "funding": [
  1030. {
  1031. "type": "opencollective",
  1032. "url": "https://opencollective.com/browserslist"
  1033. },
  1034. {
  1035. "type": "tidelift",
  1036. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1037. },
  1038. {
  1039. "type": "github",
  1040. "url": "https://github.com/sponsors/ai"
  1041. }
  1042. ],
  1043. "license": "MIT",
  1044. "dependencies": {
  1045. "caniuse-lite": "^1.0.30001541",
  1046. "electron-to-chromium": "^1.4.535",
  1047. "node-releases": "^2.0.13",
  1048. "update-browserslist-db": "^1.0.13"
  1049. },
  1050. "bin": {
  1051. "browserslist": "cli.js"
  1052. },
  1053. "engines": {
  1054. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1055. }
  1056. },
  1057. "node_modules/buffer": {
  1058. "version": "5.7.1",
  1059. "funding": [
  1060. {
  1061. "type": "github",
  1062. "url": "https://github.com/sponsors/feross"
  1063. },
  1064. {
  1065. "type": "patreon",
  1066. "url": "https://www.patreon.com/feross"
  1067. },
  1068. {
  1069. "type": "consulting",
  1070. "url": "https://feross.org/support"
  1071. }
  1072. ],
  1073. "license": "MIT",
  1074. "dependencies": {
  1075. "base64-js": "^1.3.1",
  1076. "ieee754": "^1.1.13"
  1077. }
  1078. },
  1079. "node_modules/cacheable-lookup": {
  1080. "version": "7.0.0",
  1081. "license": "MIT",
  1082. "engines": {
  1083. "node": ">=14.16"
  1084. }
  1085. },
  1086. "node_modules/cacheable-request": {
  1087. "version": "10.2.14",
  1088. "license": "MIT",
  1089. "dependencies": {
  1090. "@types/http-cache-semantics": "^4.0.2",
  1091. "get-stream": "^6.0.1",
  1092. "http-cache-semantics": "^4.1.1",
  1093. "keyv": "^4.5.3",
  1094. "mimic-response": "^4.0.0",
  1095. "normalize-url": "^8.0.0",
  1096. "responselike": "^3.0.0"
  1097. },
  1098. "engines": {
  1099. "node": ">=14.16"
  1100. }
  1101. },
  1102. "node_modules/call-bind": {
  1103. "version": "1.0.5",
  1104. "license": "MIT",
  1105. "dependencies": {
  1106. "function-bind": "^1.1.2",
  1107. "get-intrinsic": "^1.2.1",
  1108. "set-function-length": "^1.1.1"
  1109. },
  1110. "funding": {
  1111. "url": "https://github.com/sponsors/ljharb"
  1112. }
  1113. },
  1114. "node_modules/callsites": {
  1115. "version": "3.1.0",
  1116. "license": "MIT",
  1117. "engines": {
  1118. "node": ">=6"
  1119. }
  1120. },
  1121. "node_modules/caniuse-lite": {
  1122. "version": "1.0.30001563",
  1123. "funding": [
  1124. {
  1125. "type": "opencollective",
  1126. "url": "https://opencollective.com/browserslist"
  1127. },
  1128. {
  1129. "type": "tidelift",
  1130. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1131. },
  1132. {
  1133. "type": "github",
  1134. "url": "https://github.com/sponsors/ai"
  1135. }
  1136. ],
  1137. "license": "CC-BY-4.0"
  1138. },
  1139. "node_modules/chalk": {
  1140. "version": "5.3.0",
  1141. "license": "MIT",
  1142. "engines": {
  1143. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  1144. },
  1145. "funding": {
  1146. "url": "https://github.com/chalk/chalk?sponsor=1"
  1147. }
  1148. },
  1149. "node_modules/chardet": {
  1150. "version": "0.7.0",
  1151. "license": "MIT"
  1152. },
  1153. "node_modules/cheerio": {
  1154. "version": "1.0.0-rc.12",
  1155. "license": "MIT",
  1156. "dependencies": {
  1157. "cheerio-select": "^2.1.0",
  1158. "dom-serializer": "^2.0.0",
  1159. "domhandler": "^5.0.3",
  1160. "domutils": "^3.0.1",
  1161. "htmlparser2": "^8.0.1",
  1162. "parse5": "^7.0.0",
  1163. "parse5-htmlparser2-tree-adapter": "^7.0.0"
  1164. },
  1165. "engines": {
  1166. "node": ">= 6"
  1167. },
  1168. "funding": {
  1169. "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
  1170. }
  1171. },
  1172. "node_modules/cheerio-select": {
  1173. "version": "2.1.0",
  1174. "license": "BSD-2-Clause",
  1175. "dependencies": {
  1176. "boolbase": "^1.0.0",
  1177. "css-select": "^5.1.0",
  1178. "css-what": "^6.1.0",
  1179. "domelementtype": "^2.3.0",
  1180. "domhandler": "^5.0.3",
  1181. "domutils": "^3.0.1"
  1182. },
  1183. "funding": {
  1184. "url": "https://github.com/sponsors/fb55"
  1185. }
  1186. },
  1187. "node_modules/cheerio/node_modules/htmlparser2": {
  1188. "version": "8.0.2",
  1189. "funding": [
  1190. "https://github.com/fb55/htmlparser2?sponsor=1",
  1191. {
  1192. "type": "github",
  1193. "url": "https://github.com/sponsors/fb55"
  1194. }
  1195. ],
  1196. "license": "MIT",
  1197. "dependencies": {
  1198. "domelementtype": "^2.3.0",
  1199. "domhandler": "^5.0.3",
  1200. "domutils": "^3.0.1",
  1201. "entities": "^4.4.0"
  1202. }
  1203. },
  1204. "node_modules/cli-cursor": {
  1205. "version": "3.1.0",
  1206. "license": "MIT",
  1207. "dependencies": {
  1208. "restore-cursor": "^3.1.0"
  1209. },
  1210. "engines": {
  1211. "node": ">=8"
  1212. }
  1213. },
  1214. "node_modules/cli-spinners": {
  1215. "version": "2.9.1",
  1216. "license": "MIT",
  1217. "engines": {
  1218. "node": ">=6"
  1219. },
  1220. "funding": {
  1221. "url": "https://github.com/sponsors/sindresorhus"
  1222. }
  1223. },
  1224. "node_modules/cli-width": {
  1225. "version": "4.1.0",
  1226. "license": "ISC",
  1227. "engines": {
  1228. "node": ">= 12"
  1229. }
  1230. },
  1231. "node_modules/cliui": {
  1232. "version": "8.0.1",
  1233. "license": "ISC",
  1234. "dependencies": {
  1235. "string-width": "^4.2.0",
  1236. "strip-ansi": "^6.0.1",
  1237. "wrap-ansi": "^7.0.0"
  1238. },
  1239. "engines": {
  1240. "node": ">=12"
  1241. }
  1242. },
  1243. "node_modules/cliui/node_modules/wrap-ansi": {
  1244. "version": "7.0.0",
  1245. "license": "MIT",
  1246. "dependencies": {
  1247. "ansi-styles": "^4.0.0",
  1248. "string-width": "^4.1.0",
  1249. "strip-ansi": "^6.0.0"
  1250. },
  1251. "engines": {
  1252. "node": ">=10"
  1253. },
  1254. "funding": {
  1255. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1256. }
  1257. },
  1258. "node_modules/clone": {
  1259. "version": "1.0.4",
  1260. "license": "MIT",
  1261. "engines": {
  1262. "node": ">=0.8"
  1263. }
  1264. },
  1265. "node_modules/color-convert": {
  1266. "version": "2.0.1",
  1267. "license": "MIT",
  1268. "dependencies": {
  1269. "color-name": "~1.1.4"
  1270. },
  1271. "engines": {
  1272. "node": ">=7.0.0"
  1273. }
  1274. },
  1275. "node_modules/color-name": {
  1276. "version": "1.1.4",
  1277. "license": "MIT"
  1278. },
  1279. "node_modules/combined-stream": {
  1280. "version": "1.0.8",
  1281. "license": "MIT",
  1282. "dependencies": {
  1283. "delayed-stream": "~1.0.0"
  1284. },
  1285. "engines": {
  1286. "node": ">= 0.8"
  1287. }
  1288. },
  1289. "node_modules/commander": {
  1290. "version": "11.1.0",
  1291. "license": "MIT",
  1292. "engines": {
  1293. "node": ">=16"
  1294. }
  1295. },
  1296. "node_modules/content-type": {
  1297. "version": "1.0.5",
  1298. "license": "MIT",
  1299. "engines": {
  1300. "node": ">= 0.6"
  1301. }
  1302. },
  1303. "node_modules/crawlee": {
  1304. "version": "3.6.1",
  1305. "license": "Apache-2.0",
  1306. "dependencies": {
  1307. "@crawlee/basic": "3.6.1",
  1308. "@crawlee/browser": "3.6.1",
  1309. "@crawlee/browser-pool": "3.6.1",
  1310. "@crawlee/cheerio": "3.6.1",
  1311. "@crawlee/cli": "3.6.1",
  1312. "@crawlee/core": "3.6.1",
  1313. "@crawlee/http": "3.6.1",
  1314. "@crawlee/jsdom": "3.6.1",
  1315. "@crawlee/linkedom": "3.6.1",
  1316. "@crawlee/playwright": "3.6.1",
  1317. "@crawlee/puppeteer": "3.6.1",
  1318. "@crawlee/utils": "3.6.1",
  1319. "import-local": "^3.1.0",
  1320. "tslib": "^2.4.0"
  1321. },
  1322. "bin": {
  1323. "crawlee": "cli.js"
  1324. },
  1325. "engines": {
  1326. "node": ">=16.0.0"
  1327. },
  1328. "peerDependencies": {
  1329. "playwright": "*",
  1330. "puppeteer": "*"
  1331. },
  1332. "peerDependenciesMeta": {
  1333. "playwright": {
  1334. "optional": true
  1335. },
  1336. "puppeteer": {
  1337. "optional": true
  1338. }
  1339. }
  1340. },
  1341. "node_modules/create-require": {
  1342. "version": "1.1.1",
  1343. "dev": true,
  1344. "license": "MIT"
  1345. },
  1346. "node_modules/cross-spawn": {
  1347. "version": "7.0.3",
  1348. "license": "MIT",
  1349. "dependencies": {
  1350. "path-key": "^3.1.0",
  1351. "shebang-command": "^2.0.0",
  1352. "which": "^2.0.1"
  1353. },
  1354. "engines": {
  1355. "node": ">= 8"
  1356. }
  1357. },
  1358. "node_modules/css-select": {
  1359. "version": "5.1.0",
  1360. "license": "BSD-2-Clause",
  1361. "dependencies": {
  1362. "boolbase": "^1.0.0",
  1363. "css-what": "^6.1.0",
  1364. "domhandler": "^5.0.2",
  1365. "domutils": "^3.0.1",
  1366. "nth-check": "^2.0.1"
  1367. },
  1368. "funding": {
  1369. "url": "https://github.com/sponsors/fb55"
  1370. }
  1371. },
  1372. "node_modules/css-what": {
  1373. "version": "6.1.0",
  1374. "license": "BSD-2-Clause",
  1375. "engines": {
  1376. "node": ">= 6"
  1377. },
  1378. "funding": {
  1379. "url": "https://github.com/sponsors/fb55"
  1380. }
  1381. },
  1382. "node_modules/cssom": {
  1383. "version": "0.5.0",
  1384. "license": "MIT"
  1385. },
  1386. "node_modules/cssstyle": {
  1387. "version": "3.0.0",
  1388. "license": "MIT",
  1389. "dependencies": {
  1390. "rrweb-cssom": "^0.6.0"
  1391. },
  1392. "engines": {
  1393. "node": ">=14"
  1394. }
  1395. },
  1396. "node_modules/csv-stringify": {
  1397. "version": "6.4.4",
  1398. "license": "MIT"
  1399. },
  1400. "node_modules/data-urls": {
  1401. "version": "4.0.0",
  1402. "license": "MIT",
  1403. "dependencies": {
  1404. "abab": "^2.0.6",
  1405. "whatwg-mimetype": "^3.0.0",
  1406. "whatwg-url": "^12.0.0"
  1407. },
  1408. "engines": {
  1409. "node": ">=14"
  1410. }
  1411. },
  1412. "node_modules/debug": {
  1413. "version": "4.3.4",
  1414. "license": "MIT",
  1415. "dependencies": {
  1416. "ms": "2.1.2"
  1417. },
  1418. "engines": {
  1419. "node": ">=6.0"
  1420. },
  1421. "peerDependenciesMeta": {
  1422. "supports-color": {
  1423. "optional": true
  1424. }
  1425. }
  1426. },
  1427. "node_modules/decimal.js": {
  1428. "version": "10.4.3",
  1429. "license": "MIT"
  1430. },
  1431. "node_modules/decompress-response": {
  1432. "version": "6.0.0",
  1433. "license": "MIT",
  1434. "dependencies": {
  1435. "mimic-response": "^3.1.0"
  1436. },
  1437. "engines": {
  1438. "node": ">=10"
  1439. },
  1440. "funding": {
  1441. "url": "https://github.com/sponsors/sindresorhus"
  1442. }
  1443. },
  1444. "node_modules/decompress-response/node_modules/mimic-response": {
  1445. "version": "3.1.0",
  1446. "license": "MIT",
  1447. "engines": {
  1448. "node": ">=10"
  1449. },
  1450. "funding": {
  1451. "url": "https://github.com/sponsors/sindresorhus"
  1452. }
  1453. },
  1454. "node_modules/defaults": {
  1455. "version": "1.0.4",
  1456. "license": "MIT",
  1457. "dependencies": {
  1458. "clone": "^1.0.2"
  1459. },
  1460. "funding": {
  1461. "url": "https://github.com/sponsors/sindresorhus"
  1462. }
  1463. },
  1464. "node_modules/defer-to-connect": {
  1465. "version": "2.0.1",
  1466. "license": "MIT",
  1467. "engines": {
  1468. "node": ">=10"
  1469. }
  1470. },
  1471. "node_modules/define-data-property": {
  1472. "version": "1.1.1",
  1473. "license": "MIT",
  1474. "dependencies": {
  1475. "get-intrinsic": "^1.2.1",
  1476. "gopd": "^1.0.1",
  1477. "has-property-descriptors": "^1.0.0"
  1478. },
  1479. "engines": {
  1480. "node": ">= 0.4"
  1481. }
  1482. },
  1483. "node_modules/delayed-stream": {
  1484. "version": "1.0.0",
  1485. "license": "MIT",
  1486. "engines": {
  1487. "node": ">=0.4.0"
  1488. }
  1489. },
  1490. "node_modules/devtools-protocol": {
  1491. "version": "0.0.1226504",
  1492. "license": "BSD-3-Clause"
  1493. },
  1494. "node_modules/diff": {
  1495. "version": "4.0.2",
  1496. "dev": true,
  1497. "license": "BSD-3-Clause",
  1498. "engines": {
  1499. "node": ">=0.3.1"
  1500. }
  1501. },
  1502. "node_modules/dom-serializer": {
  1503. "version": "2.0.0",
  1504. "license": "MIT",
  1505. "dependencies": {
  1506. "domelementtype": "^2.3.0",
  1507. "domhandler": "^5.0.2",
  1508. "entities": "^4.2.0"
  1509. },
  1510. "funding": {
  1511. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  1512. }
  1513. },
  1514. "node_modules/domelementtype": {
  1515. "version": "2.3.0",
  1516. "funding": [
  1517. {
  1518. "type": "github",
  1519. "url": "https://github.com/sponsors/fb55"
  1520. }
  1521. ],
  1522. "license": "BSD-2-Clause"
  1523. },
  1524. "node_modules/domexception": {
  1525. "version": "4.0.0",
  1526. "license": "MIT",
  1527. "dependencies": {
  1528. "webidl-conversions": "^7.0.0"
  1529. },
  1530. "engines": {
  1531. "node": ">=12"
  1532. }
  1533. },
  1534. "node_modules/domhandler": {
  1535. "version": "5.0.3",
  1536. "license": "BSD-2-Clause",
  1537. "dependencies": {
  1538. "domelementtype": "^2.3.0"
  1539. },
  1540. "engines": {
  1541. "node": ">= 4"
  1542. },
  1543. "funding": {
  1544. "url": "https://github.com/fb55/domhandler?sponsor=1"
  1545. }
  1546. },
  1547. "node_modules/domutils": {
  1548. "version": "3.1.0",
  1549. "license": "BSD-2-Clause",
  1550. "dependencies": {
  1551. "dom-serializer": "^2.0.0",
  1552. "domelementtype": "^2.3.0",
  1553. "domhandler": "^5.0.3"
  1554. },
  1555. "funding": {
  1556. "url": "https://github.com/fb55/domutils?sponsor=1"
  1557. }
  1558. },
  1559. "node_modules/dot-prop": {
  1560. "version": "6.0.1",
  1561. "license": "MIT",
  1562. "dependencies": {
  1563. "is-obj": "^2.0.0"
  1564. },
  1565. "engines": {
  1566. "node": ">=10"
  1567. },
  1568. "funding": {
  1569. "url": "https://github.com/sponsors/sindresorhus"
  1570. }
  1571. },
  1572. "node_modules/duplexer": {
  1573. "version": "0.1.2",
  1574. "license": "MIT"
  1575. },
  1576. "node_modules/eastasianwidth": {
  1577. "version": "0.2.0",
  1578. "license": "MIT"
  1579. },
  1580. "node_modules/electron-to-chromium": {
  1581. "version": "1.4.588",
  1582. "license": "ISC"
  1583. },
  1584. "node_modules/emoji-regex": {
  1585. "version": "8.0.0",
  1586. "license": "MIT"
  1587. },
  1588. "node_modules/entities": {
  1589. "version": "4.5.0",
  1590. "license": "BSD-2-Clause",
  1591. "engines": {
  1592. "node": ">=0.12"
  1593. },
  1594. "funding": {
  1595. "url": "https://github.com/fb55/entities?sponsor=1"
  1596. }
  1597. },
  1598. "node_modules/escalade": {
  1599. "version": "3.1.1",
  1600. "license": "MIT",
  1601. "engines": {
  1602. "node": ">=6"
  1603. }
  1604. },
  1605. "node_modules/escape-string-regexp": {
  1606. "version": "5.0.0",
  1607. "license": "MIT",
  1608. "engines": {
  1609. "node": ">=12"
  1610. },
  1611. "funding": {
  1612. "url": "https://github.com/sponsors/sindresorhus"
  1613. }
  1614. },
  1615. "node_modules/event-stream": {
  1616. "version": "3.3.4",
  1617. "license": "MIT",
  1618. "dependencies": {
  1619. "duplexer": "~0.1.1",
  1620. "from": "~0",
  1621. "map-stream": "~0.1.0",
  1622. "pause-stream": "0.0.11",
  1623. "split": "0.3",
  1624. "stream-combiner": "~0.0.4",
  1625. "through": "~2.3.1"
  1626. }
  1627. },
  1628. "node_modules/external-editor": {
  1629. "version": "3.1.0",
  1630. "license": "MIT",
  1631. "dependencies": {
  1632. "chardet": "^0.7.0",
  1633. "iconv-lite": "^0.4.24",
  1634. "tmp": "^0.0.33"
  1635. },
  1636. "engines": {
  1637. "node": ">=4"
  1638. }
  1639. },
  1640. "node_modules/external-editor/node_modules/iconv-lite": {
  1641. "version": "0.4.24",
  1642. "license": "MIT",
  1643. "dependencies": {
  1644. "safer-buffer": ">= 2.1.2 < 3"
  1645. },
  1646. "engines": {
  1647. "node": ">=0.10.0"
  1648. }
  1649. },
  1650. "node_modules/fast-deep-equal": {
  1651. "version": "3.1.3",
  1652. "license": "MIT"
  1653. },
  1654. "node_modules/figlet": {
  1655. "version": "1.7.0",
  1656. "license": "MIT",
  1657. "bin": {
  1658. "figlet": "bin/index.js"
  1659. },
  1660. "engines": {
  1661. "node": ">= 0.4.0"
  1662. }
  1663. },
  1664. "node_modules/figures": {
  1665. "version": "5.0.0",
  1666. "license": "MIT",
  1667. "dependencies": {
  1668. "escape-string-regexp": "^5.0.0",
  1669. "is-unicode-supported": "^1.2.0"
  1670. },
  1671. "engines": {
  1672. "node": ">=14"
  1673. },
  1674. "funding": {
  1675. "url": "https://github.com/sponsors/sindresorhus"
  1676. }
  1677. },
  1678. "node_modules/find-up": {
  1679. "version": "4.1.0",
  1680. "license": "MIT",
  1681. "dependencies": {
  1682. "locate-path": "^5.0.0",
  1683. "path-exists": "^4.0.0"
  1684. },
  1685. "engines": {
  1686. "node": ">=8"
  1687. }
  1688. },
  1689. "node_modules/fingerprint-generator": {
  1690. "version": "2.1.43",
  1691. "license": "Apache-2.0",
  1692. "dependencies": {
  1693. "generative-bayesian-network": "^2.1.43",
  1694. "header-generator": "^2.1.43",
  1695. "tslib": "^2.4.0"
  1696. },
  1697. "engines": {
  1698. "node": ">=16.0.0"
  1699. }
  1700. },
  1701. "node_modules/fingerprint-injector": {
  1702. "version": "2.1.43",
  1703. "license": "Apache-2.0",
  1704. "dependencies": {
  1705. "fingerprint-generator": "^2.1.43",
  1706. "tslib": "^2.4.0"
  1707. },
  1708. "engines": {
  1709. "node": ">=16.0.0"
  1710. },
  1711. "peerDependencies": {
  1712. "playwright": "^1.22.2",
  1713. "puppeteer": ">= 9.x"
  1714. },
  1715. "peerDependenciesMeta": {
  1716. "playwright": {
  1717. "optional": true
  1718. },
  1719. "puppeteer": {
  1720. "optional": true
  1721. }
  1722. }
  1723. },
  1724. "node_modules/foreground-child": {
  1725. "version": "3.1.1",
  1726. "license": "ISC",
  1727. "dependencies": {
  1728. "cross-spawn": "^7.0.0",
  1729. "signal-exit": "^4.0.1"
  1730. },
  1731. "engines": {
  1732. "node": ">=14"
  1733. },
  1734. "funding": {
  1735. "url": "https://github.com/sponsors/isaacs"
  1736. }
  1737. },
  1738. "node_modules/form-data": {
  1739. "version": "4.0.0",
  1740. "license": "MIT",
  1741. "dependencies": {
  1742. "asynckit": "^0.4.0",
  1743. "combined-stream": "^1.0.8",
  1744. "mime-types": "^2.1.12"
  1745. },
  1746. "engines": {
  1747. "node": ">= 6"
  1748. }
  1749. },
  1750. "node_modules/form-data-encoder": {
  1751. "version": "2.1.4",
  1752. "license": "MIT",
  1753. "engines": {
  1754. "node": ">= 14.17"
  1755. }
  1756. },
  1757. "node_modules/from": {
  1758. "version": "0.1.7",
  1759. "license": "MIT"
  1760. },
  1761. "node_modules/fs-extra": {
  1762. "version": "11.1.1",
  1763. "license": "MIT",
  1764. "dependencies": {
  1765. "graceful-fs": "^4.2.0",
  1766. "jsonfile": "^6.0.1",
  1767. "universalify": "^2.0.0"
  1768. },
  1769. "engines": {
  1770. "node": ">=14.14"
  1771. }
  1772. },
  1773. "node_modules/function-bind": {
  1774. "version": "1.1.2",
  1775. "license": "MIT",
  1776. "funding": {
  1777. "url": "https://github.com/sponsors/ljharb"
  1778. }
  1779. },
  1780. "node_modules/generative-bayesian-network": {
  1781. "version": "2.1.43",
  1782. "license": "Apache-2.0",
  1783. "dependencies": {
  1784. "adm-zip": "^0.5.9",
  1785. "tslib": "^2.4.0"
  1786. }
  1787. },
  1788. "node_modules/get-caller-file": {
  1789. "version": "2.0.5",
  1790. "license": "ISC",
  1791. "engines": {
  1792. "node": "6.* || 8.* || >= 10.*"
  1793. }
  1794. },
  1795. "node_modules/get-intrinsic": {
  1796. "version": "1.2.2",
  1797. "license": "MIT",
  1798. "dependencies": {
  1799. "function-bind": "^1.1.2",
  1800. "has-proto": "^1.0.1",
  1801. "has-symbols": "^1.0.3",
  1802. "hasown": "^2.0.0"
  1803. },
  1804. "funding": {
  1805. "url": "https://github.com/sponsors/ljharb"
  1806. }
  1807. },
  1808. "node_modules/get-stream": {
  1809. "version": "6.0.1",
  1810. "license": "MIT",
  1811. "engines": {
  1812. "node": ">=10"
  1813. },
  1814. "funding": {
  1815. "url": "https://github.com/sponsors/sindresorhus"
  1816. }
  1817. },
  1818. "node_modules/glob": {
  1819. "version": "10.3.10",
  1820. "license": "ISC",
  1821. "dependencies": {
  1822. "foreground-child": "^3.1.0",
  1823. "jackspeak": "^2.3.5",
  1824. "minimatch": "^9.0.1",
  1825. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
  1826. "path-scurry": "^1.10.1"
  1827. },
  1828. "bin": {
  1829. "glob": "dist/esm/bin.mjs"
  1830. },
  1831. "engines": {
  1832. "node": ">=16 || 14 >=14.17"
  1833. },
  1834. "funding": {
  1835. "url": "https://github.com/sponsors/isaacs"
  1836. }
  1837. },
  1838. "node_modules/gopd": {
  1839. "version": "1.0.1",
  1840. "license": "MIT",
  1841. "dependencies": {
  1842. "get-intrinsic": "^1.1.3"
  1843. },
  1844. "funding": {
  1845. "url": "https://github.com/sponsors/ljharb"
  1846. }
  1847. },
  1848. "node_modules/got": {
  1849. "version": "13.0.0",
  1850. "license": "MIT",
  1851. "dependencies": {
  1852. "@sindresorhus/is": "^5.2.0",
  1853. "@szmarczak/http-timer": "^5.0.1",
  1854. "cacheable-lookup": "^7.0.0",
  1855. "cacheable-request": "^10.2.8",
  1856. "decompress-response": "^6.0.0",
  1857. "form-data-encoder": "^2.1.2",
  1858. "get-stream": "^6.0.1",
  1859. "http2-wrapper": "^2.1.10",
  1860. "lowercase-keys": "^3.0.0",
  1861. "p-cancelable": "^3.0.0",
  1862. "responselike": "^3.0.0"
  1863. },
  1864. "engines": {
  1865. "node": ">=16"
  1866. },
  1867. "funding": {
  1868. "url": "https://github.com/sindresorhus/got?sponsor=1"
  1869. }
  1870. },
  1871. "node_modules/got-scraping": {
  1872. "version": "4.0.1",
  1873. "license": "Apache-2.0",
  1874. "dependencies": {
  1875. "got": "^13.0.0",
  1876. "header-generator": "^2.1.41",
  1877. "http2-wrapper": "^2.2.0",
  1878. "mimic-response": "^4.0.0",
  1879. "ow": "^1.1.1",
  1880. "quick-lru": "^7.0.0",
  1881. "tslib": "^2.6.2"
  1882. },
  1883. "engines": {
  1884. "node": ">=16"
  1885. }
  1886. },
  1887. "node_modules/got-scraping/node_modules/ow": {
  1888. "version": "1.1.1",
  1889. "license": "MIT",
  1890. "dependencies": {
  1891. "@sindresorhus/is": "^5.3.0",
  1892. "callsites": "^4.0.0",
  1893. "dot-prop": "^7.2.0",
  1894. "lodash.isequal": "^4.5.0",
  1895. "vali-date": "^1.0.0"
  1896. },
  1897. "engines": {
  1898. "node": ">=14.16"
  1899. },
  1900. "funding": {
  1901. "url": "https://github.com/sponsors/sindresorhus"
  1902. }
  1903. },
  1904. "node_modules/got-scraping/node_modules/ow/node_modules/@sindresorhus/is": {
  1905. "version": "5.6.0",
  1906. "license": "MIT",
  1907. "engines": {
  1908. "node": ">=14.16"
  1909. },
  1910. "funding": {
  1911. "url": "https://github.com/sindresorhus/is?sponsor=1"
  1912. }
  1913. },
  1914. "node_modules/got-scraping/node_modules/ow/node_modules/callsites": {
  1915. "version": "4.1.0",
  1916. "license": "MIT",
  1917. "engines": {
  1918. "node": ">=12.20"
  1919. },
  1920. "funding": {
  1921. "url": "https://github.com/sponsors/sindresorhus"
  1922. }
  1923. },
  1924. "node_modules/got-scraping/node_modules/ow/node_modules/dot-prop": {
  1925. "version": "7.2.0",
  1926. "license": "MIT",
  1927. "dependencies": {
  1928. "type-fest": "^2.11.2"
  1929. },
  1930. "engines": {
  1931. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1932. },
  1933. "funding": {
  1934. "url": "https://github.com/sponsors/sindresorhus"
  1935. }
  1936. },
  1937. "node_modules/got-scraping/node_modules/ow/node_modules/dot-prop/node_modules/type-fest": {
  1938. "version": "2.19.0",
  1939. "license": "(MIT OR CC0-1.0)",
  1940. "engines": {
  1941. "node": ">=12.20"
  1942. },
  1943. "funding": {
  1944. "url": "https://github.com/sponsors/sindresorhus"
  1945. }
  1946. },
  1947. "node_modules/got-scraping/node_modules/quick-lru": {
  1948. "version": "7.0.0",
  1949. "license": "MIT",
  1950. "engines": {
  1951. "node": ">=18"
  1952. },
  1953. "funding": {
  1954. "url": "https://github.com/sponsors/sindresorhus"
  1955. }
  1956. },
  1957. "node_modules/got/node_modules/@sindresorhus/is": {
  1958. "version": "5.6.0",
  1959. "license": "MIT",
  1960. "engines": {
  1961. "node": ">=14.16"
  1962. },
  1963. "funding": {
  1964. "url": "https://github.com/sindresorhus/is?sponsor=1"
  1965. }
  1966. },
  1967. "node_modules/graceful-fs": {
  1968. "version": "4.2.11",
  1969. "license": "ISC"
  1970. },
  1971. "node_modules/has-ansi": {
  1972. "version": "2.0.0",
  1973. "license": "MIT",
  1974. "dependencies": {
  1975. "ansi-regex": "^2.0.0"
  1976. },
  1977. "engines": {
  1978. "node": ">=0.10.0"
  1979. }
  1980. },
  1981. "node_modules/has-ansi/node_modules/ansi-regex": {
  1982. "version": "2.1.1",
  1983. "license": "MIT",
  1984. "engines": {
  1985. "node": ">=0.10.0"
  1986. }
  1987. },
  1988. "node_modules/has-flag": {
  1989. "version": "4.0.0",
  1990. "license": "MIT",
  1991. "engines": {
  1992. "node": ">=8"
  1993. }
  1994. },
  1995. "node_modules/has-property-descriptors": {
  1996. "version": "1.0.1",
  1997. "license": "MIT",
  1998. "dependencies": {
  1999. "get-intrinsic": "^1.2.2"
  2000. },
  2001. "funding": {
  2002. "url": "https://github.com/sponsors/ljharb"
  2003. }
  2004. },
  2005. "node_modules/has-proto": {
  2006. "version": "1.0.1",
  2007. "license": "MIT",
  2008. "engines": {
  2009. "node": ">= 0.4"
  2010. },
  2011. "funding": {
  2012. "url": "https://github.com/sponsors/ljharb"
  2013. }
  2014. },
  2015. "node_modules/has-symbols": {
  2016. "version": "1.0.3",
  2017. "license": "MIT",
  2018. "engines": {
  2019. "node": ">= 0.4"
  2020. },
  2021. "funding": {
  2022. "url": "https://github.com/sponsors/ljharb"
  2023. }
  2024. },
  2025. "node_modules/hasown": {
  2026. "version": "2.0.0",
  2027. "license": "MIT",
  2028. "dependencies": {
  2029. "function-bind": "^1.1.2"
  2030. },
  2031. "engines": {
  2032. "node": ">= 0.4"
  2033. }
  2034. },
  2035. "node_modules/header-generator": {
  2036. "version": "2.1.43",
  2037. "license": "Apache-2.0",
  2038. "dependencies": {
  2039. "browserslist": "^4.21.1",
  2040. "generative-bayesian-network": "^2.1.43",
  2041. "ow": "^0.28.1",
  2042. "tslib": "^2.4.0"
  2043. },
  2044. "engines": {
  2045. "node": ">=16.0.0"
  2046. }
  2047. },
  2048. "node_modules/html-encoding-sniffer": {
  2049. "version": "3.0.0",
  2050. "license": "MIT",
  2051. "dependencies": {
  2052. "whatwg-encoding": "^2.0.0"
  2053. },
  2054. "engines": {
  2055. "node": ">=12"
  2056. }
  2057. },
  2058. "node_modules/html-escaper": {
  2059. "version": "3.0.3",
  2060. "license": "MIT"
  2061. },
  2062. "node_modules/htmlparser2": {
  2063. "version": "9.0.0",
  2064. "funding": [
  2065. "https://github.com/fb55/htmlparser2?sponsor=1",
  2066. {
  2067. "type": "github",
  2068. "url": "https://github.com/sponsors/fb55"
  2069. }
  2070. ],
  2071. "license": "MIT",
  2072. "dependencies": {
  2073. "domelementtype": "^2.3.0",
  2074. "domhandler": "^5.0.3",
  2075. "domutils": "^3.1.0",
  2076. "entities": "^4.5.0"
  2077. }
  2078. },
  2079. "node_modules/http-cache-semantics": {
  2080. "version": "4.1.1",
  2081. "license": "BSD-2-Clause"
  2082. },
  2083. "node_modules/http-proxy-agent": {
  2084. "version": "5.0.0",
  2085. "license": "MIT",
  2086. "dependencies": {
  2087. "@tootallnate/once": "2",
  2088. "agent-base": "6",
  2089. "debug": "4"
  2090. },
  2091. "engines": {
  2092. "node": ">= 6"
  2093. }
  2094. },
  2095. "node_modules/http2-wrapper": {
  2096. "version": "2.2.1",
  2097. "license": "MIT",
  2098. "dependencies": {
  2099. "quick-lru": "^5.1.1",
  2100. "resolve-alpn": "^1.2.0"
  2101. },
  2102. "engines": {
  2103. "node": ">=10.19.0"
  2104. }
  2105. },
  2106. "node_modules/https-proxy-agent": {
  2107. "version": "5.0.1",
  2108. "license": "MIT",
  2109. "dependencies": {
  2110. "agent-base": "6",
  2111. "debug": "4"
  2112. },
  2113. "engines": {
  2114. "node": ">= 6"
  2115. }
  2116. },
  2117. "node_modules/iconv-lite": {
  2118. "version": "0.6.3",
  2119. "license": "MIT",
  2120. "dependencies": {
  2121. "safer-buffer": ">= 2.1.2 < 3.0.0"
  2122. },
  2123. "engines": {
  2124. "node": ">=0.10.0"
  2125. }
  2126. },
  2127. "node_modules/idcac-playwright": {
  2128. "version": "0.1.2",
  2129. "license": "ISC"
  2130. },
  2131. "node_modules/ieee754": {
  2132. "version": "1.2.1",
  2133. "funding": [
  2134. {
  2135. "type": "github",
  2136. "url": "https://github.com/sponsors/feross"
  2137. },
  2138. {
  2139. "type": "patreon",
  2140. "url": "https://www.patreon.com/feross"
  2141. },
  2142. {
  2143. "type": "consulting",
  2144. "url": "https://feross.org/support"
  2145. }
  2146. ],
  2147. "license": "BSD-3-Clause"
  2148. },
  2149. "node_modules/import-local": {
  2150. "version": "3.1.0",
  2151. "license": "MIT",
  2152. "dependencies": {
  2153. "pkg-dir": "^4.2.0",
  2154. "resolve-cwd": "^3.0.0"
  2155. },
  2156. "bin": {
  2157. "import-local-fixture": "fixtures/cli.js"
  2158. },
  2159. "engines": {
  2160. "node": ">=8"
  2161. },
  2162. "funding": {
  2163. "url": "https://github.com/sponsors/sindresorhus"
  2164. }
  2165. },
  2166. "node_modules/inherits": {
  2167. "version": "2.0.4",
  2168. "license": "ISC"
  2169. },
  2170. "node_modules/inquirer": {
  2171. "version": "9.2.12",
  2172. "license": "MIT",
  2173. "dependencies": {
  2174. "@ljharb/through": "^2.3.11",
  2175. "ansi-escapes": "^4.3.2",
  2176. "chalk": "^5.3.0",
  2177. "cli-cursor": "^3.1.0",
  2178. "cli-width": "^4.1.0",
  2179. "external-editor": "^3.1.0",
  2180. "figures": "^5.0.0",
  2181. "lodash": "^4.17.21",
  2182. "mute-stream": "1.0.0",
  2183. "ora": "^5.4.1",
  2184. "run-async": "^3.0.0",
  2185. "rxjs": "^7.8.1",
  2186. "string-width": "^4.2.3",
  2187. "strip-ansi": "^6.0.1",
  2188. "wrap-ansi": "^6.2.0"
  2189. },
  2190. "engines": {
  2191. "node": ">=14.18.0"
  2192. }
  2193. },
  2194. "node_modules/is-fullwidth-code-point": {
  2195. "version": "3.0.0",
  2196. "license": "MIT",
  2197. "engines": {
  2198. "node": ">=8"
  2199. }
  2200. },
  2201. "node_modules/is-interactive": {
  2202. "version": "1.0.0",
  2203. "license": "MIT",
  2204. "engines": {
  2205. "node": ">=8"
  2206. }
  2207. },
  2208. "node_modules/is-obj": {
  2209. "version": "2.0.0",
  2210. "license": "MIT",
  2211. "engines": {
  2212. "node": ">=8"
  2213. }
  2214. },
  2215. "node_modules/is-potential-custom-element-name": {
  2216. "version": "1.0.1",
  2217. "license": "MIT"
  2218. },
  2219. "node_modules/is-unicode-supported": {
  2220. "version": "1.3.0",
  2221. "license": "MIT",
  2222. "engines": {
  2223. "node": ">=12"
  2224. },
  2225. "funding": {
  2226. "url": "https://github.com/sponsors/sindresorhus"
  2227. }
  2228. },
  2229. "node_modules/isexe": {
  2230. "version": "2.0.0",
  2231. "license": "ISC"
  2232. },
  2233. "node_modules/jackspeak": {
  2234. "version": "2.3.6",
  2235. "license": "BlueOak-1.0.0",
  2236. "dependencies": {
  2237. "@isaacs/cliui": "^8.0.2"
  2238. },
  2239. "engines": {
  2240. "node": ">=14"
  2241. },
  2242. "funding": {
  2243. "url": "https://github.com/sponsors/isaacs"
  2244. },
  2245. "optionalDependencies": {
  2246. "@pkgjs/parseargs": "^0.11.0"
  2247. }
  2248. },
  2249. "node_modules/jquery": {
  2250. "version": "3.7.1",
  2251. "license": "MIT"
  2252. },
  2253. "node_modules/jsdom": {
  2254. "version": "22.1.0",
  2255. "license": "MIT",
  2256. "dependencies": {
  2257. "abab": "^2.0.6",
  2258. "cssstyle": "^3.0.0",
  2259. "data-urls": "^4.0.0",
  2260. "decimal.js": "^10.4.3",
  2261. "domexception": "^4.0.0",
  2262. "form-data": "^4.0.0",
  2263. "html-encoding-sniffer": "^3.0.0",
  2264. "http-proxy-agent": "^5.0.0",
  2265. "https-proxy-agent": "^5.0.1",
  2266. "is-potential-custom-element-name": "^1.0.1",
  2267. "nwsapi": "^2.2.4",
  2268. "parse5": "^7.1.2",
  2269. "rrweb-cssom": "^0.6.0",
  2270. "saxes": "^6.0.0",
  2271. "symbol-tree": "^3.2.4",
  2272. "tough-cookie": "^4.1.2",
  2273. "w3c-xmlserializer": "^4.0.0",
  2274. "webidl-conversions": "^7.0.0",
  2275. "whatwg-encoding": "^2.0.0",
  2276. "whatwg-mimetype": "^3.0.0",
  2277. "whatwg-url": "^12.0.1",
  2278. "ws": "^8.13.0",
  2279. "xml-name-validator": "^4.0.0"
  2280. },
  2281. "engines": {
  2282. "node": ">=16"
  2283. },
  2284. "peerDependencies": {
  2285. "canvas": "^2.5.0"
  2286. },
  2287. "peerDependenciesMeta": {
  2288. "canvas": {
  2289. "optional": true
  2290. }
  2291. }
  2292. },
  2293. "node_modules/json-buffer": {
  2294. "version": "3.0.1",
  2295. "license": "MIT"
  2296. },
  2297. "node_modules/json5": {
  2298. "version": "2.2.3",
  2299. "license": "MIT",
  2300. "bin": {
  2301. "json5": "lib/cli.js"
  2302. },
  2303. "engines": {
  2304. "node": ">=6"
  2305. }
  2306. },
  2307. "node_modules/jsonfile": {
  2308. "version": "6.1.0",
  2309. "license": "MIT",
  2310. "dependencies": {
  2311. "universalify": "^2.0.0"
  2312. },
  2313. "optionalDependencies": {
  2314. "graceful-fs": "^4.1.6"
  2315. }
  2316. },
  2317. "node_modules/keyv": {
  2318. "version": "4.5.4",
  2319. "license": "MIT",
  2320. "dependencies": {
  2321. "json-buffer": "3.0.1"
  2322. }
  2323. },
  2324. "node_modules/linkedom": {
  2325. "version": "0.16.4",
  2326. "license": "ISC",
  2327. "dependencies": {
  2328. "css-select": "^5.1.0",
  2329. "cssom": "^0.5.0",
  2330. "html-escaper": "^3.0.3",
  2331. "htmlparser2": "^9.0.0",
  2332. "uhyphen": "^0.2.0"
  2333. }
  2334. },
  2335. "node_modules/locate-path": {
  2336. "version": "5.0.0",
  2337. "license": "MIT",
  2338. "dependencies": {
  2339. "p-locate": "^4.1.0"
  2340. },
  2341. "engines": {
  2342. "node": ">=8"
  2343. }
  2344. },
  2345. "node_modules/lodash": {
  2346. "version": "4.17.21",
  2347. "license": "MIT"
  2348. },
  2349. "node_modules/lodash.isequal": {
  2350. "version": "4.5.0",
  2351. "license": "MIT"
  2352. },
  2353. "node_modules/lodash.merge": {
  2354. "version": "4.6.2",
  2355. "license": "MIT"
  2356. },
  2357. "node_modules/log-symbols": {
  2358. "version": "4.1.0",
  2359. "license": "MIT",
  2360. "dependencies": {
  2361. "chalk": "^4.1.0",
  2362. "is-unicode-supported": "^0.1.0"
  2363. },
  2364. "engines": {
  2365. "node": ">=10"
  2366. },
  2367. "funding": {
  2368. "url": "https://github.com/sponsors/sindresorhus"
  2369. }
  2370. },
  2371. "node_modules/log-symbols/node_modules/chalk": {
  2372. "version": "4.1.2",
  2373. "license": "MIT",
  2374. "dependencies": {
  2375. "ansi-styles": "^4.1.0",
  2376. "supports-color": "^7.1.0"
  2377. },
  2378. "engines": {
  2379. "node": ">=10"
  2380. },
  2381. "funding": {
  2382. "url": "https://github.com/chalk/chalk?sponsor=1"
  2383. }
  2384. },
  2385. "node_modules/log-symbols/node_modules/is-unicode-supported": {
  2386. "version": "0.1.0",
  2387. "license": "MIT",
  2388. "engines": {
  2389. "node": ">=10"
  2390. },
  2391. "funding": {
  2392. "url": "https://github.com/sponsors/sindresorhus"
  2393. }
  2394. },
  2395. "node_modules/lowercase-keys": {
  2396. "version": "3.0.0",
  2397. "license": "MIT",
  2398. "engines": {
  2399. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2400. },
  2401. "funding": {
  2402. "url": "https://github.com/sponsors/sindresorhus"
  2403. }
  2404. },
  2405. "node_modules/lru-cache": {
  2406. "version": "10.0.3",
  2407. "license": "ISC",
  2408. "engines": {
  2409. "node": "14 || >=16.14"
  2410. }
  2411. },
  2412. "node_modules/make-error": {
  2413. "version": "1.3.6",
  2414. "dev": true,
  2415. "license": "ISC"
  2416. },
  2417. "node_modules/map-stream": {
  2418. "version": "0.1.0"
  2419. },
  2420. "node_modules/mime-db": {
  2421. "version": "1.52.0",
  2422. "license": "MIT",
  2423. "engines": {
  2424. "node": ">= 0.6"
  2425. }
  2426. },
  2427. "node_modules/mime-types": {
  2428. "version": "2.1.35",
  2429. "license": "MIT",
  2430. "dependencies": {
  2431. "mime-db": "1.52.0"
  2432. },
  2433. "engines": {
  2434. "node": ">= 0.6"
  2435. }
  2436. },
  2437. "node_modules/mimic-fn": {
  2438. "version": "2.1.0",
  2439. "license": "MIT",
  2440. "engines": {
  2441. "node": ">=6"
  2442. }
  2443. },
  2444. "node_modules/mimic-response": {
  2445. "version": "4.0.0",
  2446. "license": "MIT",
  2447. "engines": {
  2448. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2449. },
  2450. "funding": {
  2451. "url": "https://github.com/sponsors/sindresorhus"
  2452. }
  2453. },
  2454. "node_modules/minimatch": {
  2455. "version": "9.0.3",
  2456. "license": "ISC",
  2457. "dependencies": {
  2458. "brace-expansion": "^2.0.1"
  2459. },
  2460. "engines": {
  2461. "node": ">=16 || 14 >=14.17"
  2462. },
  2463. "funding": {
  2464. "url": "https://github.com/sponsors/isaacs"
  2465. }
  2466. },
  2467. "node_modules/minipass": {
  2468. "version": "7.0.4",
  2469. "license": "ISC",
  2470. "engines": {
  2471. "node": ">=16 || 14 >=14.17"
  2472. }
  2473. },
  2474. "node_modules/ms": {
  2475. "version": "2.1.2",
  2476. "license": "MIT"
  2477. },
  2478. "node_modules/mute-stream": {
  2479. "version": "1.0.0",
  2480. "license": "ISC",
  2481. "engines": {
  2482. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2483. }
  2484. },
  2485. "node_modules/nanoid": {
  2486. "version": "3.3.7",
  2487. "funding": [
  2488. {
  2489. "type": "github",
  2490. "url": "https://github.com/sponsors/ai"
  2491. }
  2492. ],
  2493. "license": "MIT",
  2494. "bin": {
  2495. "nanoid": "bin/nanoid.cjs"
  2496. },
  2497. "engines": {
  2498. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2499. }
  2500. },
  2501. "node_modules/node-releases": {
  2502. "version": "2.0.13",
  2503. "license": "MIT"
  2504. },
  2505. "node_modules/normalize-url": {
  2506. "version": "8.0.0",
  2507. "license": "MIT",
  2508. "engines": {
  2509. "node": ">=14.16"
  2510. },
  2511. "funding": {
  2512. "url": "https://github.com/sponsors/sindresorhus"
  2513. }
  2514. },
  2515. "node_modules/nth-check": {
  2516. "version": "2.1.1",
  2517. "license": "BSD-2-Clause",
  2518. "dependencies": {
  2519. "boolbase": "^1.0.0"
  2520. },
  2521. "funding": {
  2522. "url": "https://github.com/fb55/nth-check?sponsor=1"
  2523. }
  2524. },
  2525. "node_modules/nwsapi": {
  2526. "version": "2.2.7",
  2527. "license": "MIT"
  2528. },
  2529. "node_modules/onetime": {
  2530. "version": "5.1.2",
  2531. "license": "MIT",
  2532. "dependencies": {
  2533. "mimic-fn": "^2.1.0"
  2534. },
  2535. "engines": {
  2536. "node": ">=6"
  2537. },
  2538. "funding": {
  2539. "url": "https://github.com/sponsors/sindresorhus"
  2540. }
  2541. },
  2542. "node_modules/ora": {
  2543. "version": "5.4.1",
  2544. "license": "MIT",
  2545. "dependencies": {
  2546. "bl": "^4.1.0",
  2547. "chalk": "^4.1.0",
  2548. "cli-cursor": "^3.1.0",
  2549. "cli-spinners": "^2.5.0",
  2550. "is-interactive": "^1.0.0",
  2551. "is-unicode-supported": "^0.1.0",
  2552. "log-symbols": "^4.1.0",
  2553. "strip-ansi": "^6.0.0",
  2554. "wcwidth": "^1.0.1"
  2555. },
  2556. "engines": {
  2557. "node": ">=10"
  2558. },
  2559. "funding": {
  2560. "url": "https://github.com/sponsors/sindresorhus"
  2561. }
  2562. },
  2563. "node_modules/ora/node_modules/chalk": {
  2564. "version": "4.1.2",
  2565. "license": "MIT",
  2566. "dependencies": {
  2567. "ansi-styles": "^4.1.0",
  2568. "supports-color": "^7.1.0"
  2569. },
  2570. "engines": {
  2571. "node": ">=10"
  2572. },
  2573. "funding": {
  2574. "url": "https://github.com/chalk/chalk?sponsor=1"
  2575. }
  2576. },
  2577. "node_modules/ora/node_modules/is-unicode-supported": {
  2578. "version": "0.1.0",
  2579. "license": "MIT",
  2580. "engines": {
  2581. "node": ">=10"
  2582. },
  2583. "funding": {
  2584. "url": "https://github.com/sponsors/sindresorhus"
  2585. }
  2586. },
  2587. "node_modules/os-tmpdir": {
  2588. "version": "1.0.2",
  2589. "license": "MIT",
  2590. "engines": {
  2591. "node": ">=0.10.0"
  2592. }
  2593. },
  2594. "node_modules/ow": {
  2595. "version": "0.28.2",
  2596. "license": "MIT",
  2597. "dependencies": {
  2598. "@sindresorhus/is": "^4.2.0",
  2599. "callsites": "^3.1.0",
  2600. "dot-prop": "^6.0.1",
  2601. "lodash.isequal": "^4.5.0",
  2602. "vali-date": "^1.0.0"
  2603. },
  2604. "engines": {
  2605. "node": ">=12"
  2606. },
  2607. "funding": {
  2608. "url": "https://github.com/sponsors/sindresorhus"
  2609. }
  2610. },
  2611. "node_modules/p-cancelable": {
  2612. "version": "3.0.0",
  2613. "license": "MIT",
  2614. "engines": {
  2615. "node": ">=12.20"
  2616. }
  2617. },
  2618. "node_modules/p-limit": {
  2619. "version": "3.1.0",
  2620. "license": "MIT",
  2621. "dependencies": {
  2622. "yocto-queue": "^0.1.0"
  2623. },
  2624. "engines": {
  2625. "node": ">=10"
  2626. },
  2627. "funding": {
  2628. "url": "https://github.com/sponsors/sindresorhus"
  2629. }
  2630. },
  2631. "node_modules/p-locate": {
  2632. "version": "4.1.0",
  2633. "license": "MIT",
  2634. "dependencies": {
  2635. "p-limit": "^2.2.0"
  2636. },
  2637. "engines": {
  2638. "node": ">=8"
  2639. }
  2640. },
  2641. "node_modules/p-locate/node_modules/p-limit": {
  2642. "version": "2.3.0",
  2643. "license": "MIT",
  2644. "dependencies": {
  2645. "p-try": "^2.0.0"
  2646. },
  2647. "engines": {
  2648. "node": ">=6"
  2649. },
  2650. "funding": {
  2651. "url": "https://github.com/sponsors/sindresorhus"
  2652. }
  2653. },
  2654. "node_modules/p-try": {
  2655. "version": "2.2.0",
  2656. "license": "MIT",
  2657. "engines": {
  2658. "node": ">=6"
  2659. }
  2660. },
  2661. "node_modules/parent-require": {
  2662. "version": "1.0.0",
  2663. "engines": {
  2664. "node": ">= 0.4.0"
  2665. }
  2666. },
  2667. "node_modules/parse5": {
  2668. "version": "7.1.2",
  2669. "license": "MIT",
  2670. "dependencies": {
  2671. "entities": "^4.4.0"
  2672. },
  2673. "funding": {
  2674. "url": "https://github.com/inikulin/parse5?sponsor=1"
  2675. }
  2676. },
  2677. "node_modules/parse5-htmlparser2-tree-adapter": {
  2678. "version": "7.0.0",
  2679. "license": "MIT",
  2680. "dependencies": {
  2681. "domhandler": "^5.0.2",
  2682. "parse5": "^7.0.0"
  2683. },
  2684. "funding": {
  2685. "url": "https://github.com/inikulin/parse5?sponsor=1"
  2686. }
  2687. },
  2688. "node_modules/path-exists": {
  2689. "version": "4.0.0",
  2690. "license": "MIT",
  2691. "engines": {
  2692. "node": ">=8"
  2693. }
  2694. },
  2695. "node_modules/path-key": {
  2696. "version": "3.1.1",
  2697. "license": "MIT",
  2698. "engines": {
  2699. "node": ">=8"
  2700. }
  2701. },
  2702. "node_modules/path-scurry": {
  2703. "version": "1.10.1",
  2704. "license": "BlueOak-1.0.0",
  2705. "dependencies": {
  2706. "lru-cache": "^9.1.1 || ^10.0.0",
  2707. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2708. },
  2709. "engines": {
  2710. "node": ">=16 || 14 >=14.17"
  2711. },
  2712. "funding": {
  2713. "url": "https://github.com/sponsors/isaacs"
  2714. }
  2715. },
  2716. "node_modules/pause-stream": {
  2717. "version": "0.0.11",
  2718. "license": [
  2719. "MIT",
  2720. "Apache2"
  2721. ],
  2722. "dependencies": {
  2723. "through": "~2.3"
  2724. }
  2725. },
  2726. "node_modules/picocolors": {
  2727. "version": "1.0.0",
  2728. "license": "ISC"
  2729. },
  2730. "node_modules/pkg-dir": {
  2731. "version": "4.2.0",
  2732. "license": "MIT",
  2733. "dependencies": {
  2734. "find-up": "^4.0.0"
  2735. },
  2736. "engines": {
  2737. "node": ">=8"
  2738. }
  2739. },
  2740. "node_modules/playwright": {
  2741. "version": "1.40.0",
  2742. "license": "Apache-2.0",
  2743. "dependencies": {
  2744. "playwright-core": "1.40.0"
  2745. },
  2746. "bin": {
  2747. "playwright": "cli.js"
  2748. },
  2749. "engines": {
  2750. "node": ">=16"
  2751. },
  2752. "optionalDependencies": {
  2753. "fsevents": "2.3.2"
  2754. }
  2755. },
  2756. "node_modules/playwright-core": {
  2757. "version": "1.40.0",
  2758. "license": "Apache-2.0",
  2759. "bin": {
  2760. "playwright-core": "cli.js"
  2761. },
  2762. "engines": {
  2763. "node": ">=16"
  2764. }
  2765. },
  2766. "node_modules/prettier": {
  2767. "version": "3.1.0",
  2768. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
  2769. "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
  2770. "bin": {
  2771. "prettier": "bin/prettier.cjs"
  2772. },
  2773. "engines": {
  2774. "node": ">=14"
  2775. },
  2776. "funding": {
  2777. "url": "https://github.com/prettier/prettier?sponsor=1"
  2778. }
  2779. },
  2780. "node_modules/proper-lockfile": {
  2781. "version": "4.1.2",
  2782. "license": "MIT",
  2783. "dependencies": {
  2784. "graceful-fs": "^4.2.4",
  2785. "retry": "^0.12.0",
  2786. "signal-exit": "^3.0.2"
  2787. }
  2788. },
  2789. "node_modules/proper-lockfile/node_modules/signal-exit": {
  2790. "version": "3.0.7",
  2791. "license": "ISC"
  2792. },
  2793. "node_modules/proxy-chain": {
  2794. "version": "2.4.0",
  2795. "license": "Apache-2.0",
  2796. "dependencies": {
  2797. "tslib": "^2.3.1"
  2798. },
  2799. "engines": {
  2800. "node": ">=14"
  2801. }
  2802. },
  2803. "node_modules/psl": {
  2804. "version": "1.9.0",
  2805. "license": "MIT"
  2806. },
  2807. "node_modules/punycode": {
  2808. "version": "2.3.1",
  2809. "license": "MIT",
  2810. "engines": {
  2811. "node": ">=6"
  2812. }
  2813. },
  2814. "node_modules/querystringify": {
  2815. "version": "2.2.0",
  2816. "license": "MIT"
  2817. },
  2818. "node_modules/quick-lru": {
  2819. "version": "5.1.1",
  2820. "license": "MIT",
  2821. "engines": {
  2822. "node": ">=10"
  2823. },
  2824. "funding": {
  2825. "url": "https://github.com/sponsors/sindresorhus"
  2826. }
  2827. },
  2828. "node_modules/readable-stream": {
  2829. "version": "3.6.2",
  2830. "license": "MIT",
  2831. "dependencies": {
  2832. "inherits": "^2.0.3",
  2833. "string_decoder": "^1.1.1",
  2834. "util-deprecate": "^1.0.1"
  2835. },
  2836. "engines": {
  2837. "node": ">= 6"
  2838. }
  2839. },
  2840. "node_modules/require-directory": {
  2841. "version": "2.1.1",
  2842. "license": "MIT",
  2843. "engines": {
  2844. "node": ">=0.10.0"
  2845. }
  2846. },
  2847. "node_modules/requires-port": {
  2848. "version": "1.0.0",
  2849. "license": "MIT"
  2850. },
  2851. "node_modules/resolve-alpn": {
  2852. "version": "1.2.1",
  2853. "license": "MIT"
  2854. },
  2855. "node_modules/resolve-cwd": {
  2856. "version": "3.0.0",
  2857. "license": "MIT",
  2858. "dependencies": {
  2859. "resolve-from": "^5.0.0"
  2860. },
  2861. "engines": {
  2862. "node": ">=8"
  2863. }
  2864. },
  2865. "node_modules/resolve-from": {
  2866. "version": "5.0.0",
  2867. "license": "MIT",
  2868. "engines": {
  2869. "node": ">=8"
  2870. }
  2871. },
  2872. "node_modules/responselike": {
  2873. "version": "3.0.0",
  2874. "license": "MIT",
  2875. "dependencies": {
  2876. "lowercase-keys": "^3.0.0"
  2877. },
  2878. "engines": {
  2879. "node": ">=14.16"
  2880. },
  2881. "funding": {
  2882. "url": "https://github.com/sponsors/sindresorhus"
  2883. }
  2884. },
  2885. "node_modules/restore-cursor": {
  2886. "version": "3.1.0",
  2887. "license": "MIT",
  2888. "dependencies": {
  2889. "onetime": "^5.1.0",
  2890. "signal-exit": "^3.0.2"
  2891. },
  2892. "engines": {
  2893. "node": ">=8"
  2894. }
  2895. },
  2896. "node_modules/restore-cursor/node_modules/signal-exit": {
  2897. "version": "3.0.7",
  2898. "license": "ISC"
  2899. },
  2900. "node_modules/retry": {
  2901. "version": "0.12.0",
  2902. "license": "MIT",
  2903. "engines": {
  2904. "node": ">= 4"
  2905. }
  2906. },
  2907. "node_modules/rrweb-cssom": {
  2908. "version": "0.6.0",
  2909. "license": "MIT"
  2910. },
  2911. "node_modules/run-async": {
  2912. "version": "3.0.0",
  2913. "license": "MIT",
  2914. "engines": {
  2915. "node": ">=0.12.0"
  2916. }
  2917. },
  2918. "node_modules/rxjs": {
  2919. "version": "7.8.1",
  2920. "license": "Apache-2.0",
  2921. "dependencies": {
  2922. "tslib": "^2.1.0"
  2923. }
  2924. },
  2925. "node_modules/safe-buffer": {
  2926. "version": "5.2.1",
  2927. "funding": [
  2928. {
  2929. "type": "github",
  2930. "url": "https://github.com/sponsors/feross"
  2931. },
  2932. {
  2933. "type": "patreon",
  2934. "url": "https://www.patreon.com/feross"
  2935. },
  2936. {
  2937. "type": "consulting",
  2938. "url": "https://feross.org/support"
  2939. }
  2940. ],
  2941. "license": "MIT"
  2942. },
  2943. "node_modules/safer-buffer": {
  2944. "version": "2.1.2",
  2945. "license": "MIT"
  2946. },
  2947. "node_modules/saxes": {
  2948. "version": "6.0.0",
  2949. "license": "ISC",
  2950. "dependencies": {
  2951. "xmlchars": "^2.2.0"
  2952. },
  2953. "engines": {
  2954. "node": ">=v12.22.7"
  2955. }
  2956. },
  2957. "node_modules/set-function-length": {
  2958. "version": "1.1.1",
  2959. "license": "MIT",
  2960. "dependencies": {
  2961. "define-data-property": "^1.1.1",
  2962. "get-intrinsic": "^1.2.1",
  2963. "gopd": "^1.0.1",
  2964. "has-property-descriptors": "^1.0.0"
  2965. },
  2966. "engines": {
  2967. "node": ">= 0.4"
  2968. }
  2969. },
  2970. "node_modules/shebang-command": {
  2971. "version": "2.0.0",
  2972. "license": "MIT",
  2973. "dependencies": {
  2974. "shebang-regex": "^3.0.0"
  2975. },
  2976. "engines": {
  2977. "node": ">=8"
  2978. }
  2979. },
  2980. "node_modules/shebang-regex": {
  2981. "version": "3.0.0",
  2982. "license": "MIT",
  2983. "engines": {
  2984. "node": ">=8"
  2985. }
  2986. },
  2987. "node_modules/signal-exit": {
  2988. "version": "4.1.0",
  2989. "license": "ISC",
  2990. "engines": {
  2991. "node": ">=14"
  2992. },
  2993. "funding": {
  2994. "url": "https://github.com/sponsors/isaacs"
  2995. }
  2996. },
  2997. "node_modules/split": {
  2998. "version": "0.3.3",
  2999. "license": "MIT",
  3000. "dependencies": {
  3001. "through": "2"
  3002. },
  3003. "engines": {
  3004. "node": "*"
  3005. }
  3006. },
  3007. "node_modules/stream-chain": {
  3008. "version": "2.2.5",
  3009. "license": "BSD-3-Clause"
  3010. },
  3011. "node_modules/stream-combiner": {
  3012. "version": "0.0.4",
  3013. "license": "MIT",
  3014. "dependencies": {
  3015. "duplexer": "~0.1.1"
  3016. }
  3017. },
  3018. "node_modules/stream-json": {
  3019. "version": "1.8.0",
  3020. "license": "BSD-3-Clause",
  3021. "dependencies": {
  3022. "stream-chain": "^2.2.5"
  3023. }
  3024. },
  3025. "node_modules/string_decoder": {
  3026. "version": "1.3.0",
  3027. "license": "MIT",
  3028. "dependencies": {
  3029. "safe-buffer": "~5.2.0"
  3030. }
  3031. },
  3032. "node_modules/string-width": {
  3033. "version": "4.2.3",
  3034. "license": "MIT",
  3035. "dependencies": {
  3036. "emoji-regex": "^8.0.0",
  3037. "is-fullwidth-code-point": "^3.0.0",
  3038. "strip-ansi": "^6.0.1"
  3039. },
  3040. "engines": {
  3041. "node": ">=8"
  3042. }
  3043. },
  3044. "node_modules/strip-ansi": {
  3045. "version": "6.0.1",
  3046. "license": "MIT",
  3047. "dependencies": {
  3048. "ansi-regex": "^5.0.1"
  3049. },
  3050. "engines": {
  3051. "node": ">=8"
  3052. }
  3053. },
  3054. "node_modules/supports-color": {
  3055. "version": "7.2.0",
  3056. "license": "MIT",
  3057. "dependencies": {
  3058. "has-flag": "^4.0.0"
  3059. },
  3060. "engines": {
  3061. "node": ">=8"
  3062. }
  3063. },
  3064. "node_modules/symbol-tree": {
  3065. "version": "3.2.4",
  3066. "license": "MIT"
  3067. },
  3068. "node_modules/through": {
  3069. "version": "2.3.8",
  3070. "license": "MIT"
  3071. },
  3072. "node_modules/tiny-typed-emitter": {
  3073. "version": "2.1.0",
  3074. "license": "MIT"
  3075. },
  3076. "node_modules/tldts": {
  3077. "version": "6.0.20",
  3078. "license": "MIT",
  3079. "dependencies": {
  3080. "tldts-core": "^6.0.20"
  3081. },
  3082. "bin": {
  3083. "tldts": "bin/cli.js"
  3084. }
  3085. },
  3086. "node_modules/tldts-core": {
  3087. "version": "6.0.20",
  3088. "license": "MIT"
  3089. },
  3090. "node_modules/tmp": {
  3091. "version": "0.0.33",
  3092. "license": "MIT",
  3093. "dependencies": {
  3094. "os-tmpdir": "~1.0.2"
  3095. },
  3096. "engines": {
  3097. "node": ">=0.6.0"
  3098. }
  3099. },
  3100. "node_modules/tough-cookie": {
  3101. "version": "4.1.3",
  3102. "license": "BSD-3-Clause",
  3103. "dependencies": {
  3104. "psl": "^1.1.33",
  3105. "punycode": "^2.1.1",
  3106. "universalify": "^0.2.0",
  3107. "url-parse": "^1.5.3"
  3108. },
  3109. "engines": {
  3110. "node": ">=6"
  3111. }
  3112. },
  3113. "node_modules/tough-cookie/node_modules/universalify": {
  3114. "version": "0.2.0",
  3115. "license": "MIT",
  3116. "engines": {
  3117. "node": ">= 4.0.0"
  3118. }
  3119. },
  3120. "node_modules/tr46": {
  3121. "version": "4.1.1",
  3122. "license": "MIT",
  3123. "dependencies": {
  3124. "punycode": "^2.3.0"
  3125. },
  3126. "engines": {
  3127. "node": ">=14"
  3128. }
  3129. },
  3130. "node_modules/ts-node": {
  3131. "version": "10.9.1",
  3132. "dev": true,
  3133. "license": "MIT",
  3134. "dependencies": {
  3135. "@cspotcode/source-map-support": "^0.8.0",
  3136. "@tsconfig/node10": "^1.0.7",
  3137. "@tsconfig/node12": "^1.0.7",
  3138. "@tsconfig/node14": "^1.0.0",
  3139. "@tsconfig/node16": "^1.0.2",
  3140. "acorn": "^8.4.1",
  3141. "acorn-walk": "^8.1.1",
  3142. "arg": "^4.1.0",
  3143. "create-require": "^1.1.0",
  3144. "diff": "^4.0.1",
  3145. "make-error": "^1.1.1",
  3146. "v8-compile-cache-lib": "^3.0.1",
  3147. "yn": "3.1.1"
  3148. },
  3149. "bin": {
  3150. "ts-node": "dist/bin.js",
  3151. "ts-node-cwd": "dist/bin-cwd.js",
  3152. "ts-node-esm": "dist/bin-esm.js",
  3153. "ts-node-script": "dist/bin-script.js",
  3154. "ts-node-transpile-only": "dist/bin-transpile.js",
  3155. "ts-script": "dist/bin-script-deprecated.js"
  3156. },
  3157. "peerDependencies": {
  3158. "@swc/core": ">=1.2.50",
  3159. "@swc/wasm": ">=1.2.50",
  3160. "@types/node": "*",
  3161. "typescript": ">=2.7"
  3162. },
  3163. "peerDependenciesMeta": {
  3164. "@swc/core": {
  3165. "optional": true
  3166. },
  3167. "@swc/wasm": {
  3168. "optional": true
  3169. }
  3170. }
  3171. },
  3172. "node_modules/tslib": {
  3173. "version": "2.6.2",
  3174. "license": "0BSD"
  3175. },
  3176. "node_modules/type-fest": {
  3177. "version": "4.8.1",
  3178. "license": "(MIT OR CC0-1.0)",
  3179. "engines": {
  3180. "node": ">=16"
  3181. },
  3182. "funding": {
  3183. "url": "https://github.com/sponsors/sindresorhus"
  3184. }
  3185. },
  3186. "node_modules/typescript": {
  3187. "version": "5.2.2",
  3188. "dev": true,
  3189. "license": "Apache-2.0",
  3190. "bin": {
  3191. "tsc": "bin/tsc",
  3192. "tsserver": "bin/tsserver"
  3193. },
  3194. "engines": {
  3195. "node": ">=14.17"
  3196. }
  3197. },
  3198. "node_modules/uhyphen": {
  3199. "version": "0.2.0",
  3200. "license": "ISC"
  3201. },
  3202. "node_modules/undici-types": {
  3203. "version": "5.26.5",
  3204. "license": "MIT"
  3205. },
  3206. "node_modules/universalify": {
  3207. "version": "2.0.1",
  3208. "license": "MIT",
  3209. "engines": {
  3210. "node": ">= 10.0.0"
  3211. }
  3212. },
  3213. "node_modules/update-browserslist-db": {
  3214. "version": "1.0.13",
  3215. "funding": [
  3216. {
  3217. "type": "opencollective",
  3218. "url": "https://opencollective.com/browserslist"
  3219. },
  3220. {
  3221. "type": "tidelift",
  3222. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3223. },
  3224. {
  3225. "type": "github",
  3226. "url": "https://github.com/sponsors/ai"
  3227. }
  3228. ],
  3229. "license": "MIT",
  3230. "dependencies": {
  3231. "escalade": "^3.1.1",
  3232. "picocolors": "^1.0.0"
  3233. },
  3234. "bin": {
  3235. "update-browserslist-db": "cli.js"
  3236. },
  3237. "peerDependencies": {
  3238. "browserslist": ">= 4.21.0"
  3239. }
  3240. },
  3241. "node_modules/url-parse": {
  3242. "version": "1.5.10",
  3243. "license": "MIT",
  3244. "dependencies": {
  3245. "querystringify": "^2.1.1",
  3246. "requires-port": "^1.0.0"
  3247. }
  3248. },
  3249. "node_modules/util-deprecate": {
  3250. "version": "1.0.2",
  3251. "license": "MIT"
  3252. },
  3253. "node_modules/v8-compile-cache-lib": {
  3254. "version": "3.0.1",
  3255. "dev": true,
  3256. "license": "MIT"
  3257. },
  3258. "node_modules/vali-date": {
  3259. "version": "1.0.0",
  3260. "license": "MIT",
  3261. "engines": {
  3262. "node": ">=0.10.0"
  3263. }
  3264. },
  3265. "node_modules/w3c-xmlserializer": {
  3266. "version": "4.0.0",
  3267. "license": "MIT",
  3268. "dependencies": {
  3269. "xml-name-validator": "^4.0.0"
  3270. },
  3271. "engines": {
  3272. "node": ">=14"
  3273. }
  3274. },
  3275. "node_modules/wcwidth": {
  3276. "version": "1.0.1",
  3277. "license": "MIT",
  3278. "dependencies": {
  3279. "defaults": "^1.0.3"
  3280. }
  3281. },
  3282. "node_modules/webidl-conversions": {
  3283. "version": "7.0.0",
  3284. "license": "BSD-2-Clause",
  3285. "engines": {
  3286. "node": ">=12"
  3287. }
  3288. },
  3289. "node_modules/whatwg-encoding": {
  3290. "version": "2.0.0",
  3291. "license": "MIT",
  3292. "dependencies": {
  3293. "iconv-lite": "0.6.3"
  3294. },
  3295. "engines": {
  3296. "node": ">=12"
  3297. }
  3298. },
  3299. "node_modules/whatwg-mimetype": {
  3300. "version": "3.0.0",
  3301. "license": "MIT",
  3302. "engines": {
  3303. "node": ">=12"
  3304. }
  3305. },
  3306. "node_modules/whatwg-url": {
  3307. "version": "12.0.1",
  3308. "license": "MIT",
  3309. "dependencies": {
  3310. "tr46": "^4.1.1",
  3311. "webidl-conversions": "^7.0.0"
  3312. },
  3313. "engines": {
  3314. "node": ">=14"
  3315. }
  3316. },
  3317. "node_modules/which": {
  3318. "version": "2.0.2",
  3319. "license": "ISC",
  3320. "dependencies": {
  3321. "isexe": "^2.0.0"
  3322. },
  3323. "bin": {
  3324. "node-which": "bin/node-which"
  3325. },
  3326. "engines": {
  3327. "node": ">= 8"
  3328. }
  3329. },
  3330. "node_modules/wrap-ansi": {
  3331. "version": "6.2.0",
  3332. "license": "MIT",
  3333. "dependencies": {
  3334. "ansi-styles": "^4.0.0",
  3335. "string-width": "^4.1.0",
  3336. "strip-ansi": "^6.0.0"
  3337. },
  3338. "engines": {
  3339. "node": ">=8"
  3340. }
  3341. },
  3342. "node_modules/ws": {
  3343. "version": "8.14.2",
  3344. "license": "MIT",
  3345. "engines": {
  3346. "node": ">=10.0.0"
  3347. },
  3348. "peerDependencies": {
  3349. "bufferutil": "^4.0.1",
  3350. "utf-8-validate": ">=5.0.2"
  3351. },
  3352. "peerDependenciesMeta": {
  3353. "bufferutil": {
  3354. "optional": true
  3355. },
  3356. "utf-8-validate": {
  3357. "optional": true
  3358. }
  3359. }
  3360. },
  3361. "node_modules/xml-name-validator": {
  3362. "version": "4.0.0",
  3363. "license": "Apache-2.0",
  3364. "engines": {
  3365. "node": ">=12"
  3366. }
  3367. },
  3368. "node_modules/xmlchars": {
  3369. "version": "2.2.0",
  3370. "license": "MIT"
  3371. },
  3372. "node_modules/y18n": {
  3373. "version": "5.0.8",
  3374. "license": "ISC",
  3375. "engines": {
  3376. "node": ">=10"
  3377. }
  3378. },
  3379. "node_modules/yargonaut": {
  3380. "version": "1.1.4",
  3381. "license": "Apache-2.0",
  3382. "dependencies": {
  3383. "chalk": "^1.1.1",
  3384. "figlet": "^1.1.1",
  3385. "parent-require": "^1.0.0"
  3386. }
  3387. },
  3388. "node_modules/yargonaut/node_modules/chalk": {
  3389. "version": "1.1.3",
  3390. "license": "MIT",
  3391. "dependencies": {
  3392. "ansi-styles": "^2.2.1",
  3393. "escape-string-regexp": "^1.0.2",
  3394. "has-ansi": "^2.0.0",
  3395. "strip-ansi": "^3.0.0",
  3396. "supports-color": "^2.0.0"
  3397. },
  3398. "engines": {
  3399. "node": ">=0.10.0"
  3400. }
  3401. },
  3402. "node_modules/yargonaut/node_modules/chalk/node_modules/ansi-styles": {
  3403. "version": "2.2.1",
  3404. "license": "MIT",
  3405. "engines": {
  3406. "node": ">=0.10.0"
  3407. }
  3408. },
  3409. "node_modules/yargonaut/node_modules/chalk/node_modules/escape-string-regexp": {
  3410. "version": "1.0.5",
  3411. "license": "MIT",
  3412. "engines": {
  3413. "node": ">=0.8.0"
  3414. }
  3415. },
  3416. "node_modules/yargonaut/node_modules/chalk/node_modules/strip-ansi": {
  3417. "version": "3.0.1",
  3418. "license": "MIT",
  3419. "dependencies": {
  3420. "ansi-regex": "^2.0.0"
  3421. },
  3422. "engines": {
  3423. "node": ">=0.10.0"
  3424. }
  3425. },
  3426. "node_modules/yargonaut/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex": {
  3427. "version": "2.1.1",
  3428. "license": "MIT",
  3429. "engines": {
  3430. "node": ">=0.10.0"
  3431. }
  3432. },
  3433. "node_modules/yargonaut/node_modules/chalk/node_modules/supports-color": {
  3434. "version": "2.0.0",
  3435. "license": "MIT",
  3436. "engines": {
  3437. "node": ">=0.8.0"
  3438. }
  3439. },
  3440. "node_modules/yargs": {
  3441. "version": "17.7.2",
  3442. "license": "MIT",
  3443. "dependencies": {
  3444. "cliui": "^8.0.1",
  3445. "escalade": "^3.1.1",
  3446. "get-caller-file": "^2.0.5",
  3447. "require-directory": "^2.1.1",
  3448. "string-width": "^4.2.3",
  3449. "y18n": "^5.0.5",
  3450. "yargs-parser": "^21.1.1"
  3451. },
  3452. "engines": {
  3453. "node": ">=12"
  3454. }
  3455. },
  3456. "node_modules/yargs-parser": {
  3457. "version": "21.1.1",
  3458. "license": "ISC",
  3459. "engines": {
  3460. "node": ">=12"
  3461. }
  3462. },
  3463. "node_modules/yn": {
  3464. "version": "3.1.1",
  3465. "dev": true,
  3466. "license": "MIT",
  3467. "engines": {
  3468. "node": ">=6"
  3469. }
  3470. },
  3471. "node_modules/yocto-queue": {
  3472. "version": "0.1.0",
  3473. "license": "MIT",
  3474. "engines": {
  3475. "node": ">=10"
  3476. },
  3477. "funding": {
  3478. "url": "https://github.com/sponsors/sindresorhus"
  3479. }
  3480. },
  3481. "node_modules/zod": {
  3482. "version": "3.22.4",
  3483. "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
  3484. "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
  3485. "funding": {
  3486. "url": "https://github.com/sponsors/colinhacks"
  3487. }
  3488. }
  3489. }
  3490. }