package-lock.json 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426
  1. {
  2. "name": "internship-playground",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "npm": "^11.6.1"
  9. }
  10. },
  11. "node_modules/npm": {
  12. "version": "11.6.1",
  13. "resolved": "https://registry.npmjs.org/npm/-/npm-11.6.1.tgz",
  14. "integrity": "sha512-7iDSHDoup6uMQJ37yWrhfqcbMhF0UEfGRap6Nv+aKQcrIJXlCi2cKbj75WBmiHlcwsQCy/U0zEwDZdAx6H/Vaw==",
  15. "bundleDependencies": [
  16. "@isaacs/string-locale-compare",
  17. "@npmcli/arborist",
  18. "@npmcli/config",
  19. "@npmcli/fs",
  20. "@npmcli/map-workspaces",
  21. "@npmcli/package-json",
  22. "@npmcli/promise-spawn",
  23. "@npmcli/redact",
  24. "@npmcli/run-script",
  25. "@sigstore/tuf",
  26. "abbrev",
  27. "archy",
  28. "cacache",
  29. "chalk",
  30. "ci-info",
  31. "cli-columns",
  32. "fastest-levenshtein",
  33. "fs-minipass",
  34. "glob",
  35. "graceful-fs",
  36. "hosted-git-info",
  37. "ini",
  38. "init-package-json",
  39. "is-cidr",
  40. "json-parse-even-better-errors",
  41. "libnpmaccess",
  42. "libnpmdiff",
  43. "libnpmexec",
  44. "libnpmfund",
  45. "libnpmorg",
  46. "libnpmpack",
  47. "libnpmpublish",
  48. "libnpmsearch",
  49. "libnpmteam",
  50. "libnpmversion",
  51. "make-fetch-happen",
  52. "minimatch",
  53. "minipass",
  54. "minipass-pipeline",
  55. "ms",
  56. "node-gyp",
  57. "nopt",
  58. "normalize-package-data",
  59. "npm-audit-report",
  60. "npm-install-checks",
  61. "npm-package-arg",
  62. "npm-pick-manifest",
  63. "npm-profile",
  64. "npm-registry-fetch",
  65. "npm-user-validate",
  66. "p-map",
  67. "pacote",
  68. "parse-conflict-json",
  69. "proc-log",
  70. "qrcode-terminal",
  71. "read",
  72. "semver",
  73. "spdx-expression-parse",
  74. "ssri",
  75. "supports-color",
  76. "tar",
  77. "text-table",
  78. "tiny-relative-date",
  79. "treeverse",
  80. "validate-npm-package-name",
  81. "which"
  82. ],
  83. "dependencies": {
  84. "@isaacs/string-locale-compare": "^1.1.0",
  85. "@npmcli/arborist": "^9.1.5",
  86. "@npmcli/config": "^10.4.1",
  87. "@npmcli/fs": "^4.0.0",
  88. "@npmcli/map-workspaces": "^5.0.0",
  89. "@npmcli/package-json": "^7.0.1",
  90. "@npmcli/promise-spawn": "^8.0.3",
  91. "@npmcli/redact": "^3.2.2",
  92. "@npmcli/run-script": "^10.0.0",
  93. "@sigstore/tuf": "^4.0.0",
  94. "abbrev": "^3.0.1",
  95. "archy": "~1.0.0",
  96. "cacache": "^20.0.1",
  97. "chalk": "^5.6.2",
  98. "ci-info": "^4.3.0",
  99. "cli-columns": "^4.0.0",
  100. "fastest-levenshtein": "^1.0.16",
  101. "fs-minipass": "^3.0.3",
  102. "glob": "^11.0.3",
  103. "graceful-fs": "^4.2.11",
  104. "hosted-git-info": "^9.0.0",
  105. "ini": "^5.0.0",
  106. "init-package-json": "^8.2.2",
  107. "is-cidr": "^6.0.0",
  108. "json-parse-even-better-errors": "^4.0.0",
  109. "libnpmaccess": "^10.0.2",
  110. "libnpmdiff": "^8.0.8",
  111. "libnpmexec": "^10.1.7",
  112. "libnpmfund": "^7.0.8",
  113. "libnpmorg": "^8.0.1",
  114. "libnpmpack": "^9.0.8",
  115. "libnpmpublish": "^11.1.1",
  116. "libnpmsearch": "^9.0.1",
  117. "libnpmteam": "^8.0.2",
  118. "libnpmversion": "^8.0.2",
  119. "make-fetch-happen": "^15.0.2",
  120. "minimatch": "^10.0.3",
  121. "minipass": "^7.1.1",
  122. "minipass-pipeline": "^1.2.4",
  123. "ms": "^2.1.2",
  124. "node-gyp": "^11.4.2",
  125. "nopt": "^8.1.0",
  126. "normalize-package-data": "^8.0.0",
  127. "npm-audit-report": "^6.0.0",
  128. "npm-install-checks": "^7.1.2",
  129. "npm-package-arg": "^13.0.0",
  130. "npm-pick-manifest": "^11.0.1",
  131. "npm-profile": "^12.0.0",
  132. "npm-registry-fetch": "^19.0.0",
  133. "npm-user-validate": "^3.0.0",
  134. "p-map": "^7.0.3",
  135. "pacote": "^21.0.3",
  136. "parse-conflict-json": "^4.0.0",
  137. "proc-log": "^5.0.0",
  138. "qrcode-terminal": "^0.12.0",
  139. "read": "^4.1.0",
  140. "semver": "^7.7.2",
  141. "spdx-expression-parse": "^4.0.0",
  142. "ssri": "^12.0.0",
  143. "supports-color": "^10.2.2",
  144. "tar": "^7.5.1",
  145. "text-table": "~0.2.0",
  146. "tiny-relative-date": "^2.0.2",
  147. "treeverse": "^3.0.0",
  148. "validate-npm-package-name": "^6.0.2",
  149. "which": "^5.0.0"
  150. },
  151. "bin": {
  152. "npm": "bin/npm-cli.js",
  153. "npx": "bin/npx-cli.js"
  154. },
  155. "engines": {
  156. "node": "^20.17.0 || >=22.9.0"
  157. }
  158. },
  159. "node_modules/npm/node_modules/@isaacs/balanced-match": {
  160. "version": "4.0.1",
  161. "inBundle": true,
  162. "license": "MIT",
  163. "engines": {
  164. "node": "20 || >=22"
  165. }
  166. },
  167. "node_modules/npm/node_modules/@isaacs/brace-expansion": {
  168. "version": "5.0.0",
  169. "inBundle": true,
  170. "license": "MIT",
  171. "dependencies": {
  172. "@isaacs/balanced-match": "^4.0.1"
  173. },
  174. "engines": {
  175. "node": "20 || >=22"
  176. }
  177. },
  178. "node_modules/npm/node_modules/@isaacs/cliui": {
  179. "version": "8.0.2",
  180. "inBundle": true,
  181. "license": "ISC",
  182. "dependencies": {
  183. "string-width": "^5.1.2",
  184. "string-width-cjs": "npm:string-width@^4.2.0",
  185. "strip-ansi": "^7.0.1",
  186. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  187. "wrap-ansi": "^8.1.0",
  188. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  189. },
  190. "engines": {
  191. "node": ">=12"
  192. }
  193. },
  194. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  195. "version": "6.2.2",
  196. "inBundle": true,
  197. "license": "MIT",
  198. "engines": {
  199. "node": ">=12"
  200. },
  201. "funding": {
  202. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  203. }
  204. },
  205. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  206. "version": "9.2.2",
  207. "inBundle": true,
  208. "license": "MIT"
  209. },
  210. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
  211. "version": "5.1.2",
  212. "inBundle": true,
  213. "license": "MIT",
  214. "dependencies": {
  215. "eastasianwidth": "^0.2.0",
  216. "emoji-regex": "^9.2.2",
  217. "strip-ansi": "^7.0.1"
  218. },
  219. "engines": {
  220. "node": ">=12"
  221. },
  222. "funding": {
  223. "url": "https://github.com/sponsors/sindresorhus"
  224. }
  225. },
  226. "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  227. "version": "7.1.2",
  228. "inBundle": true,
  229. "license": "MIT",
  230. "dependencies": {
  231. "ansi-regex": "^6.0.1"
  232. },
  233. "engines": {
  234. "node": ">=12"
  235. },
  236. "funding": {
  237. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  238. }
  239. },
  240. "node_modules/npm/node_modules/@isaacs/fs-minipass": {
  241. "version": "4.0.1",
  242. "inBundle": true,
  243. "license": "ISC",
  244. "dependencies": {
  245. "minipass": "^7.0.4"
  246. },
  247. "engines": {
  248. "node": ">=18.0.0"
  249. }
  250. },
  251. "node_modules/npm/node_modules/@isaacs/string-locale-compare": {
  252. "version": "1.1.0",
  253. "inBundle": true,
  254. "license": "ISC"
  255. },
  256. "node_modules/npm/node_modules/@npmcli/agent": {
  257. "version": "4.0.0",
  258. "inBundle": true,
  259. "license": "ISC",
  260. "dependencies": {
  261. "agent-base": "^7.1.0",
  262. "http-proxy-agent": "^7.0.0",
  263. "https-proxy-agent": "^7.0.1",
  264. "lru-cache": "^11.2.1",
  265. "socks-proxy-agent": "^8.0.3"
  266. },
  267. "engines": {
  268. "node": "^20.17.0 || >=22.9.0"
  269. }
  270. },
  271. "node_modules/npm/node_modules/@npmcli/arborist": {
  272. "version": "9.1.5",
  273. "inBundle": true,
  274. "license": "ISC",
  275. "dependencies": {
  276. "@isaacs/string-locale-compare": "^1.1.0",
  277. "@npmcli/fs": "^4.0.0",
  278. "@npmcli/installed-package-contents": "^3.0.0",
  279. "@npmcli/map-workspaces": "^5.0.0",
  280. "@npmcli/metavuln-calculator": "^9.0.2",
  281. "@npmcli/name-from-folder": "^3.0.0",
  282. "@npmcli/node-gyp": "^4.0.0",
  283. "@npmcli/package-json": "^7.0.0",
  284. "@npmcli/query": "^4.0.0",
  285. "@npmcli/redact": "^3.0.0",
  286. "@npmcli/run-script": "^10.0.0",
  287. "bin-links": "^5.0.0",
  288. "cacache": "^20.0.1",
  289. "common-ancestor-path": "^1.0.1",
  290. "hosted-git-info": "^9.0.0",
  291. "json-stringify-nice": "^1.1.4",
  292. "lru-cache": "^11.2.1",
  293. "minimatch": "^10.0.3",
  294. "nopt": "^8.0.0",
  295. "npm-install-checks": "^7.1.0",
  296. "npm-package-arg": "^13.0.0",
  297. "npm-pick-manifest": "^11.0.1",
  298. "npm-registry-fetch": "^19.0.0",
  299. "pacote": "^21.0.2",
  300. "parse-conflict-json": "^4.0.0",
  301. "proc-log": "^5.0.0",
  302. "proggy": "^3.0.0",
  303. "promise-all-reject-late": "^1.0.0",
  304. "promise-call-limit": "^3.0.1",
  305. "semver": "^7.3.7",
  306. "ssri": "^12.0.0",
  307. "treeverse": "^3.0.0",
  308. "walk-up-path": "^4.0.0"
  309. },
  310. "bin": {
  311. "arborist": "bin/index.js"
  312. },
  313. "engines": {
  314. "node": "^20.17.0 || >=22.9.0"
  315. }
  316. },
  317. "node_modules/npm/node_modules/@npmcli/config": {
  318. "version": "10.4.1",
  319. "inBundle": true,
  320. "license": "ISC",
  321. "dependencies": {
  322. "@npmcli/map-workspaces": "^5.0.0",
  323. "@npmcli/package-json": "^7.0.0",
  324. "ci-info": "^4.0.0",
  325. "ini": "^5.0.0",
  326. "nopt": "^8.1.0",
  327. "proc-log": "^5.0.0",
  328. "semver": "^7.3.5",
  329. "walk-up-path": "^4.0.0"
  330. },
  331. "engines": {
  332. "node": "^20.17.0 || >=22.9.0"
  333. }
  334. },
  335. "node_modules/npm/node_modules/@npmcli/fs": {
  336. "version": "4.0.0",
  337. "inBundle": true,
  338. "license": "ISC",
  339. "dependencies": {
  340. "semver": "^7.3.5"
  341. },
  342. "engines": {
  343. "node": "^18.17.0 || >=20.5.0"
  344. }
  345. },
  346. "node_modules/npm/node_modules/@npmcli/git": {
  347. "version": "7.0.0",
  348. "inBundle": true,
  349. "license": "ISC",
  350. "dependencies": {
  351. "@npmcli/promise-spawn": "^8.0.0",
  352. "ini": "^5.0.0",
  353. "lru-cache": "^11.2.1",
  354. "npm-pick-manifest": "^11.0.1",
  355. "proc-log": "^5.0.0",
  356. "promise-retry": "^2.0.1",
  357. "semver": "^7.3.5",
  358. "which": "^5.0.0"
  359. },
  360. "engines": {
  361. "node": "^20.17.0 || >=22.9.0"
  362. }
  363. },
  364. "node_modules/npm/node_modules/@npmcli/installed-package-contents": {
  365. "version": "3.0.0",
  366. "inBundle": true,
  367. "license": "ISC",
  368. "dependencies": {
  369. "npm-bundled": "^4.0.0",
  370. "npm-normalize-package-bin": "^4.0.0"
  371. },
  372. "bin": {
  373. "installed-package-contents": "bin/index.js"
  374. },
  375. "engines": {
  376. "node": "^18.17.0 || >=20.5.0"
  377. }
  378. },
  379. "node_modules/npm/node_modules/@npmcli/map-workspaces": {
  380. "version": "5.0.0",
  381. "inBundle": true,
  382. "license": "ISC",
  383. "dependencies": {
  384. "@npmcli/name-from-folder": "^3.0.0",
  385. "@npmcli/package-json": "^7.0.0",
  386. "glob": "^11.0.3",
  387. "minimatch": "^10.0.3"
  388. },
  389. "engines": {
  390. "node": "^20.17.0 || >=22.9.0"
  391. }
  392. },
  393. "node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
  394. "version": "9.0.2",
  395. "inBundle": true,
  396. "license": "ISC",
  397. "dependencies": {
  398. "cacache": "^20.0.0",
  399. "json-parse-even-better-errors": "^4.0.0",
  400. "pacote": "^21.0.0",
  401. "proc-log": "^5.0.0",
  402. "semver": "^7.3.5"
  403. },
  404. "engines": {
  405. "node": "^20.17.0 || >=22.9.0"
  406. }
  407. },
  408. "node_modules/npm/node_modules/@npmcli/name-from-folder": {
  409. "version": "3.0.0",
  410. "inBundle": true,
  411. "license": "ISC",
  412. "engines": {
  413. "node": "^18.17.0 || >=20.5.0"
  414. }
  415. },
  416. "node_modules/npm/node_modules/@npmcli/node-gyp": {
  417. "version": "4.0.0",
  418. "inBundle": true,
  419. "license": "ISC",
  420. "engines": {
  421. "node": "^18.17.0 || >=20.5.0"
  422. }
  423. },
  424. "node_modules/npm/node_modules/@npmcli/package-json": {
  425. "version": "7.0.1",
  426. "inBundle": true,
  427. "license": "ISC",
  428. "dependencies": {
  429. "@npmcli/git": "^7.0.0",
  430. "glob": "^11.0.3",
  431. "hosted-git-info": "^9.0.0",
  432. "json-parse-even-better-errors": "^4.0.0",
  433. "proc-log": "^5.0.0",
  434. "semver": "^7.5.3",
  435. "validate-npm-package-license": "^3.0.4"
  436. },
  437. "engines": {
  438. "node": "^20.17.0 || >=22.9.0"
  439. }
  440. },
  441. "node_modules/npm/node_modules/@npmcli/promise-spawn": {
  442. "version": "8.0.3",
  443. "inBundle": true,
  444. "license": "ISC",
  445. "dependencies": {
  446. "which": "^5.0.0"
  447. },
  448. "engines": {
  449. "node": "^18.17.0 || >=20.5.0"
  450. }
  451. },
  452. "node_modules/npm/node_modules/@npmcli/query": {
  453. "version": "4.0.1",
  454. "inBundle": true,
  455. "license": "ISC",
  456. "dependencies": {
  457. "postcss-selector-parser": "^7.0.0"
  458. },
  459. "engines": {
  460. "node": "^18.17.0 || >=20.5.0"
  461. }
  462. },
  463. "node_modules/npm/node_modules/@npmcli/redact": {
  464. "version": "3.2.2",
  465. "inBundle": true,
  466. "license": "ISC",
  467. "engines": {
  468. "node": "^18.17.0 || >=20.5.0"
  469. }
  470. },
  471. "node_modules/npm/node_modules/@npmcli/run-script": {
  472. "version": "10.0.0",
  473. "inBundle": true,
  474. "license": "ISC",
  475. "dependencies": {
  476. "@npmcli/node-gyp": "^4.0.0",
  477. "@npmcli/package-json": "^7.0.0",
  478. "@npmcli/promise-spawn": "^8.0.0",
  479. "node-gyp": "^11.0.0",
  480. "proc-log": "^5.0.0",
  481. "which": "^5.0.0"
  482. },
  483. "engines": {
  484. "node": "^20.17.0 || >=22.9.0"
  485. }
  486. },
  487. "node_modules/npm/node_modules/@pkgjs/parseargs": {
  488. "version": "0.11.0",
  489. "inBundle": true,
  490. "license": "MIT",
  491. "optional": true,
  492. "engines": {
  493. "node": ">=14"
  494. }
  495. },
  496. "node_modules/npm/node_modules/@sigstore/bundle": {
  497. "version": "4.0.0",
  498. "inBundle": true,
  499. "license": "Apache-2.0",
  500. "dependencies": {
  501. "@sigstore/protobuf-specs": "^0.5.0"
  502. },
  503. "engines": {
  504. "node": "^20.17.0 || >=22.9.0"
  505. }
  506. },
  507. "node_modules/npm/node_modules/@sigstore/core": {
  508. "version": "3.0.0",
  509. "inBundle": true,
  510. "license": "Apache-2.0",
  511. "engines": {
  512. "node": "^20.17.0 || >=22.9.0"
  513. }
  514. },
  515. "node_modules/npm/node_modules/@sigstore/protobuf-specs": {
  516. "version": "0.5.0",
  517. "inBundle": true,
  518. "license": "Apache-2.0",
  519. "engines": {
  520. "node": "^18.17.0 || >=20.5.0"
  521. }
  522. },
  523. "node_modules/npm/node_modules/@sigstore/sign": {
  524. "version": "4.0.0",
  525. "inBundle": true,
  526. "license": "Apache-2.0",
  527. "dependencies": {
  528. "@sigstore/bundle": "^4.0.0",
  529. "@sigstore/core": "^3.0.0",
  530. "@sigstore/protobuf-specs": "^0.5.0",
  531. "make-fetch-happen": "^15.0.0",
  532. "proc-log": "^5.0.0",
  533. "promise-retry": "^2.0.1"
  534. },
  535. "engines": {
  536. "node": "^20.17.0 || >=22.9.0"
  537. }
  538. },
  539. "node_modules/npm/node_modules/@sigstore/tuf": {
  540. "version": "4.0.0",
  541. "inBundle": true,
  542. "license": "Apache-2.0",
  543. "dependencies": {
  544. "@sigstore/protobuf-specs": "^0.5.0",
  545. "tuf-js": "^4.0.0"
  546. },
  547. "engines": {
  548. "node": "^20.17.0 || >=22.9.0"
  549. }
  550. },
  551. "node_modules/npm/node_modules/@sigstore/verify": {
  552. "version": "3.0.0",
  553. "inBundle": true,
  554. "license": "Apache-2.0",
  555. "dependencies": {
  556. "@sigstore/bundle": "^4.0.0",
  557. "@sigstore/core": "^3.0.0",
  558. "@sigstore/protobuf-specs": "^0.5.0"
  559. },
  560. "engines": {
  561. "node": "^20.17.0 || >=22.9.0"
  562. }
  563. },
  564. "node_modules/npm/node_modules/@tufjs/canonical-json": {
  565. "version": "2.0.0",
  566. "inBundle": true,
  567. "license": "MIT",
  568. "engines": {
  569. "node": "^16.14.0 || >=18.0.0"
  570. }
  571. },
  572. "node_modules/npm/node_modules/@tufjs/models": {
  573. "version": "4.0.0",
  574. "inBundle": true,
  575. "license": "MIT",
  576. "dependencies": {
  577. "@tufjs/canonical-json": "2.0.0",
  578. "minimatch": "^9.0.5"
  579. },
  580. "engines": {
  581. "node": "^20.17.0 || >=22.9.0"
  582. }
  583. },
  584. "node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch": {
  585. "version": "9.0.5",
  586. "inBundle": true,
  587. "license": "ISC",
  588. "dependencies": {
  589. "brace-expansion": "^2.0.1"
  590. },
  591. "engines": {
  592. "node": ">=16 || 14 >=14.17"
  593. },
  594. "funding": {
  595. "url": "https://github.com/sponsors/isaacs"
  596. }
  597. },
  598. "node_modules/npm/node_modules/abbrev": {
  599. "version": "3.0.1",
  600. "inBundle": true,
  601. "license": "ISC",
  602. "engines": {
  603. "node": "^18.17.0 || >=20.5.0"
  604. }
  605. },
  606. "node_modules/npm/node_modules/agent-base": {
  607. "version": "7.1.4",
  608. "inBundle": true,
  609. "license": "MIT",
  610. "engines": {
  611. "node": ">= 14"
  612. }
  613. },
  614. "node_modules/npm/node_modules/ansi-regex": {
  615. "version": "5.0.1",
  616. "inBundle": true,
  617. "license": "MIT",
  618. "engines": {
  619. "node": ">=8"
  620. }
  621. },
  622. "node_modules/npm/node_modules/ansi-styles": {
  623. "version": "6.2.3",
  624. "inBundle": true,
  625. "license": "MIT",
  626. "engines": {
  627. "node": ">=12"
  628. },
  629. "funding": {
  630. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  631. }
  632. },
  633. "node_modules/npm/node_modules/aproba": {
  634. "version": "2.1.0",
  635. "inBundle": true,
  636. "license": "ISC"
  637. },
  638. "node_modules/npm/node_modules/archy": {
  639. "version": "1.0.0",
  640. "inBundle": true,
  641. "license": "MIT"
  642. },
  643. "node_modules/npm/node_modules/balanced-match": {
  644. "version": "1.0.2",
  645. "inBundle": true,
  646. "license": "MIT"
  647. },
  648. "node_modules/npm/node_modules/bin-links": {
  649. "version": "5.0.0",
  650. "inBundle": true,
  651. "license": "ISC",
  652. "dependencies": {
  653. "cmd-shim": "^7.0.0",
  654. "npm-normalize-package-bin": "^4.0.0",
  655. "proc-log": "^5.0.0",
  656. "read-cmd-shim": "^5.0.0",
  657. "write-file-atomic": "^6.0.0"
  658. },
  659. "engines": {
  660. "node": "^18.17.0 || >=20.5.0"
  661. }
  662. },
  663. "node_modules/npm/node_modules/binary-extensions": {
  664. "version": "3.1.0",
  665. "inBundle": true,
  666. "license": "MIT",
  667. "engines": {
  668. "node": ">=18.20"
  669. },
  670. "funding": {
  671. "url": "https://github.com/sponsors/sindresorhus"
  672. }
  673. },
  674. "node_modules/npm/node_modules/brace-expansion": {
  675. "version": "2.0.2",
  676. "inBundle": true,
  677. "license": "MIT",
  678. "dependencies": {
  679. "balanced-match": "^1.0.0"
  680. }
  681. },
  682. "node_modules/npm/node_modules/cacache": {
  683. "version": "20.0.1",
  684. "inBundle": true,
  685. "license": "ISC",
  686. "dependencies": {
  687. "@npmcli/fs": "^4.0.0",
  688. "fs-minipass": "^3.0.0",
  689. "glob": "^11.0.3",
  690. "lru-cache": "^11.1.0",
  691. "minipass": "^7.0.3",
  692. "minipass-collect": "^2.0.1",
  693. "minipass-flush": "^1.0.5",
  694. "minipass-pipeline": "^1.2.4",
  695. "p-map": "^7.0.2",
  696. "ssri": "^12.0.0",
  697. "unique-filename": "^4.0.0"
  698. },
  699. "engines": {
  700. "node": "^20.17.0 || >=22.9.0"
  701. }
  702. },
  703. "node_modules/npm/node_modules/chalk": {
  704. "version": "5.6.2",
  705. "inBundle": true,
  706. "license": "MIT",
  707. "engines": {
  708. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  709. },
  710. "funding": {
  711. "url": "https://github.com/chalk/chalk?sponsor=1"
  712. }
  713. },
  714. "node_modules/npm/node_modules/chownr": {
  715. "version": "3.0.0",
  716. "inBundle": true,
  717. "license": "BlueOak-1.0.0",
  718. "engines": {
  719. "node": ">=18"
  720. }
  721. },
  722. "node_modules/npm/node_modules/ci-info": {
  723. "version": "4.3.0",
  724. "funding": [
  725. {
  726. "type": "github",
  727. "url": "https://github.com/sponsors/sibiraj-s"
  728. }
  729. ],
  730. "inBundle": true,
  731. "license": "MIT",
  732. "engines": {
  733. "node": ">=8"
  734. }
  735. },
  736. "node_modules/npm/node_modules/cidr-regex": {
  737. "version": "5.0.0",
  738. "inBundle": true,
  739. "license": "BSD-2-Clause",
  740. "dependencies": {
  741. "ip-regex": "^5.0.0"
  742. },
  743. "engines": {
  744. "node": ">=20"
  745. }
  746. },
  747. "node_modules/npm/node_modules/cli-columns": {
  748. "version": "4.0.0",
  749. "inBundle": true,
  750. "license": "MIT",
  751. "dependencies": {
  752. "string-width": "^4.2.3",
  753. "strip-ansi": "^6.0.1"
  754. },
  755. "engines": {
  756. "node": ">= 10"
  757. }
  758. },
  759. "node_modules/npm/node_modules/cmd-shim": {
  760. "version": "7.0.0",
  761. "inBundle": true,
  762. "license": "ISC",
  763. "engines": {
  764. "node": "^18.17.0 || >=20.5.0"
  765. }
  766. },
  767. "node_modules/npm/node_modules/color-convert": {
  768. "version": "2.0.1",
  769. "inBundle": true,
  770. "license": "MIT",
  771. "dependencies": {
  772. "color-name": "~1.1.4"
  773. },
  774. "engines": {
  775. "node": ">=7.0.0"
  776. }
  777. },
  778. "node_modules/npm/node_modules/color-name": {
  779. "version": "1.1.4",
  780. "inBundle": true,
  781. "license": "MIT"
  782. },
  783. "node_modules/npm/node_modules/common-ancestor-path": {
  784. "version": "1.0.1",
  785. "inBundle": true,
  786. "license": "ISC"
  787. },
  788. "node_modules/npm/node_modules/cross-spawn": {
  789. "version": "7.0.6",
  790. "inBundle": true,
  791. "license": "MIT",
  792. "dependencies": {
  793. "path-key": "^3.1.0",
  794. "shebang-command": "^2.0.0",
  795. "which": "^2.0.1"
  796. },
  797. "engines": {
  798. "node": ">= 8"
  799. }
  800. },
  801. "node_modules/npm/node_modules/cross-spawn/node_modules/isexe": {
  802. "version": "2.0.0",
  803. "inBundle": true,
  804. "license": "ISC"
  805. },
  806. "node_modules/npm/node_modules/cross-spawn/node_modules/which": {
  807. "version": "2.0.2",
  808. "inBundle": true,
  809. "license": "ISC",
  810. "dependencies": {
  811. "isexe": "^2.0.0"
  812. },
  813. "bin": {
  814. "node-which": "bin/node-which"
  815. },
  816. "engines": {
  817. "node": ">= 8"
  818. }
  819. },
  820. "node_modules/npm/node_modules/cssesc": {
  821. "version": "3.0.0",
  822. "inBundle": true,
  823. "license": "MIT",
  824. "bin": {
  825. "cssesc": "bin/cssesc"
  826. },
  827. "engines": {
  828. "node": ">=4"
  829. }
  830. },
  831. "node_modules/npm/node_modules/debug": {
  832. "version": "4.4.3",
  833. "inBundle": true,
  834. "license": "MIT",
  835. "dependencies": {
  836. "ms": "^2.1.3"
  837. },
  838. "engines": {
  839. "node": ">=6.0"
  840. },
  841. "peerDependenciesMeta": {
  842. "supports-color": {
  843. "optional": true
  844. }
  845. }
  846. },
  847. "node_modules/npm/node_modules/diff": {
  848. "version": "8.0.2",
  849. "inBundle": true,
  850. "license": "BSD-3-Clause",
  851. "engines": {
  852. "node": ">=0.3.1"
  853. }
  854. },
  855. "node_modules/npm/node_modules/eastasianwidth": {
  856. "version": "0.2.0",
  857. "inBundle": true,
  858. "license": "MIT"
  859. },
  860. "node_modules/npm/node_modules/emoji-regex": {
  861. "version": "8.0.0",
  862. "inBundle": true,
  863. "license": "MIT"
  864. },
  865. "node_modules/npm/node_modules/encoding": {
  866. "version": "0.1.13",
  867. "inBundle": true,
  868. "license": "MIT",
  869. "optional": true,
  870. "dependencies": {
  871. "iconv-lite": "^0.6.2"
  872. }
  873. },
  874. "node_modules/npm/node_modules/env-paths": {
  875. "version": "2.2.1",
  876. "inBundle": true,
  877. "license": "MIT",
  878. "engines": {
  879. "node": ">=6"
  880. }
  881. },
  882. "node_modules/npm/node_modules/err-code": {
  883. "version": "2.0.3",
  884. "inBundle": true,
  885. "license": "MIT"
  886. },
  887. "node_modules/npm/node_modules/exponential-backoff": {
  888. "version": "3.1.2",
  889. "inBundle": true,
  890. "license": "Apache-2.0"
  891. },
  892. "node_modules/npm/node_modules/fastest-levenshtein": {
  893. "version": "1.0.16",
  894. "inBundle": true,
  895. "license": "MIT",
  896. "engines": {
  897. "node": ">= 4.9.1"
  898. }
  899. },
  900. "node_modules/npm/node_modules/foreground-child": {
  901. "version": "3.3.1",
  902. "inBundle": true,
  903. "license": "ISC",
  904. "dependencies": {
  905. "cross-spawn": "^7.0.6",
  906. "signal-exit": "^4.0.1"
  907. },
  908. "engines": {
  909. "node": ">=14"
  910. },
  911. "funding": {
  912. "url": "https://github.com/sponsors/isaacs"
  913. }
  914. },
  915. "node_modules/npm/node_modules/fs-minipass": {
  916. "version": "3.0.3",
  917. "inBundle": true,
  918. "license": "ISC",
  919. "dependencies": {
  920. "minipass": "^7.0.3"
  921. },
  922. "engines": {
  923. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  924. }
  925. },
  926. "node_modules/npm/node_modules/glob": {
  927. "version": "11.0.3",
  928. "inBundle": true,
  929. "license": "ISC",
  930. "dependencies": {
  931. "foreground-child": "^3.3.1",
  932. "jackspeak": "^4.1.1",
  933. "minimatch": "^10.0.3",
  934. "minipass": "^7.1.2",
  935. "package-json-from-dist": "^1.0.0",
  936. "path-scurry": "^2.0.0"
  937. },
  938. "bin": {
  939. "glob": "dist/esm/bin.mjs"
  940. },
  941. "engines": {
  942. "node": "20 || >=22"
  943. },
  944. "funding": {
  945. "url": "https://github.com/sponsors/isaacs"
  946. }
  947. },
  948. "node_modules/npm/node_modules/graceful-fs": {
  949. "version": "4.2.11",
  950. "inBundle": true,
  951. "license": "ISC"
  952. },
  953. "node_modules/npm/node_modules/hosted-git-info": {
  954. "version": "9.0.0",
  955. "inBundle": true,
  956. "license": "ISC",
  957. "dependencies": {
  958. "lru-cache": "^11.1.0"
  959. },
  960. "engines": {
  961. "node": "^20.17.0 || >=22.9.0"
  962. }
  963. },
  964. "node_modules/npm/node_modules/http-cache-semantics": {
  965. "version": "4.2.0",
  966. "inBundle": true,
  967. "license": "BSD-2-Clause"
  968. },
  969. "node_modules/npm/node_modules/http-proxy-agent": {
  970. "version": "7.0.2",
  971. "inBundle": true,
  972. "license": "MIT",
  973. "dependencies": {
  974. "agent-base": "^7.1.0",
  975. "debug": "^4.3.4"
  976. },
  977. "engines": {
  978. "node": ">= 14"
  979. }
  980. },
  981. "node_modules/npm/node_modules/https-proxy-agent": {
  982. "version": "7.0.6",
  983. "inBundle": true,
  984. "license": "MIT",
  985. "dependencies": {
  986. "agent-base": "^7.1.2",
  987. "debug": "4"
  988. },
  989. "engines": {
  990. "node": ">= 14"
  991. }
  992. },
  993. "node_modules/npm/node_modules/iconv-lite": {
  994. "version": "0.6.3",
  995. "inBundle": true,
  996. "license": "MIT",
  997. "optional": true,
  998. "dependencies": {
  999. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1000. },
  1001. "engines": {
  1002. "node": ">=0.10.0"
  1003. }
  1004. },
  1005. "node_modules/npm/node_modules/ignore-walk": {
  1006. "version": "8.0.0",
  1007. "inBundle": true,
  1008. "license": "ISC",
  1009. "dependencies": {
  1010. "minimatch": "^10.0.3"
  1011. },
  1012. "engines": {
  1013. "node": "^20.17.0 || >=22.9.0"
  1014. }
  1015. },
  1016. "node_modules/npm/node_modules/imurmurhash": {
  1017. "version": "0.1.4",
  1018. "inBundle": true,
  1019. "license": "MIT",
  1020. "engines": {
  1021. "node": ">=0.8.19"
  1022. }
  1023. },
  1024. "node_modules/npm/node_modules/ini": {
  1025. "version": "5.0.0",
  1026. "inBundle": true,
  1027. "license": "ISC",
  1028. "engines": {
  1029. "node": "^18.17.0 || >=20.5.0"
  1030. }
  1031. },
  1032. "node_modules/npm/node_modules/init-package-json": {
  1033. "version": "8.2.2",
  1034. "inBundle": true,
  1035. "license": "ISC",
  1036. "dependencies": {
  1037. "@npmcli/package-json": "^7.0.0",
  1038. "npm-package-arg": "^13.0.0",
  1039. "promzard": "^2.0.0",
  1040. "read": "^4.0.0",
  1041. "semver": "^7.7.2",
  1042. "validate-npm-package-license": "^3.0.4",
  1043. "validate-npm-package-name": "^6.0.2"
  1044. },
  1045. "engines": {
  1046. "node": "^20.17.0 || >=22.9.0"
  1047. }
  1048. },
  1049. "node_modules/npm/node_modules/ip-address": {
  1050. "version": "10.0.1",
  1051. "inBundle": true,
  1052. "license": "MIT",
  1053. "engines": {
  1054. "node": ">= 12"
  1055. }
  1056. },
  1057. "node_modules/npm/node_modules/ip-regex": {
  1058. "version": "5.0.0",
  1059. "inBundle": true,
  1060. "license": "MIT",
  1061. "engines": {
  1062. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1063. },
  1064. "funding": {
  1065. "url": "https://github.com/sponsors/sindresorhus"
  1066. }
  1067. },
  1068. "node_modules/npm/node_modules/is-cidr": {
  1069. "version": "6.0.0",
  1070. "inBundle": true,
  1071. "license": "BSD-2-Clause",
  1072. "dependencies": {
  1073. "cidr-regex": "^5.0.0"
  1074. },
  1075. "engines": {
  1076. "node": ">=20"
  1077. }
  1078. },
  1079. "node_modules/npm/node_modules/is-fullwidth-code-point": {
  1080. "version": "3.0.0",
  1081. "inBundle": true,
  1082. "license": "MIT",
  1083. "engines": {
  1084. "node": ">=8"
  1085. }
  1086. },
  1087. "node_modules/npm/node_modules/isexe": {
  1088. "version": "3.1.1",
  1089. "inBundle": true,
  1090. "license": "ISC",
  1091. "engines": {
  1092. "node": ">=16"
  1093. }
  1094. },
  1095. "node_modules/npm/node_modules/jackspeak": {
  1096. "version": "4.1.1",
  1097. "inBundle": true,
  1098. "license": "BlueOak-1.0.0",
  1099. "dependencies": {
  1100. "@isaacs/cliui": "^8.0.2"
  1101. },
  1102. "engines": {
  1103. "node": "20 || >=22"
  1104. },
  1105. "funding": {
  1106. "url": "https://github.com/sponsors/isaacs"
  1107. }
  1108. },
  1109. "node_modules/npm/node_modules/json-parse-even-better-errors": {
  1110. "version": "4.0.0",
  1111. "inBundle": true,
  1112. "license": "MIT",
  1113. "engines": {
  1114. "node": "^18.17.0 || >=20.5.0"
  1115. }
  1116. },
  1117. "node_modules/npm/node_modules/json-stringify-nice": {
  1118. "version": "1.1.4",
  1119. "inBundle": true,
  1120. "license": "ISC",
  1121. "funding": {
  1122. "url": "https://github.com/sponsors/isaacs"
  1123. }
  1124. },
  1125. "node_modules/npm/node_modules/jsonparse": {
  1126. "version": "1.3.1",
  1127. "engines": [
  1128. "node >= 0.2.0"
  1129. ],
  1130. "inBundle": true,
  1131. "license": "MIT"
  1132. },
  1133. "node_modules/npm/node_modules/just-diff": {
  1134. "version": "6.0.2",
  1135. "inBundle": true,
  1136. "license": "MIT"
  1137. },
  1138. "node_modules/npm/node_modules/just-diff-apply": {
  1139. "version": "5.5.0",
  1140. "inBundle": true,
  1141. "license": "MIT"
  1142. },
  1143. "node_modules/npm/node_modules/libnpmaccess": {
  1144. "version": "10.0.2",
  1145. "inBundle": true,
  1146. "license": "ISC",
  1147. "dependencies": {
  1148. "npm-package-arg": "^13.0.0",
  1149. "npm-registry-fetch": "^19.0.0"
  1150. },
  1151. "engines": {
  1152. "node": "^20.17.0 || >=22.9.0"
  1153. }
  1154. },
  1155. "node_modules/npm/node_modules/libnpmdiff": {
  1156. "version": "8.0.8",
  1157. "inBundle": true,
  1158. "license": "ISC",
  1159. "dependencies": {
  1160. "@npmcli/arborist": "^9.1.5",
  1161. "@npmcli/installed-package-contents": "^3.0.0",
  1162. "binary-extensions": "^3.0.0",
  1163. "diff": "^8.0.2",
  1164. "minimatch": "^10.0.3",
  1165. "npm-package-arg": "^13.0.0",
  1166. "pacote": "^21.0.2",
  1167. "tar": "^7.5.1"
  1168. },
  1169. "engines": {
  1170. "node": "^20.17.0 || >=22.9.0"
  1171. }
  1172. },
  1173. "node_modules/npm/node_modules/libnpmexec": {
  1174. "version": "10.1.7",
  1175. "inBundle": true,
  1176. "license": "ISC",
  1177. "dependencies": {
  1178. "@npmcli/arborist": "^9.1.5",
  1179. "@npmcli/package-json": "^7.0.0",
  1180. "@npmcli/run-script": "^10.0.0",
  1181. "ci-info": "^4.0.0",
  1182. "npm-package-arg": "^13.0.0",
  1183. "pacote": "^21.0.2",
  1184. "proc-log": "^5.0.0",
  1185. "promise-retry": "^2.0.1",
  1186. "read": "^4.0.0",
  1187. "semver": "^7.3.7",
  1188. "signal-exit": "^4.1.0",
  1189. "walk-up-path": "^4.0.0"
  1190. },
  1191. "engines": {
  1192. "node": "^20.17.0 || >=22.9.0"
  1193. }
  1194. },
  1195. "node_modules/npm/node_modules/libnpmfund": {
  1196. "version": "7.0.8",
  1197. "inBundle": true,
  1198. "license": "ISC",
  1199. "dependencies": {
  1200. "@npmcli/arborist": "^9.1.5"
  1201. },
  1202. "engines": {
  1203. "node": "^20.17.0 || >=22.9.0"
  1204. }
  1205. },
  1206. "node_modules/npm/node_modules/libnpmorg": {
  1207. "version": "8.0.1",
  1208. "inBundle": true,
  1209. "license": "ISC",
  1210. "dependencies": {
  1211. "aproba": "^2.0.0",
  1212. "npm-registry-fetch": "^19.0.0"
  1213. },
  1214. "engines": {
  1215. "node": "^20.17.0 || >=22.9.0"
  1216. }
  1217. },
  1218. "node_modules/npm/node_modules/libnpmpack": {
  1219. "version": "9.0.8",
  1220. "inBundle": true,
  1221. "license": "ISC",
  1222. "dependencies": {
  1223. "@npmcli/arborist": "^9.1.5",
  1224. "@npmcli/run-script": "^10.0.0",
  1225. "npm-package-arg": "^13.0.0",
  1226. "pacote": "^21.0.2"
  1227. },
  1228. "engines": {
  1229. "node": "^20.17.0 || >=22.9.0"
  1230. }
  1231. },
  1232. "node_modules/npm/node_modules/libnpmpublish": {
  1233. "version": "11.1.1",
  1234. "inBundle": true,
  1235. "license": "ISC",
  1236. "dependencies": {
  1237. "@npmcli/package-json": "^7.0.0",
  1238. "ci-info": "^4.0.0",
  1239. "npm-package-arg": "^13.0.0",
  1240. "npm-registry-fetch": "^19.0.0",
  1241. "proc-log": "^5.0.0",
  1242. "semver": "^7.3.7",
  1243. "sigstore": "^4.0.0",
  1244. "ssri": "^12.0.0"
  1245. },
  1246. "engines": {
  1247. "node": "^20.17.0 || >=22.9.0"
  1248. }
  1249. },
  1250. "node_modules/npm/node_modules/libnpmsearch": {
  1251. "version": "9.0.1",
  1252. "inBundle": true,
  1253. "license": "ISC",
  1254. "dependencies": {
  1255. "npm-registry-fetch": "^19.0.0"
  1256. },
  1257. "engines": {
  1258. "node": "^20.17.0 || >=22.9.0"
  1259. }
  1260. },
  1261. "node_modules/npm/node_modules/libnpmteam": {
  1262. "version": "8.0.2",
  1263. "inBundle": true,
  1264. "license": "ISC",
  1265. "dependencies": {
  1266. "aproba": "^2.0.0",
  1267. "npm-registry-fetch": "^19.0.0"
  1268. },
  1269. "engines": {
  1270. "node": "^20.17.0 || >=22.9.0"
  1271. }
  1272. },
  1273. "node_modules/npm/node_modules/libnpmversion": {
  1274. "version": "8.0.2",
  1275. "inBundle": true,
  1276. "license": "ISC",
  1277. "dependencies": {
  1278. "@npmcli/git": "^7.0.0",
  1279. "@npmcli/run-script": "^10.0.0",
  1280. "json-parse-even-better-errors": "^4.0.0",
  1281. "proc-log": "^5.0.0",
  1282. "semver": "^7.3.7"
  1283. },
  1284. "engines": {
  1285. "node": "^20.17.0 || >=22.9.0"
  1286. }
  1287. },
  1288. "node_modules/npm/node_modules/lru-cache": {
  1289. "version": "11.2.1",
  1290. "inBundle": true,
  1291. "license": "ISC",
  1292. "engines": {
  1293. "node": "20 || >=22"
  1294. }
  1295. },
  1296. "node_modules/npm/node_modules/make-fetch-happen": {
  1297. "version": "15.0.2",
  1298. "inBundle": true,
  1299. "license": "ISC",
  1300. "dependencies": {
  1301. "@npmcli/agent": "^4.0.0",
  1302. "cacache": "^20.0.1",
  1303. "http-cache-semantics": "^4.1.1",
  1304. "minipass": "^7.0.2",
  1305. "minipass-fetch": "^4.0.0",
  1306. "minipass-flush": "^1.0.5",
  1307. "minipass-pipeline": "^1.2.4",
  1308. "negotiator": "^1.0.0",
  1309. "proc-log": "^5.0.0",
  1310. "promise-retry": "^2.0.1",
  1311. "ssri": "^12.0.0"
  1312. },
  1313. "engines": {
  1314. "node": "^20.17.0 || >=22.9.0"
  1315. }
  1316. },
  1317. "node_modules/npm/node_modules/minimatch": {
  1318. "version": "10.0.3",
  1319. "inBundle": true,
  1320. "license": "ISC",
  1321. "dependencies": {
  1322. "@isaacs/brace-expansion": "^5.0.0"
  1323. },
  1324. "engines": {
  1325. "node": "20 || >=22"
  1326. },
  1327. "funding": {
  1328. "url": "https://github.com/sponsors/isaacs"
  1329. }
  1330. },
  1331. "node_modules/npm/node_modules/minipass": {
  1332. "version": "7.1.2",
  1333. "inBundle": true,
  1334. "license": "ISC",
  1335. "engines": {
  1336. "node": ">=16 || 14 >=14.17"
  1337. }
  1338. },
  1339. "node_modules/npm/node_modules/minipass-collect": {
  1340. "version": "2.0.1",
  1341. "inBundle": true,
  1342. "license": "ISC",
  1343. "dependencies": {
  1344. "minipass": "^7.0.3"
  1345. },
  1346. "engines": {
  1347. "node": ">=16 || 14 >=14.17"
  1348. }
  1349. },
  1350. "node_modules/npm/node_modules/minipass-fetch": {
  1351. "version": "4.0.1",
  1352. "inBundle": true,
  1353. "license": "MIT",
  1354. "dependencies": {
  1355. "minipass": "^7.0.3",
  1356. "minipass-sized": "^1.0.3",
  1357. "minizlib": "^3.0.1"
  1358. },
  1359. "engines": {
  1360. "node": "^18.17.0 || >=20.5.0"
  1361. },
  1362. "optionalDependencies": {
  1363. "encoding": "^0.1.13"
  1364. }
  1365. },
  1366. "node_modules/npm/node_modules/minipass-flush": {
  1367. "version": "1.0.5",
  1368. "inBundle": true,
  1369. "license": "ISC",
  1370. "dependencies": {
  1371. "minipass": "^3.0.0"
  1372. },
  1373. "engines": {
  1374. "node": ">= 8"
  1375. }
  1376. },
  1377. "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
  1378. "version": "3.3.6",
  1379. "inBundle": true,
  1380. "license": "ISC",
  1381. "dependencies": {
  1382. "yallist": "^4.0.0"
  1383. },
  1384. "engines": {
  1385. "node": ">=8"
  1386. }
  1387. },
  1388. "node_modules/npm/node_modules/minipass-pipeline": {
  1389. "version": "1.2.4",
  1390. "inBundle": true,
  1391. "license": "ISC",
  1392. "dependencies": {
  1393. "minipass": "^3.0.0"
  1394. },
  1395. "engines": {
  1396. "node": ">=8"
  1397. }
  1398. },
  1399. "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
  1400. "version": "3.3.6",
  1401. "inBundle": true,
  1402. "license": "ISC",
  1403. "dependencies": {
  1404. "yallist": "^4.0.0"
  1405. },
  1406. "engines": {
  1407. "node": ">=8"
  1408. }
  1409. },
  1410. "node_modules/npm/node_modules/minipass-sized": {
  1411. "version": "1.0.3",
  1412. "inBundle": true,
  1413. "license": "ISC",
  1414. "dependencies": {
  1415. "minipass": "^3.0.0"
  1416. },
  1417. "engines": {
  1418. "node": ">=8"
  1419. }
  1420. },
  1421. "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
  1422. "version": "3.3.6",
  1423. "inBundle": true,
  1424. "license": "ISC",
  1425. "dependencies": {
  1426. "yallist": "^4.0.0"
  1427. },
  1428. "engines": {
  1429. "node": ">=8"
  1430. }
  1431. },
  1432. "node_modules/npm/node_modules/minizlib": {
  1433. "version": "3.1.0",
  1434. "inBundle": true,
  1435. "license": "MIT",
  1436. "dependencies": {
  1437. "minipass": "^7.1.2"
  1438. },
  1439. "engines": {
  1440. "node": ">= 18"
  1441. }
  1442. },
  1443. "node_modules/npm/node_modules/ms": {
  1444. "version": "2.1.3",
  1445. "inBundle": true,
  1446. "license": "MIT"
  1447. },
  1448. "node_modules/npm/node_modules/mute-stream": {
  1449. "version": "2.0.0",
  1450. "inBundle": true,
  1451. "license": "ISC",
  1452. "engines": {
  1453. "node": "^18.17.0 || >=20.5.0"
  1454. }
  1455. },
  1456. "node_modules/npm/node_modules/negotiator": {
  1457. "version": "1.0.0",
  1458. "inBundle": true,
  1459. "license": "MIT",
  1460. "engines": {
  1461. "node": ">= 0.6"
  1462. }
  1463. },
  1464. "node_modules/npm/node_modules/node-gyp": {
  1465. "version": "11.4.2",
  1466. "inBundle": true,
  1467. "license": "MIT",
  1468. "dependencies": {
  1469. "env-paths": "^2.2.0",
  1470. "exponential-backoff": "^3.1.1",
  1471. "graceful-fs": "^4.2.6",
  1472. "make-fetch-happen": "^14.0.3",
  1473. "nopt": "^8.0.0",
  1474. "proc-log": "^5.0.0",
  1475. "semver": "^7.3.5",
  1476. "tar": "^7.4.3",
  1477. "tinyglobby": "^0.2.12",
  1478. "which": "^5.0.0"
  1479. },
  1480. "bin": {
  1481. "node-gyp": "bin/node-gyp.js"
  1482. },
  1483. "engines": {
  1484. "node": "^18.17.0 || >=20.5.0"
  1485. }
  1486. },
  1487. "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent": {
  1488. "version": "3.0.0",
  1489. "inBundle": true,
  1490. "license": "ISC",
  1491. "dependencies": {
  1492. "agent-base": "^7.1.0",
  1493. "http-proxy-agent": "^7.0.0",
  1494. "https-proxy-agent": "^7.0.1",
  1495. "lru-cache": "^10.0.1",
  1496. "socks-proxy-agent": "^8.0.3"
  1497. },
  1498. "engines": {
  1499. "node": "^18.17.0 || >=20.5.0"
  1500. }
  1501. },
  1502. "node_modules/npm/node_modules/node-gyp/node_modules/cacache": {
  1503. "version": "19.0.1",
  1504. "inBundle": true,
  1505. "license": "ISC",
  1506. "dependencies": {
  1507. "@npmcli/fs": "^4.0.0",
  1508. "fs-minipass": "^3.0.0",
  1509. "glob": "^10.2.2",
  1510. "lru-cache": "^10.0.1",
  1511. "minipass": "^7.0.3",
  1512. "minipass-collect": "^2.0.1",
  1513. "minipass-flush": "^1.0.5",
  1514. "minipass-pipeline": "^1.2.4",
  1515. "p-map": "^7.0.2",
  1516. "ssri": "^12.0.0",
  1517. "tar": "^7.4.3",
  1518. "unique-filename": "^4.0.0"
  1519. },
  1520. "engines": {
  1521. "node": "^18.17.0 || >=20.5.0"
  1522. }
  1523. },
  1524. "node_modules/npm/node_modules/node-gyp/node_modules/glob": {
  1525. "version": "10.4.5",
  1526. "inBundle": true,
  1527. "license": "ISC",
  1528. "dependencies": {
  1529. "foreground-child": "^3.1.0",
  1530. "jackspeak": "^3.1.2",
  1531. "minimatch": "^9.0.4",
  1532. "minipass": "^7.1.2",
  1533. "package-json-from-dist": "^1.0.0",
  1534. "path-scurry": "^1.11.1"
  1535. },
  1536. "bin": {
  1537. "glob": "dist/esm/bin.mjs"
  1538. },
  1539. "funding": {
  1540. "url": "https://github.com/sponsors/isaacs"
  1541. }
  1542. },
  1543. "node_modules/npm/node_modules/node-gyp/node_modules/jackspeak": {
  1544. "version": "3.4.3",
  1545. "inBundle": true,
  1546. "license": "BlueOak-1.0.0",
  1547. "dependencies": {
  1548. "@isaacs/cliui": "^8.0.2"
  1549. },
  1550. "funding": {
  1551. "url": "https://github.com/sponsors/isaacs"
  1552. },
  1553. "optionalDependencies": {
  1554. "@pkgjs/parseargs": "^0.11.0"
  1555. }
  1556. },
  1557. "node_modules/npm/node_modules/node-gyp/node_modules/lru-cache": {
  1558. "version": "10.4.3",
  1559. "inBundle": true,
  1560. "license": "ISC"
  1561. },
  1562. "node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen": {
  1563. "version": "14.0.3",
  1564. "inBundle": true,
  1565. "license": "ISC",
  1566. "dependencies": {
  1567. "@npmcli/agent": "^3.0.0",
  1568. "cacache": "^19.0.1",
  1569. "http-cache-semantics": "^4.1.1",
  1570. "minipass": "^7.0.2",
  1571. "minipass-fetch": "^4.0.0",
  1572. "minipass-flush": "^1.0.5",
  1573. "minipass-pipeline": "^1.2.4",
  1574. "negotiator": "^1.0.0",
  1575. "proc-log": "^5.0.0",
  1576. "promise-retry": "^2.0.1",
  1577. "ssri": "^12.0.0"
  1578. },
  1579. "engines": {
  1580. "node": "^18.17.0 || >=20.5.0"
  1581. }
  1582. },
  1583. "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": {
  1584. "version": "9.0.5",
  1585. "inBundle": true,
  1586. "license": "ISC",
  1587. "dependencies": {
  1588. "brace-expansion": "^2.0.1"
  1589. },
  1590. "engines": {
  1591. "node": ">=16 || 14 >=14.17"
  1592. },
  1593. "funding": {
  1594. "url": "https://github.com/sponsors/isaacs"
  1595. }
  1596. },
  1597. "node_modules/npm/node_modules/node-gyp/node_modules/path-scurry": {
  1598. "version": "1.11.1",
  1599. "inBundle": true,
  1600. "license": "BlueOak-1.0.0",
  1601. "dependencies": {
  1602. "lru-cache": "^10.2.0",
  1603. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  1604. },
  1605. "engines": {
  1606. "node": ">=16 || 14 >=14.18"
  1607. },
  1608. "funding": {
  1609. "url": "https://github.com/sponsors/isaacs"
  1610. }
  1611. },
  1612. "node_modules/npm/node_modules/nopt": {
  1613. "version": "8.1.0",
  1614. "inBundle": true,
  1615. "license": "ISC",
  1616. "dependencies": {
  1617. "abbrev": "^3.0.0"
  1618. },
  1619. "bin": {
  1620. "nopt": "bin/nopt.js"
  1621. },
  1622. "engines": {
  1623. "node": "^18.17.0 || >=20.5.0"
  1624. }
  1625. },
  1626. "node_modules/npm/node_modules/normalize-package-data": {
  1627. "version": "8.0.0",
  1628. "inBundle": true,
  1629. "license": "BSD-2-Clause",
  1630. "dependencies": {
  1631. "hosted-git-info": "^9.0.0",
  1632. "semver": "^7.3.5",
  1633. "validate-npm-package-license": "^3.0.4"
  1634. },
  1635. "engines": {
  1636. "node": "^20.17.0 || >=22.9.0"
  1637. }
  1638. },
  1639. "node_modules/npm/node_modules/npm-audit-report": {
  1640. "version": "6.0.0",
  1641. "inBundle": true,
  1642. "license": "ISC",
  1643. "engines": {
  1644. "node": "^18.17.0 || >=20.5.0"
  1645. }
  1646. },
  1647. "node_modules/npm/node_modules/npm-bundled": {
  1648. "version": "4.0.0",
  1649. "inBundle": true,
  1650. "license": "ISC",
  1651. "dependencies": {
  1652. "npm-normalize-package-bin": "^4.0.0"
  1653. },
  1654. "engines": {
  1655. "node": "^18.17.0 || >=20.5.0"
  1656. }
  1657. },
  1658. "node_modules/npm/node_modules/npm-install-checks": {
  1659. "version": "7.1.2",
  1660. "inBundle": true,
  1661. "license": "BSD-2-Clause",
  1662. "dependencies": {
  1663. "semver": "^7.1.1"
  1664. },
  1665. "engines": {
  1666. "node": "^18.17.0 || >=20.5.0"
  1667. }
  1668. },
  1669. "node_modules/npm/node_modules/npm-normalize-package-bin": {
  1670. "version": "4.0.0",
  1671. "inBundle": true,
  1672. "license": "ISC",
  1673. "engines": {
  1674. "node": "^18.17.0 || >=20.5.0"
  1675. }
  1676. },
  1677. "node_modules/npm/node_modules/npm-package-arg": {
  1678. "version": "13.0.0",
  1679. "inBundle": true,
  1680. "license": "ISC",
  1681. "dependencies": {
  1682. "hosted-git-info": "^9.0.0",
  1683. "proc-log": "^5.0.0",
  1684. "semver": "^7.3.5",
  1685. "validate-npm-package-name": "^6.0.0"
  1686. },
  1687. "engines": {
  1688. "node": "^20.17.0 || >=22.9.0"
  1689. }
  1690. },
  1691. "node_modules/npm/node_modules/npm-packlist": {
  1692. "version": "10.0.1",
  1693. "inBundle": true,
  1694. "license": "ISC",
  1695. "dependencies": {
  1696. "ignore-walk": "^8.0.0"
  1697. },
  1698. "engines": {
  1699. "node": "^20.17.0 || >=22.9.0"
  1700. }
  1701. },
  1702. "node_modules/npm/node_modules/npm-pick-manifest": {
  1703. "version": "11.0.1",
  1704. "inBundle": true,
  1705. "license": "ISC",
  1706. "dependencies": {
  1707. "npm-install-checks": "^7.1.0",
  1708. "npm-normalize-package-bin": "^4.0.0",
  1709. "npm-package-arg": "^13.0.0",
  1710. "semver": "^7.3.5"
  1711. },
  1712. "engines": {
  1713. "node": "^20.17.0 || >=22.9.0"
  1714. }
  1715. },
  1716. "node_modules/npm/node_modules/npm-profile": {
  1717. "version": "12.0.0",
  1718. "inBundle": true,
  1719. "license": "ISC",
  1720. "dependencies": {
  1721. "npm-registry-fetch": "^19.0.0",
  1722. "proc-log": "^5.0.0"
  1723. },
  1724. "engines": {
  1725. "node": "^20.17.0 || >=22.9.0"
  1726. }
  1727. },
  1728. "node_modules/npm/node_modules/npm-registry-fetch": {
  1729. "version": "19.0.0",
  1730. "inBundle": true,
  1731. "license": "ISC",
  1732. "dependencies": {
  1733. "@npmcli/redact": "^3.0.0",
  1734. "jsonparse": "^1.3.1",
  1735. "make-fetch-happen": "^15.0.0",
  1736. "minipass": "^7.0.2",
  1737. "minipass-fetch": "^4.0.0",
  1738. "minizlib": "^3.0.1",
  1739. "npm-package-arg": "^13.0.0",
  1740. "proc-log": "^5.0.0"
  1741. },
  1742. "engines": {
  1743. "node": "^20.17.0 || >=22.9.0"
  1744. }
  1745. },
  1746. "node_modules/npm/node_modules/npm-user-validate": {
  1747. "version": "3.0.0",
  1748. "inBundle": true,
  1749. "license": "BSD-2-Clause",
  1750. "engines": {
  1751. "node": "^18.17.0 || >=20.5.0"
  1752. }
  1753. },
  1754. "node_modules/npm/node_modules/p-map": {
  1755. "version": "7.0.3",
  1756. "inBundle": true,
  1757. "license": "MIT",
  1758. "engines": {
  1759. "node": ">=18"
  1760. },
  1761. "funding": {
  1762. "url": "https://github.com/sponsors/sindresorhus"
  1763. }
  1764. },
  1765. "node_modules/npm/node_modules/package-json-from-dist": {
  1766. "version": "1.0.1",
  1767. "inBundle": true,
  1768. "license": "BlueOak-1.0.0"
  1769. },
  1770. "node_modules/npm/node_modules/pacote": {
  1771. "version": "21.0.3",
  1772. "inBundle": true,
  1773. "license": "ISC",
  1774. "dependencies": {
  1775. "@npmcli/git": "^7.0.0",
  1776. "@npmcli/installed-package-contents": "^3.0.0",
  1777. "@npmcli/package-json": "^7.0.0",
  1778. "@npmcli/promise-spawn": "^8.0.0",
  1779. "@npmcli/run-script": "^10.0.0",
  1780. "cacache": "^20.0.0",
  1781. "fs-minipass": "^3.0.0",
  1782. "minipass": "^7.0.2",
  1783. "npm-package-arg": "^13.0.0",
  1784. "npm-packlist": "^10.0.1",
  1785. "npm-pick-manifest": "^11.0.1",
  1786. "npm-registry-fetch": "^19.0.0",
  1787. "proc-log": "^5.0.0",
  1788. "promise-retry": "^2.0.1",
  1789. "sigstore": "^4.0.0",
  1790. "ssri": "^12.0.0",
  1791. "tar": "^7.4.3"
  1792. },
  1793. "bin": {
  1794. "pacote": "bin/index.js"
  1795. },
  1796. "engines": {
  1797. "node": "^20.17.0 || >=22.9.0"
  1798. }
  1799. },
  1800. "node_modules/npm/node_modules/parse-conflict-json": {
  1801. "version": "4.0.0",
  1802. "inBundle": true,
  1803. "license": "ISC",
  1804. "dependencies": {
  1805. "json-parse-even-better-errors": "^4.0.0",
  1806. "just-diff": "^6.0.0",
  1807. "just-diff-apply": "^5.2.0"
  1808. },
  1809. "engines": {
  1810. "node": "^18.17.0 || >=20.5.0"
  1811. }
  1812. },
  1813. "node_modules/npm/node_modules/path-key": {
  1814. "version": "3.1.1",
  1815. "inBundle": true,
  1816. "license": "MIT",
  1817. "engines": {
  1818. "node": ">=8"
  1819. }
  1820. },
  1821. "node_modules/npm/node_modules/path-scurry": {
  1822. "version": "2.0.0",
  1823. "inBundle": true,
  1824. "license": "BlueOak-1.0.0",
  1825. "dependencies": {
  1826. "lru-cache": "^11.0.0",
  1827. "minipass": "^7.1.2"
  1828. },
  1829. "engines": {
  1830. "node": "20 || >=22"
  1831. },
  1832. "funding": {
  1833. "url": "https://github.com/sponsors/isaacs"
  1834. }
  1835. },
  1836. "node_modules/npm/node_modules/postcss-selector-parser": {
  1837. "version": "7.1.0",
  1838. "inBundle": true,
  1839. "license": "MIT",
  1840. "dependencies": {
  1841. "cssesc": "^3.0.0",
  1842. "util-deprecate": "^1.0.2"
  1843. },
  1844. "engines": {
  1845. "node": ">=4"
  1846. }
  1847. },
  1848. "node_modules/npm/node_modules/proc-log": {
  1849. "version": "5.0.0",
  1850. "inBundle": true,
  1851. "license": "ISC",
  1852. "engines": {
  1853. "node": "^18.17.0 || >=20.5.0"
  1854. }
  1855. },
  1856. "node_modules/npm/node_modules/proggy": {
  1857. "version": "3.0.0",
  1858. "inBundle": true,
  1859. "license": "ISC",
  1860. "engines": {
  1861. "node": "^18.17.0 || >=20.5.0"
  1862. }
  1863. },
  1864. "node_modules/npm/node_modules/promise-all-reject-late": {
  1865. "version": "1.0.1",
  1866. "inBundle": true,
  1867. "license": "ISC",
  1868. "funding": {
  1869. "url": "https://github.com/sponsors/isaacs"
  1870. }
  1871. },
  1872. "node_modules/npm/node_modules/promise-call-limit": {
  1873. "version": "3.0.2",
  1874. "inBundle": true,
  1875. "license": "ISC",
  1876. "funding": {
  1877. "url": "https://github.com/sponsors/isaacs"
  1878. }
  1879. },
  1880. "node_modules/npm/node_modules/promise-retry": {
  1881. "version": "2.0.1",
  1882. "inBundle": true,
  1883. "license": "MIT",
  1884. "dependencies": {
  1885. "err-code": "^2.0.2",
  1886. "retry": "^0.12.0"
  1887. },
  1888. "engines": {
  1889. "node": ">=10"
  1890. }
  1891. },
  1892. "node_modules/npm/node_modules/promzard": {
  1893. "version": "2.0.0",
  1894. "inBundle": true,
  1895. "license": "ISC",
  1896. "dependencies": {
  1897. "read": "^4.0.0"
  1898. },
  1899. "engines": {
  1900. "node": "^18.17.0 || >=20.5.0"
  1901. }
  1902. },
  1903. "node_modules/npm/node_modules/qrcode-terminal": {
  1904. "version": "0.12.0",
  1905. "inBundle": true,
  1906. "bin": {
  1907. "qrcode-terminal": "bin/qrcode-terminal.js"
  1908. }
  1909. },
  1910. "node_modules/npm/node_modules/read": {
  1911. "version": "4.1.0",
  1912. "inBundle": true,
  1913. "license": "ISC",
  1914. "dependencies": {
  1915. "mute-stream": "^2.0.0"
  1916. },
  1917. "engines": {
  1918. "node": "^18.17.0 || >=20.5.0"
  1919. }
  1920. },
  1921. "node_modules/npm/node_modules/read-cmd-shim": {
  1922. "version": "5.0.0",
  1923. "inBundle": true,
  1924. "license": "ISC",
  1925. "engines": {
  1926. "node": "^18.17.0 || >=20.5.0"
  1927. }
  1928. },
  1929. "node_modules/npm/node_modules/retry": {
  1930. "version": "0.12.0",
  1931. "inBundle": true,
  1932. "license": "MIT",
  1933. "engines": {
  1934. "node": ">= 4"
  1935. }
  1936. },
  1937. "node_modules/npm/node_modules/safer-buffer": {
  1938. "version": "2.1.2",
  1939. "inBundle": true,
  1940. "license": "MIT",
  1941. "optional": true
  1942. },
  1943. "node_modules/npm/node_modules/semver": {
  1944. "version": "7.7.2",
  1945. "inBundle": true,
  1946. "license": "ISC",
  1947. "bin": {
  1948. "semver": "bin/semver.js"
  1949. },
  1950. "engines": {
  1951. "node": ">=10"
  1952. }
  1953. },
  1954. "node_modules/npm/node_modules/shebang-command": {
  1955. "version": "2.0.0",
  1956. "inBundle": true,
  1957. "license": "MIT",
  1958. "dependencies": {
  1959. "shebang-regex": "^3.0.0"
  1960. },
  1961. "engines": {
  1962. "node": ">=8"
  1963. }
  1964. },
  1965. "node_modules/npm/node_modules/shebang-regex": {
  1966. "version": "3.0.0",
  1967. "inBundle": true,
  1968. "license": "MIT",
  1969. "engines": {
  1970. "node": ">=8"
  1971. }
  1972. },
  1973. "node_modules/npm/node_modules/signal-exit": {
  1974. "version": "4.1.0",
  1975. "inBundle": true,
  1976. "license": "ISC",
  1977. "engines": {
  1978. "node": ">=14"
  1979. },
  1980. "funding": {
  1981. "url": "https://github.com/sponsors/isaacs"
  1982. }
  1983. },
  1984. "node_modules/npm/node_modules/sigstore": {
  1985. "version": "4.0.0",
  1986. "inBundle": true,
  1987. "license": "Apache-2.0",
  1988. "dependencies": {
  1989. "@sigstore/bundle": "^4.0.0",
  1990. "@sigstore/core": "^3.0.0",
  1991. "@sigstore/protobuf-specs": "^0.5.0",
  1992. "@sigstore/sign": "^4.0.0",
  1993. "@sigstore/tuf": "^4.0.0",
  1994. "@sigstore/verify": "^3.0.0"
  1995. },
  1996. "engines": {
  1997. "node": "^20.17.0 || >=22.9.0"
  1998. }
  1999. },
  2000. "node_modules/npm/node_modules/smart-buffer": {
  2001. "version": "4.2.0",
  2002. "inBundle": true,
  2003. "license": "MIT",
  2004. "engines": {
  2005. "node": ">= 6.0.0",
  2006. "npm": ">= 3.0.0"
  2007. }
  2008. },
  2009. "node_modules/npm/node_modules/socks": {
  2010. "version": "2.8.7",
  2011. "inBundle": true,
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "ip-address": "^10.0.1",
  2015. "smart-buffer": "^4.2.0"
  2016. },
  2017. "engines": {
  2018. "node": ">= 10.0.0",
  2019. "npm": ">= 3.0.0"
  2020. }
  2021. },
  2022. "node_modules/npm/node_modules/socks-proxy-agent": {
  2023. "version": "8.0.5",
  2024. "inBundle": true,
  2025. "license": "MIT",
  2026. "dependencies": {
  2027. "agent-base": "^7.1.2",
  2028. "debug": "^4.3.4",
  2029. "socks": "^2.8.3"
  2030. },
  2031. "engines": {
  2032. "node": ">= 14"
  2033. }
  2034. },
  2035. "node_modules/npm/node_modules/spdx-correct": {
  2036. "version": "3.2.0",
  2037. "inBundle": true,
  2038. "license": "Apache-2.0",
  2039. "dependencies": {
  2040. "spdx-expression-parse": "^3.0.0",
  2041. "spdx-license-ids": "^3.0.0"
  2042. }
  2043. },
  2044. "node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse": {
  2045. "version": "3.0.1",
  2046. "inBundle": true,
  2047. "license": "MIT",
  2048. "dependencies": {
  2049. "spdx-exceptions": "^2.1.0",
  2050. "spdx-license-ids": "^3.0.0"
  2051. }
  2052. },
  2053. "node_modules/npm/node_modules/spdx-exceptions": {
  2054. "version": "2.5.0",
  2055. "inBundle": true,
  2056. "license": "CC-BY-3.0"
  2057. },
  2058. "node_modules/npm/node_modules/spdx-expression-parse": {
  2059. "version": "4.0.0",
  2060. "inBundle": true,
  2061. "license": "MIT",
  2062. "dependencies": {
  2063. "spdx-exceptions": "^2.1.0",
  2064. "spdx-license-ids": "^3.0.0"
  2065. }
  2066. },
  2067. "node_modules/npm/node_modules/spdx-license-ids": {
  2068. "version": "3.0.22",
  2069. "inBundle": true,
  2070. "license": "CC0-1.0"
  2071. },
  2072. "node_modules/npm/node_modules/ssri": {
  2073. "version": "12.0.0",
  2074. "inBundle": true,
  2075. "license": "ISC",
  2076. "dependencies": {
  2077. "minipass": "^7.0.3"
  2078. },
  2079. "engines": {
  2080. "node": "^18.17.0 || >=20.5.0"
  2081. }
  2082. },
  2083. "node_modules/npm/node_modules/string-width": {
  2084. "version": "4.2.3",
  2085. "inBundle": true,
  2086. "license": "MIT",
  2087. "dependencies": {
  2088. "emoji-regex": "^8.0.0",
  2089. "is-fullwidth-code-point": "^3.0.0",
  2090. "strip-ansi": "^6.0.1"
  2091. },
  2092. "engines": {
  2093. "node": ">=8"
  2094. }
  2095. },
  2096. "node_modules/npm/node_modules/string-width-cjs": {
  2097. "name": "string-width",
  2098. "version": "4.2.3",
  2099. "inBundle": true,
  2100. "license": "MIT",
  2101. "dependencies": {
  2102. "emoji-regex": "^8.0.0",
  2103. "is-fullwidth-code-point": "^3.0.0",
  2104. "strip-ansi": "^6.0.1"
  2105. },
  2106. "engines": {
  2107. "node": ">=8"
  2108. }
  2109. },
  2110. "node_modules/npm/node_modules/strip-ansi": {
  2111. "version": "6.0.1",
  2112. "inBundle": true,
  2113. "license": "MIT",
  2114. "dependencies": {
  2115. "ansi-regex": "^5.0.1"
  2116. },
  2117. "engines": {
  2118. "node": ">=8"
  2119. }
  2120. },
  2121. "node_modules/npm/node_modules/strip-ansi-cjs": {
  2122. "name": "strip-ansi",
  2123. "version": "6.0.1",
  2124. "inBundle": true,
  2125. "license": "MIT",
  2126. "dependencies": {
  2127. "ansi-regex": "^5.0.1"
  2128. },
  2129. "engines": {
  2130. "node": ">=8"
  2131. }
  2132. },
  2133. "node_modules/npm/node_modules/supports-color": {
  2134. "version": "10.2.2",
  2135. "inBundle": true,
  2136. "license": "MIT",
  2137. "engines": {
  2138. "node": ">=18"
  2139. },
  2140. "funding": {
  2141. "url": "https://github.com/chalk/supports-color?sponsor=1"
  2142. }
  2143. },
  2144. "node_modules/npm/node_modules/tar": {
  2145. "version": "7.5.1",
  2146. "inBundle": true,
  2147. "license": "ISC",
  2148. "dependencies": {
  2149. "@isaacs/fs-minipass": "^4.0.0",
  2150. "chownr": "^3.0.0",
  2151. "minipass": "^7.1.2",
  2152. "minizlib": "^3.1.0",
  2153. "yallist": "^5.0.0"
  2154. },
  2155. "engines": {
  2156. "node": ">=18"
  2157. }
  2158. },
  2159. "node_modules/npm/node_modules/tar/node_modules/yallist": {
  2160. "version": "5.0.0",
  2161. "inBundle": true,
  2162. "license": "BlueOak-1.0.0",
  2163. "engines": {
  2164. "node": ">=18"
  2165. }
  2166. },
  2167. "node_modules/npm/node_modules/text-table": {
  2168. "version": "0.2.0",
  2169. "inBundle": true,
  2170. "license": "MIT"
  2171. },
  2172. "node_modules/npm/node_modules/tiny-relative-date": {
  2173. "version": "2.0.2",
  2174. "inBundle": true,
  2175. "license": "MIT"
  2176. },
  2177. "node_modules/npm/node_modules/tinyglobby": {
  2178. "version": "0.2.15",
  2179. "inBundle": true,
  2180. "license": "MIT",
  2181. "dependencies": {
  2182. "fdir": "^6.5.0",
  2183. "picomatch": "^4.0.3"
  2184. },
  2185. "engines": {
  2186. "node": ">=12.0.0"
  2187. },
  2188. "funding": {
  2189. "url": "https://github.com/sponsors/SuperchupuDev"
  2190. }
  2191. },
  2192. "node_modules/npm/node_modules/tinyglobby/node_modules/fdir": {
  2193. "version": "6.5.0",
  2194. "inBundle": true,
  2195. "license": "MIT",
  2196. "engines": {
  2197. "node": ">=12.0.0"
  2198. },
  2199. "peerDependencies": {
  2200. "picomatch": "^3 || ^4"
  2201. },
  2202. "peerDependenciesMeta": {
  2203. "picomatch": {
  2204. "optional": true
  2205. }
  2206. }
  2207. },
  2208. "node_modules/npm/node_modules/tinyglobby/node_modules/picomatch": {
  2209. "version": "4.0.3",
  2210. "inBundle": true,
  2211. "license": "MIT",
  2212. "engines": {
  2213. "node": ">=12"
  2214. },
  2215. "funding": {
  2216. "url": "https://github.com/sponsors/jonschlinkert"
  2217. }
  2218. },
  2219. "node_modules/npm/node_modules/treeverse": {
  2220. "version": "3.0.0",
  2221. "inBundle": true,
  2222. "license": "ISC",
  2223. "engines": {
  2224. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2225. }
  2226. },
  2227. "node_modules/npm/node_modules/tuf-js": {
  2228. "version": "4.0.0",
  2229. "inBundle": true,
  2230. "license": "MIT",
  2231. "dependencies": {
  2232. "@tufjs/models": "4.0.0",
  2233. "debug": "^4.4.1",
  2234. "make-fetch-happen": "^15.0.0"
  2235. },
  2236. "engines": {
  2237. "node": "^20.17.0 || >=22.9.0"
  2238. }
  2239. },
  2240. "node_modules/npm/node_modules/unique-filename": {
  2241. "version": "4.0.0",
  2242. "inBundle": true,
  2243. "license": "ISC",
  2244. "dependencies": {
  2245. "unique-slug": "^5.0.0"
  2246. },
  2247. "engines": {
  2248. "node": "^18.17.0 || >=20.5.0"
  2249. }
  2250. },
  2251. "node_modules/npm/node_modules/unique-slug": {
  2252. "version": "5.0.0",
  2253. "inBundle": true,
  2254. "license": "ISC",
  2255. "dependencies": {
  2256. "imurmurhash": "^0.1.4"
  2257. },
  2258. "engines": {
  2259. "node": "^18.17.0 || >=20.5.0"
  2260. }
  2261. },
  2262. "node_modules/npm/node_modules/util-deprecate": {
  2263. "version": "1.0.2",
  2264. "inBundle": true,
  2265. "license": "MIT"
  2266. },
  2267. "node_modules/npm/node_modules/validate-npm-package-license": {
  2268. "version": "3.0.4",
  2269. "inBundle": true,
  2270. "license": "Apache-2.0",
  2271. "dependencies": {
  2272. "spdx-correct": "^3.0.0",
  2273. "spdx-expression-parse": "^3.0.0"
  2274. }
  2275. },
  2276. "node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
  2277. "version": "3.0.1",
  2278. "inBundle": true,
  2279. "license": "MIT",
  2280. "dependencies": {
  2281. "spdx-exceptions": "^2.1.0",
  2282. "spdx-license-ids": "^3.0.0"
  2283. }
  2284. },
  2285. "node_modules/npm/node_modules/validate-npm-package-name": {
  2286. "version": "6.0.2",
  2287. "inBundle": true,
  2288. "license": "ISC",
  2289. "engines": {
  2290. "node": "^18.17.0 || >=20.5.0"
  2291. }
  2292. },
  2293. "node_modules/npm/node_modules/walk-up-path": {
  2294. "version": "4.0.0",
  2295. "inBundle": true,
  2296. "license": "ISC",
  2297. "engines": {
  2298. "node": "20 || >=22"
  2299. }
  2300. },
  2301. "node_modules/npm/node_modules/which": {
  2302. "version": "5.0.0",
  2303. "inBundle": true,
  2304. "license": "ISC",
  2305. "dependencies": {
  2306. "isexe": "^3.1.1"
  2307. },
  2308. "bin": {
  2309. "node-which": "bin/which.js"
  2310. },
  2311. "engines": {
  2312. "node": "^18.17.0 || >=20.5.0"
  2313. }
  2314. },
  2315. "node_modules/npm/node_modules/wrap-ansi": {
  2316. "version": "8.1.0",
  2317. "inBundle": true,
  2318. "license": "MIT",
  2319. "dependencies": {
  2320. "ansi-styles": "^6.1.0",
  2321. "string-width": "^5.0.1",
  2322. "strip-ansi": "^7.0.1"
  2323. },
  2324. "engines": {
  2325. "node": ">=12"
  2326. },
  2327. "funding": {
  2328. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2329. }
  2330. },
  2331. "node_modules/npm/node_modules/wrap-ansi-cjs": {
  2332. "name": "wrap-ansi",
  2333. "version": "7.0.0",
  2334. "inBundle": true,
  2335. "license": "MIT",
  2336. "dependencies": {
  2337. "ansi-styles": "^4.0.0",
  2338. "string-width": "^4.1.0",
  2339. "strip-ansi": "^6.0.0"
  2340. },
  2341. "engines": {
  2342. "node": ">=10"
  2343. },
  2344. "funding": {
  2345. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2346. }
  2347. },
  2348. "node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  2349. "version": "4.3.0",
  2350. "inBundle": true,
  2351. "license": "MIT",
  2352. "dependencies": {
  2353. "color-convert": "^2.0.1"
  2354. },
  2355. "engines": {
  2356. "node": ">=8"
  2357. },
  2358. "funding": {
  2359. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2360. }
  2361. },
  2362. "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
  2363. "version": "6.2.2",
  2364. "inBundle": true,
  2365. "license": "MIT",
  2366. "engines": {
  2367. "node": ">=12"
  2368. },
  2369. "funding": {
  2370. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2371. }
  2372. },
  2373. "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
  2374. "version": "9.2.2",
  2375. "inBundle": true,
  2376. "license": "MIT"
  2377. },
  2378. "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
  2379. "version": "5.1.2",
  2380. "inBundle": true,
  2381. "license": "MIT",
  2382. "dependencies": {
  2383. "eastasianwidth": "^0.2.0",
  2384. "emoji-regex": "^9.2.2",
  2385. "strip-ansi": "^7.0.1"
  2386. },
  2387. "engines": {
  2388. "node": ">=12"
  2389. },
  2390. "funding": {
  2391. "url": "https://github.com/sponsors/sindresorhus"
  2392. }
  2393. },
  2394. "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
  2395. "version": "7.1.2",
  2396. "inBundle": true,
  2397. "license": "MIT",
  2398. "dependencies": {
  2399. "ansi-regex": "^6.0.1"
  2400. },
  2401. "engines": {
  2402. "node": ">=12"
  2403. },
  2404. "funding": {
  2405. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2406. }
  2407. },
  2408. "node_modules/npm/node_modules/write-file-atomic": {
  2409. "version": "6.0.0",
  2410. "inBundle": true,
  2411. "license": "ISC",
  2412. "dependencies": {
  2413. "imurmurhash": "^0.1.4",
  2414. "signal-exit": "^4.0.1"
  2415. },
  2416. "engines": {
  2417. "node": "^18.17.0 || >=20.5.0"
  2418. }
  2419. },
  2420. "node_modules/npm/node_modules/yallist": {
  2421. "version": "4.0.0",
  2422. "inBundle": true,
  2423. "license": "ISC"
  2424. }
  2425. }
  2426. }