package-lock.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  1. {
  2. "name": "memory-agents-web",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "memory-agents-web",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "lucide-react": "0.468.0",
  12. "next": "16.2.10",
  13. "react": "19.2.7",
  14. "react-dom": "19.2.7"
  15. },
  16. "devDependencies": {
  17. "@types/node": "22.10.2",
  18. "@types/react": "19.0.3",
  19. "@types/react-dom": "19.0.2",
  20. "typescript": "5.7.2"
  21. }
  22. },
  23. "node_modules/@emnapi/runtime": {
  24. "version": "1.11.2",
  25. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz",
  26. "integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==",
  27. "license": "MIT",
  28. "optional": true,
  29. "dependencies": {
  30. "tslib": "^2.4.0"
  31. }
  32. },
  33. "node_modules/@img/colour": {
  34. "version": "1.1.0",
  35. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  36. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  37. "license": "MIT",
  38. "optional": true,
  39. "engines": {
  40. "node": ">=18"
  41. }
  42. },
  43. "node_modules/@img/sharp-darwin-arm64": {
  44. "version": "0.34.5",
  45. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  46. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  47. "cpu": [
  48. "arm64"
  49. ],
  50. "license": "Apache-2.0",
  51. "optional": true,
  52. "os": [
  53. "darwin"
  54. ],
  55. "engines": {
  56. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  57. },
  58. "funding": {
  59. "url": "https://opencollective.com/libvips"
  60. },
  61. "optionalDependencies": {
  62. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  63. }
  64. },
  65. "node_modules/@img/sharp-darwin-x64": {
  66. "version": "0.34.5",
  67. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  68. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  69. "cpu": [
  70. "x64"
  71. ],
  72. "license": "Apache-2.0",
  73. "optional": true,
  74. "os": [
  75. "darwin"
  76. ],
  77. "engines": {
  78. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  79. },
  80. "funding": {
  81. "url": "https://opencollective.com/libvips"
  82. },
  83. "optionalDependencies": {
  84. "@img/sharp-libvips-darwin-x64": "1.2.4"
  85. }
  86. },
  87. "node_modules/@img/sharp-libvips-darwin-arm64": {
  88. "version": "1.2.4",
  89. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  90. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  91. "cpu": [
  92. "arm64"
  93. ],
  94. "license": "LGPL-3.0-or-later",
  95. "optional": true,
  96. "os": [
  97. "darwin"
  98. ],
  99. "funding": {
  100. "url": "https://opencollective.com/libvips"
  101. }
  102. },
  103. "node_modules/@img/sharp-libvips-darwin-x64": {
  104. "version": "1.2.4",
  105. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  106. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  107. "cpu": [
  108. "x64"
  109. ],
  110. "license": "LGPL-3.0-or-later",
  111. "optional": true,
  112. "os": [
  113. "darwin"
  114. ],
  115. "funding": {
  116. "url": "https://opencollective.com/libvips"
  117. }
  118. },
  119. "node_modules/@img/sharp-libvips-linux-arm": {
  120. "version": "1.2.4",
  121. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  122. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  123. "cpu": [
  124. "arm"
  125. ],
  126. "license": "LGPL-3.0-or-later",
  127. "optional": true,
  128. "os": [
  129. "linux"
  130. ],
  131. "funding": {
  132. "url": "https://opencollective.com/libvips"
  133. }
  134. },
  135. "node_modules/@img/sharp-libvips-linux-arm64": {
  136. "version": "1.2.4",
  137. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  138. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  139. "cpu": [
  140. "arm64"
  141. ],
  142. "license": "LGPL-3.0-or-later",
  143. "optional": true,
  144. "os": [
  145. "linux"
  146. ],
  147. "funding": {
  148. "url": "https://opencollective.com/libvips"
  149. }
  150. },
  151. "node_modules/@img/sharp-libvips-linux-ppc64": {
  152. "version": "1.2.4",
  153. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  154. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  155. "cpu": [
  156. "ppc64"
  157. ],
  158. "license": "LGPL-3.0-or-later",
  159. "optional": true,
  160. "os": [
  161. "linux"
  162. ],
  163. "funding": {
  164. "url": "https://opencollective.com/libvips"
  165. }
  166. },
  167. "node_modules/@img/sharp-libvips-linux-riscv64": {
  168. "version": "1.2.4",
  169. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  170. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  171. "cpu": [
  172. "riscv64"
  173. ],
  174. "license": "LGPL-3.0-or-later",
  175. "optional": true,
  176. "os": [
  177. "linux"
  178. ],
  179. "funding": {
  180. "url": "https://opencollective.com/libvips"
  181. }
  182. },
  183. "node_modules/@img/sharp-libvips-linux-s390x": {
  184. "version": "1.2.4",
  185. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  186. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  187. "cpu": [
  188. "s390x"
  189. ],
  190. "license": "LGPL-3.0-or-later",
  191. "optional": true,
  192. "os": [
  193. "linux"
  194. ],
  195. "funding": {
  196. "url": "https://opencollective.com/libvips"
  197. }
  198. },
  199. "node_modules/@img/sharp-libvips-linux-x64": {
  200. "version": "1.2.4",
  201. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  202. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  203. "cpu": [
  204. "x64"
  205. ],
  206. "license": "LGPL-3.0-or-later",
  207. "optional": true,
  208. "os": [
  209. "linux"
  210. ],
  211. "funding": {
  212. "url": "https://opencollective.com/libvips"
  213. }
  214. },
  215. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  216. "version": "1.2.4",
  217. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  218. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  219. "cpu": [
  220. "arm64"
  221. ],
  222. "license": "LGPL-3.0-or-later",
  223. "optional": true,
  224. "os": [
  225. "linux"
  226. ],
  227. "funding": {
  228. "url": "https://opencollective.com/libvips"
  229. }
  230. },
  231. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  232. "version": "1.2.4",
  233. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  234. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  235. "cpu": [
  236. "x64"
  237. ],
  238. "license": "LGPL-3.0-or-later",
  239. "optional": true,
  240. "os": [
  241. "linux"
  242. ],
  243. "funding": {
  244. "url": "https://opencollective.com/libvips"
  245. }
  246. },
  247. "node_modules/@img/sharp-linux-arm": {
  248. "version": "0.34.5",
  249. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  250. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  251. "cpu": [
  252. "arm"
  253. ],
  254. "license": "Apache-2.0",
  255. "optional": true,
  256. "os": [
  257. "linux"
  258. ],
  259. "engines": {
  260. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  261. },
  262. "funding": {
  263. "url": "https://opencollective.com/libvips"
  264. },
  265. "optionalDependencies": {
  266. "@img/sharp-libvips-linux-arm": "1.2.4"
  267. }
  268. },
  269. "node_modules/@img/sharp-linux-arm64": {
  270. "version": "0.34.5",
  271. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  272. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  273. "cpu": [
  274. "arm64"
  275. ],
  276. "license": "Apache-2.0",
  277. "optional": true,
  278. "os": [
  279. "linux"
  280. ],
  281. "engines": {
  282. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  283. },
  284. "funding": {
  285. "url": "https://opencollective.com/libvips"
  286. },
  287. "optionalDependencies": {
  288. "@img/sharp-libvips-linux-arm64": "1.2.4"
  289. }
  290. },
  291. "node_modules/@img/sharp-linux-ppc64": {
  292. "version": "0.34.5",
  293. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  294. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  295. "cpu": [
  296. "ppc64"
  297. ],
  298. "license": "Apache-2.0",
  299. "optional": true,
  300. "os": [
  301. "linux"
  302. ],
  303. "engines": {
  304. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  305. },
  306. "funding": {
  307. "url": "https://opencollective.com/libvips"
  308. },
  309. "optionalDependencies": {
  310. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  311. }
  312. },
  313. "node_modules/@img/sharp-linux-riscv64": {
  314. "version": "0.34.5",
  315. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  316. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  317. "cpu": [
  318. "riscv64"
  319. ],
  320. "license": "Apache-2.0",
  321. "optional": true,
  322. "os": [
  323. "linux"
  324. ],
  325. "engines": {
  326. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  327. },
  328. "funding": {
  329. "url": "https://opencollective.com/libvips"
  330. },
  331. "optionalDependencies": {
  332. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  333. }
  334. },
  335. "node_modules/@img/sharp-linux-s390x": {
  336. "version": "0.34.5",
  337. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  338. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  339. "cpu": [
  340. "s390x"
  341. ],
  342. "license": "Apache-2.0",
  343. "optional": true,
  344. "os": [
  345. "linux"
  346. ],
  347. "engines": {
  348. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  349. },
  350. "funding": {
  351. "url": "https://opencollective.com/libvips"
  352. },
  353. "optionalDependencies": {
  354. "@img/sharp-libvips-linux-s390x": "1.2.4"
  355. }
  356. },
  357. "node_modules/@img/sharp-linux-x64": {
  358. "version": "0.34.5",
  359. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  360. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  361. "cpu": [
  362. "x64"
  363. ],
  364. "license": "Apache-2.0",
  365. "optional": true,
  366. "os": [
  367. "linux"
  368. ],
  369. "engines": {
  370. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  371. },
  372. "funding": {
  373. "url": "https://opencollective.com/libvips"
  374. },
  375. "optionalDependencies": {
  376. "@img/sharp-libvips-linux-x64": "1.2.4"
  377. }
  378. },
  379. "node_modules/@img/sharp-linuxmusl-arm64": {
  380. "version": "0.34.5",
  381. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  382. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  383. "cpu": [
  384. "arm64"
  385. ],
  386. "license": "Apache-2.0",
  387. "optional": true,
  388. "os": [
  389. "linux"
  390. ],
  391. "engines": {
  392. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  393. },
  394. "funding": {
  395. "url": "https://opencollective.com/libvips"
  396. },
  397. "optionalDependencies": {
  398. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  399. }
  400. },
  401. "node_modules/@img/sharp-linuxmusl-x64": {
  402. "version": "0.34.5",
  403. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  404. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  405. "cpu": [
  406. "x64"
  407. ],
  408. "license": "Apache-2.0",
  409. "optional": true,
  410. "os": [
  411. "linux"
  412. ],
  413. "engines": {
  414. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  415. },
  416. "funding": {
  417. "url": "https://opencollective.com/libvips"
  418. },
  419. "optionalDependencies": {
  420. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  421. }
  422. },
  423. "node_modules/@img/sharp-wasm32": {
  424. "version": "0.34.5",
  425. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  426. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  427. "cpu": [
  428. "wasm32"
  429. ],
  430. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  431. "optional": true,
  432. "dependencies": {
  433. "@emnapi/runtime": "^1.7.0"
  434. },
  435. "engines": {
  436. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  437. },
  438. "funding": {
  439. "url": "https://opencollective.com/libvips"
  440. }
  441. },
  442. "node_modules/@img/sharp-win32-arm64": {
  443. "version": "0.34.5",
  444. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  445. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  446. "cpu": [
  447. "arm64"
  448. ],
  449. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  450. "optional": true,
  451. "os": [
  452. "win32"
  453. ],
  454. "engines": {
  455. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  456. },
  457. "funding": {
  458. "url": "https://opencollective.com/libvips"
  459. }
  460. },
  461. "node_modules/@img/sharp-win32-ia32": {
  462. "version": "0.34.5",
  463. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  464. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  465. "cpu": [
  466. "ia32"
  467. ],
  468. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  469. "optional": true,
  470. "os": [
  471. "win32"
  472. ],
  473. "engines": {
  474. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  475. },
  476. "funding": {
  477. "url": "https://opencollective.com/libvips"
  478. }
  479. },
  480. "node_modules/@img/sharp-win32-x64": {
  481. "version": "0.34.5",
  482. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  483. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  484. "cpu": [
  485. "x64"
  486. ],
  487. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  488. "optional": true,
  489. "os": [
  490. "win32"
  491. ],
  492. "engines": {
  493. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  494. },
  495. "funding": {
  496. "url": "https://opencollective.com/libvips"
  497. }
  498. },
  499. "node_modules/@next/env": {
  500. "version": "16.2.10",
  501. "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.10.tgz",
  502. "integrity": "sha512-zLPxg9M0MEHmygpj5OuxjQ+vHMiy/K7cSp74G8ecYolmgUWw0RwN02tF56npup/+qaI8JB97hQgS/r2Hb6QwVA==",
  503. "license": "MIT"
  504. },
  505. "node_modules/@next/swc-darwin-arm64": {
  506. "version": "16.2.10",
  507. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.10.tgz",
  508. "integrity": "sha512-v9IdJCa0H0mbo+8z5zwUpOk1Vj7RjkcI5uNYf5Ws1y6szf/p3Mzl9hLaST8SCt6L9h8NGnruZcd2+o0NTNwDhA==",
  509. "cpu": [
  510. "arm64"
  511. ],
  512. "license": "MIT",
  513. "optional": true,
  514. "os": [
  515. "darwin"
  516. ],
  517. "engines": {
  518. "node": ">= 10"
  519. }
  520. },
  521. "node_modules/@next/swc-darwin-x64": {
  522. "version": "16.2.10",
  523. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.10.tgz",
  524. "integrity": "sha512-17IS0jJRViROGmA9uGdNR8VPJpfbnaVG7E9qhso5jDLkmyd0lSDORWxbcKINzcFqzZqGwGtMSnrFRxBpuUYjLQ==",
  525. "cpu": [
  526. "x64"
  527. ],
  528. "license": "MIT",
  529. "optional": true,
  530. "os": [
  531. "darwin"
  532. ],
  533. "engines": {
  534. "node": ">= 10"
  535. }
  536. },
  537. "node_modules/@next/swc-linux-arm64-gnu": {
  538. "version": "16.2.10",
  539. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.10.tgz",
  540. "integrity": "sha512-GRQRsRtuciNJvB54AvvuQTiq0oZtFwa1owQqtZD8wwnGpM2L39MV22kpI72YSXLKIyY40LC66EiLFv4PiicXxg==",
  541. "cpu": [
  542. "arm64"
  543. ],
  544. "license": "MIT",
  545. "optional": true,
  546. "os": [
  547. "linux"
  548. ],
  549. "engines": {
  550. "node": ">= 10"
  551. }
  552. },
  553. "node_modules/@next/swc-linux-arm64-musl": {
  554. "version": "16.2.10",
  555. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.10.tgz",
  556. "integrity": "sha512-zkN9MQYS7UQBro+FnISUq1itaQjXI9xqISzuQ+2bc921NcJ1x4yPCqrn77tVN6/dOOXaaWVX3k6/bR07pPwK+A==",
  557. "cpu": [
  558. "arm64"
  559. ],
  560. "license": "MIT",
  561. "optional": true,
  562. "os": [
  563. "linux"
  564. ],
  565. "engines": {
  566. "node": ">= 10"
  567. }
  568. },
  569. "node_modules/@next/swc-linux-x64-gnu": {
  570. "version": "16.2.10",
  571. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.10.tgz",
  572. "integrity": "sha512-iCVJnwvrPYECvA6WM/7+oo+OiTvedIKLxtCLAZP4xZR3nXa1zmzZyLPbYCmWvpd4CvMYF1EMTafd0ii3DygLvA==",
  573. "cpu": [
  574. "x64"
  575. ],
  576. "license": "MIT",
  577. "optional": true,
  578. "os": [
  579. "linux"
  580. ],
  581. "engines": {
  582. "node": ">= 10"
  583. }
  584. },
  585. "node_modules/@next/swc-linux-x64-musl": {
  586. "version": "16.2.10",
  587. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.10.tgz",
  588. "integrity": "sha512-ov2g4H0dHY9bPoOU83m91hWT7Iq5qy13bUnyyshLU3HGR1Ownn0X9QpmDPc5iIUaahTp7f7LeGAhV4DSFtackw==",
  589. "cpu": [
  590. "x64"
  591. ],
  592. "license": "MIT",
  593. "optional": true,
  594. "os": [
  595. "linux"
  596. ],
  597. "engines": {
  598. "node": ">= 10"
  599. }
  600. },
  601. "node_modules/@next/swc-win32-arm64-msvc": {
  602. "version": "16.2.10",
  603. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.10.tgz",
  604. "integrity": "sha512-DwAnhLX76HQiFFQNgWlcK+JzlnD1rZ+UK/WY0ZMI/deXpvgnesjNYrqcfo1JzBuz4Kf7o3brIBL0glI1junatA==",
  605. "cpu": [
  606. "arm64"
  607. ],
  608. "license": "MIT",
  609. "optional": true,
  610. "os": [
  611. "win32"
  612. ],
  613. "engines": {
  614. "node": ">= 10"
  615. }
  616. },
  617. "node_modules/@next/swc-win32-x64-msvc": {
  618. "version": "16.2.10",
  619. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.10.tgz",
  620. "integrity": "sha512-0JXq3b85Jk9Jg4ntLUbXSPvoDw3gpZou7twuKdoFG2jOw635v7+IiXfTaa0TxVMyx78pUjnrVYwLgjKfX4e6/A==",
  621. "cpu": [
  622. "x64"
  623. ],
  624. "license": "MIT",
  625. "optional": true,
  626. "os": [
  627. "win32"
  628. ],
  629. "engines": {
  630. "node": ">= 10"
  631. }
  632. },
  633. "node_modules/@swc/helpers": {
  634. "version": "0.5.15",
  635. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  636. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  637. "license": "Apache-2.0",
  638. "dependencies": {
  639. "tslib": "^2.8.0"
  640. }
  641. },
  642. "node_modules/@types/node": {
  643. "version": "22.10.2",
  644. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
  645. "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
  646. "dev": true,
  647. "license": "MIT",
  648. "dependencies": {
  649. "undici-types": "~6.20.0"
  650. }
  651. },
  652. "node_modules/@types/react": {
  653. "version": "19.0.3",
  654. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.3.tgz",
  655. "integrity": "sha512-UavfHguIjnnuq9O67uXfgy/h3SRJbidAYvNjLceB+2RIKVRBzVsh0QO+Pw6BCSQqFS9xwzKfwstXx0m6AbAREA==",
  656. "dev": true,
  657. "license": "MIT",
  658. "dependencies": {
  659. "csstype": "^3.0.2"
  660. }
  661. },
  662. "node_modules/@types/react-dom": {
  663. "version": "19.0.2",
  664. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.2.tgz",
  665. "integrity": "sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==",
  666. "dev": true,
  667. "license": "MIT",
  668. "peerDependencies": {
  669. "@types/react": "^19.0.0"
  670. }
  671. },
  672. "node_modules/baseline-browser-mapping": {
  673. "version": "2.10.43",
  674. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.43.tgz",
  675. "integrity": "sha512-AjYpR78kDWAY3Efj+cDTFH9t9SCoL7OoTp1BOb0mQV7S+6CiLwnWM3FyxhJtdPufDFKzmCSFoUncKjWgJEZTCQ==",
  676. "license": "Apache-2.0",
  677. "bin": {
  678. "baseline-browser-mapping": "dist/cli.cjs"
  679. },
  680. "engines": {
  681. "node": ">=6.0.0"
  682. }
  683. },
  684. "node_modules/caniuse-lite": {
  685. "version": "1.0.30001805",
  686. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001805.tgz",
  687. "integrity": "sha512-52noaS3DubycKSXaU30TwPGIp+POyQSUVa5jBEq3vkRkY0kjyb3LQgvhU6WGyCcyXqVLWO0Cw0Q6BSdD0kUfVA==",
  688. "funding": [
  689. {
  690. "type": "opencollective",
  691. "url": "https://opencollective.com/browserslist"
  692. },
  693. {
  694. "type": "tidelift",
  695. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  696. },
  697. {
  698. "type": "github",
  699. "url": "https://github.com/sponsors/ai"
  700. }
  701. ],
  702. "license": "CC-BY-4.0"
  703. },
  704. "node_modules/client-only": {
  705. "version": "0.0.1",
  706. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  707. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  708. "license": "MIT"
  709. },
  710. "node_modules/csstype": {
  711. "version": "3.2.3",
  712. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  713. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  714. "dev": true,
  715. "license": "MIT"
  716. },
  717. "node_modules/detect-libc": {
  718. "version": "2.1.2",
  719. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  720. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  721. "license": "Apache-2.0",
  722. "optional": true,
  723. "engines": {
  724. "node": ">=8"
  725. }
  726. },
  727. "node_modules/lucide-react": {
  728. "version": "0.468.0",
  729. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.468.0.tgz",
  730. "integrity": "sha512-6koYRhnM2N0GGZIdXzSeiNwguv1gt/FAjZOiPl76roBi3xKEXa4WmfpxgQwTTL4KipXjefrnf3oV4IsYhi4JFA==",
  731. "license": "ISC",
  732. "peerDependencies": {
  733. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
  734. }
  735. },
  736. "node_modules/nanoid": {
  737. "version": "3.3.16",
  738. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
  739. "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
  740. "funding": [
  741. {
  742. "type": "github",
  743. "url": "https://github.com/sponsors/ai"
  744. }
  745. ],
  746. "license": "MIT",
  747. "bin": {
  748. "nanoid": "bin/nanoid.cjs"
  749. },
  750. "engines": {
  751. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  752. }
  753. },
  754. "node_modules/next": {
  755. "version": "16.2.10",
  756. "resolved": "https://registry.npmjs.org/next/-/next-16.2.10.tgz",
  757. "integrity": "sha512-2som5AVXb3kE6Yjine3/mNbBayYF58eguBWIVVUdr1y/L426xyVEgYxgBG+1QC34P2x5E+tcDup6XkuOAX3dCA==",
  758. "license": "MIT",
  759. "dependencies": {
  760. "@next/env": "16.2.10",
  761. "@swc/helpers": "0.5.15",
  762. "baseline-browser-mapping": "^2.9.19",
  763. "caniuse-lite": "^1.0.30001579",
  764. "postcss": "8.4.31",
  765. "styled-jsx": "5.1.6"
  766. },
  767. "bin": {
  768. "next": "dist/bin/next"
  769. },
  770. "engines": {
  771. "node": ">=20.9.0"
  772. },
  773. "optionalDependencies": {
  774. "@next/swc-darwin-arm64": "16.2.10",
  775. "@next/swc-darwin-x64": "16.2.10",
  776. "@next/swc-linux-arm64-gnu": "16.2.10",
  777. "@next/swc-linux-arm64-musl": "16.2.10",
  778. "@next/swc-linux-x64-gnu": "16.2.10",
  779. "@next/swc-linux-x64-musl": "16.2.10",
  780. "@next/swc-win32-arm64-msvc": "16.2.10",
  781. "@next/swc-win32-x64-msvc": "16.2.10",
  782. "sharp": "^0.34.5"
  783. },
  784. "peerDependencies": {
  785. "@opentelemetry/api": "^1.1.0",
  786. "@playwright/test": "^1.51.1",
  787. "babel-plugin-react-compiler": "*",
  788. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  789. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  790. "sass": "^1.3.0"
  791. },
  792. "peerDependenciesMeta": {
  793. "@opentelemetry/api": {
  794. "optional": true
  795. },
  796. "@playwright/test": {
  797. "optional": true
  798. },
  799. "babel-plugin-react-compiler": {
  800. "optional": true
  801. },
  802. "sass": {
  803. "optional": true
  804. }
  805. }
  806. },
  807. "node_modules/picocolors": {
  808. "version": "1.1.1",
  809. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  810. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  811. "license": "ISC"
  812. },
  813. "node_modules/postcss": {
  814. "version": "8.5.19",
  815. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
  816. "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
  817. "funding": [
  818. {
  819. "type": "opencollective",
  820. "url": "https://opencollective.com/postcss/"
  821. },
  822. {
  823. "type": "tidelift",
  824. "url": "https://tidelift.com/funding/github/npm/postcss"
  825. },
  826. {
  827. "type": "github",
  828. "url": "https://github.com/sponsors/ai"
  829. }
  830. ],
  831. "license": "MIT",
  832. "dependencies": {
  833. "nanoid": "^3.3.12",
  834. "picocolors": "^1.1.1",
  835. "source-map-js": "^1.2.1"
  836. },
  837. "engines": {
  838. "node": "^10 || ^12 || >=14"
  839. }
  840. },
  841. "node_modules/react": {
  842. "version": "19.2.7",
  843. "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
  844. "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
  845. "license": "MIT",
  846. "engines": {
  847. "node": ">=0.10.0"
  848. }
  849. },
  850. "node_modules/react-dom": {
  851. "version": "19.2.7",
  852. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
  853. "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
  854. "license": "MIT",
  855. "dependencies": {
  856. "scheduler": "^0.27.0"
  857. },
  858. "peerDependencies": {
  859. "react": "^19.2.7"
  860. }
  861. },
  862. "node_modules/scheduler": {
  863. "version": "0.27.0",
  864. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  865. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  866. "license": "MIT"
  867. },
  868. "node_modules/semver": {
  869. "version": "7.8.5",
  870. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  871. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  872. "license": "ISC",
  873. "optional": true,
  874. "bin": {
  875. "semver": "bin/semver.js"
  876. },
  877. "engines": {
  878. "node": ">=10"
  879. }
  880. },
  881. "node_modules/sharp": {
  882. "version": "0.34.5",
  883. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  884. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  885. "hasInstallScript": true,
  886. "license": "Apache-2.0",
  887. "optional": true,
  888. "dependencies": {
  889. "@img/colour": "^1.0.0",
  890. "detect-libc": "^2.1.2",
  891. "semver": "^7.7.3"
  892. },
  893. "engines": {
  894. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  895. },
  896. "funding": {
  897. "url": "https://opencollective.com/libvips"
  898. },
  899. "optionalDependencies": {
  900. "@img/sharp-darwin-arm64": "0.34.5",
  901. "@img/sharp-darwin-x64": "0.34.5",
  902. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  903. "@img/sharp-libvips-darwin-x64": "1.2.4",
  904. "@img/sharp-libvips-linux-arm": "1.2.4",
  905. "@img/sharp-libvips-linux-arm64": "1.2.4",
  906. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  907. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  908. "@img/sharp-libvips-linux-s390x": "1.2.4",
  909. "@img/sharp-libvips-linux-x64": "1.2.4",
  910. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  911. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  912. "@img/sharp-linux-arm": "0.34.5",
  913. "@img/sharp-linux-arm64": "0.34.5",
  914. "@img/sharp-linux-ppc64": "0.34.5",
  915. "@img/sharp-linux-riscv64": "0.34.5",
  916. "@img/sharp-linux-s390x": "0.34.5",
  917. "@img/sharp-linux-x64": "0.34.5",
  918. "@img/sharp-linuxmusl-arm64": "0.34.5",
  919. "@img/sharp-linuxmusl-x64": "0.34.5",
  920. "@img/sharp-wasm32": "0.34.5",
  921. "@img/sharp-win32-arm64": "0.34.5",
  922. "@img/sharp-win32-ia32": "0.34.5",
  923. "@img/sharp-win32-x64": "0.34.5"
  924. }
  925. },
  926. "node_modules/source-map-js": {
  927. "version": "1.2.1",
  928. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  929. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  930. "license": "BSD-3-Clause",
  931. "engines": {
  932. "node": ">=0.10.0"
  933. }
  934. },
  935. "node_modules/styled-jsx": {
  936. "version": "5.1.6",
  937. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  938. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  939. "license": "MIT",
  940. "dependencies": {
  941. "client-only": "0.0.1"
  942. },
  943. "engines": {
  944. "node": ">= 12.0.0"
  945. },
  946. "peerDependencies": {
  947. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  948. },
  949. "peerDependenciesMeta": {
  950. "@babel/core": {
  951. "optional": true
  952. },
  953. "babel-plugin-macros": {
  954. "optional": true
  955. }
  956. }
  957. },
  958. "node_modules/tslib": {
  959. "version": "2.8.1",
  960. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  961. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  962. "license": "0BSD"
  963. },
  964. "node_modules/typescript": {
  965. "version": "5.7.2",
  966. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
  967. "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
  968. "dev": true,
  969. "license": "Apache-2.0",
  970. "bin": {
  971. "tsc": "bin/tsc",
  972. "tsserver": "bin/tsserver"
  973. },
  974. "engines": {
  975. "node": ">=14.17"
  976. }
  977. },
  978. "node_modules/undici-types": {
  979. "version": "6.20.0",
  980. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
  981. "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
  982. "dev": true,
  983. "license": "MIT"
  984. }
  985. }
  986. }