package-lock.json 83 KB

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