.package-lock.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. {
  2. "name": "clawd",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "node_modules/@acemir/cssom": {
  7. "version": "0.9.31",
  8. "resolved": "https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.31.tgz",
  9. "integrity": "sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==",
  10. "license": "MIT"
  11. },
  12. "node_modules/@asamuzakjp/css-color": {
  13. "version": "4.1.2",
  14. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.1.2.tgz",
  15. "integrity": "sha512-NfBUvBaYgKIuq6E/RBLY1m0IohzNHAYyaJGuTK79Z23uNwmz2jl1mPsC5ZxCCxylinKhT1Amn5oNTlx1wN8cQg==",
  16. "license": "MIT",
  17. "dependencies": {
  18. "@csstools/css-calc": "^3.0.0",
  19. "@csstools/css-color-parser": "^4.0.1",
  20. "@csstools/css-parser-algorithms": "^4.0.0",
  21. "@csstools/css-tokenizer": "^4.0.0",
  22. "lru-cache": "^11.2.5"
  23. }
  24. },
  25. "node_modules/@asamuzakjp/dom-selector": {
  26. "version": "6.8.1",
  27. "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.8.1.tgz",
  28. "integrity": "sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==",
  29. "license": "MIT",
  30. "dependencies": {
  31. "@asamuzakjp/nwsapi": "^2.3.9",
  32. "bidi-js": "^1.0.3",
  33. "css-tree": "^3.1.0",
  34. "is-potential-custom-element-name": "^1.0.1",
  35. "lru-cache": "^11.2.6"
  36. }
  37. },
  38. "node_modules/@asamuzakjp/nwsapi": {
  39. "version": "2.3.9",
  40. "resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
  41. "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
  42. "license": "MIT"
  43. },
  44. "node_modules/@csstools/color-helpers": {
  45. "version": "6.0.1",
  46. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
  47. "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
  48. "funding": [
  49. {
  50. "type": "github",
  51. "url": "https://github.com/sponsors/csstools"
  52. },
  53. {
  54. "type": "opencollective",
  55. "url": "https://opencollective.com/csstools"
  56. }
  57. ],
  58. "license": "MIT-0",
  59. "engines": {
  60. "node": ">=20.19.0"
  61. }
  62. },
  63. "node_modules/@csstools/css-calc": {
  64. "version": "3.1.1",
  65. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  66. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  67. "funding": [
  68. {
  69. "type": "github",
  70. "url": "https://github.com/sponsors/csstools"
  71. },
  72. {
  73. "type": "opencollective",
  74. "url": "https://opencollective.com/csstools"
  75. }
  76. ],
  77. "license": "MIT",
  78. "engines": {
  79. "node": ">=20.19.0"
  80. },
  81. "peerDependencies": {
  82. "@csstools/css-parser-algorithms": "^4.0.0",
  83. "@csstools/css-tokenizer": "^4.0.0"
  84. }
  85. },
  86. "node_modules/@csstools/css-color-parser": {
  87. "version": "4.0.1",
  88. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
  89. "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
  90. "funding": [
  91. {
  92. "type": "github",
  93. "url": "https://github.com/sponsors/csstools"
  94. },
  95. {
  96. "type": "opencollective",
  97. "url": "https://opencollective.com/csstools"
  98. }
  99. ],
  100. "license": "MIT",
  101. "dependencies": {
  102. "@csstools/color-helpers": "^6.0.1",
  103. "@csstools/css-calc": "^3.0.0"
  104. },
  105. "engines": {
  106. "node": ">=20.19.0"
  107. },
  108. "peerDependencies": {
  109. "@csstools/css-parser-algorithms": "^4.0.0",
  110. "@csstools/css-tokenizer": "^4.0.0"
  111. }
  112. },
  113. "node_modules/@csstools/css-parser-algorithms": {
  114. "version": "4.0.0",
  115. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  116. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  117. "funding": [
  118. {
  119. "type": "github",
  120. "url": "https://github.com/sponsors/csstools"
  121. },
  122. {
  123. "type": "opencollective",
  124. "url": "https://opencollective.com/csstools"
  125. }
  126. ],
  127. "license": "MIT",
  128. "engines": {
  129. "node": ">=20.19.0"
  130. },
  131. "peerDependencies": {
  132. "@csstools/css-tokenizer": "^4.0.0"
  133. }
  134. },
  135. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  136. "version": "1.0.27",
  137. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.27.tgz",
  138. "integrity": "sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==",
  139. "funding": [
  140. {
  141. "type": "github",
  142. "url": "https://github.com/sponsors/csstools"
  143. },
  144. {
  145. "type": "opencollective",
  146. "url": "https://opencollective.com/csstools"
  147. }
  148. ],
  149. "license": "MIT-0"
  150. },
  151. "node_modules/@csstools/css-tokenizer": {
  152. "version": "4.0.0",
  153. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  154. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  155. "funding": [
  156. {
  157. "type": "github",
  158. "url": "https://github.com/sponsors/csstools"
  159. },
  160. {
  161. "type": "opencollective",
  162. "url": "https://opencollective.com/csstools"
  163. }
  164. ],
  165. "license": "MIT",
  166. "engines": {
  167. "node": ">=20.19.0"
  168. }
  169. },
  170. "node_modules/@exodus/bytes": {
  171. "version": "1.14.1",
  172. "resolved": "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.14.1.tgz",
  173. "integrity": "sha512-OhkBFWI6GcRMUroChZiopRiSp2iAMvEBK47NhJooDqz1RERO4QuZIZnjP63TXX8GAiLABkYmX+fuQsdJ1dd2QQ==",
  174. "license": "MIT",
  175. "engines": {
  176. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  177. },
  178. "peerDependencies": {
  179. "@noble/hashes": "^1.8.0 || ^2.0.0"
  180. },
  181. "peerDependenciesMeta": {
  182. "@noble/hashes": {
  183. "optional": true
  184. }
  185. }
  186. },
  187. "node_modules/agent-base": {
  188. "version": "7.1.4",
  189. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  190. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  191. "license": "MIT",
  192. "engines": {
  193. "node": ">= 14"
  194. }
  195. },
  196. "node_modules/arxiv-api": {
  197. "version": "1.1.1",
  198. "resolved": "https://registry.npmjs.org/arxiv-api/-/arxiv-api-1.1.1.tgz",
  199. "integrity": "sha512-34Kp1sCS3/n/6vNU9nNs8lPWPxbI+POYPrXGinUKYCqDJeCvnreA8D53In9wCgO97XcsTuKnWxYMhfB6ZsMFxQ==",
  200. "license": "ISC",
  201. "dependencies": {
  202. "axios": "0.19.2",
  203. "lodash": "4.17.15",
  204. "xml2js": "0.4.23"
  205. },
  206. "engines": {
  207. "node": ">=8.10.0"
  208. }
  209. },
  210. "node_modules/arxiv-api/node_modules/xml2js": {
  211. "version": "0.4.23",
  212. "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
  213. "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
  214. "license": "MIT",
  215. "dependencies": {
  216. "sax": ">=0.6.0",
  217. "xmlbuilder": "~11.0.0"
  218. },
  219. "engines": {
  220. "node": ">=4.0.0"
  221. }
  222. },
  223. "node_modules/axios": {
  224. "version": "0.19.2",
  225. "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
  226. "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
  227. "deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410",
  228. "license": "MIT",
  229. "dependencies": {
  230. "follow-redirects": "1.5.10"
  231. }
  232. },
  233. "node_modules/bidi-js": {
  234. "version": "1.0.3",
  235. "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
  236. "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
  237. "license": "MIT",
  238. "dependencies": {
  239. "require-from-string": "^2.0.2"
  240. }
  241. },
  242. "node_modules/css-tree": {
  243. "version": "3.1.0",
  244. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  245. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  246. "license": "MIT",
  247. "dependencies": {
  248. "mdn-data": "2.12.2",
  249. "source-map-js": "^1.0.1"
  250. },
  251. "engines": {
  252. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  253. }
  254. },
  255. "node_modules/cssstyle": {
  256. "version": "5.3.7",
  257. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-5.3.7.tgz",
  258. "integrity": "sha512-7D2EPVltRrsTkhpQmksIu+LxeWAIEk6wRDMJ1qljlv+CKHJM+cJLlfhWIzNA44eAsHXSNe3+vO6DW1yCYx8SuQ==",
  259. "license": "MIT",
  260. "dependencies": {
  261. "@asamuzakjp/css-color": "^4.1.1",
  262. "@csstools/css-syntax-patches-for-csstree": "^1.0.21",
  263. "css-tree": "^3.1.0",
  264. "lru-cache": "^11.2.4"
  265. },
  266. "engines": {
  267. "node": ">=20"
  268. }
  269. },
  270. "node_modules/data-urls": {
  271. "version": "7.0.0",
  272. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz",
  273. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  274. "license": "MIT",
  275. "dependencies": {
  276. "whatwg-mimetype": "^5.0.0",
  277. "whatwg-url": "^16.0.0"
  278. },
  279. "engines": {
  280. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  281. }
  282. },
  283. "node_modules/debug": {
  284. "version": "3.1.0",
  285. "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
  286. "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
  287. "license": "MIT",
  288. "dependencies": {
  289. "ms": "2.0.0"
  290. }
  291. },
  292. "node_modules/decimal.js": {
  293. "version": "10.6.0",
  294. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  295. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  296. "license": "MIT"
  297. },
  298. "node_modules/entities": {
  299. "version": "6.0.1",
  300. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  301. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  302. "license": "BSD-2-Clause",
  303. "engines": {
  304. "node": ">=0.12"
  305. },
  306. "funding": {
  307. "url": "https://github.com/fb55/entities?sponsor=1"
  308. }
  309. },
  310. "node_modules/follow-redirects": {
  311. "version": "1.5.10",
  312. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
  313. "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
  314. "license": "MIT",
  315. "dependencies": {
  316. "debug": "=3.1.0"
  317. },
  318. "engines": {
  319. "node": ">=4.0"
  320. }
  321. },
  322. "node_modules/html-encoding-sniffer": {
  323. "version": "6.0.0",
  324. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  325. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  326. "license": "MIT",
  327. "dependencies": {
  328. "@exodus/bytes": "^1.6.0"
  329. },
  330. "engines": {
  331. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  332. }
  333. },
  334. "node_modules/http-proxy-agent": {
  335. "version": "7.0.2",
  336. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  337. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  338. "license": "MIT",
  339. "dependencies": {
  340. "agent-base": "^7.1.0",
  341. "debug": "^4.3.4"
  342. },
  343. "engines": {
  344. "node": ">= 14"
  345. }
  346. },
  347. "node_modules/http-proxy-agent/node_modules/debug": {
  348. "version": "4.4.3",
  349. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  350. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  351. "license": "MIT",
  352. "dependencies": {
  353. "ms": "^2.1.3"
  354. },
  355. "engines": {
  356. "node": ">=6.0"
  357. },
  358. "peerDependenciesMeta": {
  359. "supports-color": {
  360. "optional": true
  361. }
  362. }
  363. },
  364. "node_modules/http-proxy-agent/node_modules/ms": {
  365. "version": "2.1.3",
  366. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  367. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  368. "license": "MIT"
  369. },
  370. "node_modules/https-proxy-agent": {
  371. "version": "7.0.6",
  372. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  373. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  374. "license": "MIT",
  375. "dependencies": {
  376. "agent-base": "^7.1.2",
  377. "debug": "4"
  378. },
  379. "engines": {
  380. "node": ">= 14"
  381. }
  382. },
  383. "node_modules/https-proxy-agent/node_modules/debug": {
  384. "version": "4.4.3",
  385. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  386. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  387. "license": "MIT",
  388. "dependencies": {
  389. "ms": "^2.1.3"
  390. },
  391. "engines": {
  392. "node": ">=6.0"
  393. },
  394. "peerDependenciesMeta": {
  395. "supports-color": {
  396. "optional": true
  397. }
  398. }
  399. },
  400. "node_modules/https-proxy-agent/node_modules/ms": {
  401. "version": "2.1.3",
  402. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  403. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  404. "license": "MIT"
  405. },
  406. "node_modules/is-potential-custom-element-name": {
  407. "version": "1.0.1",
  408. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  409. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  410. "license": "MIT"
  411. },
  412. "node_modules/jsdom": {
  413. "version": "28.0.0",
  414. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-28.0.0.tgz",
  415. "integrity": "sha512-KDYJgZ6T2TKdU8yBfYueq5EPG/EylMsBvCaenWMJb2OXmjgczzwveRCoJ+Hgj1lXPDyasvrgneSn4GBuR1hYyA==",
  416. "license": "MIT",
  417. "dependencies": {
  418. "@acemir/cssom": "^0.9.31",
  419. "@asamuzakjp/dom-selector": "^6.7.6",
  420. "@exodus/bytes": "^1.11.0",
  421. "cssstyle": "^5.3.7",
  422. "data-urls": "^7.0.0",
  423. "decimal.js": "^10.6.0",
  424. "html-encoding-sniffer": "^6.0.0",
  425. "http-proxy-agent": "^7.0.2",
  426. "https-proxy-agent": "^7.0.6",
  427. "is-potential-custom-element-name": "^1.0.1",
  428. "parse5": "^8.0.0",
  429. "saxes": "^6.0.0",
  430. "symbol-tree": "^3.2.4",
  431. "tough-cookie": "^6.0.0",
  432. "undici": "^7.20.0",
  433. "w3c-xmlserializer": "^5.0.0",
  434. "webidl-conversions": "^8.0.1",
  435. "whatwg-mimetype": "^5.0.0",
  436. "whatwg-url": "^16.0.0",
  437. "xml-name-validator": "^5.0.0"
  438. },
  439. "engines": {
  440. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  441. },
  442. "peerDependencies": {
  443. "canvas": "^3.0.0"
  444. },
  445. "peerDependenciesMeta": {
  446. "canvas": {
  447. "optional": true
  448. }
  449. }
  450. },
  451. "node_modules/lodash": {
  452. "version": "4.17.15",
  453. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
  454. "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
  455. "license": "MIT"
  456. },
  457. "node_modules/lru-cache": {
  458. "version": "11.2.6",
  459. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
  460. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  461. "license": "BlueOak-1.0.0",
  462. "engines": {
  463. "node": "20 || >=22"
  464. }
  465. },
  466. "node_modules/mdn-data": {
  467. "version": "2.12.2",
  468. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  469. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  470. "license": "CC0-1.0"
  471. },
  472. "node_modules/ms": {
  473. "version": "2.0.0",
  474. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  475. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  476. "license": "MIT"
  477. },
  478. "node_modules/mustache": {
  479. "version": "4.2.0",
  480. "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
  481. "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
  482. "license": "MIT",
  483. "bin": {
  484. "mustache": "bin/mustache"
  485. }
  486. },
  487. "node_modules/parse5": {
  488. "version": "8.0.0",
  489. "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
  490. "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
  491. "license": "MIT",
  492. "dependencies": {
  493. "entities": "^6.0.0"
  494. },
  495. "funding": {
  496. "url": "https://github.com/inikulin/parse5?sponsor=1"
  497. }
  498. },
  499. "node_modules/punycode": {
  500. "version": "2.3.1",
  501. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  502. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  503. "license": "MIT",
  504. "engines": {
  505. "node": ">=6"
  506. }
  507. },
  508. "node_modules/require-from-string": {
  509. "version": "2.0.2",
  510. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  511. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  512. "license": "MIT",
  513. "engines": {
  514. "node": ">=0.10.0"
  515. }
  516. },
  517. "node_modules/sax": {
  518. "version": "1.4.4",
  519. "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz",
  520. "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
  521. "license": "BlueOak-1.0.0",
  522. "engines": {
  523. "node": ">=11.0.0"
  524. }
  525. },
  526. "node_modules/saxes": {
  527. "version": "6.0.0",
  528. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  529. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  530. "license": "ISC",
  531. "dependencies": {
  532. "xmlchars": "^2.2.0"
  533. },
  534. "engines": {
  535. "node": ">=v12.22.7"
  536. }
  537. },
  538. "node_modules/source-map-js": {
  539. "version": "1.2.1",
  540. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  541. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  542. "license": "BSD-3-Clause",
  543. "engines": {
  544. "node": ">=0.10.0"
  545. }
  546. },
  547. "node_modules/symbol-tree": {
  548. "version": "3.2.4",
  549. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  550. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  551. "license": "MIT"
  552. },
  553. "node_modules/tldts": {
  554. "version": "7.0.23",
  555. "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
  556. "integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
  557. "license": "MIT",
  558. "dependencies": {
  559. "tldts-core": "^7.0.23"
  560. },
  561. "bin": {
  562. "tldts": "bin/cli.js"
  563. }
  564. },
  565. "node_modules/tldts-core": {
  566. "version": "7.0.23",
  567. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.23.tgz",
  568. "integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
  569. "license": "MIT"
  570. },
  571. "node_modules/tough-cookie": {
  572. "version": "6.0.0",
  573. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
  574. "integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
  575. "license": "BSD-3-Clause",
  576. "dependencies": {
  577. "tldts": "^7.0.5"
  578. },
  579. "engines": {
  580. "node": ">=16"
  581. }
  582. },
  583. "node_modules/tr46": {
  584. "version": "6.0.0",
  585. "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
  586. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  587. "license": "MIT",
  588. "dependencies": {
  589. "punycode": "^2.3.1"
  590. },
  591. "engines": {
  592. "node": ">=20"
  593. }
  594. },
  595. "node_modules/undici": {
  596. "version": "7.22.0",
  597. "resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz",
  598. "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
  599. "license": "MIT",
  600. "engines": {
  601. "node": ">=20.18.1"
  602. }
  603. },
  604. "node_modules/w3c-xmlserializer": {
  605. "version": "5.0.0",
  606. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  607. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  608. "license": "MIT",
  609. "dependencies": {
  610. "xml-name-validator": "^5.0.0"
  611. },
  612. "engines": {
  613. "node": ">=18"
  614. }
  615. },
  616. "node_modules/webidl-conversions": {
  617. "version": "8.0.1",
  618. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  619. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  620. "license": "BSD-2-Clause",
  621. "engines": {
  622. "node": ">=20"
  623. }
  624. },
  625. "node_modules/whatwg-mimetype": {
  626. "version": "5.0.0",
  627. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  628. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  629. "license": "MIT",
  630. "engines": {
  631. "node": ">=20"
  632. }
  633. },
  634. "node_modules/whatwg-url": {
  635. "version": "16.0.0",
  636. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.0.tgz",
  637. "integrity": "sha512-9CcxtEKsf53UFwkSUZjG+9vydAsFO4lFHBpJUtjBcoJOCJpKnSJNwCw813zrYJHpCJ7sgfbtOe0V5Ku7Pa1XMQ==",
  638. "license": "MIT",
  639. "dependencies": {
  640. "@exodus/bytes": "^1.11.0",
  641. "tr46": "^6.0.0",
  642. "webidl-conversions": "^8.0.1"
  643. },
  644. "engines": {
  645. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  646. }
  647. },
  648. "node_modules/xml-name-validator": {
  649. "version": "5.0.0",
  650. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  651. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  652. "license": "Apache-2.0",
  653. "engines": {
  654. "node": ">=18"
  655. }
  656. },
  657. "node_modules/xml2js": {
  658. "version": "0.6.2",
  659. "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
  660. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  661. "license": "MIT",
  662. "dependencies": {
  663. "sax": ">=0.6.0",
  664. "xmlbuilder": "~11.0.0"
  665. },
  666. "engines": {
  667. "node": ">=4.0.0"
  668. }
  669. },
  670. "node_modules/xmlbuilder": {
  671. "version": "11.0.1",
  672. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  673. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  674. "license": "MIT",
  675. "engines": {
  676. "node": ">=4.0"
  677. }
  678. },
  679. "node_modules/xmlchars": {
  680. "version": "2.2.0",
  681. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  682. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  683. "license": "MIT"
  684. }
  685. }
  686. }