package-lock.json 82 KB

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