.package-lock.json 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450
  1. {
  2. "name": "Lightstar",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "node_modules/@isaacs/cliui": {
  7. "version": "8.0.2",
  8. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  9. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  10. "dependencies": {
  11. "string-width": "^5.1.2",
  12. "string-width-cjs": "npm:string-width@^4.2.0",
  13. "strip-ansi": "^7.0.1",
  14. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  15. "wrap-ansi": "^8.1.0",
  16. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  17. },
  18. "engines": {
  19. "node": ">=12"
  20. }
  21. },
  22. "node_modules/@jridgewell/gen-mapping": {
  23. "version": "0.3.8",
  24. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  25. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  26. "dependencies": {
  27. "@jridgewell/set-array": "^1.2.1",
  28. "@jridgewell/sourcemap-codec": "^1.4.10",
  29. "@jridgewell/trace-mapping": "^0.3.24"
  30. },
  31. "engines": {
  32. "node": ">=6.0.0"
  33. }
  34. },
  35. "node_modules/@jridgewell/resolve-uri": {
  36. "version": "3.1.2",
  37. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  38. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  39. "engines": {
  40. "node": ">=6.0.0"
  41. }
  42. },
  43. "node_modules/@jridgewell/set-array": {
  44. "version": "1.2.1",
  45. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  46. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  47. "engines": {
  48. "node": ">=6.0.0"
  49. }
  50. },
  51. "node_modules/@jridgewell/sourcemap-codec": {
  52. "version": "1.5.0",
  53. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  54. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  55. },
  56. "node_modules/@jridgewell/trace-mapping": {
  57. "version": "0.3.25",
  58. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  59. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  60. "dependencies": {
  61. "@jridgewell/resolve-uri": "^3.1.0",
  62. "@jridgewell/sourcemap-codec": "^1.4.14"
  63. }
  64. },
  65. "node_modules/@nodelib/fs.scandir": {
  66. "version": "2.1.5",
  67. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  68. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  69. "dependencies": {
  70. "@nodelib/fs.stat": "2.0.5",
  71. "run-parallel": "^1.1.9"
  72. },
  73. "engines": {
  74. "node": ">= 8"
  75. }
  76. },
  77. "node_modules/@nodelib/fs.stat": {
  78. "version": "2.0.5",
  79. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  80. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  81. "engines": {
  82. "node": ">= 8"
  83. }
  84. },
  85. "node_modules/@nodelib/fs.walk": {
  86. "version": "1.2.8",
  87. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  88. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  89. "dependencies": {
  90. "@nodelib/fs.scandir": "2.1.5",
  91. "fastq": "^1.6.0"
  92. },
  93. "engines": {
  94. "node": ">= 8"
  95. }
  96. },
  97. "node_modules/@pkgjs/parseargs": {
  98. "version": "0.11.0",
  99. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  100. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  101. "optional": true,
  102. "engines": {
  103. "node": ">=14"
  104. }
  105. },
  106. "node_modules/ansi-regex": {
  107. "version": "6.1.0",
  108. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  109. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  110. "engines": {
  111. "node": ">=12"
  112. },
  113. "funding": {
  114. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  115. }
  116. },
  117. "node_modules/ansi-styles": {
  118. "version": "6.2.1",
  119. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  120. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  121. "engines": {
  122. "node": ">=12"
  123. },
  124. "funding": {
  125. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  126. }
  127. },
  128. "node_modules/any-promise": {
  129. "version": "1.3.0",
  130. "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
  131. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
  132. },
  133. "node_modules/anymatch": {
  134. "version": "3.1.3",
  135. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  136. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  137. "dependencies": {
  138. "normalize-path": "^3.0.0",
  139. "picomatch": "^2.0.4"
  140. },
  141. "engines": {
  142. "node": ">= 8"
  143. }
  144. },
  145. "node_modules/arg": {
  146. "version": "5.0.2",
  147. "resolved": "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz",
  148. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  149. },
  150. "node_modules/autoprefixer": {
  151. "version": "10.4.16",
  152. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.16.tgz",
  153. "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==",
  154. "funding": [
  155. {
  156. "type": "opencollective",
  157. "url": "https://opencollective.com/postcss/"
  158. },
  159. {
  160. "type": "tidelift",
  161. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  162. },
  163. {
  164. "type": "github",
  165. "url": "https://github.com/sponsors/ai"
  166. }
  167. ],
  168. "dependencies": {
  169. "browserslist": "^4.21.10",
  170. "caniuse-lite": "^1.0.30001538",
  171. "fraction.js": "^4.3.6",
  172. "normalize-range": "^0.1.2",
  173. "picocolors": "^1.0.0",
  174. "postcss-value-parser": "^4.2.0"
  175. },
  176. "bin": {
  177. "autoprefixer": "bin/autoprefixer"
  178. },
  179. "engines": {
  180. "node": "^10 || ^12 || >=14"
  181. },
  182. "peerDependencies": {
  183. "postcss": "^8.1.0"
  184. }
  185. },
  186. "node_modules/balanced-match": {
  187. "version": "1.0.2",
  188. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  189. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  190. },
  191. "node_modules/binary-extensions": {
  192. "version": "2.3.0",
  193. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  194. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  195. "engines": {
  196. "node": ">=8"
  197. },
  198. "funding": {
  199. "url": "https://github.com/sponsors/sindresorhus"
  200. }
  201. },
  202. "node_modules/brace-expansion": {
  203. "version": "2.0.1",
  204. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  205. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  206. "dependencies": {
  207. "balanced-match": "^1.0.0"
  208. }
  209. },
  210. "node_modules/braces": {
  211. "version": "3.0.3",
  212. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  213. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  214. "dependencies": {
  215. "fill-range": "^7.1.1"
  216. },
  217. "engines": {
  218. "node": ">=8"
  219. }
  220. },
  221. "node_modules/browserslist": {
  222. "version": "4.24.4",
  223. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz",
  224. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  225. "funding": [
  226. {
  227. "type": "opencollective",
  228. "url": "https://opencollective.com/browserslist"
  229. },
  230. {
  231. "type": "tidelift",
  232. "url": "https://tidelift.com/funding/github/npm/browserslist"
  233. },
  234. {
  235. "type": "github",
  236. "url": "https://github.com/sponsors/ai"
  237. }
  238. ],
  239. "dependencies": {
  240. "caniuse-lite": "^1.0.30001688",
  241. "electron-to-chromium": "^1.5.73",
  242. "node-releases": "^2.0.19",
  243. "update-browserslist-db": "^1.1.1"
  244. },
  245. "bin": {
  246. "browserslist": "cli.js"
  247. },
  248. "engines": {
  249. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  250. }
  251. },
  252. "node_modules/camelcase-css": {
  253. "version": "2.0.1",
  254. "resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz",
  255. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  256. "engines": {
  257. "node": ">= 6"
  258. }
  259. },
  260. "node_modules/caniuse-lite": {
  261. "version": "1.0.30001713",
  262. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001713.tgz",
  263. "integrity": "sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==",
  264. "funding": [
  265. {
  266. "type": "opencollective",
  267. "url": "https://opencollective.com/browserslist"
  268. },
  269. {
  270. "type": "tidelift",
  271. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  272. },
  273. {
  274. "type": "github",
  275. "url": "https://github.com/sponsors/ai"
  276. }
  277. ]
  278. },
  279. "node_modules/chokidar": {
  280. "version": "3.6.0",
  281. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  282. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  283. "dependencies": {
  284. "anymatch": "~3.1.2",
  285. "braces": "~3.0.2",
  286. "glob-parent": "~5.1.2",
  287. "is-binary-path": "~2.1.0",
  288. "is-glob": "~4.0.1",
  289. "normalize-path": "~3.0.0",
  290. "readdirp": "~3.6.0"
  291. },
  292. "engines": {
  293. "node": ">= 8.10.0"
  294. },
  295. "funding": {
  296. "url": "https://paulmillr.com/funding/"
  297. },
  298. "optionalDependencies": {
  299. "fsevents": "~2.3.2"
  300. }
  301. },
  302. "node_modules/chokidar/node_modules/glob-parent": {
  303. "version": "5.1.2",
  304. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  305. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  306. "dependencies": {
  307. "is-glob": "^4.0.1"
  308. },
  309. "engines": {
  310. "node": ">= 6"
  311. }
  312. },
  313. "node_modules/clsx": {
  314. "version": "2.1.1",
  315. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  316. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  317. "engines": {
  318. "node": ">=6"
  319. }
  320. },
  321. "node_modules/color-convert": {
  322. "version": "2.0.1",
  323. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  324. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  325. "dependencies": {
  326. "color-name": "~1.1.4"
  327. },
  328. "engines": {
  329. "node": ">=7.0.0"
  330. }
  331. },
  332. "node_modules/color-name": {
  333. "version": "1.1.4",
  334. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  335. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  336. },
  337. "node_modules/commander": {
  338. "version": "4.1.1",
  339. "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz",
  340. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  341. "engines": {
  342. "node": ">= 6"
  343. }
  344. },
  345. "node_modules/cross-spawn": {
  346. "version": "7.0.6",
  347. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  348. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  349. "dependencies": {
  350. "path-key": "^3.1.0",
  351. "shebang-command": "^2.0.0",
  352. "which": "^2.0.1"
  353. },
  354. "engines": {
  355. "node": ">= 8"
  356. }
  357. },
  358. "node_modules/cssesc": {
  359. "version": "3.0.0",
  360. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  361. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  362. "bin": {
  363. "cssesc": "bin/cssesc"
  364. },
  365. "engines": {
  366. "node": ">=4"
  367. }
  368. },
  369. "node_modules/didyoumean": {
  370. "version": "1.2.2",
  371. "resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz",
  372. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  373. },
  374. "node_modules/dlv": {
  375. "version": "1.1.3",
  376. "resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz",
  377. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  378. },
  379. "node_modules/eastasianwidth": {
  380. "version": "0.2.0",
  381. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  382. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  383. },
  384. "node_modules/electron-to-chromium": {
  385. "version": "1.5.137",
  386. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.137.tgz",
  387. "integrity": "sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA=="
  388. },
  389. "node_modules/emoji-regex": {
  390. "version": "9.2.2",
  391. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  392. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  393. },
  394. "node_modules/escalade": {
  395. "version": "3.2.0",
  396. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  397. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  398. "engines": {
  399. "node": ">=6"
  400. }
  401. },
  402. "node_modules/fast-glob": {
  403. "version": "3.3.3",
  404. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  405. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  406. "dependencies": {
  407. "@nodelib/fs.stat": "^2.0.2",
  408. "@nodelib/fs.walk": "^1.2.3",
  409. "glob-parent": "^5.1.2",
  410. "merge2": "^1.3.0",
  411. "micromatch": "^4.0.8"
  412. },
  413. "engines": {
  414. "node": ">=8.6.0"
  415. }
  416. },
  417. "node_modules/fast-glob/node_modules/glob-parent": {
  418. "version": "5.1.2",
  419. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  420. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  421. "dependencies": {
  422. "is-glob": "^4.0.1"
  423. },
  424. "engines": {
  425. "node": ">= 6"
  426. }
  427. },
  428. "node_modules/fastq": {
  429. "version": "1.19.1",
  430. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  431. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  432. "dependencies": {
  433. "reusify": "^1.0.4"
  434. }
  435. },
  436. "node_modules/fill-range": {
  437. "version": "7.1.1",
  438. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  439. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  440. "dependencies": {
  441. "to-regex-range": "^5.0.1"
  442. },
  443. "engines": {
  444. "node": ">=8"
  445. }
  446. },
  447. "node_modules/foreground-child": {
  448. "version": "3.3.1",
  449. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  450. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  451. "dependencies": {
  452. "cross-spawn": "^7.0.6",
  453. "signal-exit": "^4.0.1"
  454. },
  455. "engines": {
  456. "node": ">=14"
  457. },
  458. "funding": {
  459. "url": "https://github.com/sponsors/isaacs"
  460. }
  461. },
  462. "node_modules/fraction.js": {
  463. "version": "4.3.7",
  464. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  465. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  466. "engines": {
  467. "node": "*"
  468. },
  469. "funding": {
  470. "type": "patreon",
  471. "url": "https://github.com/sponsors/rawify"
  472. }
  473. },
  474. "node_modules/framer-motion": {
  475. "version": "12.7.3",
  476. "resolved": "https://registry.npmmirror.com/framer-motion/-/framer-motion-12.7.3.tgz",
  477. "integrity": "sha512-dNT4l5gEnUo2ytXLUBUf6AI21dZ77TMclDKE3ElaIHZ8m90nJ/NCcExW51zdSIaS0RhAS5iXcF7bEIxZe8XG2g==",
  478. "dependencies": {
  479. "motion-dom": "^12.7.3",
  480. "motion-utils": "^12.7.2",
  481. "tslib": "^2.4.0"
  482. },
  483. "peerDependencies": {
  484. "@emotion/is-prop-valid": "*",
  485. "react": "^18.0.0 || ^19.0.0",
  486. "react-dom": "^18.0.0 || ^19.0.0"
  487. },
  488. "peerDependenciesMeta": {
  489. "@emotion/is-prop-valid": {
  490. "optional": true
  491. },
  492. "react": {
  493. "optional": true
  494. },
  495. "react-dom": {
  496. "optional": true
  497. }
  498. }
  499. },
  500. "node_modules/function-bind": {
  501. "version": "1.1.2",
  502. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  503. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  504. "funding": {
  505. "url": "https://github.com/sponsors/ljharb"
  506. }
  507. },
  508. "node_modules/glob": {
  509. "version": "10.4.5",
  510. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  511. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  512. "dependencies": {
  513. "foreground-child": "^3.1.0",
  514. "jackspeak": "^3.1.2",
  515. "minimatch": "^9.0.4",
  516. "minipass": "^7.1.2",
  517. "package-json-from-dist": "^1.0.0",
  518. "path-scurry": "^1.11.1"
  519. },
  520. "bin": {
  521. "glob": "dist/esm/bin.mjs"
  522. },
  523. "funding": {
  524. "url": "https://github.com/sponsors/isaacs"
  525. }
  526. },
  527. "node_modules/glob-parent": {
  528. "version": "6.0.2",
  529. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  530. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  531. "dependencies": {
  532. "is-glob": "^4.0.3"
  533. },
  534. "engines": {
  535. "node": ">=10.13.0"
  536. }
  537. },
  538. "node_modules/hasown": {
  539. "version": "2.0.2",
  540. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  541. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  542. "dependencies": {
  543. "function-bind": "^1.1.2"
  544. },
  545. "engines": {
  546. "node": ">= 0.4"
  547. }
  548. },
  549. "node_modules/is-binary-path": {
  550. "version": "2.1.0",
  551. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  552. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  553. "dependencies": {
  554. "binary-extensions": "^2.0.0"
  555. },
  556. "engines": {
  557. "node": ">=8"
  558. }
  559. },
  560. "node_modules/is-core-module": {
  561. "version": "2.16.1",
  562. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  563. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  564. "dependencies": {
  565. "hasown": "^2.0.2"
  566. },
  567. "engines": {
  568. "node": ">= 0.4"
  569. },
  570. "funding": {
  571. "url": "https://github.com/sponsors/ljharb"
  572. }
  573. },
  574. "node_modules/is-extglob": {
  575. "version": "2.1.1",
  576. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  577. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  578. "engines": {
  579. "node": ">=0.10.0"
  580. }
  581. },
  582. "node_modules/is-fullwidth-code-point": {
  583. "version": "3.0.0",
  584. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  585. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  586. "engines": {
  587. "node": ">=8"
  588. }
  589. },
  590. "node_modules/is-glob": {
  591. "version": "4.0.3",
  592. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  593. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  594. "dependencies": {
  595. "is-extglob": "^2.1.1"
  596. },
  597. "engines": {
  598. "node": ">=0.10.0"
  599. }
  600. },
  601. "node_modules/is-number": {
  602. "version": "7.0.0",
  603. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  604. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  605. "engines": {
  606. "node": ">=0.12.0"
  607. }
  608. },
  609. "node_modules/isexe": {
  610. "version": "2.0.0",
  611. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  612. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  613. },
  614. "node_modules/jackspeak": {
  615. "version": "3.4.3",
  616. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  617. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  618. "dependencies": {
  619. "@isaacs/cliui": "^8.0.2"
  620. },
  621. "funding": {
  622. "url": "https://github.com/sponsors/isaacs"
  623. },
  624. "optionalDependencies": {
  625. "@pkgjs/parseargs": "^0.11.0"
  626. }
  627. },
  628. "node_modules/jiti": {
  629. "version": "1.21.7",
  630. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.7.tgz",
  631. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  632. "bin": {
  633. "jiti": "bin/jiti.js"
  634. }
  635. },
  636. "node_modules/lilconfig": {
  637. "version": "2.1.0",
  638. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
  639. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  640. "engines": {
  641. "node": ">=10"
  642. }
  643. },
  644. "node_modules/lines-and-columns": {
  645. "version": "1.2.4",
  646. "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  647. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  648. },
  649. "node_modules/lru-cache": {
  650. "version": "10.4.3",
  651. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  652. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
  653. },
  654. "node_modules/merge2": {
  655. "version": "1.4.1",
  656. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  657. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  658. "engines": {
  659. "node": ">= 8"
  660. }
  661. },
  662. "node_modules/micromatch": {
  663. "version": "4.0.8",
  664. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  665. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  666. "dependencies": {
  667. "braces": "^3.0.3",
  668. "picomatch": "^2.3.1"
  669. },
  670. "engines": {
  671. "node": ">=8.6"
  672. }
  673. },
  674. "node_modules/minimatch": {
  675. "version": "9.0.5",
  676. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  677. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  678. "dependencies": {
  679. "brace-expansion": "^2.0.1"
  680. },
  681. "engines": {
  682. "node": ">=16 || 14 >=14.17"
  683. },
  684. "funding": {
  685. "url": "https://github.com/sponsors/isaacs"
  686. }
  687. },
  688. "node_modules/minipass": {
  689. "version": "7.1.2",
  690. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  691. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  692. "engines": {
  693. "node": ">=16 || 14 >=14.17"
  694. }
  695. },
  696. "node_modules/motion-dom": {
  697. "version": "12.7.3",
  698. "resolved": "https://registry.npmmirror.com/motion-dom/-/motion-dom-12.7.3.tgz",
  699. "integrity": "sha512-IjMt1YJHrvyvruFvmpmd6bGXXGCvmygrnvSb3aZ8KhOzF4H3PulU+cMBzH+U8TBJHjC/mnmJFRIA1Cu4vBfcBA==",
  700. "dependencies": {
  701. "motion-utils": "^12.7.2"
  702. }
  703. },
  704. "node_modules/motion-utils": {
  705. "version": "12.7.2",
  706. "resolved": "https://registry.npmmirror.com/motion-utils/-/motion-utils-12.7.2.tgz",
  707. "integrity": "sha512-XhZwqctxyJs89oX00zn3OGCuIIpVevbTa+u82usWBC6pSHUd2AoNWiYa7Du8tJxJy9TFbZ82pcn5t7NOm1PHAw=="
  708. },
  709. "node_modules/mz": {
  710. "version": "2.7.0",
  711. "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
  712. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  713. "dependencies": {
  714. "any-promise": "^1.0.0",
  715. "object-assign": "^4.0.1",
  716. "thenify-all": "^1.0.0"
  717. }
  718. },
  719. "node_modules/nanoid": {
  720. "version": "3.3.11",
  721. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  722. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  723. "funding": [
  724. {
  725. "type": "github",
  726. "url": "https://github.com/sponsors/ai"
  727. }
  728. ],
  729. "bin": {
  730. "nanoid": "bin/nanoid.cjs"
  731. },
  732. "engines": {
  733. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  734. }
  735. },
  736. "node_modules/node-releases": {
  737. "version": "2.0.19",
  738. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  739. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw=="
  740. },
  741. "node_modules/normalize-path": {
  742. "version": "3.0.0",
  743. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  744. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  745. "engines": {
  746. "node": ">=0.10.0"
  747. }
  748. },
  749. "node_modules/normalize-range": {
  750. "version": "0.1.2",
  751. "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
  752. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  753. "engines": {
  754. "node": ">=0.10.0"
  755. }
  756. },
  757. "node_modules/object-assign": {
  758. "version": "4.1.1",
  759. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  760. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  761. "engines": {
  762. "node": ">=0.10.0"
  763. }
  764. },
  765. "node_modules/object-hash": {
  766. "version": "3.0.0",
  767. "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz",
  768. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  769. "engines": {
  770. "node": ">= 6"
  771. }
  772. },
  773. "node_modules/package-json-from-dist": {
  774. "version": "1.0.1",
  775. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  776. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
  777. },
  778. "node_modules/path-key": {
  779. "version": "3.1.1",
  780. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  781. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  782. "engines": {
  783. "node": ">=8"
  784. }
  785. },
  786. "node_modules/path-parse": {
  787. "version": "1.0.7",
  788. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  789. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  790. },
  791. "node_modules/path-scurry": {
  792. "version": "1.11.1",
  793. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  794. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  795. "dependencies": {
  796. "lru-cache": "^10.2.0",
  797. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  798. },
  799. "engines": {
  800. "node": ">=16 || 14 >=14.18"
  801. },
  802. "funding": {
  803. "url": "https://github.com/sponsors/isaacs"
  804. }
  805. },
  806. "node_modules/picocolors": {
  807. "version": "1.1.1",
  808. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  809. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
  810. },
  811. "node_modules/picomatch": {
  812. "version": "2.3.1",
  813. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  814. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  815. "engines": {
  816. "node": ">=8.6"
  817. },
  818. "funding": {
  819. "url": "https://github.com/sponsors/jonschlinkert"
  820. }
  821. },
  822. "node_modules/pify": {
  823. "version": "2.3.0",
  824. "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
  825. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  826. "engines": {
  827. "node": ">=0.10.0"
  828. }
  829. },
  830. "node_modules/pirates": {
  831. "version": "4.0.7",
  832. "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.7.tgz",
  833. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  834. "engines": {
  835. "node": ">= 6"
  836. }
  837. },
  838. "node_modules/postcss": {
  839. "version": "8.4.31",
  840. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.31.tgz",
  841. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  842. "funding": [
  843. {
  844. "type": "opencollective",
  845. "url": "https://opencollective.com/postcss/"
  846. },
  847. {
  848. "type": "tidelift",
  849. "url": "https://tidelift.com/funding/github/npm/postcss"
  850. },
  851. {
  852. "type": "github",
  853. "url": "https://github.com/sponsors/ai"
  854. }
  855. ],
  856. "dependencies": {
  857. "nanoid": "^3.3.6",
  858. "picocolors": "^1.0.0",
  859. "source-map-js": "^1.0.2"
  860. },
  861. "engines": {
  862. "node": "^10 || ^12 || >=14"
  863. }
  864. },
  865. "node_modules/postcss-import": {
  866. "version": "14.1.0",
  867. "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-14.1.0.tgz",
  868. "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
  869. "dependencies": {
  870. "postcss-value-parser": "^4.0.0",
  871. "read-cache": "^1.0.0",
  872. "resolve": "^1.1.7"
  873. },
  874. "engines": {
  875. "node": ">=10.0.0"
  876. },
  877. "peerDependencies": {
  878. "postcss": "^8.0.0"
  879. }
  880. },
  881. "node_modules/postcss-js": {
  882. "version": "4.0.1",
  883. "resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.0.1.tgz",
  884. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  885. "dependencies": {
  886. "camelcase-css": "^2.0.1"
  887. },
  888. "engines": {
  889. "node": "^12 || ^14 || >= 16"
  890. },
  891. "funding": {
  892. "type": "opencollective",
  893. "url": "https://opencollective.com/postcss/"
  894. },
  895. "peerDependencies": {
  896. "postcss": "^8.4.21"
  897. }
  898. },
  899. "node_modules/postcss-load-config": {
  900. "version": "3.1.4",
  901. "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  902. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  903. "dependencies": {
  904. "lilconfig": "^2.0.5",
  905. "yaml": "^1.10.2"
  906. },
  907. "engines": {
  908. "node": ">= 10"
  909. },
  910. "funding": {
  911. "type": "opencollective",
  912. "url": "https://opencollective.com/postcss/"
  913. },
  914. "peerDependencies": {
  915. "postcss": ">=8.0.9",
  916. "ts-node": ">=9.0.0"
  917. },
  918. "peerDependenciesMeta": {
  919. "postcss": {
  920. "optional": true
  921. },
  922. "ts-node": {
  923. "optional": true
  924. }
  925. }
  926. },
  927. "node_modules/postcss-nested": {
  928. "version": "6.0.0",
  929. "resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.0.0.tgz",
  930. "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
  931. "dependencies": {
  932. "postcss-selector-parser": "^6.0.10"
  933. },
  934. "engines": {
  935. "node": ">=12.0"
  936. },
  937. "funding": {
  938. "type": "opencollective",
  939. "url": "https://opencollective.com/postcss/"
  940. },
  941. "peerDependencies": {
  942. "postcss": "^8.2.14"
  943. }
  944. },
  945. "node_modules/postcss-selector-parser": {
  946. "version": "6.1.2",
  947. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  948. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  949. "dependencies": {
  950. "cssesc": "^3.0.0",
  951. "util-deprecate": "^1.0.2"
  952. },
  953. "engines": {
  954. "node": ">=4"
  955. }
  956. },
  957. "node_modules/postcss-value-parser": {
  958. "version": "4.2.0",
  959. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  960. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  961. },
  962. "node_modules/queue-microtask": {
  963. "version": "1.2.3",
  964. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  965. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  966. "funding": [
  967. {
  968. "type": "github",
  969. "url": "https://github.com/sponsors/feross"
  970. },
  971. {
  972. "type": "patreon",
  973. "url": "https://www.patreon.com/feross"
  974. },
  975. {
  976. "type": "consulting",
  977. "url": "https://feross.org/support"
  978. }
  979. ]
  980. },
  981. "node_modules/quick-lru": {
  982. "version": "5.1.1",
  983. "resolved": "https://registry.npmmirror.com/quick-lru/-/quick-lru-5.1.1.tgz",
  984. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  985. "engines": {
  986. "node": ">=10"
  987. },
  988. "funding": {
  989. "url": "https://github.com/sponsors/sindresorhus"
  990. }
  991. },
  992. "node_modules/read-cache": {
  993. "version": "1.0.0",
  994. "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
  995. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  996. "dependencies": {
  997. "pify": "^2.3.0"
  998. }
  999. },
  1000. "node_modules/readdirp": {
  1001. "version": "3.6.0",
  1002. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  1003. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  1004. "dependencies": {
  1005. "picomatch": "^2.2.1"
  1006. },
  1007. "engines": {
  1008. "node": ">=8.10.0"
  1009. }
  1010. },
  1011. "node_modules/resolve": {
  1012. "version": "1.22.10",
  1013. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  1014. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  1015. "dependencies": {
  1016. "is-core-module": "^2.16.0",
  1017. "path-parse": "^1.0.7",
  1018. "supports-preserve-symlinks-flag": "^1.0.0"
  1019. },
  1020. "bin": {
  1021. "resolve": "bin/resolve"
  1022. },
  1023. "engines": {
  1024. "node": ">= 0.4"
  1025. },
  1026. "funding": {
  1027. "url": "https://github.com/sponsors/ljharb"
  1028. }
  1029. },
  1030. "node_modules/reusify": {
  1031. "version": "1.1.0",
  1032. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  1033. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  1034. "engines": {
  1035. "iojs": ">=1.0.0",
  1036. "node": ">=0.10.0"
  1037. }
  1038. },
  1039. "node_modules/run-parallel": {
  1040. "version": "1.2.0",
  1041. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  1042. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  1043. "funding": [
  1044. {
  1045. "type": "github",
  1046. "url": "https://github.com/sponsors/feross"
  1047. },
  1048. {
  1049. "type": "patreon",
  1050. "url": "https://www.patreon.com/feross"
  1051. },
  1052. {
  1053. "type": "consulting",
  1054. "url": "https://feross.org/support"
  1055. }
  1056. ],
  1057. "dependencies": {
  1058. "queue-microtask": "^1.2.2"
  1059. }
  1060. },
  1061. "node_modules/shebang-command": {
  1062. "version": "2.0.0",
  1063. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  1064. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  1065. "dependencies": {
  1066. "shebang-regex": "^3.0.0"
  1067. },
  1068. "engines": {
  1069. "node": ">=8"
  1070. }
  1071. },
  1072. "node_modules/shebang-regex": {
  1073. "version": "3.0.0",
  1074. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  1075. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  1076. "engines": {
  1077. "node": ">=8"
  1078. }
  1079. },
  1080. "node_modules/signal-exit": {
  1081. "version": "4.1.0",
  1082. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  1083. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  1084. "engines": {
  1085. "node": ">=14"
  1086. },
  1087. "funding": {
  1088. "url": "https://github.com/sponsors/isaacs"
  1089. }
  1090. },
  1091. "node_modules/source-map-js": {
  1092. "version": "1.2.1",
  1093. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  1094. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1095. "engines": {
  1096. "node": ">=0.10.0"
  1097. }
  1098. },
  1099. "node_modules/string-width": {
  1100. "version": "5.1.2",
  1101. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  1102. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1103. "dependencies": {
  1104. "eastasianwidth": "^0.2.0",
  1105. "emoji-regex": "^9.2.2",
  1106. "strip-ansi": "^7.0.1"
  1107. },
  1108. "engines": {
  1109. "node": ">=12"
  1110. },
  1111. "funding": {
  1112. "url": "https://github.com/sponsors/sindresorhus"
  1113. }
  1114. },
  1115. "node_modules/string-width-cjs": {
  1116. "name": "string-width",
  1117. "version": "4.2.3",
  1118. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  1119. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  1120. "dependencies": {
  1121. "emoji-regex": "^8.0.0",
  1122. "is-fullwidth-code-point": "^3.0.0",
  1123. "strip-ansi": "^6.0.1"
  1124. },
  1125. "engines": {
  1126. "node": ">=8"
  1127. }
  1128. },
  1129. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  1130. "version": "5.0.1",
  1131. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1132. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1133. "engines": {
  1134. "node": ">=8"
  1135. }
  1136. },
  1137. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  1138. "version": "8.0.0",
  1139. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1140. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  1141. },
  1142. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  1143. "version": "6.0.1",
  1144. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  1145. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  1146. "dependencies": {
  1147. "ansi-regex": "^5.0.1"
  1148. },
  1149. "engines": {
  1150. "node": ">=8"
  1151. }
  1152. },
  1153. "node_modules/strip-ansi": {
  1154. "version": "7.1.0",
  1155. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  1156. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  1157. "dependencies": {
  1158. "ansi-regex": "^6.0.1"
  1159. },
  1160. "engines": {
  1161. "node": ">=12"
  1162. },
  1163. "funding": {
  1164. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  1165. }
  1166. },
  1167. "node_modules/strip-ansi-cjs": {
  1168. "name": "strip-ansi",
  1169. "version": "6.0.1",
  1170. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  1171. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  1172. "dependencies": {
  1173. "ansi-regex": "^5.0.1"
  1174. },
  1175. "engines": {
  1176. "node": ">=8"
  1177. }
  1178. },
  1179. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  1180. "version": "5.0.1",
  1181. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1182. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1183. "engines": {
  1184. "node": ">=8"
  1185. }
  1186. },
  1187. "node_modules/sucrase": {
  1188. "version": "3.35.0",
  1189. "resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.0.tgz",
  1190. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  1191. "dependencies": {
  1192. "@jridgewell/gen-mapping": "^0.3.2",
  1193. "commander": "^4.0.0",
  1194. "glob": "^10.3.10",
  1195. "lines-and-columns": "^1.1.6",
  1196. "mz": "^2.7.0",
  1197. "pirates": "^4.0.1",
  1198. "ts-interface-checker": "^0.1.9"
  1199. },
  1200. "bin": {
  1201. "sucrase": "bin/sucrase",
  1202. "sucrase-node": "bin/sucrase-node"
  1203. },
  1204. "engines": {
  1205. "node": ">=16 || 14 >=14.17"
  1206. }
  1207. },
  1208. "node_modules/supports-preserve-symlinks-flag": {
  1209. "version": "1.0.0",
  1210. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  1211. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  1212. "engines": {
  1213. "node": ">= 0.4"
  1214. },
  1215. "funding": {
  1216. "url": "https://github.com/sponsors/ljharb"
  1217. }
  1218. },
  1219. "node_modules/tailwind-merge": {
  1220. "version": "3.2.0",
  1221. "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-3.2.0.tgz",
  1222. "integrity": "sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==",
  1223. "funding": {
  1224. "type": "github",
  1225. "url": "https://github.com/sponsors/dcastil"
  1226. }
  1227. },
  1228. "node_modules/tailwindcss": {
  1229. "version": "3.3.0",
  1230. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.3.0.tgz",
  1231. "integrity": "sha512-hOXlFx+YcklJ8kXiCAfk/FMyr4Pm9ck477G0m/us2344Vuj355IpoEDB5UmGAsSpTBmr+4ZhjzW04JuFXkb/fw==",
  1232. "dependencies": {
  1233. "arg": "^5.0.2",
  1234. "chokidar": "^3.5.3",
  1235. "color-name": "^1.1.4",
  1236. "didyoumean": "^1.2.2",
  1237. "dlv": "^1.1.3",
  1238. "fast-glob": "^3.2.12",
  1239. "glob-parent": "^6.0.2",
  1240. "is-glob": "^4.0.3",
  1241. "jiti": "^1.17.2",
  1242. "lilconfig": "^2.0.6",
  1243. "micromatch": "^4.0.5",
  1244. "normalize-path": "^3.0.0",
  1245. "object-hash": "^3.0.0",
  1246. "picocolors": "^1.0.0",
  1247. "postcss": "^8.0.9",
  1248. "postcss-import": "^14.1.0",
  1249. "postcss-js": "^4.0.0",
  1250. "postcss-load-config": "^3.1.4",
  1251. "postcss-nested": "6.0.0",
  1252. "postcss-selector-parser": "^6.0.11",
  1253. "postcss-value-parser": "^4.2.0",
  1254. "quick-lru": "^5.1.1",
  1255. "resolve": "^1.22.1",
  1256. "sucrase": "^3.29.0"
  1257. },
  1258. "bin": {
  1259. "tailwind": "lib/cli.js",
  1260. "tailwindcss": "lib/cli.js"
  1261. },
  1262. "engines": {
  1263. "node": ">=12.13.0"
  1264. },
  1265. "peerDependencies": {
  1266. "postcss": "^8.0.9"
  1267. }
  1268. },
  1269. "node_modules/thenify": {
  1270. "version": "3.3.1",
  1271. "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
  1272. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  1273. "dependencies": {
  1274. "any-promise": "^1.0.0"
  1275. }
  1276. },
  1277. "node_modules/thenify-all": {
  1278. "version": "1.6.0",
  1279. "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  1280. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  1281. "dependencies": {
  1282. "thenify": ">= 3.1.0 < 4"
  1283. },
  1284. "engines": {
  1285. "node": ">=0.8"
  1286. }
  1287. },
  1288. "node_modules/to-regex-range": {
  1289. "version": "5.0.1",
  1290. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  1291. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  1292. "dependencies": {
  1293. "is-number": "^7.0.0"
  1294. },
  1295. "engines": {
  1296. "node": ">=8.0"
  1297. }
  1298. },
  1299. "node_modules/ts-interface-checker": {
  1300. "version": "0.1.13",
  1301. "resolved": "https://registry.npmmirror.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  1302. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
  1303. },
  1304. "node_modules/tslib": {
  1305. "version": "2.8.1",
  1306. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  1307. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
  1308. },
  1309. "node_modules/update-browserslist-db": {
  1310. "version": "1.1.3",
  1311. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  1312. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  1313. "funding": [
  1314. {
  1315. "type": "opencollective",
  1316. "url": "https://opencollective.com/browserslist"
  1317. },
  1318. {
  1319. "type": "tidelift",
  1320. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1321. },
  1322. {
  1323. "type": "github",
  1324. "url": "https://github.com/sponsors/ai"
  1325. }
  1326. ],
  1327. "dependencies": {
  1328. "escalade": "^3.2.0",
  1329. "picocolors": "^1.1.1"
  1330. },
  1331. "bin": {
  1332. "update-browserslist-db": "cli.js"
  1333. },
  1334. "peerDependencies": {
  1335. "browserslist": ">= 4.21.0"
  1336. }
  1337. },
  1338. "node_modules/util-deprecate": {
  1339. "version": "1.0.2",
  1340. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  1341. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  1342. },
  1343. "node_modules/which": {
  1344. "version": "2.0.2",
  1345. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  1346. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  1347. "dependencies": {
  1348. "isexe": "^2.0.0"
  1349. },
  1350. "bin": {
  1351. "node-which": "bin/node-which"
  1352. },
  1353. "engines": {
  1354. "node": ">= 8"
  1355. }
  1356. },
  1357. "node_modules/wrap-ansi": {
  1358. "version": "8.1.0",
  1359. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1360. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1361. "dependencies": {
  1362. "ansi-styles": "^6.1.0",
  1363. "string-width": "^5.0.1",
  1364. "strip-ansi": "^7.0.1"
  1365. },
  1366. "engines": {
  1367. "node": ">=12"
  1368. },
  1369. "funding": {
  1370. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1371. }
  1372. },
  1373. "node_modules/wrap-ansi-cjs": {
  1374. "name": "wrap-ansi",
  1375. "version": "7.0.0",
  1376. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  1377. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  1378. "dependencies": {
  1379. "ansi-styles": "^4.0.0",
  1380. "string-width": "^4.1.0",
  1381. "strip-ansi": "^6.0.0"
  1382. },
  1383. "engines": {
  1384. "node": ">=10"
  1385. },
  1386. "funding": {
  1387. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1388. }
  1389. },
  1390. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  1391. "version": "5.0.1",
  1392. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1393. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1394. "engines": {
  1395. "node": ">=8"
  1396. }
  1397. },
  1398. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  1399. "version": "4.3.0",
  1400. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1401. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1402. "dependencies": {
  1403. "color-convert": "^2.0.1"
  1404. },
  1405. "engines": {
  1406. "node": ">=8"
  1407. },
  1408. "funding": {
  1409. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1410. }
  1411. },
  1412. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  1413. "version": "8.0.0",
  1414. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1415. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  1416. },
  1417. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  1418. "version": "4.2.3",
  1419. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  1420. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  1421. "dependencies": {
  1422. "emoji-regex": "^8.0.0",
  1423. "is-fullwidth-code-point": "^3.0.0",
  1424. "strip-ansi": "^6.0.1"
  1425. },
  1426. "engines": {
  1427. "node": ">=8"
  1428. }
  1429. },
  1430. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  1431. "version": "6.0.1",
  1432. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  1433. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  1434. "dependencies": {
  1435. "ansi-regex": "^5.0.1"
  1436. },
  1437. "engines": {
  1438. "node": ">=8"
  1439. }
  1440. },
  1441. "node_modules/yaml": {
  1442. "version": "1.10.2",
  1443. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  1444. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  1445. "engines": {
  1446. "node": ">= 6"
  1447. }
  1448. }
  1449. }
  1450. }