package-lock.json 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406
  1. {
  2. "name": "lan-reader-chat",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "lan-reader-chat",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "better-sqlite3": "^12.8.0",
  12. "next": "15.5.14",
  13. "react": "19.1.0",
  14. "react-dom": "19.1.0"
  15. },
  16. "devDependencies": {
  17. "@types/node": "22.15.21",
  18. "@types/react": "19.1.5",
  19. "@types/react-dom": "19.1.5",
  20. "playwright-core": "^1.58.2",
  21. "typescript": "5.8.3"
  22. }
  23. },
  24. "node_modules/@emnapi/runtime": {
  25. "version": "1.9.1",
  26. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.9.1.tgz",
  27. "integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
  28. "license": "MIT",
  29. "optional": true,
  30. "dependencies": {
  31. "tslib": "^2.4.0"
  32. }
  33. },
  34. "node_modules/@img/colour": {
  35. "version": "1.1.0",
  36. "resolved": "https://registry.npmmirror.com/@img/colour/-/colour-1.1.0.tgz",
  37. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  38. "license": "MIT",
  39. "optional": true,
  40. "engines": {
  41. "node": ">=18"
  42. }
  43. },
  44. "node_modules/@img/sharp-darwin-arm64": {
  45. "version": "0.34.5",
  46. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  47. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  48. "cpu": [
  49. "arm64"
  50. ],
  51. "license": "Apache-2.0",
  52. "optional": true,
  53. "os": [
  54. "darwin"
  55. ],
  56. "engines": {
  57. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  58. },
  59. "funding": {
  60. "url": "https://opencollective.com/libvips"
  61. },
  62. "optionalDependencies": {
  63. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  64. }
  65. },
  66. "node_modules/@img/sharp-darwin-x64": {
  67. "version": "0.34.5",
  68. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  69. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  70. "cpu": [
  71. "x64"
  72. ],
  73. "license": "Apache-2.0",
  74. "optional": true,
  75. "os": [
  76. "darwin"
  77. ],
  78. "engines": {
  79. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  80. },
  81. "funding": {
  82. "url": "https://opencollective.com/libvips"
  83. },
  84. "optionalDependencies": {
  85. "@img/sharp-libvips-darwin-x64": "1.2.4"
  86. }
  87. },
  88. "node_modules/@img/sharp-libvips-darwin-arm64": {
  89. "version": "1.2.4",
  90. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  91. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  92. "cpu": [
  93. "arm64"
  94. ],
  95. "license": "LGPL-3.0-or-later",
  96. "optional": true,
  97. "os": [
  98. "darwin"
  99. ],
  100. "funding": {
  101. "url": "https://opencollective.com/libvips"
  102. }
  103. },
  104. "node_modules/@img/sharp-libvips-darwin-x64": {
  105. "version": "1.2.4",
  106. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  107. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  108. "cpu": [
  109. "x64"
  110. ],
  111. "license": "LGPL-3.0-or-later",
  112. "optional": true,
  113. "os": [
  114. "darwin"
  115. ],
  116. "funding": {
  117. "url": "https://opencollective.com/libvips"
  118. }
  119. },
  120. "node_modules/@img/sharp-libvips-linux-arm": {
  121. "version": "1.2.4",
  122. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  123. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  124. "cpu": [
  125. "arm"
  126. ],
  127. "license": "LGPL-3.0-or-later",
  128. "optional": true,
  129. "os": [
  130. "linux"
  131. ],
  132. "funding": {
  133. "url": "https://opencollective.com/libvips"
  134. }
  135. },
  136. "node_modules/@img/sharp-libvips-linux-arm64": {
  137. "version": "1.2.4",
  138. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  139. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  140. "cpu": [
  141. "arm64"
  142. ],
  143. "license": "LGPL-3.0-or-later",
  144. "optional": true,
  145. "os": [
  146. "linux"
  147. ],
  148. "funding": {
  149. "url": "https://opencollective.com/libvips"
  150. }
  151. },
  152. "node_modules/@img/sharp-libvips-linux-ppc64": {
  153. "version": "1.2.4",
  154. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  155. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  156. "cpu": [
  157. "ppc64"
  158. ],
  159. "license": "LGPL-3.0-or-later",
  160. "optional": true,
  161. "os": [
  162. "linux"
  163. ],
  164. "funding": {
  165. "url": "https://opencollective.com/libvips"
  166. }
  167. },
  168. "node_modules/@img/sharp-libvips-linux-riscv64": {
  169. "version": "1.2.4",
  170. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  171. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  172. "cpu": [
  173. "riscv64"
  174. ],
  175. "license": "LGPL-3.0-or-later",
  176. "optional": true,
  177. "os": [
  178. "linux"
  179. ],
  180. "funding": {
  181. "url": "https://opencollective.com/libvips"
  182. }
  183. },
  184. "node_modules/@img/sharp-libvips-linux-s390x": {
  185. "version": "1.2.4",
  186. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  187. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  188. "cpu": [
  189. "s390x"
  190. ],
  191. "license": "LGPL-3.0-or-later",
  192. "optional": true,
  193. "os": [
  194. "linux"
  195. ],
  196. "funding": {
  197. "url": "https://opencollective.com/libvips"
  198. }
  199. },
  200. "node_modules/@img/sharp-libvips-linux-x64": {
  201. "version": "1.2.4",
  202. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  203. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  204. "cpu": [
  205. "x64"
  206. ],
  207. "license": "LGPL-3.0-or-later",
  208. "optional": true,
  209. "os": [
  210. "linux"
  211. ],
  212. "funding": {
  213. "url": "https://opencollective.com/libvips"
  214. }
  215. },
  216. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  217. "version": "1.2.4",
  218. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  219. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  220. "cpu": [
  221. "arm64"
  222. ],
  223. "license": "LGPL-3.0-or-later",
  224. "optional": true,
  225. "os": [
  226. "linux"
  227. ],
  228. "funding": {
  229. "url": "https://opencollective.com/libvips"
  230. }
  231. },
  232. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  233. "version": "1.2.4",
  234. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  235. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  236. "cpu": [
  237. "x64"
  238. ],
  239. "license": "LGPL-3.0-or-later",
  240. "optional": true,
  241. "os": [
  242. "linux"
  243. ],
  244. "funding": {
  245. "url": "https://opencollective.com/libvips"
  246. }
  247. },
  248. "node_modules/@img/sharp-linux-arm": {
  249. "version": "0.34.5",
  250. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  251. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  252. "cpu": [
  253. "arm"
  254. ],
  255. "license": "Apache-2.0",
  256. "optional": true,
  257. "os": [
  258. "linux"
  259. ],
  260. "engines": {
  261. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  262. },
  263. "funding": {
  264. "url": "https://opencollective.com/libvips"
  265. },
  266. "optionalDependencies": {
  267. "@img/sharp-libvips-linux-arm": "1.2.4"
  268. }
  269. },
  270. "node_modules/@img/sharp-linux-arm64": {
  271. "version": "0.34.5",
  272. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  273. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  274. "cpu": [
  275. "arm64"
  276. ],
  277. "license": "Apache-2.0",
  278. "optional": true,
  279. "os": [
  280. "linux"
  281. ],
  282. "engines": {
  283. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  284. },
  285. "funding": {
  286. "url": "https://opencollective.com/libvips"
  287. },
  288. "optionalDependencies": {
  289. "@img/sharp-libvips-linux-arm64": "1.2.4"
  290. }
  291. },
  292. "node_modules/@img/sharp-linux-ppc64": {
  293. "version": "0.34.5",
  294. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  295. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  296. "cpu": [
  297. "ppc64"
  298. ],
  299. "license": "Apache-2.0",
  300. "optional": true,
  301. "os": [
  302. "linux"
  303. ],
  304. "engines": {
  305. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  306. },
  307. "funding": {
  308. "url": "https://opencollective.com/libvips"
  309. },
  310. "optionalDependencies": {
  311. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  312. }
  313. },
  314. "node_modules/@img/sharp-linux-riscv64": {
  315. "version": "0.34.5",
  316. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  317. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  318. "cpu": [
  319. "riscv64"
  320. ],
  321. "license": "Apache-2.0",
  322. "optional": true,
  323. "os": [
  324. "linux"
  325. ],
  326. "engines": {
  327. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  328. },
  329. "funding": {
  330. "url": "https://opencollective.com/libvips"
  331. },
  332. "optionalDependencies": {
  333. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  334. }
  335. },
  336. "node_modules/@img/sharp-linux-s390x": {
  337. "version": "0.34.5",
  338. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  339. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  340. "cpu": [
  341. "s390x"
  342. ],
  343. "license": "Apache-2.0",
  344. "optional": true,
  345. "os": [
  346. "linux"
  347. ],
  348. "engines": {
  349. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  350. },
  351. "funding": {
  352. "url": "https://opencollective.com/libvips"
  353. },
  354. "optionalDependencies": {
  355. "@img/sharp-libvips-linux-s390x": "1.2.4"
  356. }
  357. },
  358. "node_modules/@img/sharp-linux-x64": {
  359. "version": "0.34.5",
  360. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  361. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  362. "cpu": [
  363. "x64"
  364. ],
  365. "license": "Apache-2.0",
  366. "optional": true,
  367. "os": [
  368. "linux"
  369. ],
  370. "engines": {
  371. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  372. },
  373. "funding": {
  374. "url": "https://opencollective.com/libvips"
  375. },
  376. "optionalDependencies": {
  377. "@img/sharp-libvips-linux-x64": "1.2.4"
  378. }
  379. },
  380. "node_modules/@img/sharp-linuxmusl-arm64": {
  381. "version": "0.34.5",
  382. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  383. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  384. "cpu": [
  385. "arm64"
  386. ],
  387. "license": "Apache-2.0",
  388. "optional": true,
  389. "os": [
  390. "linux"
  391. ],
  392. "engines": {
  393. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  394. },
  395. "funding": {
  396. "url": "https://opencollective.com/libvips"
  397. },
  398. "optionalDependencies": {
  399. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  400. }
  401. },
  402. "node_modules/@img/sharp-linuxmusl-x64": {
  403. "version": "0.34.5",
  404. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  405. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  406. "cpu": [
  407. "x64"
  408. ],
  409. "license": "Apache-2.0",
  410. "optional": true,
  411. "os": [
  412. "linux"
  413. ],
  414. "engines": {
  415. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  416. },
  417. "funding": {
  418. "url": "https://opencollective.com/libvips"
  419. },
  420. "optionalDependencies": {
  421. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  422. }
  423. },
  424. "node_modules/@img/sharp-wasm32": {
  425. "version": "0.34.5",
  426. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  427. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  428. "cpu": [
  429. "wasm32"
  430. ],
  431. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  432. "optional": true,
  433. "dependencies": {
  434. "@emnapi/runtime": "^1.7.0"
  435. },
  436. "engines": {
  437. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  438. },
  439. "funding": {
  440. "url": "https://opencollective.com/libvips"
  441. }
  442. },
  443. "node_modules/@img/sharp-win32-arm64": {
  444. "version": "0.34.5",
  445. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  446. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  447. "cpu": [
  448. "arm64"
  449. ],
  450. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  451. "optional": true,
  452. "os": [
  453. "win32"
  454. ],
  455. "engines": {
  456. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  457. },
  458. "funding": {
  459. "url": "https://opencollective.com/libvips"
  460. }
  461. },
  462. "node_modules/@img/sharp-win32-ia32": {
  463. "version": "0.34.5",
  464. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  465. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  466. "cpu": [
  467. "ia32"
  468. ],
  469. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  470. "optional": true,
  471. "os": [
  472. "win32"
  473. ],
  474. "engines": {
  475. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  476. },
  477. "funding": {
  478. "url": "https://opencollective.com/libvips"
  479. }
  480. },
  481. "node_modules/@img/sharp-win32-x64": {
  482. "version": "0.34.5",
  483. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  484. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  485. "cpu": [
  486. "x64"
  487. ],
  488. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  489. "optional": true,
  490. "os": [
  491. "win32"
  492. ],
  493. "engines": {
  494. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  495. },
  496. "funding": {
  497. "url": "https://opencollective.com/libvips"
  498. }
  499. },
  500. "node_modules/@next/env": {
  501. "version": "15.5.14",
  502. "resolved": "https://registry.npmmirror.com/@next/env/-/env-15.5.14.tgz",
  503. "integrity": "sha512-aXeirLYuASxEgi4X4WhfXsShCFxWDfNn/8ZeC5YXAS2BB4A8FJi1kwwGL6nvMVboE7fZCzmJPNdMvVHc8JpaiA==",
  504. "license": "MIT"
  505. },
  506. "node_modules/@next/swc-darwin-arm64": {
  507. "version": "15.5.14",
  508. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.14.tgz",
  509. "integrity": "sha512-Y9K6SPzobnZvrRDPO2s0grgzC+Egf0CqfbdvYmQVaztV890zicw8Z8+4Vqw8oPck8r1TjUHxVh8299Cg4TrxXg==",
  510. "cpu": [
  511. "arm64"
  512. ],
  513. "license": "MIT",
  514. "optional": true,
  515. "os": [
  516. "darwin"
  517. ],
  518. "engines": {
  519. "node": ">= 10"
  520. }
  521. },
  522. "node_modules/@next/swc-darwin-x64": {
  523. "version": "15.5.14",
  524. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.14.tgz",
  525. "integrity": "sha512-aNnkSMjSFRTOmkd7qoNI2/rETQm/vKD6c/Ac9BZGa9CtoOzy3c2njgz7LvebQJ8iPxdeTuGnAjagyis8a9ifBw==",
  526. "cpu": [
  527. "x64"
  528. ],
  529. "license": "MIT",
  530. "optional": true,
  531. "os": [
  532. "darwin"
  533. ],
  534. "engines": {
  535. "node": ">= 10"
  536. }
  537. },
  538. "node_modules/@next/swc-linux-arm64-gnu": {
  539. "version": "15.5.14",
  540. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.14.tgz",
  541. "integrity": "sha512-tjlpia+yStPRS//6sdmlVwuO1Rioern4u2onafa5n+h2hCS9MAvMXqpVbSrjgiEOoCs0nJy7oPOmWgtRRNSM5Q==",
  542. "cpu": [
  543. "arm64"
  544. ],
  545. "license": "MIT",
  546. "optional": true,
  547. "os": [
  548. "linux"
  549. ],
  550. "engines": {
  551. "node": ">= 10"
  552. }
  553. },
  554. "node_modules/@next/swc-linux-arm64-musl": {
  555. "version": "15.5.14",
  556. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.14.tgz",
  557. "integrity": "sha512-8B8cngBaLadl5lbDRdxGCP1Lef8ipD6KlxS3v0ElDAGil6lafrAM3B258p1KJOglInCVFUjk751IXMr2ixeQOQ==",
  558. "cpu": [
  559. "arm64"
  560. ],
  561. "license": "MIT",
  562. "optional": true,
  563. "os": [
  564. "linux"
  565. ],
  566. "engines": {
  567. "node": ">= 10"
  568. }
  569. },
  570. "node_modules/@next/swc-linux-x64-gnu": {
  571. "version": "15.5.14",
  572. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.14.tgz",
  573. "integrity": "sha512-bAS6tIAg8u4Gn3Nz7fCPpSoKAexEt2d5vn1mzokcqdqyov6ZJ6gu6GdF9l8ORFrBuRHgv3go/RfzYz5BkZ6YSQ==",
  574. "cpu": [
  575. "x64"
  576. ],
  577. "license": "MIT",
  578. "optional": true,
  579. "os": [
  580. "linux"
  581. ],
  582. "engines": {
  583. "node": ">= 10"
  584. }
  585. },
  586. "node_modules/@next/swc-linux-x64-musl": {
  587. "version": "15.5.14",
  588. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.14.tgz",
  589. "integrity": "sha512-mMxv/FcrT7Gfaq4tsR22l17oKWXZmH/lVqcvjX0kfp5I0lKodHYLICKPoX1KRnnE+ci6oIUdriUhuA3rBCDiSw==",
  590. "cpu": [
  591. "x64"
  592. ],
  593. "license": "MIT",
  594. "optional": true,
  595. "os": [
  596. "linux"
  597. ],
  598. "engines": {
  599. "node": ">= 10"
  600. }
  601. },
  602. "node_modules/@next/swc-win32-arm64-msvc": {
  603. "version": "15.5.14",
  604. "resolved": "https://registry.npmmirror.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.14.tgz",
  605. "integrity": "sha512-OTmiBlYThppnvnsqx0rBqjDRemlmIeZ8/o4zI7veaXoeO1PVHoyj2lfTfXTiiGjCyRDhA10y4h6ZvZvBiynr2g==",
  606. "cpu": [
  607. "arm64"
  608. ],
  609. "license": "MIT",
  610. "optional": true,
  611. "os": [
  612. "win32"
  613. ],
  614. "engines": {
  615. "node": ">= 10"
  616. }
  617. },
  618. "node_modules/@next/swc-win32-x64-msvc": {
  619. "version": "15.5.14",
  620. "resolved": "https://registry.npmmirror.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.14.tgz",
  621. "integrity": "sha512-+W7eFf3RS7m4G6tppVTOSyP9Y6FsJXfOuKzav1qKniiFm3KFByQfPEcouHdjlZmysl4zJGuGLQ/M9XyVeyeNEg==",
  622. "cpu": [
  623. "x64"
  624. ],
  625. "license": "MIT",
  626. "optional": true,
  627. "os": [
  628. "win32"
  629. ],
  630. "engines": {
  631. "node": ">= 10"
  632. }
  633. },
  634. "node_modules/@swc/helpers": {
  635. "version": "0.5.15",
  636. "resolved": "https://registry.npmmirror.com/@swc/helpers/-/helpers-0.5.15.tgz",
  637. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  638. "license": "Apache-2.0",
  639. "dependencies": {
  640. "tslib": "^2.8.0"
  641. }
  642. },
  643. "node_modules/@types/node": {
  644. "version": "22.15.21",
  645. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.21.tgz",
  646. "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
  647. "dev": true,
  648. "license": "MIT",
  649. "dependencies": {
  650. "undici-types": "~6.21.0"
  651. }
  652. },
  653. "node_modules/@types/react": {
  654. "version": "19.1.5",
  655. "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.1.5.tgz",
  656. "integrity": "sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==",
  657. "dev": true,
  658. "license": "MIT",
  659. "dependencies": {
  660. "csstype": "^3.0.2"
  661. }
  662. },
  663. "node_modules/@types/react-dom": {
  664. "version": "19.1.5",
  665. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.1.5.tgz",
  666. "integrity": "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==",
  667. "dev": true,
  668. "license": "MIT",
  669. "peerDependencies": {
  670. "@types/react": "^19.0.0"
  671. }
  672. },
  673. "node_modules/base64-js": {
  674. "version": "1.5.1",
  675. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  676. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  677. "funding": [
  678. {
  679. "type": "github",
  680. "url": "https://github.com/sponsors/feross"
  681. },
  682. {
  683. "type": "patreon",
  684. "url": "https://www.patreon.com/feross"
  685. },
  686. {
  687. "type": "consulting",
  688. "url": "https://feross.org/support"
  689. }
  690. ],
  691. "license": "MIT"
  692. },
  693. "node_modules/better-sqlite3": {
  694. "version": "12.8.0",
  695. "resolved": "https://registry.npmmirror.com/better-sqlite3/-/better-sqlite3-12.8.0.tgz",
  696. "integrity": "sha512-RxD2Vd96sQDjQr20kdP+F+dK/1OUNiVOl200vKBZY8u0vTwysfolF6Hq+3ZK2+h8My9YvZhHsF+RSGZW2VYrPQ==",
  697. "hasInstallScript": true,
  698. "license": "MIT",
  699. "dependencies": {
  700. "bindings": "^1.5.0",
  701. "prebuild-install": "^7.1.1"
  702. },
  703. "engines": {
  704. "node": "20.x || 22.x || 23.x || 24.x || 25.x"
  705. }
  706. },
  707. "node_modules/bindings": {
  708. "version": "1.5.0",
  709. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  710. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  711. "license": "MIT",
  712. "dependencies": {
  713. "file-uri-to-path": "1.0.0"
  714. }
  715. },
  716. "node_modules/bl": {
  717. "version": "4.1.0",
  718. "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
  719. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  720. "license": "MIT",
  721. "dependencies": {
  722. "buffer": "^5.5.0",
  723. "inherits": "^2.0.4",
  724. "readable-stream": "^3.4.0"
  725. }
  726. },
  727. "node_modules/buffer": {
  728. "version": "5.7.1",
  729. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  730. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  731. "funding": [
  732. {
  733. "type": "github",
  734. "url": "https://github.com/sponsors/feross"
  735. },
  736. {
  737. "type": "patreon",
  738. "url": "https://www.patreon.com/feross"
  739. },
  740. {
  741. "type": "consulting",
  742. "url": "https://feross.org/support"
  743. }
  744. ],
  745. "license": "MIT",
  746. "dependencies": {
  747. "base64-js": "^1.3.1",
  748. "ieee754": "^1.1.13"
  749. }
  750. },
  751. "node_modules/caniuse-lite": {
  752. "version": "1.0.30001781",
  753. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001781.tgz",
  754. "integrity": "sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==",
  755. "funding": [
  756. {
  757. "type": "opencollective",
  758. "url": "https://opencollective.com/browserslist"
  759. },
  760. {
  761. "type": "tidelift",
  762. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  763. },
  764. {
  765. "type": "github",
  766. "url": "https://github.com/sponsors/ai"
  767. }
  768. ],
  769. "license": "CC-BY-4.0"
  770. },
  771. "node_modules/chownr": {
  772. "version": "1.1.4",
  773. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
  774. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  775. "license": "ISC"
  776. },
  777. "node_modules/client-only": {
  778. "version": "0.0.1",
  779. "resolved": "https://registry.npmmirror.com/client-only/-/client-only-0.0.1.tgz",
  780. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  781. "license": "MIT"
  782. },
  783. "node_modules/csstype": {
  784. "version": "3.2.3",
  785. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  786. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  787. "dev": true,
  788. "license": "MIT"
  789. },
  790. "node_modules/decompress-response": {
  791. "version": "6.0.0",
  792. "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz",
  793. "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
  794. "license": "MIT",
  795. "dependencies": {
  796. "mimic-response": "^3.1.0"
  797. },
  798. "engines": {
  799. "node": ">=10"
  800. },
  801. "funding": {
  802. "url": "https://github.com/sponsors/sindresorhus"
  803. }
  804. },
  805. "node_modules/deep-extend": {
  806. "version": "0.6.0",
  807. "resolved": "https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz",
  808. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  809. "license": "MIT",
  810. "engines": {
  811. "node": ">=4.0.0"
  812. }
  813. },
  814. "node_modules/detect-libc": {
  815. "version": "2.1.2",
  816. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  817. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  818. "license": "Apache-2.0",
  819. "engines": {
  820. "node": ">=8"
  821. }
  822. },
  823. "node_modules/end-of-stream": {
  824. "version": "1.4.5",
  825. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz",
  826. "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
  827. "license": "MIT",
  828. "dependencies": {
  829. "once": "^1.4.0"
  830. }
  831. },
  832. "node_modules/expand-template": {
  833. "version": "2.0.3",
  834. "resolved": "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz",
  835. "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  836. "license": "(MIT OR WTFPL)",
  837. "engines": {
  838. "node": ">=6"
  839. }
  840. },
  841. "node_modules/file-uri-to-path": {
  842. "version": "1.0.0",
  843. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  844. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  845. "license": "MIT"
  846. },
  847. "node_modules/fs-constants": {
  848. "version": "1.0.0",
  849. "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
  850. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
  851. "license": "MIT"
  852. },
  853. "node_modules/github-from-package": {
  854. "version": "0.0.0",
  855. "resolved": "https://registry.npmmirror.com/github-from-package/-/github-from-package-0.0.0.tgz",
  856. "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
  857. "license": "MIT"
  858. },
  859. "node_modules/ieee754": {
  860. "version": "1.2.1",
  861. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  862. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  863. "funding": [
  864. {
  865. "type": "github",
  866. "url": "https://github.com/sponsors/feross"
  867. },
  868. {
  869. "type": "patreon",
  870. "url": "https://www.patreon.com/feross"
  871. },
  872. {
  873. "type": "consulting",
  874. "url": "https://feross.org/support"
  875. }
  876. ],
  877. "license": "BSD-3-Clause"
  878. },
  879. "node_modules/inherits": {
  880. "version": "2.0.4",
  881. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  882. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  883. "license": "ISC"
  884. },
  885. "node_modules/ini": {
  886. "version": "1.3.8",
  887. "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
  888. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  889. "license": "ISC"
  890. },
  891. "node_modules/mimic-response": {
  892. "version": "3.1.0",
  893. "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz",
  894. "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
  895. "license": "MIT",
  896. "engines": {
  897. "node": ">=10"
  898. },
  899. "funding": {
  900. "url": "https://github.com/sponsors/sindresorhus"
  901. }
  902. },
  903. "node_modules/minimist": {
  904. "version": "1.2.8",
  905. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  906. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  907. "license": "MIT",
  908. "funding": {
  909. "url": "https://github.com/sponsors/ljharb"
  910. }
  911. },
  912. "node_modules/mkdirp-classic": {
  913. "version": "0.5.3",
  914. "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  915. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
  916. "license": "MIT"
  917. },
  918. "node_modules/nanoid": {
  919. "version": "3.3.11",
  920. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  921. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  922. "funding": [
  923. {
  924. "type": "github",
  925. "url": "https://github.com/sponsors/ai"
  926. }
  927. ],
  928. "license": "MIT",
  929. "bin": {
  930. "nanoid": "bin/nanoid.cjs"
  931. },
  932. "engines": {
  933. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  934. }
  935. },
  936. "node_modules/napi-build-utils": {
  937. "version": "1.0.2",
  938. "resolved": "https://registry.npmmirror.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
  939. "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==",
  940. "license": "MIT"
  941. },
  942. "node_modules/next": {
  943. "version": "15.5.14",
  944. "resolved": "https://registry.npmmirror.com/next/-/next-15.5.14.tgz",
  945. "integrity": "sha512-M6S+4JyRjmKic2Ssm7jHUPkE6YUJ6lv4507jprsSZLulubz0ihO2E+S4zmQK3JZ2ov81JrugukKU4Tz0ivgqqQ==",
  946. "license": "MIT",
  947. "dependencies": {
  948. "@next/env": "15.5.14",
  949. "@swc/helpers": "0.5.15",
  950. "caniuse-lite": "^1.0.30001579",
  951. "postcss": "8.4.31",
  952. "styled-jsx": "5.1.6"
  953. },
  954. "bin": {
  955. "next": "dist/bin/next"
  956. },
  957. "engines": {
  958. "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
  959. },
  960. "optionalDependencies": {
  961. "@next/swc-darwin-arm64": "15.5.14",
  962. "@next/swc-darwin-x64": "15.5.14",
  963. "@next/swc-linux-arm64-gnu": "15.5.14",
  964. "@next/swc-linux-arm64-musl": "15.5.14",
  965. "@next/swc-linux-x64-gnu": "15.5.14",
  966. "@next/swc-linux-x64-musl": "15.5.14",
  967. "@next/swc-win32-arm64-msvc": "15.5.14",
  968. "@next/swc-win32-x64-msvc": "15.5.14",
  969. "sharp": "^0.34.3"
  970. },
  971. "peerDependencies": {
  972. "@opentelemetry/api": "^1.1.0",
  973. "@playwright/test": "^1.51.1",
  974. "babel-plugin-react-compiler": "*",
  975. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  976. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  977. "sass": "^1.3.0"
  978. },
  979. "peerDependenciesMeta": {
  980. "@opentelemetry/api": {
  981. "optional": true
  982. },
  983. "@playwright/test": {
  984. "optional": true
  985. },
  986. "babel-plugin-react-compiler": {
  987. "optional": true
  988. },
  989. "sass": {
  990. "optional": true
  991. }
  992. }
  993. },
  994. "node_modules/node-abi": {
  995. "version": "3.89.0",
  996. "resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.89.0.tgz",
  997. "integrity": "sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "semver": "^7.3.5"
  1001. },
  1002. "engines": {
  1003. "node": ">=10"
  1004. }
  1005. },
  1006. "node_modules/once": {
  1007. "version": "1.4.0",
  1008. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  1009. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  1010. "license": "ISC",
  1011. "dependencies": {
  1012. "wrappy": "1"
  1013. }
  1014. },
  1015. "node_modules/picocolors": {
  1016. "version": "1.1.1",
  1017. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1018. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1019. "license": "ISC"
  1020. },
  1021. "node_modules/playwright-core": {
  1022. "version": "1.58.2",
  1023. "resolved": "https://registry.npmmirror.com/playwright-core/-/playwright-core-1.58.2.tgz",
  1024. "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
  1025. "dev": true,
  1026. "license": "Apache-2.0",
  1027. "bin": {
  1028. "playwright-core": "cli.js"
  1029. },
  1030. "engines": {
  1031. "node": ">=18"
  1032. }
  1033. },
  1034. "node_modules/postcss": {
  1035. "version": "8.4.31",
  1036. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.31.tgz",
  1037. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  1038. "funding": [
  1039. {
  1040. "type": "opencollective",
  1041. "url": "https://opencollective.com/postcss/"
  1042. },
  1043. {
  1044. "type": "tidelift",
  1045. "url": "https://tidelift.com/funding/github/npm/postcss"
  1046. },
  1047. {
  1048. "type": "github",
  1049. "url": "https://github.com/sponsors/ai"
  1050. }
  1051. ],
  1052. "license": "MIT",
  1053. "dependencies": {
  1054. "nanoid": "^3.3.6",
  1055. "picocolors": "^1.0.0",
  1056. "source-map-js": "^1.0.2"
  1057. },
  1058. "engines": {
  1059. "node": "^10 || ^12 || >=14"
  1060. }
  1061. },
  1062. "node_modules/prebuild-install": {
  1063. "version": "7.1.2",
  1064. "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.2.tgz",
  1065. "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "detect-libc": "^2.0.0",
  1069. "expand-template": "^2.0.3",
  1070. "github-from-package": "0.0.0",
  1071. "minimist": "^1.2.3",
  1072. "mkdirp-classic": "^0.5.3",
  1073. "napi-build-utils": "^1.0.1",
  1074. "node-abi": "^3.3.0",
  1075. "pump": "^3.0.0",
  1076. "rc": "^1.2.7",
  1077. "simple-get": "^4.0.0",
  1078. "tar-fs": "^2.0.0",
  1079. "tunnel-agent": "^0.6.0"
  1080. },
  1081. "bin": {
  1082. "prebuild-install": "bin.js"
  1083. },
  1084. "engines": {
  1085. "node": ">=10"
  1086. }
  1087. },
  1088. "node_modules/pump": {
  1089. "version": "3.0.4",
  1090. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.4.tgz",
  1091. "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
  1092. "license": "MIT",
  1093. "dependencies": {
  1094. "end-of-stream": "^1.1.0",
  1095. "once": "^1.3.1"
  1096. }
  1097. },
  1098. "node_modules/rc": {
  1099. "version": "1.2.8",
  1100. "resolved": "https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz",
  1101. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  1102. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  1103. "dependencies": {
  1104. "deep-extend": "^0.6.0",
  1105. "ini": "~1.3.0",
  1106. "minimist": "^1.2.0",
  1107. "strip-json-comments": "~2.0.1"
  1108. },
  1109. "bin": {
  1110. "rc": "cli.js"
  1111. }
  1112. },
  1113. "node_modules/react": {
  1114. "version": "19.1.0",
  1115. "resolved": "https://registry.npmmirror.com/react/-/react-19.1.0.tgz",
  1116. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  1117. "license": "MIT",
  1118. "engines": {
  1119. "node": ">=0.10.0"
  1120. }
  1121. },
  1122. "node_modules/react-dom": {
  1123. "version": "19.1.0",
  1124. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz",
  1125. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  1126. "license": "MIT",
  1127. "dependencies": {
  1128. "scheduler": "^0.26.0"
  1129. },
  1130. "peerDependencies": {
  1131. "react": "^19.1.0"
  1132. }
  1133. },
  1134. "node_modules/readable-stream": {
  1135. "version": "3.6.2",
  1136. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
  1137. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  1138. "license": "MIT",
  1139. "dependencies": {
  1140. "inherits": "^2.0.3",
  1141. "string_decoder": "^1.1.1",
  1142. "util-deprecate": "^1.0.1"
  1143. },
  1144. "engines": {
  1145. "node": ">= 6"
  1146. }
  1147. },
  1148. "node_modules/safe-buffer": {
  1149. "version": "5.2.1",
  1150. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  1151. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  1152. "funding": [
  1153. {
  1154. "type": "github",
  1155. "url": "https://github.com/sponsors/feross"
  1156. },
  1157. {
  1158. "type": "patreon",
  1159. "url": "https://www.patreon.com/feross"
  1160. },
  1161. {
  1162. "type": "consulting",
  1163. "url": "https://feross.org/support"
  1164. }
  1165. ],
  1166. "license": "MIT"
  1167. },
  1168. "node_modules/scheduler": {
  1169. "version": "0.26.0",
  1170. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz",
  1171. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  1172. "license": "MIT"
  1173. },
  1174. "node_modules/semver": {
  1175. "version": "7.7.4",
  1176. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  1177. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  1178. "license": "ISC",
  1179. "bin": {
  1180. "semver": "bin/semver.js"
  1181. },
  1182. "engines": {
  1183. "node": ">=10"
  1184. }
  1185. },
  1186. "node_modules/sharp": {
  1187. "version": "0.34.5",
  1188. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.34.5.tgz",
  1189. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  1190. "hasInstallScript": true,
  1191. "license": "Apache-2.0",
  1192. "optional": true,
  1193. "dependencies": {
  1194. "@img/colour": "^1.0.0",
  1195. "detect-libc": "^2.1.2",
  1196. "semver": "^7.7.3"
  1197. },
  1198. "engines": {
  1199. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1200. },
  1201. "funding": {
  1202. "url": "https://opencollective.com/libvips"
  1203. },
  1204. "optionalDependencies": {
  1205. "@img/sharp-darwin-arm64": "0.34.5",
  1206. "@img/sharp-darwin-x64": "0.34.5",
  1207. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  1208. "@img/sharp-libvips-darwin-x64": "1.2.4",
  1209. "@img/sharp-libvips-linux-arm": "1.2.4",
  1210. "@img/sharp-libvips-linux-arm64": "1.2.4",
  1211. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  1212. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  1213. "@img/sharp-libvips-linux-s390x": "1.2.4",
  1214. "@img/sharp-libvips-linux-x64": "1.2.4",
  1215. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  1216. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  1217. "@img/sharp-linux-arm": "0.34.5",
  1218. "@img/sharp-linux-arm64": "0.34.5",
  1219. "@img/sharp-linux-ppc64": "0.34.5",
  1220. "@img/sharp-linux-riscv64": "0.34.5",
  1221. "@img/sharp-linux-s390x": "0.34.5",
  1222. "@img/sharp-linux-x64": "0.34.5",
  1223. "@img/sharp-linuxmusl-arm64": "0.34.5",
  1224. "@img/sharp-linuxmusl-x64": "0.34.5",
  1225. "@img/sharp-wasm32": "0.34.5",
  1226. "@img/sharp-win32-arm64": "0.34.5",
  1227. "@img/sharp-win32-ia32": "0.34.5",
  1228. "@img/sharp-win32-x64": "0.34.5"
  1229. }
  1230. },
  1231. "node_modules/simple-concat": {
  1232. "version": "1.0.1",
  1233. "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz",
  1234. "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
  1235. "funding": [
  1236. {
  1237. "type": "github",
  1238. "url": "https://github.com/sponsors/feross"
  1239. },
  1240. {
  1241. "type": "patreon",
  1242. "url": "https://www.patreon.com/feross"
  1243. },
  1244. {
  1245. "type": "consulting",
  1246. "url": "https://feross.org/support"
  1247. }
  1248. ],
  1249. "license": "MIT"
  1250. },
  1251. "node_modules/simple-get": {
  1252. "version": "4.0.1",
  1253. "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz",
  1254. "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
  1255. "funding": [
  1256. {
  1257. "type": "github",
  1258. "url": "https://github.com/sponsors/feross"
  1259. },
  1260. {
  1261. "type": "patreon",
  1262. "url": "https://www.patreon.com/feross"
  1263. },
  1264. {
  1265. "type": "consulting",
  1266. "url": "https://feross.org/support"
  1267. }
  1268. ],
  1269. "license": "MIT",
  1270. "dependencies": {
  1271. "decompress-response": "^6.0.0",
  1272. "once": "^1.3.1",
  1273. "simple-concat": "^1.0.0"
  1274. }
  1275. },
  1276. "node_modules/source-map-js": {
  1277. "version": "1.2.1",
  1278. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  1279. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1280. "license": "BSD-3-Clause",
  1281. "engines": {
  1282. "node": ">=0.10.0"
  1283. }
  1284. },
  1285. "node_modules/string_decoder": {
  1286. "version": "1.3.0",
  1287. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  1288. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  1289. "license": "MIT",
  1290. "dependencies": {
  1291. "safe-buffer": "~5.2.0"
  1292. }
  1293. },
  1294. "node_modules/strip-json-comments": {
  1295. "version": "2.0.1",
  1296. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  1297. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  1298. "license": "MIT",
  1299. "engines": {
  1300. "node": ">=0.10.0"
  1301. }
  1302. },
  1303. "node_modules/styled-jsx": {
  1304. "version": "5.1.6",
  1305. "resolved": "https://registry.npmmirror.com/styled-jsx/-/styled-jsx-5.1.6.tgz",
  1306. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  1307. "license": "MIT",
  1308. "dependencies": {
  1309. "client-only": "0.0.1"
  1310. },
  1311. "engines": {
  1312. "node": ">= 12.0.0"
  1313. },
  1314. "peerDependencies": {
  1315. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  1316. },
  1317. "peerDependenciesMeta": {
  1318. "@babel/core": {
  1319. "optional": true
  1320. },
  1321. "babel-plugin-macros": {
  1322. "optional": true
  1323. }
  1324. }
  1325. },
  1326. "node_modules/tar-fs": {
  1327. "version": "2.1.4",
  1328. "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.4.tgz",
  1329. "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
  1330. "license": "MIT",
  1331. "dependencies": {
  1332. "chownr": "^1.1.1",
  1333. "mkdirp-classic": "^0.5.2",
  1334. "pump": "^3.0.0",
  1335. "tar-stream": "^2.1.4"
  1336. }
  1337. },
  1338. "node_modules/tar-stream": {
  1339. "version": "2.2.0",
  1340. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
  1341. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  1342. "license": "MIT",
  1343. "dependencies": {
  1344. "bl": "^4.0.3",
  1345. "end-of-stream": "^1.4.1",
  1346. "fs-constants": "^1.0.0",
  1347. "inherits": "^2.0.3",
  1348. "readable-stream": "^3.1.1"
  1349. },
  1350. "engines": {
  1351. "node": ">=6"
  1352. }
  1353. },
  1354. "node_modules/tslib": {
  1355. "version": "2.8.1",
  1356. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  1357. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1358. "license": "0BSD"
  1359. },
  1360. "node_modules/tunnel-agent": {
  1361. "version": "0.6.0",
  1362. "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  1363. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  1364. "license": "Apache-2.0",
  1365. "dependencies": {
  1366. "safe-buffer": "^5.0.1"
  1367. },
  1368. "engines": {
  1369. "node": "*"
  1370. }
  1371. },
  1372. "node_modules/typescript": {
  1373. "version": "5.8.3",
  1374. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  1375. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  1376. "dev": true,
  1377. "license": "Apache-2.0",
  1378. "bin": {
  1379. "tsc": "bin/tsc",
  1380. "tsserver": "bin/tsserver"
  1381. },
  1382. "engines": {
  1383. "node": ">=14.17"
  1384. }
  1385. },
  1386. "node_modules/undici-types": {
  1387. "version": "6.21.0",
  1388. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  1389. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  1390. "dev": true,
  1391. "license": "MIT"
  1392. },
  1393. "node_modules/util-deprecate": {
  1394. "version": "1.0.2",
  1395. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  1396. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  1397. "license": "MIT"
  1398. },
  1399. "node_modules/wrappy": {
  1400. "version": "1.0.2",
  1401. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  1402. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  1403. "license": "ISC"
  1404. }
  1405. }
  1406. }