package-lock.json 53 KB

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