package-lock.json 81 KB

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