package-lock.json 82 KB

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