package-lock.json 98 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798
  1. {
  2. "name": "frontend",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "frontend",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.2",
  12. "@tinymce/tinymce-vue": "^6.3.0",
  13. "@wangeditor/editor": "^5.1.23",
  14. "@wangeditor/editor-for-vue": "^5.1.12",
  15. "axios": "^1.14.0",
  16. "element-china-area-data": "^6.1.0",
  17. "element-plus": "^2.13.6",
  18. "pinia": "^3.0.4",
  19. "sass": "^1.99.0",
  20. "tinymce": "^8.5.1",
  21. "vue": "^3.5.32",
  22. "vue-router": "^4.6.4",
  23. "xlsx": "^0.18.5"
  24. },
  25. "devDependencies": {
  26. "@vitejs/plugin-vue": "^6.0.5",
  27. "vite": "^8.0.4"
  28. }
  29. },
  30. "node_modules/@babel/helper-string-parser": {
  31. "version": "7.27.1",
  32. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  33. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  34. "license": "MIT",
  35. "engines": {
  36. "node": ">=6.9.0"
  37. }
  38. },
  39. "node_modules/@babel/helper-validator-identifier": {
  40. "version": "7.28.5",
  41. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  42. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  43. "license": "MIT",
  44. "engines": {
  45. "node": ">=6.9.0"
  46. }
  47. },
  48. "node_modules/@babel/parser": {
  49. "version": "7.29.3",
  50. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  51. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  52. "license": "MIT",
  53. "dependencies": {
  54. "@babel/types": "^7.29.0"
  55. },
  56. "bin": {
  57. "parser": "bin/babel-parser.js"
  58. },
  59. "engines": {
  60. "node": ">=6.0.0"
  61. }
  62. },
  63. "node_modules/@babel/runtime": {
  64. "version": "7.29.2",
  65. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
  66. "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
  67. "license": "MIT",
  68. "engines": {
  69. "node": ">=6.9.0"
  70. }
  71. },
  72. "node_modules/@babel/types": {
  73. "version": "7.29.0",
  74. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  75. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  76. "license": "MIT",
  77. "dependencies": {
  78. "@babel/helper-string-parser": "^7.27.1",
  79. "@babel/helper-validator-identifier": "^7.28.5"
  80. },
  81. "engines": {
  82. "node": ">=6.9.0"
  83. }
  84. },
  85. "node_modules/@ctrl/tinycolor": {
  86. "version": "4.2.0",
  87. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  88. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  89. "license": "MIT",
  90. "engines": {
  91. "node": ">=14"
  92. }
  93. },
  94. "node_modules/@element-plus/icons-vue": {
  95. "version": "2.3.2",
  96. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  97. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  98. "license": "MIT",
  99. "peerDependencies": {
  100. "vue": "^3.2.0"
  101. }
  102. },
  103. "node_modules/@emnapi/core": {
  104. "version": "1.10.0",
  105. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  106. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  107. "dev": true,
  108. "license": "MIT",
  109. "optional": true,
  110. "dependencies": {
  111. "@emnapi/wasi-threads": "1.2.1",
  112. "tslib": "^2.4.0"
  113. }
  114. },
  115. "node_modules/@emnapi/runtime": {
  116. "version": "1.10.0",
  117. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  118. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  119. "dev": true,
  120. "license": "MIT",
  121. "optional": true,
  122. "dependencies": {
  123. "tslib": "^2.4.0"
  124. }
  125. },
  126. "node_modules/@emnapi/wasi-threads": {
  127. "version": "1.2.1",
  128. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  129. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  130. "dev": true,
  131. "license": "MIT",
  132. "optional": true,
  133. "dependencies": {
  134. "tslib": "^2.4.0"
  135. }
  136. },
  137. "node_modules/@floating-ui/core": {
  138. "version": "1.7.5",
  139. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
  140. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  141. "license": "MIT",
  142. "dependencies": {
  143. "@floating-ui/utils": "^0.2.11"
  144. }
  145. },
  146. "node_modules/@floating-ui/dom": {
  147. "version": "1.7.6",
  148. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
  149. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  150. "license": "MIT",
  151. "dependencies": {
  152. "@floating-ui/core": "^1.7.5",
  153. "@floating-ui/utils": "^0.2.11"
  154. }
  155. },
  156. "node_modules/@floating-ui/utils": {
  157. "version": "0.2.11",
  158. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
  159. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  160. "license": "MIT"
  161. },
  162. "node_modules/@jridgewell/sourcemap-codec": {
  163. "version": "1.5.5",
  164. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  165. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  166. "license": "MIT"
  167. },
  168. "node_modules/@napi-rs/wasm-runtime": {
  169. "version": "1.1.4",
  170. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  171. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  172. "dev": true,
  173. "license": "MIT",
  174. "optional": true,
  175. "dependencies": {
  176. "@tybys/wasm-util": "^0.10.1"
  177. },
  178. "funding": {
  179. "type": "github",
  180. "url": "https://github.com/sponsors/Brooooooklyn"
  181. },
  182. "peerDependencies": {
  183. "@emnapi/core": "^1.7.1",
  184. "@emnapi/runtime": "^1.7.1"
  185. }
  186. },
  187. "node_modules/@oxc-project/types": {
  188. "version": "0.129.0",
  189. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.129.0.tgz",
  190. "integrity": "sha512-3oz8m3FGdr2nDXVqmFUw7jolKliC4MoyXYIG2c7gpjBnzUWQpUGIYcXYKxTdTi+N2jusvt610ckTMkxdwHkYEg==",
  191. "dev": true,
  192. "license": "MIT",
  193. "funding": {
  194. "url": "https://github.com/sponsors/Boshen"
  195. }
  196. },
  197. "node_modules/@parcel/watcher": {
  198. "version": "2.5.6",
  199. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  200. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  201. "hasInstallScript": true,
  202. "license": "MIT",
  203. "optional": true,
  204. "dependencies": {
  205. "detect-libc": "^2.0.3",
  206. "is-glob": "^4.0.3",
  207. "node-addon-api": "^7.0.0",
  208. "picomatch": "^4.0.3"
  209. },
  210. "engines": {
  211. "node": ">= 10.0.0"
  212. },
  213. "funding": {
  214. "type": "opencollective",
  215. "url": "https://opencollective.com/parcel"
  216. },
  217. "optionalDependencies": {
  218. "@parcel/watcher-android-arm64": "2.5.6",
  219. "@parcel/watcher-darwin-arm64": "2.5.6",
  220. "@parcel/watcher-darwin-x64": "2.5.6",
  221. "@parcel/watcher-freebsd-x64": "2.5.6",
  222. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  223. "@parcel/watcher-linux-arm-musl": "2.5.6",
  224. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  225. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  226. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  227. "@parcel/watcher-linux-x64-musl": "2.5.6",
  228. "@parcel/watcher-win32-arm64": "2.5.6",
  229. "@parcel/watcher-win32-ia32": "2.5.6",
  230. "@parcel/watcher-win32-x64": "2.5.6"
  231. }
  232. },
  233. "node_modules/@parcel/watcher-android-arm64": {
  234. "version": "2.5.6",
  235. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  236. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  237. "cpu": [
  238. "arm64"
  239. ],
  240. "license": "MIT",
  241. "optional": true,
  242. "os": [
  243. "android"
  244. ],
  245. "engines": {
  246. "node": ">= 10.0.0"
  247. },
  248. "funding": {
  249. "type": "opencollective",
  250. "url": "https://opencollective.com/parcel"
  251. }
  252. },
  253. "node_modules/@parcel/watcher-darwin-arm64": {
  254. "version": "2.5.6",
  255. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  256. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  257. "cpu": [
  258. "arm64"
  259. ],
  260. "license": "MIT",
  261. "optional": true,
  262. "os": [
  263. "darwin"
  264. ],
  265. "engines": {
  266. "node": ">= 10.0.0"
  267. },
  268. "funding": {
  269. "type": "opencollective",
  270. "url": "https://opencollective.com/parcel"
  271. }
  272. },
  273. "node_modules/@parcel/watcher-darwin-x64": {
  274. "version": "2.5.6",
  275. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  276. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  277. "cpu": [
  278. "x64"
  279. ],
  280. "license": "MIT",
  281. "optional": true,
  282. "os": [
  283. "darwin"
  284. ],
  285. "engines": {
  286. "node": ">= 10.0.0"
  287. },
  288. "funding": {
  289. "type": "opencollective",
  290. "url": "https://opencollective.com/parcel"
  291. }
  292. },
  293. "node_modules/@parcel/watcher-freebsd-x64": {
  294. "version": "2.5.6",
  295. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  296. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  297. "cpu": [
  298. "x64"
  299. ],
  300. "license": "MIT",
  301. "optional": true,
  302. "os": [
  303. "freebsd"
  304. ],
  305. "engines": {
  306. "node": ">= 10.0.0"
  307. },
  308. "funding": {
  309. "type": "opencollective",
  310. "url": "https://opencollective.com/parcel"
  311. }
  312. },
  313. "node_modules/@parcel/watcher-linux-arm-glibc": {
  314. "version": "2.5.6",
  315. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  316. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  317. "cpu": [
  318. "arm"
  319. ],
  320. "license": "MIT",
  321. "optional": true,
  322. "os": [
  323. "linux"
  324. ],
  325. "engines": {
  326. "node": ">= 10.0.0"
  327. },
  328. "funding": {
  329. "type": "opencollective",
  330. "url": "https://opencollective.com/parcel"
  331. }
  332. },
  333. "node_modules/@parcel/watcher-linux-arm-musl": {
  334. "version": "2.5.6",
  335. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  336. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  337. "cpu": [
  338. "arm"
  339. ],
  340. "license": "MIT",
  341. "optional": true,
  342. "os": [
  343. "linux"
  344. ],
  345. "engines": {
  346. "node": ">= 10.0.0"
  347. },
  348. "funding": {
  349. "type": "opencollective",
  350. "url": "https://opencollective.com/parcel"
  351. }
  352. },
  353. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  354. "version": "2.5.6",
  355. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  356. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  357. "cpu": [
  358. "arm64"
  359. ],
  360. "license": "MIT",
  361. "optional": true,
  362. "os": [
  363. "linux"
  364. ],
  365. "engines": {
  366. "node": ">= 10.0.0"
  367. },
  368. "funding": {
  369. "type": "opencollective",
  370. "url": "https://opencollective.com/parcel"
  371. }
  372. },
  373. "node_modules/@parcel/watcher-linux-arm64-musl": {
  374. "version": "2.5.6",
  375. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  376. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  377. "cpu": [
  378. "arm64"
  379. ],
  380. "license": "MIT",
  381. "optional": true,
  382. "os": [
  383. "linux"
  384. ],
  385. "engines": {
  386. "node": ">= 10.0.0"
  387. },
  388. "funding": {
  389. "type": "opencollective",
  390. "url": "https://opencollective.com/parcel"
  391. }
  392. },
  393. "node_modules/@parcel/watcher-linux-x64-glibc": {
  394. "version": "2.5.6",
  395. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  396. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  397. "cpu": [
  398. "x64"
  399. ],
  400. "license": "MIT",
  401. "optional": true,
  402. "os": [
  403. "linux"
  404. ],
  405. "engines": {
  406. "node": ">= 10.0.0"
  407. },
  408. "funding": {
  409. "type": "opencollective",
  410. "url": "https://opencollective.com/parcel"
  411. }
  412. },
  413. "node_modules/@parcel/watcher-linux-x64-musl": {
  414. "version": "2.5.6",
  415. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  416. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  417. "cpu": [
  418. "x64"
  419. ],
  420. "license": "MIT",
  421. "optional": true,
  422. "os": [
  423. "linux"
  424. ],
  425. "engines": {
  426. "node": ">= 10.0.0"
  427. },
  428. "funding": {
  429. "type": "opencollective",
  430. "url": "https://opencollective.com/parcel"
  431. }
  432. },
  433. "node_modules/@parcel/watcher-win32-arm64": {
  434. "version": "2.5.6",
  435. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  436. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  437. "cpu": [
  438. "arm64"
  439. ],
  440. "license": "MIT",
  441. "optional": true,
  442. "os": [
  443. "win32"
  444. ],
  445. "engines": {
  446. "node": ">= 10.0.0"
  447. },
  448. "funding": {
  449. "type": "opencollective",
  450. "url": "https://opencollective.com/parcel"
  451. }
  452. },
  453. "node_modules/@parcel/watcher-win32-ia32": {
  454. "version": "2.5.6",
  455. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  456. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  457. "cpu": [
  458. "ia32"
  459. ],
  460. "license": "MIT",
  461. "optional": true,
  462. "os": [
  463. "win32"
  464. ],
  465. "engines": {
  466. "node": ">= 10.0.0"
  467. },
  468. "funding": {
  469. "type": "opencollective",
  470. "url": "https://opencollective.com/parcel"
  471. }
  472. },
  473. "node_modules/@parcel/watcher-win32-x64": {
  474. "version": "2.5.6",
  475. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  476. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  477. "cpu": [
  478. "x64"
  479. ],
  480. "license": "MIT",
  481. "optional": true,
  482. "os": [
  483. "win32"
  484. ],
  485. "engines": {
  486. "node": ">= 10.0.0"
  487. },
  488. "funding": {
  489. "type": "opencollective",
  490. "url": "https://opencollective.com/parcel"
  491. }
  492. },
  493. "node_modules/@popperjs/core": {
  494. "name": "@sxzz/popperjs-es",
  495. "version": "2.11.8",
  496. "resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  497. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  498. "license": "MIT",
  499. "funding": {
  500. "type": "opencollective",
  501. "url": "https://opencollective.com/popperjs"
  502. }
  503. },
  504. "node_modules/@rolldown/binding-android-arm64": {
  505. "version": "1.0.0",
  506. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0.tgz",
  507. "integrity": "sha512-TWMZnRLMe63C2Lhyicviu7ZHaU4kxa6PS3rofvc9GmcvptzNN11BcfQ4Sl7MwTOsisQoa2keB/EBdNCAnUo8vA==",
  508. "cpu": [
  509. "arm64"
  510. ],
  511. "dev": true,
  512. "license": "MIT",
  513. "optional": true,
  514. "os": [
  515. "android"
  516. ],
  517. "engines": {
  518. "node": "^20.19.0 || >=22.12.0"
  519. }
  520. },
  521. "node_modules/@rolldown/binding-darwin-arm64": {
  522. "version": "1.0.0",
  523. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0.tgz",
  524. "integrity": "sha512-6XcD+8k0gPVItNagEw78/qqcBDwKcwDYS8V2hRmVsfUSIrd8cWe/CBvRDI5toqFyPfj+FJr6t8U6Xj2P2prEew==",
  525. "cpu": [
  526. "arm64"
  527. ],
  528. "dev": true,
  529. "license": "MIT",
  530. "optional": true,
  531. "os": [
  532. "darwin"
  533. ],
  534. "engines": {
  535. "node": "^20.19.0 || >=22.12.0"
  536. }
  537. },
  538. "node_modules/@rolldown/binding-darwin-x64": {
  539. "version": "1.0.0",
  540. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0.tgz",
  541. "integrity": "sha512-iN/tWVXRQDWvmZlKdceP1Dwug9GDpEymhb9p4xnEe6zvCg5lFmzVljl+1qR1NVx3yfGpr2Na+CuLmv5IU8uzfQ==",
  542. "cpu": [
  543. "x64"
  544. ],
  545. "dev": true,
  546. "license": "MIT",
  547. "optional": true,
  548. "os": [
  549. "darwin"
  550. ],
  551. "engines": {
  552. "node": "^20.19.0 || >=22.12.0"
  553. }
  554. },
  555. "node_modules/@rolldown/binding-freebsd-x64": {
  556. "version": "1.0.0",
  557. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0.tgz",
  558. "integrity": "sha512-jjQMDvvwSOuhOwMszD/klSOjyWMM3zI64hWTj9KT5x4MxRbZAf+7vLQ6qouRhtsLVFHr3f0ILaJAfgENPiQdAQ==",
  559. "cpu": [
  560. "x64"
  561. ],
  562. "dev": true,
  563. "license": "MIT",
  564. "optional": true,
  565. "os": [
  566. "freebsd"
  567. ],
  568. "engines": {
  569. "node": "^20.19.0 || >=22.12.0"
  570. }
  571. },
  572. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  573. "version": "1.0.0",
  574. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0.tgz",
  575. "integrity": "sha512-d//Dtg2x6/m3mbV64yUGNnDGNZaDGRpDLLNGerHQUVObuNaIQaaDp25yUiqGXtHEXX+NP2d0wAlmKgpYgIAJ2A==",
  576. "cpu": [
  577. "arm"
  578. ],
  579. "dev": true,
  580. "license": "MIT",
  581. "optional": true,
  582. "os": [
  583. "linux"
  584. ],
  585. "engines": {
  586. "node": "^20.19.0 || >=22.12.0"
  587. }
  588. },
  589. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  590. "version": "1.0.0",
  591. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0.tgz",
  592. "integrity": "sha512-n7Ofp0mx+aB2cC+Sdy5YtMnXtY9lchnHbY+3Yt0uq9JsWQExf4f5Whu0tK0R8Jdc9S6RchTHjIFY7uc92puOVQ==",
  593. "cpu": [
  594. "arm64"
  595. ],
  596. "dev": true,
  597. "license": "MIT",
  598. "optional": true,
  599. "os": [
  600. "linux"
  601. ],
  602. "engines": {
  603. "node": "^20.19.0 || >=22.12.0"
  604. }
  605. },
  606. "node_modules/@rolldown/binding-linux-arm64-musl": {
  607. "version": "1.0.0",
  608. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0.tgz",
  609. "integrity": "sha512-EIVjy2cgd7uuMMo94FVkBp7F6DhcZAUwNURkSG3RwUmvAXR6s0ISxM81U+IydcZByPG0pZIHsf1b6kTxoFDgJA==",
  610. "cpu": [
  611. "arm64"
  612. ],
  613. "dev": true,
  614. "license": "MIT",
  615. "optional": true,
  616. "os": [
  617. "linux"
  618. ],
  619. "engines": {
  620. "node": "^20.19.0 || >=22.12.0"
  621. }
  622. },
  623. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  624. "version": "1.0.0",
  625. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0.tgz",
  626. "integrity": "sha512-JEwwOPcwTLAcpDQlqSmjEmfs63xJnSiUNIGvLcDLUHCWK4XowpS/7c7tUsUH6uT/ct6bMUTdXKfI8967FYj6mg==",
  627. "cpu": [
  628. "ppc64"
  629. ],
  630. "dev": true,
  631. "license": "MIT",
  632. "optional": true,
  633. "os": [
  634. "linux"
  635. ],
  636. "engines": {
  637. "node": "^20.19.0 || >=22.12.0"
  638. }
  639. },
  640. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  641. "version": "1.0.0",
  642. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0.tgz",
  643. "integrity": "sha512-0wjCFhLrihtAubnT9iA0N++0pSV0z5Hg7tNGdNJ4RFaINceHadoF+kiFGyY1qSSNVIAZtLotG8Ju1bgDPkjnFA==",
  644. "cpu": [
  645. "s390x"
  646. ],
  647. "dev": true,
  648. "license": "MIT",
  649. "optional": true,
  650. "os": [
  651. "linux"
  652. ],
  653. "engines": {
  654. "node": "^20.19.0 || >=22.12.0"
  655. }
  656. },
  657. "node_modules/@rolldown/binding-linux-x64-gnu": {
  658. "version": "1.0.0",
  659. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0.tgz",
  660. "integrity": "sha512-Dfn7iak9BcMMePxcoJfpSbWqnEyrp/dRF63/8qW/eHBdOZov6x5aShLLEYGYdIeSJ6vMLK/XCVB+lGIxm41bQA==",
  661. "cpu": [
  662. "x64"
  663. ],
  664. "dev": true,
  665. "license": "MIT",
  666. "optional": true,
  667. "os": [
  668. "linux"
  669. ],
  670. "engines": {
  671. "node": "^20.19.0 || >=22.12.0"
  672. }
  673. },
  674. "node_modules/@rolldown/binding-linux-x64-musl": {
  675. "version": "1.0.0",
  676. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0.tgz",
  677. "integrity": "sha512-5/utzzDmD/pD/bmuaUcbTf/sZYy0aztwIVlfpoW1fTjCZ0BaPOMVWGZL1zvgxyi7ZIVYWlxKONHmSbHuiOh8Jw==",
  678. "cpu": [
  679. "x64"
  680. ],
  681. "dev": true,
  682. "license": "MIT",
  683. "optional": true,
  684. "os": [
  685. "linux"
  686. ],
  687. "engines": {
  688. "node": "^20.19.0 || >=22.12.0"
  689. }
  690. },
  691. "node_modules/@rolldown/binding-openharmony-arm64": {
  692. "version": "1.0.0",
  693. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0.tgz",
  694. "integrity": "sha512-ouJs8VcUomfLfpbUECqFMRqdV4x6aeAK3MA4m6vTrJJjKyWTV5KnxZx7Jd9G+GlDaQQxubcba00x16OyJ1meig==",
  695. "cpu": [
  696. "arm64"
  697. ],
  698. "dev": true,
  699. "license": "MIT",
  700. "optional": true,
  701. "os": [
  702. "openharmony"
  703. ],
  704. "engines": {
  705. "node": "^20.19.0 || >=22.12.0"
  706. }
  707. },
  708. "node_modules/@rolldown/binding-wasm32-wasi": {
  709. "version": "1.0.0",
  710. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0.tgz",
  711. "integrity": "sha512-E+oHKGiDA+lsKMmFtffDDw91EryDT7uJocrIuCHqhm6bCTM6xFK+3gaCkYOHfPwQr0cCNarSM2xaELoQDz9jJg==",
  712. "cpu": [
  713. "wasm32"
  714. ],
  715. "dev": true,
  716. "license": "MIT",
  717. "optional": true,
  718. "dependencies": {
  719. "@emnapi/core": "1.10.0",
  720. "@emnapi/runtime": "1.10.0",
  721. "@napi-rs/wasm-runtime": "^1.1.4"
  722. },
  723. "engines": {
  724. "node": "^20.19.0 || >=22.12.0"
  725. }
  726. },
  727. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  728. "version": "1.0.0",
  729. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0.tgz",
  730. "integrity": "sha512-yYK02n8Rngo+gbm1y6G0+7jk1sJ/2Wt7K0me0Y7k/ErBpyf+LJ2gFpqWVTcRV1rUepBlQRmpgWkTQCiiwrK0Ow==",
  731. "cpu": [
  732. "arm64"
  733. ],
  734. "dev": true,
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "win32"
  739. ],
  740. "engines": {
  741. "node": "^20.19.0 || >=22.12.0"
  742. }
  743. },
  744. "node_modules/@rolldown/binding-win32-x64-msvc": {
  745. "version": "1.0.0",
  746. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0.tgz",
  747. "integrity": "sha512-14bpChMahXRRXiTwahSl+zzHPW6qQTXtkMuJBFlbo+pqSAews2d4BdCSHfrJ/MBsCZtpmTafsY+1QhBzitcmdg==",
  748. "cpu": [
  749. "x64"
  750. ],
  751. "dev": true,
  752. "license": "MIT",
  753. "optional": true,
  754. "os": [
  755. "win32"
  756. ],
  757. "engines": {
  758. "node": "^20.19.0 || >=22.12.0"
  759. }
  760. },
  761. "node_modules/@rolldown/pluginutils": {
  762. "version": "1.0.0-rc.13",
  763. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz",
  764. "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==",
  765. "dev": true,
  766. "license": "MIT"
  767. },
  768. "node_modules/@tinymce/tinymce-vue": {
  769. "version": "6.3.0",
  770. "resolved": "https://registry.npmjs.org/@tinymce/tinymce-vue/-/tinymce-vue-6.3.0.tgz",
  771. "integrity": "sha512-DSP8Jhd3XqCCliTnusfbmz3D8GqQ4iRzkc4aadYHDcJPVjkaqopJ61McOdH82CSy599vGLkPjGzqJYWJkRMiUA==",
  772. "license": "MIT",
  773. "peerDependencies": {
  774. "tinymce": "^8.0.0 || ^7.0.0 || ^6.0.0 || ^5.5.1",
  775. "vue": "^3.0.0"
  776. },
  777. "peerDependenciesMeta": {
  778. "tinymce": {
  779. "optional": true
  780. }
  781. }
  782. },
  783. "node_modules/@transloadit/prettier-bytes": {
  784. "version": "0.0.7",
  785. "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz",
  786. "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==",
  787. "license": "MIT"
  788. },
  789. "node_modules/@tybys/wasm-util": {
  790. "version": "0.10.2",
  791. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  792. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  793. "dev": true,
  794. "license": "MIT",
  795. "optional": true,
  796. "dependencies": {
  797. "tslib": "^2.4.0"
  798. }
  799. },
  800. "node_modules/@types/event-emitter": {
  801. "version": "0.3.5",
  802. "resolved": "https://registry.npmjs.org/@types/event-emitter/-/event-emitter-0.3.5.tgz",
  803. "integrity": "sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==",
  804. "license": "MIT"
  805. },
  806. "node_modules/@types/lodash": {
  807. "version": "4.17.24",
  808. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz",
  809. "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
  810. "license": "MIT"
  811. },
  812. "node_modules/@types/lodash-es": {
  813. "version": "4.17.12",
  814. "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  815. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  816. "license": "MIT",
  817. "dependencies": {
  818. "@types/lodash": "*"
  819. }
  820. },
  821. "node_modules/@types/web-bluetooth": {
  822. "version": "0.0.21",
  823. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  824. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  825. "license": "MIT"
  826. },
  827. "node_modules/@uppy/companion-client": {
  828. "version": "2.2.2",
  829. "resolved": "https://registry.npmjs.org/@uppy/companion-client/-/companion-client-2.2.2.tgz",
  830. "integrity": "sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==",
  831. "license": "MIT",
  832. "dependencies": {
  833. "@uppy/utils": "^4.1.2",
  834. "namespace-emitter": "^2.0.1"
  835. }
  836. },
  837. "node_modules/@uppy/core": {
  838. "version": "2.3.4",
  839. "resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.3.4.tgz",
  840. "integrity": "sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==",
  841. "license": "MIT",
  842. "dependencies": {
  843. "@transloadit/prettier-bytes": "0.0.7",
  844. "@uppy/store-default": "^2.1.1",
  845. "@uppy/utils": "^4.1.3",
  846. "lodash.throttle": "^4.1.1",
  847. "mime-match": "^1.0.2",
  848. "namespace-emitter": "^2.0.1",
  849. "nanoid": "^3.1.25",
  850. "preact": "^10.5.13"
  851. }
  852. },
  853. "node_modules/@uppy/store-default": {
  854. "version": "2.1.1",
  855. "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.1.1.tgz",
  856. "integrity": "sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==",
  857. "license": "MIT"
  858. },
  859. "node_modules/@uppy/utils": {
  860. "version": "4.1.3",
  861. "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-4.1.3.tgz",
  862. "integrity": "sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==",
  863. "license": "MIT",
  864. "dependencies": {
  865. "lodash.throttle": "^4.1.1"
  866. }
  867. },
  868. "node_modules/@uppy/xhr-upload": {
  869. "version": "2.1.3",
  870. "resolved": "https://registry.npmjs.org/@uppy/xhr-upload/-/xhr-upload-2.1.3.tgz",
  871. "integrity": "sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==",
  872. "license": "MIT",
  873. "dependencies": {
  874. "@uppy/companion-client": "^2.2.2",
  875. "@uppy/utils": "^4.1.2",
  876. "nanoid": "^3.1.25"
  877. },
  878. "peerDependencies": {
  879. "@uppy/core": "^2.3.3"
  880. }
  881. },
  882. "node_modules/@vitejs/plugin-vue": {
  883. "version": "6.0.6",
  884. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.6.tgz",
  885. "integrity": "sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==",
  886. "dev": true,
  887. "license": "MIT",
  888. "dependencies": {
  889. "@rolldown/pluginutils": "1.0.0-rc.13"
  890. },
  891. "engines": {
  892. "node": "^20.19.0 || >=22.12.0"
  893. },
  894. "peerDependencies": {
  895. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  896. "vue": "^3.2.25"
  897. }
  898. },
  899. "node_modules/@vue/compiler-core": {
  900. "version": "3.5.34",
  901. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  902. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  903. "license": "MIT",
  904. "dependencies": {
  905. "@babel/parser": "^7.29.3",
  906. "@vue/shared": "3.5.34",
  907. "entities": "^7.0.1",
  908. "estree-walker": "^2.0.2",
  909. "source-map-js": "^1.2.1"
  910. }
  911. },
  912. "node_modules/@vue/compiler-dom": {
  913. "version": "3.5.34",
  914. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  915. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  916. "license": "MIT",
  917. "dependencies": {
  918. "@vue/compiler-core": "3.5.34",
  919. "@vue/shared": "3.5.34"
  920. }
  921. },
  922. "node_modules/@vue/compiler-sfc": {
  923. "version": "3.5.34",
  924. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  925. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  926. "license": "MIT",
  927. "dependencies": {
  928. "@babel/parser": "^7.29.3",
  929. "@vue/compiler-core": "3.5.34",
  930. "@vue/compiler-dom": "3.5.34",
  931. "@vue/compiler-ssr": "3.5.34",
  932. "@vue/shared": "3.5.34",
  933. "estree-walker": "^2.0.2",
  934. "magic-string": "^0.30.21",
  935. "postcss": "^8.5.14",
  936. "source-map-js": "^1.2.1"
  937. }
  938. },
  939. "node_modules/@vue/compiler-ssr": {
  940. "version": "3.5.34",
  941. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  942. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  943. "license": "MIT",
  944. "dependencies": {
  945. "@vue/compiler-dom": "3.5.34",
  946. "@vue/shared": "3.5.34"
  947. }
  948. },
  949. "node_modules/@vue/devtools-api": {
  950. "version": "7.7.9",
  951. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  952. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  953. "license": "MIT",
  954. "dependencies": {
  955. "@vue/devtools-kit": "^7.7.9"
  956. }
  957. },
  958. "node_modules/@vue/devtools-kit": {
  959. "version": "7.7.9",
  960. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  961. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  962. "license": "MIT",
  963. "dependencies": {
  964. "@vue/devtools-shared": "^7.7.9",
  965. "birpc": "^2.3.0",
  966. "hookable": "^5.5.3",
  967. "mitt": "^3.0.1",
  968. "perfect-debounce": "^1.0.0",
  969. "speakingurl": "^14.0.1",
  970. "superjson": "^2.2.2"
  971. }
  972. },
  973. "node_modules/@vue/devtools-shared": {
  974. "version": "7.7.9",
  975. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  976. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  977. "license": "MIT",
  978. "dependencies": {
  979. "rfdc": "^1.4.1"
  980. }
  981. },
  982. "node_modules/@vue/reactivity": {
  983. "version": "3.5.34",
  984. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.34.tgz",
  985. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  986. "license": "MIT",
  987. "dependencies": {
  988. "@vue/shared": "3.5.34"
  989. }
  990. },
  991. "node_modules/@vue/runtime-core": {
  992. "version": "3.5.34",
  993. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  994. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  995. "license": "MIT",
  996. "dependencies": {
  997. "@vue/reactivity": "3.5.34",
  998. "@vue/shared": "3.5.34"
  999. }
  1000. },
  1001. "node_modules/@vue/runtime-dom": {
  1002. "version": "3.5.34",
  1003. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  1004. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  1005. "license": "MIT",
  1006. "dependencies": {
  1007. "@vue/reactivity": "3.5.34",
  1008. "@vue/runtime-core": "3.5.34",
  1009. "@vue/shared": "3.5.34",
  1010. "csstype": "^3.2.3"
  1011. }
  1012. },
  1013. "node_modules/@vue/server-renderer": {
  1014. "version": "3.5.34",
  1015. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  1016. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  1017. "license": "MIT",
  1018. "dependencies": {
  1019. "@vue/compiler-ssr": "3.5.34",
  1020. "@vue/shared": "3.5.34"
  1021. },
  1022. "peerDependencies": {
  1023. "vue": "3.5.34"
  1024. }
  1025. },
  1026. "node_modules/@vue/shared": {
  1027. "version": "3.5.34",
  1028. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.34.tgz",
  1029. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  1030. "license": "MIT"
  1031. },
  1032. "node_modules/@vueuse/core": {
  1033. "version": "14.3.0",
  1034. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.3.0.tgz",
  1035. "integrity": "sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==",
  1036. "license": "MIT",
  1037. "dependencies": {
  1038. "@types/web-bluetooth": "^0.0.21",
  1039. "@vueuse/metadata": "14.3.0",
  1040. "@vueuse/shared": "14.3.0"
  1041. },
  1042. "funding": {
  1043. "url": "https://github.com/sponsors/antfu"
  1044. },
  1045. "peerDependencies": {
  1046. "vue": "^3.5.0"
  1047. }
  1048. },
  1049. "node_modules/@vueuse/metadata": {
  1050. "version": "14.3.0",
  1051. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.3.0.tgz",
  1052. "integrity": "sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==",
  1053. "license": "MIT",
  1054. "funding": {
  1055. "url": "https://github.com/sponsors/antfu"
  1056. }
  1057. },
  1058. "node_modules/@vueuse/shared": {
  1059. "version": "14.3.0",
  1060. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.3.0.tgz",
  1061. "integrity": "sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==",
  1062. "license": "MIT",
  1063. "funding": {
  1064. "url": "https://github.com/sponsors/antfu"
  1065. },
  1066. "peerDependencies": {
  1067. "vue": "^3.5.0"
  1068. }
  1069. },
  1070. "node_modules/@wangeditor/basic-modules": {
  1071. "version": "1.1.7",
  1072. "resolved": "https://registry.npmjs.org/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz",
  1073. "integrity": "sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==",
  1074. "license": "MIT",
  1075. "dependencies": {
  1076. "is-url": "^1.2.4"
  1077. },
  1078. "peerDependencies": {
  1079. "@wangeditor/core": "1.x",
  1080. "dom7": "^3.0.0",
  1081. "lodash.throttle": "^4.1.1",
  1082. "nanoid": "^3.2.0",
  1083. "slate": "^0.72.0",
  1084. "snabbdom": "^3.1.0"
  1085. }
  1086. },
  1087. "node_modules/@wangeditor/code-highlight": {
  1088. "version": "1.0.3",
  1089. "resolved": "https://registry.npmjs.org/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz",
  1090. "integrity": "sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==",
  1091. "license": "MIT",
  1092. "dependencies": {
  1093. "prismjs": "^1.23.0"
  1094. },
  1095. "peerDependencies": {
  1096. "@wangeditor/core": "1.x",
  1097. "dom7": "^3.0.0",
  1098. "slate": "^0.72.0",
  1099. "snabbdom": "^3.1.0"
  1100. }
  1101. },
  1102. "node_modules/@wangeditor/core": {
  1103. "version": "1.1.19",
  1104. "resolved": "https://registry.npmjs.org/@wangeditor/core/-/core-1.1.19.tgz",
  1105. "integrity": "sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==",
  1106. "license": "MIT",
  1107. "dependencies": {
  1108. "@types/event-emitter": "^0.3.3",
  1109. "event-emitter": "^0.3.5",
  1110. "html-void-elements": "^2.0.0",
  1111. "i18next": "^20.4.0",
  1112. "scroll-into-view-if-needed": "^2.2.28",
  1113. "slate-history": "^0.66.0"
  1114. },
  1115. "peerDependencies": {
  1116. "@uppy/core": "^2.1.1",
  1117. "@uppy/xhr-upload": "^2.0.3",
  1118. "dom7": "^3.0.0",
  1119. "is-hotkey": "^0.2.0",
  1120. "lodash.camelcase": "^4.3.0",
  1121. "lodash.clonedeep": "^4.5.0",
  1122. "lodash.debounce": "^4.0.8",
  1123. "lodash.foreach": "^4.5.0",
  1124. "lodash.isequal": "^4.5.0",
  1125. "lodash.throttle": "^4.1.1",
  1126. "lodash.toarray": "^4.4.0",
  1127. "nanoid": "^3.2.0",
  1128. "slate": "^0.72.0",
  1129. "snabbdom": "^3.1.0"
  1130. }
  1131. },
  1132. "node_modules/@wangeditor/editor": {
  1133. "version": "5.1.23",
  1134. "resolved": "https://registry.npmjs.org/@wangeditor/editor/-/editor-5.1.23.tgz",
  1135. "integrity": "sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==",
  1136. "license": "MIT",
  1137. "dependencies": {
  1138. "@uppy/core": "^2.1.1",
  1139. "@uppy/xhr-upload": "^2.0.3",
  1140. "@wangeditor/basic-modules": "^1.1.7",
  1141. "@wangeditor/code-highlight": "^1.0.3",
  1142. "@wangeditor/core": "^1.1.19",
  1143. "@wangeditor/list-module": "^1.0.5",
  1144. "@wangeditor/table-module": "^1.1.4",
  1145. "@wangeditor/upload-image-module": "^1.0.2",
  1146. "@wangeditor/video-module": "^1.1.4",
  1147. "dom7": "^3.0.0",
  1148. "is-hotkey": "^0.2.0",
  1149. "lodash.camelcase": "^4.3.0",
  1150. "lodash.clonedeep": "^4.5.0",
  1151. "lodash.debounce": "^4.0.8",
  1152. "lodash.foreach": "^4.5.0",
  1153. "lodash.isequal": "^4.5.0",
  1154. "lodash.throttle": "^4.1.1",
  1155. "lodash.toarray": "^4.4.0",
  1156. "nanoid": "^3.2.0",
  1157. "slate": "^0.72.0",
  1158. "snabbdom": "^3.1.0"
  1159. }
  1160. },
  1161. "node_modules/@wangeditor/editor-for-vue": {
  1162. "version": "5.1.12",
  1163. "resolved": "https://registry.npmjs.org/@wangeditor/editor-for-vue/-/editor-for-vue-5.1.12.tgz",
  1164. "integrity": "sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==",
  1165. "license": "MIT",
  1166. "peerDependencies": {
  1167. "@wangeditor/editor": ">=5.1.0",
  1168. "vue": "^3.0.5"
  1169. }
  1170. },
  1171. "node_modules/@wangeditor/list-module": {
  1172. "version": "1.0.5",
  1173. "resolved": "https://registry.npmjs.org/@wangeditor/list-module/-/list-module-1.0.5.tgz",
  1174. "integrity": "sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==",
  1175. "license": "MIT",
  1176. "peerDependencies": {
  1177. "@wangeditor/core": "1.x",
  1178. "dom7": "^3.0.0",
  1179. "slate": "^0.72.0",
  1180. "snabbdom": "^3.1.0"
  1181. }
  1182. },
  1183. "node_modules/@wangeditor/table-module": {
  1184. "version": "1.1.4",
  1185. "resolved": "https://registry.npmjs.org/@wangeditor/table-module/-/table-module-1.1.4.tgz",
  1186. "integrity": "sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==",
  1187. "license": "MIT",
  1188. "peerDependencies": {
  1189. "@wangeditor/core": "1.x",
  1190. "dom7": "^3.0.0",
  1191. "lodash.isequal": "^4.5.0",
  1192. "lodash.throttle": "^4.1.1",
  1193. "nanoid": "^3.2.0",
  1194. "slate": "^0.72.0",
  1195. "snabbdom": "^3.1.0"
  1196. }
  1197. },
  1198. "node_modules/@wangeditor/upload-image-module": {
  1199. "version": "1.0.2",
  1200. "resolved": "https://registry.npmjs.org/@wangeditor/upload-image-module/-/upload-image-module-1.0.2.tgz",
  1201. "integrity": "sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==",
  1202. "license": "MIT",
  1203. "peerDependencies": {
  1204. "@uppy/core": "^2.0.3",
  1205. "@uppy/xhr-upload": "^2.0.3",
  1206. "@wangeditor/basic-modules": "1.x",
  1207. "@wangeditor/core": "1.x",
  1208. "dom7": "^3.0.0",
  1209. "lodash.foreach": "^4.5.0",
  1210. "slate": "^0.72.0",
  1211. "snabbdom": "^3.1.0"
  1212. }
  1213. },
  1214. "node_modules/@wangeditor/video-module": {
  1215. "version": "1.1.4",
  1216. "resolved": "https://registry.npmjs.org/@wangeditor/video-module/-/video-module-1.1.4.tgz",
  1217. "integrity": "sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==",
  1218. "license": "MIT",
  1219. "peerDependencies": {
  1220. "@uppy/core": "^2.1.4",
  1221. "@uppy/xhr-upload": "^2.0.7",
  1222. "@wangeditor/core": "1.x",
  1223. "dom7": "^3.0.0",
  1224. "nanoid": "^3.2.0",
  1225. "slate": "^0.72.0",
  1226. "snabbdom": "^3.1.0"
  1227. }
  1228. },
  1229. "node_modules/adler-32": {
  1230. "version": "1.3.1",
  1231. "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz",
  1232. "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
  1233. "license": "Apache-2.0",
  1234. "engines": {
  1235. "node": ">=0.8"
  1236. }
  1237. },
  1238. "node_modules/async-validator": {
  1239. "version": "4.2.5",
  1240. "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  1241. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  1242. "license": "MIT"
  1243. },
  1244. "node_modules/asynckit": {
  1245. "version": "0.4.0",
  1246. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  1247. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  1248. "license": "MIT"
  1249. },
  1250. "node_modules/axios": {
  1251. "version": "1.16.0",
  1252. "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
  1253. "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
  1254. "license": "MIT",
  1255. "dependencies": {
  1256. "follow-redirects": "^1.16.0",
  1257. "form-data": "^4.0.5",
  1258. "proxy-from-env": "^2.1.0"
  1259. }
  1260. },
  1261. "node_modules/birpc": {
  1262. "version": "2.9.0",
  1263. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  1264. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  1265. "license": "MIT",
  1266. "funding": {
  1267. "url": "https://github.com/sponsors/antfu"
  1268. }
  1269. },
  1270. "node_modules/call-bind-apply-helpers": {
  1271. "version": "1.0.2",
  1272. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1273. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1274. "license": "MIT",
  1275. "dependencies": {
  1276. "es-errors": "^1.3.0",
  1277. "function-bind": "^1.1.2"
  1278. },
  1279. "engines": {
  1280. "node": ">= 0.4"
  1281. }
  1282. },
  1283. "node_modules/cfb": {
  1284. "version": "1.2.2",
  1285. "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz",
  1286. "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
  1287. "license": "Apache-2.0",
  1288. "dependencies": {
  1289. "adler-32": "~1.3.0",
  1290. "crc-32": "~1.2.0"
  1291. },
  1292. "engines": {
  1293. "node": ">=0.8"
  1294. }
  1295. },
  1296. "node_modules/china-division": {
  1297. "version": "2.7.0",
  1298. "resolved": "https://registry.npmjs.org/china-division/-/china-division-2.7.0.tgz",
  1299. "integrity": "sha512-4uUPAT+1WfqDh5jytq7omdCmHNk3j+k76zEG/2IqaGcYB90c2SwcixttcypdsZ3T/9tN1TTpBDoeZn+Yw/qBEA==",
  1300. "license": "MIT"
  1301. },
  1302. "node_modules/chokidar": {
  1303. "version": "4.0.3",
  1304. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  1305. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1306. "license": "MIT",
  1307. "dependencies": {
  1308. "readdirp": "^4.0.1"
  1309. },
  1310. "engines": {
  1311. "node": ">= 14.16.0"
  1312. },
  1313. "funding": {
  1314. "url": "https://paulmillr.com/funding/"
  1315. }
  1316. },
  1317. "node_modules/codepage": {
  1318. "version": "1.15.0",
  1319. "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz",
  1320. "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==",
  1321. "license": "Apache-2.0",
  1322. "engines": {
  1323. "node": ">=0.8"
  1324. }
  1325. },
  1326. "node_modules/combined-stream": {
  1327. "version": "1.0.8",
  1328. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  1329. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1330. "license": "MIT",
  1331. "dependencies": {
  1332. "delayed-stream": "~1.0.0"
  1333. },
  1334. "engines": {
  1335. "node": ">= 0.8"
  1336. }
  1337. },
  1338. "node_modules/compute-scroll-into-view": {
  1339. "version": "1.0.20",
  1340. "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  1341. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  1342. "license": "MIT"
  1343. },
  1344. "node_modules/copy-anything": {
  1345. "version": "4.0.5",
  1346. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  1347. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  1348. "license": "MIT",
  1349. "dependencies": {
  1350. "is-what": "^5.2.0"
  1351. },
  1352. "engines": {
  1353. "node": ">=18"
  1354. },
  1355. "funding": {
  1356. "url": "https://github.com/sponsors/mesqueeb"
  1357. }
  1358. },
  1359. "node_modules/crc-32": {
  1360. "version": "1.2.2",
  1361. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  1362. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  1363. "license": "Apache-2.0",
  1364. "bin": {
  1365. "crc32": "bin/crc32.njs"
  1366. },
  1367. "engines": {
  1368. "node": ">=0.8"
  1369. }
  1370. },
  1371. "node_modules/csstype": {
  1372. "version": "3.2.3",
  1373. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  1374. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  1375. "license": "MIT"
  1376. },
  1377. "node_modules/d": {
  1378. "version": "1.0.2",
  1379. "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz",
  1380. "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
  1381. "license": "ISC",
  1382. "dependencies": {
  1383. "es5-ext": "^0.10.64",
  1384. "type": "^2.7.2"
  1385. },
  1386. "engines": {
  1387. "node": ">=0.12"
  1388. }
  1389. },
  1390. "node_modules/dayjs": {
  1391. "version": "1.11.20",
  1392. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
  1393. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  1394. "license": "MIT"
  1395. },
  1396. "node_modules/delayed-stream": {
  1397. "version": "1.0.0",
  1398. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1399. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1400. "license": "MIT",
  1401. "engines": {
  1402. "node": ">=0.4.0"
  1403. }
  1404. },
  1405. "node_modules/detect-libc": {
  1406. "version": "2.1.2",
  1407. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  1408. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1409. "devOptional": true,
  1410. "license": "Apache-2.0",
  1411. "engines": {
  1412. "node": ">=8"
  1413. }
  1414. },
  1415. "node_modules/dom7": {
  1416. "version": "3.0.0",
  1417. "resolved": "https://registry.npmjs.org/dom7/-/dom7-3.0.0.tgz",
  1418. "integrity": "sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==",
  1419. "license": "MIT",
  1420. "dependencies": {
  1421. "ssr-window": "^3.0.0-alpha.1"
  1422. }
  1423. },
  1424. "node_modules/dunder-proto": {
  1425. "version": "1.0.1",
  1426. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1427. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1428. "license": "MIT",
  1429. "dependencies": {
  1430. "call-bind-apply-helpers": "^1.0.1",
  1431. "es-errors": "^1.3.0",
  1432. "gopd": "^1.2.0"
  1433. },
  1434. "engines": {
  1435. "node": ">= 0.4"
  1436. }
  1437. },
  1438. "node_modules/element-china-area-data": {
  1439. "version": "6.1.0",
  1440. "resolved": "https://registry.npmjs.org/element-china-area-data/-/element-china-area-data-6.1.0.tgz",
  1441. "integrity": "sha512-IkpcjwQv2A/2AxFiSoaISZ+oMw1rZCPUSOg5sOCwT5jKc96TaawmKZeY81xfxXsO0QbKxU5LLc6AirhG52hUmg==",
  1442. "license": "MIT",
  1443. "dependencies": {
  1444. "china-division": "^2.7.0"
  1445. }
  1446. },
  1447. "node_modules/element-plus": {
  1448. "version": "2.14.0",
  1449. "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.14.0.tgz",
  1450. "integrity": "sha512-POgH+TtoreaEKWqYYAVQyE6i8rQMEFqAEublyF29dBA5yASWPLKY6EzfeqBTr2Uv26mPss4vSrMrNPyaK7LX5w==",
  1451. "license": "MIT",
  1452. "dependencies": {
  1453. "@ctrl/tinycolor": "^4.2.0",
  1454. "@element-plus/icons-vue": "^2.3.2",
  1455. "@floating-ui/dom": "^1.0.1",
  1456. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.8",
  1457. "@types/lodash": "^4.17.24",
  1458. "@types/lodash-es": "^4.17.12",
  1459. "@vueuse/core": "14.3.0",
  1460. "async-validator": "^4.2.5",
  1461. "dayjs": "^1.11.20",
  1462. "lodash": "^4.18.1",
  1463. "lodash-es": "^4.18.1",
  1464. "lodash-unified": "^1.0.3",
  1465. "memoize-one": "^6.0.0",
  1466. "normalize-wheel-es": "^1.2.0",
  1467. "vue-component-type-helpers": "^3.2.8"
  1468. },
  1469. "peerDependencies": {
  1470. "vue": "^3.3.7"
  1471. }
  1472. },
  1473. "node_modules/entities": {
  1474. "version": "7.0.1",
  1475. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  1476. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  1477. "license": "BSD-2-Clause",
  1478. "engines": {
  1479. "node": ">=0.12"
  1480. },
  1481. "funding": {
  1482. "url": "https://github.com/fb55/entities?sponsor=1"
  1483. }
  1484. },
  1485. "node_modules/es-define-property": {
  1486. "version": "1.0.1",
  1487. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  1488. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1489. "license": "MIT",
  1490. "engines": {
  1491. "node": ">= 0.4"
  1492. }
  1493. },
  1494. "node_modules/es-errors": {
  1495. "version": "1.3.0",
  1496. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  1497. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1498. "license": "MIT",
  1499. "engines": {
  1500. "node": ">= 0.4"
  1501. }
  1502. },
  1503. "node_modules/es-object-atoms": {
  1504. "version": "1.1.1",
  1505. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1506. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1507. "license": "MIT",
  1508. "dependencies": {
  1509. "es-errors": "^1.3.0"
  1510. },
  1511. "engines": {
  1512. "node": ">= 0.4"
  1513. }
  1514. },
  1515. "node_modules/es-set-tostringtag": {
  1516. "version": "2.1.0",
  1517. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1518. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1519. "license": "MIT",
  1520. "dependencies": {
  1521. "es-errors": "^1.3.0",
  1522. "get-intrinsic": "^1.2.6",
  1523. "has-tostringtag": "^1.0.2",
  1524. "hasown": "^2.0.2"
  1525. },
  1526. "engines": {
  1527. "node": ">= 0.4"
  1528. }
  1529. },
  1530. "node_modules/es5-ext": {
  1531. "version": "0.10.64",
  1532. "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz",
  1533. "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==",
  1534. "hasInstallScript": true,
  1535. "license": "ISC",
  1536. "dependencies": {
  1537. "es6-iterator": "^2.0.3",
  1538. "es6-symbol": "^3.1.3",
  1539. "esniff": "^2.0.1",
  1540. "next-tick": "^1.1.0"
  1541. },
  1542. "engines": {
  1543. "node": ">=0.10"
  1544. }
  1545. },
  1546. "node_modules/es6-iterator": {
  1547. "version": "2.0.3",
  1548. "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
  1549. "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "d": "1",
  1553. "es5-ext": "^0.10.35",
  1554. "es6-symbol": "^3.1.1"
  1555. }
  1556. },
  1557. "node_modules/es6-symbol": {
  1558. "version": "3.1.4",
  1559. "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz",
  1560. "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==",
  1561. "license": "ISC",
  1562. "dependencies": {
  1563. "d": "^1.0.2",
  1564. "ext": "^1.7.0"
  1565. },
  1566. "engines": {
  1567. "node": ">=0.12"
  1568. }
  1569. },
  1570. "node_modules/esniff": {
  1571. "version": "2.0.1",
  1572. "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz",
  1573. "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
  1574. "license": "ISC",
  1575. "dependencies": {
  1576. "d": "^1.0.1",
  1577. "es5-ext": "^0.10.62",
  1578. "event-emitter": "^0.3.5",
  1579. "type": "^2.7.2"
  1580. },
  1581. "engines": {
  1582. "node": ">=0.10"
  1583. }
  1584. },
  1585. "node_modules/estree-walker": {
  1586. "version": "2.0.2",
  1587. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1588. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1589. "license": "MIT"
  1590. },
  1591. "node_modules/event-emitter": {
  1592. "version": "0.3.5",
  1593. "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
  1594. "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
  1595. "license": "MIT",
  1596. "dependencies": {
  1597. "d": "1",
  1598. "es5-ext": "~0.10.14"
  1599. }
  1600. },
  1601. "node_modules/ext": {
  1602. "version": "1.7.0",
  1603. "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
  1604. "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
  1605. "license": "ISC",
  1606. "dependencies": {
  1607. "type": "^2.7.2"
  1608. }
  1609. },
  1610. "node_modules/fdir": {
  1611. "version": "6.5.0",
  1612. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  1613. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1614. "dev": true,
  1615. "license": "MIT",
  1616. "engines": {
  1617. "node": ">=12.0.0"
  1618. },
  1619. "peerDependencies": {
  1620. "picomatch": "^3 || ^4"
  1621. },
  1622. "peerDependenciesMeta": {
  1623. "picomatch": {
  1624. "optional": true
  1625. }
  1626. }
  1627. },
  1628. "node_modules/follow-redirects": {
  1629. "version": "1.16.0",
  1630. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
  1631. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  1632. "funding": [
  1633. {
  1634. "type": "individual",
  1635. "url": "https://github.com/sponsors/RubenVerborgh"
  1636. }
  1637. ],
  1638. "license": "MIT",
  1639. "engines": {
  1640. "node": ">=4.0"
  1641. },
  1642. "peerDependenciesMeta": {
  1643. "debug": {
  1644. "optional": true
  1645. }
  1646. }
  1647. },
  1648. "node_modules/form-data": {
  1649. "version": "4.0.5",
  1650. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
  1651. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  1652. "license": "MIT",
  1653. "dependencies": {
  1654. "asynckit": "^0.4.0",
  1655. "combined-stream": "^1.0.8",
  1656. "es-set-tostringtag": "^2.1.0",
  1657. "hasown": "^2.0.2",
  1658. "mime-types": "^2.1.12"
  1659. },
  1660. "engines": {
  1661. "node": ">= 6"
  1662. }
  1663. },
  1664. "node_modules/frac": {
  1665. "version": "1.1.2",
  1666. "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz",
  1667. "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
  1668. "license": "Apache-2.0",
  1669. "engines": {
  1670. "node": ">=0.8"
  1671. }
  1672. },
  1673. "node_modules/fsevents": {
  1674. "version": "2.3.3",
  1675. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1676. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1677. "dev": true,
  1678. "hasInstallScript": true,
  1679. "license": "MIT",
  1680. "optional": true,
  1681. "os": [
  1682. "darwin"
  1683. ],
  1684. "engines": {
  1685. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1686. }
  1687. },
  1688. "node_modules/function-bind": {
  1689. "version": "1.1.2",
  1690. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  1691. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1692. "license": "MIT",
  1693. "funding": {
  1694. "url": "https://github.com/sponsors/ljharb"
  1695. }
  1696. },
  1697. "node_modules/get-intrinsic": {
  1698. "version": "1.3.0",
  1699. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1700. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1701. "license": "MIT",
  1702. "dependencies": {
  1703. "call-bind-apply-helpers": "^1.0.2",
  1704. "es-define-property": "^1.0.1",
  1705. "es-errors": "^1.3.0",
  1706. "es-object-atoms": "^1.1.1",
  1707. "function-bind": "^1.1.2",
  1708. "get-proto": "^1.0.1",
  1709. "gopd": "^1.2.0",
  1710. "has-symbols": "^1.1.0",
  1711. "hasown": "^2.0.2",
  1712. "math-intrinsics": "^1.1.0"
  1713. },
  1714. "engines": {
  1715. "node": ">= 0.4"
  1716. },
  1717. "funding": {
  1718. "url": "https://github.com/sponsors/ljharb"
  1719. }
  1720. },
  1721. "node_modules/get-proto": {
  1722. "version": "1.0.1",
  1723. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  1724. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1725. "license": "MIT",
  1726. "dependencies": {
  1727. "dunder-proto": "^1.0.1",
  1728. "es-object-atoms": "^1.0.0"
  1729. },
  1730. "engines": {
  1731. "node": ">= 0.4"
  1732. }
  1733. },
  1734. "node_modules/gopd": {
  1735. "version": "1.2.0",
  1736. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  1737. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1738. "license": "MIT",
  1739. "engines": {
  1740. "node": ">= 0.4"
  1741. },
  1742. "funding": {
  1743. "url": "https://github.com/sponsors/ljharb"
  1744. }
  1745. },
  1746. "node_modules/has-symbols": {
  1747. "version": "1.1.0",
  1748. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  1749. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1750. "license": "MIT",
  1751. "engines": {
  1752. "node": ">= 0.4"
  1753. },
  1754. "funding": {
  1755. "url": "https://github.com/sponsors/ljharb"
  1756. }
  1757. },
  1758. "node_modules/has-tostringtag": {
  1759. "version": "1.0.2",
  1760. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1761. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1762. "license": "MIT",
  1763. "dependencies": {
  1764. "has-symbols": "^1.0.3"
  1765. },
  1766. "engines": {
  1767. "node": ">= 0.4"
  1768. },
  1769. "funding": {
  1770. "url": "https://github.com/sponsors/ljharb"
  1771. }
  1772. },
  1773. "node_modules/hasown": {
  1774. "version": "2.0.3",
  1775. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
  1776. "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
  1777. "license": "MIT",
  1778. "dependencies": {
  1779. "function-bind": "^1.1.2"
  1780. },
  1781. "engines": {
  1782. "node": ">= 0.4"
  1783. }
  1784. },
  1785. "node_modules/hookable": {
  1786. "version": "5.5.3",
  1787. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  1788. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  1789. "license": "MIT"
  1790. },
  1791. "node_modules/html-void-elements": {
  1792. "version": "2.0.1",
  1793. "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz",
  1794. "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
  1795. "license": "MIT",
  1796. "funding": {
  1797. "type": "github",
  1798. "url": "https://github.com/sponsors/wooorm"
  1799. }
  1800. },
  1801. "node_modules/i18next": {
  1802. "version": "20.6.1",
  1803. "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
  1804. "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "@babel/runtime": "^7.12.0"
  1808. }
  1809. },
  1810. "node_modules/immer": {
  1811. "version": "9.0.21",
  1812. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
  1813. "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
  1814. "license": "MIT",
  1815. "funding": {
  1816. "type": "opencollective",
  1817. "url": "https://opencollective.com/immer"
  1818. }
  1819. },
  1820. "node_modules/immutable": {
  1821. "version": "5.1.5",
  1822. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
  1823. "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
  1824. "license": "MIT"
  1825. },
  1826. "node_modules/is-extglob": {
  1827. "version": "2.1.1",
  1828. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  1829. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1830. "license": "MIT",
  1831. "optional": true,
  1832. "engines": {
  1833. "node": ">=0.10.0"
  1834. }
  1835. },
  1836. "node_modules/is-glob": {
  1837. "version": "4.0.3",
  1838. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  1839. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1840. "license": "MIT",
  1841. "optional": true,
  1842. "dependencies": {
  1843. "is-extglob": "^2.1.1"
  1844. },
  1845. "engines": {
  1846. "node": ">=0.10.0"
  1847. }
  1848. },
  1849. "node_modules/is-hotkey": {
  1850. "version": "0.2.0",
  1851. "resolved": "https://registry.npmjs.org/is-hotkey/-/is-hotkey-0.2.0.tgz",
  1852. "integrity": "sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==",
  1853. "license": "MIT"
  1854. },
  1855. "node_modules/is-plain-object": {
  1856. "version": "5.0.0",
  1857. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  1858. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  1859. "license": "MIT",
  1860. "engines": {
  1861. "node": ">=0.10.0"
  1862. }
  1863. },
  1864. "node_modules/is-url": {
  1865. "version": "1.2.4",
  1866. "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
  1867. "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
  1868. "license": "MIT"
  1869. },
  1870. "node_modules/is-what": {
  1871. "version": "5.5.0",
  1872. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  1873. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  1874. "license": "MIT",
  1875. "engines": {
  1876. "node": ">=18"
  1877. },
  1878. "funding": {
  1879. "url": "https://github.com/sponsors/mesqueeb"
  1880. }
  1881. },
  1882. "node_modules/lightningcss": {
  1883. "version": "1.32.0",
  1884. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  1885. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  1886. "dev": true,
  1887. "license": "MPL-2.0",
  1888. "dependencies": {
  1889. "detect-libc": "^2.0.3"
  1890. },
  1891. "engines": {
  1892. "node": ">= 12.0.0"
  1893. },
  1894. "funding": {
  1895. "type": "opencollective",
  1896. "url": "https://opencollective.com/parcel"
  1897. },
  1898. "optionalDependencies": {
  1899. "lightningcss-android-arm64": "1.32.0",
  1900. "lightningcss-darwin-arm64": "1.32.0",
  1901. "lightningcss-darwin-x64": "1.32.0",
  1902. "lightningcss-freebsd-x64": "1.32.0",
  1903. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  1904. "lightningcss-linux-arm64-gnu": "1.32.0",
  1905. "lightningcss-linux-arm64-musl": "1.32.0",
  1906. "lightningcss-linux-x64-gnu": "1.32.0",
  1907. "lightningcss-linux-x64-musl": "1.32.0",
  1908. "lightningcss-win32-arm64-msvc": "1.32.0",
  1909. "lightningcss-win32-x64-msvc": "1.32.0"
  1910. }
  1911. },
  1912. "node_modules/lightningcss-android-arm64": {
  1913. "version": "1.32.0",
  1914. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  1915. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  1916. "cpu": [
  1917. "arm64"
  1918. ],
  1919. "dev": true,
  1920. "license": "MPL-2.0",
  1921. "optional": true,
  1922. "os": [
  1923. "android"
  1924. ],
  1925. "engines": {
  1926. "node": ">= 12.0.0"
  1927. },
  1928. "funding": {
  1929. "type": "opencollective",
  1930. "url": "https://opencollective.com/parcel"
  1931. }
  1932. },
  1933. "node_modules/lightningcss-darwin-arm64": {
  1934. "version": "1.32.0",
  1935. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1936. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1937. "cpu": [
  1938. "arm64"
  1939. ],
  1940. "dev": true,
  1941. "license": "MPL-2.0",
  1942. "optional": true,
  1943. "os": [
  1944. "darwin"
  1945. ],
  1946. "engines": {
  1947. "node": ">= 12.0.0"
  1948. },
  1949. "funding": {
  1950. "type": "opencollective",
  1951. "url": "https://opencollective.com/parcel"
  1952. }
  1953. },
  1954. "node_modules/lightningcss-darwin-x64": {
  1955. "version": "1.32.0",
  1956. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1957. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1958. "cpu": [
  1959. "x64"
  1960. ],
  1961. "dev": true,
  1962. "license": "MPL-2.0",
  1963. "optional": true,
  1964. "os": [
  1965. "darwin"
  1966. ],
  1967. "engines": {
  1968. "node": ">= 12.0.0"
  1969. },
  1970. "funding": {
  1971. "type": "opencollective",
  1972. "url": "https://opencollective.com/parcel"
  1973. }
  1974. },
  1975. "node_modules/lightningcss-freebsd-x64": {
  1976. "version": "1.32.0",
  1977. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1978. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1979. "cpu": [
  1980. "x64"
  1981. ],
  1982. "dev": true,
  1983. "license": "MPL-2.0",
  1984. "optional": true,
  1985. "os": [
  1986. "freebsd"
  1987. ],
  1988. "engines": {
  1989. "node": ">= 12.0.0"
  1990. },
  1991. "funding": {
  1992. "type": "opencollective",
  1993. "url": "https://opencollective.com/parcel"
  1994. }
  1995. },
  1996. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1997. "version": "1.32.0",
  1998. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1999. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  2000. "cpu": [
  2001. "arm"
  2002. ],
  2003. "dev": true,
  2004. "license": "MPL-2.0",
  2005. "optional": true,
  2006. "os": [
  2007. "linux"
  2008. ],
  2009. "engines": {
  2010. "node": ">= 12.0.0"
  2011. },
  2012. "funding": {
  2013. "type": "opencollective",
  2014. "url": "https://opencollective.com/parcel"
  2015. }
  2016. },
  2017. "node_modules/lightningcss-linux-arm64-gnu": {
  2018. "version": "1.32.0",
  2019. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  2020. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  2021. "cpu": [
  2022. "arm64"
  2023. ],
  2024. "dev": true,
  2025. "license": "MPL-2.0",
  2026. "optional": true,
  2027. "os": [
  2028. "linux"
  2029. ],
  2030. "engines": {
  2031. "node": ">= 12.0.0"
  2032. },
  2033. "funding": {
  2034. "type": "opencollective",
  2035. "url": "https://opencollective.com/parcel"
  2036. }
  2037. },
  2038. "node_modules/lightningcss-linux-arm64-musl": {
  2039. "version": "1.32.0",
  2040. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  2041. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  2042. "cpu": [
  2043. "arm64"
  2044. ],
  2045. "dev": true,
  2046. "license": "MPL-2.0",
  2047. "optional": true,
  2048. "os": [
  2049. "linux"
  2050. ],
  2051. "engines": {
  2052. "node": ">= 12.0.0"
  2053. },
  2054. "funding": {
  2055. "type": "opencollective",
  2056. "url": "https://opencollective.com/parcel"
  2057. }
  2058. },
  2059. "node_modules/lightningcss-linux-x64-gnu": {
  2060. "version": "1.32.0",
  2061. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  2062. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  2063. "cpu": [
  2064. "x64"
  2065. ],
  2066. "dev": true,
  2067. "license": "MPL-2.0",
  2068. "optional": true,
  2069. "os": [
  2070. "linux"
  2071. ],
  2072. "engines": {
  2073. "node": ">= 12.0.0"
  2074. },
  2075. "funding": {
  2076. "type": "opencollective",
  2077. "url": "https://opencollective.com/parcel"
  2078. }
  2079. },
  2080. "node_modules/lightningcss-linux-x64-musl": {
  2081. "version": "1.32.0",
  2082. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  2083. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  2084. "cpu": [
  2085. "x64"
  2086. ],
  2087. "dev": true,
  2088. "license": "MPL-2.0",
  2089. "optional": true,
  2090. "os": [
  2091. "linux"
  2092. ],
  2093. "engines": {
  2094. "node": ">= 12.0.0"
  2095. },
  2096. "funding": {
  2097. "type": "opencollective",
  2098. "url": "https://opencollective.com/parcel"
  2099. }
  2100. },
  2101. "node_modules/lightningcss-win32-arm64-msvc": {
  2102. "version": "1.32.0",
  2103. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  2104. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  2105. "cpu": [
  2106. "arm64"
  2107. ],
  2108. "dev": true,
  2109. "license": "MPL-2.0",
  2110. "optional": true,
  2111. "os": [
  2112. "win32"
  2113. ],
  2114. "engines": {
  2115. "node": ">= 12.0.0"
  2116. },
  2117. "funding": {
  2118. "type": "opencollective",
  2119. "url": "https://opencollective.com/parcel"
  2120. }
  2121. },
  2122. "node_modules/lightningcss-win32-x64-msvc": {
  2123. "version": "1.32.0",
  2124. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  2125. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  2126. "cpu": [
  2127. "x64"
  2128. ],
  2129. "dev": true,
  2130. "license": "MPL-2.0",
  2131. "optional": true,
  2132. "os": [
  2133. "win32"
  2134. ],
  2135. "engines": {
  2136. "node": ">= 12.0.0"
  2137. },
  2138. "funding": {
  2139. "type": "opencollective",
  2140. "url": "https://opencollective.com/parcel"
  2141. }
  2142. },
  2143. "node_modules/lodash": {
  2144. "version": "4.18.1",
  2145. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  2146. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  2147. "license": "MIT"
  2148. },
  2149. "node_modules/lodash-es": {
  2150. "version": "4.18.1",
  2151. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
  2152. "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
  2153. "license": "MIT"
  2154. },
  2155. "node_modules/lodash-unified": {
  2156. "version": "1.0.3",
  2157. "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
  2158. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  2159. "license": "MIT",
  2160. "peerDependencies": {
  2161. "@types/lodash-es": "*",
  2162. "lodash": "*",
  2163. "lodash-es": "*"
  2164. }
  2165. },
  2166. "node_modules/lodash.camelcase": {
  2167. "version": "4.3.0",
  2168. "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
  2169. "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
  2170. "license": "MIT"
  2171. },
  2172. "node_modules/lodash.clonedeep": {
  2173. "version": "4.5.0",
  2174. "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
  2175. "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
  2176. "license": "MIT"
  2177. },
  2178. "node_modules/lodash.debounce": {
  2179. "version": "4.0.8",
  2180. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  2181. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  2182. "license": "MIT"
  2183. },
  2184. "node_modules/lodash.foreach": {
  2185. "version": "4.5.0",
  2186. "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
  2187. "integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==",
  2188. "license": "MIT"
  2189. },
  2190. "node_modules/lodash.isequal": {
  2191. "version": "4.5.0",
  2192. "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
  2193. "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
  2194. "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
  2195. "license": "MIT"
  2196. },
  2197. "node_modules/lodash.throttle": {
  2198. "version": "4.1.1",
  2199. "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  2200. "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
  2201. "license": "MIT"
  2202. },
  2203. "node_modules/lodash.toarray": {
  2204. "version": "4.4.0",
  2205. "resolved": "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz",
  2206. "integrity": "sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==",
  2207. "license": "MIT"
  2208. },
  2209. "node_modules/magic-string": {
  2210. "version": "0.30.21",
  2211. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  2212. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2213. "license": "MIT",
  2214. "dependencies": {
  2215. "@jridgewell/sourcemap-codec": "^1.5.5"
  2216. }
  2217. },
  2218. "node_modules/math-intrinsics": {
  2219. "version": "1.1.0",
  2220. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2221. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2222. "license": "MIT",
  2223. "engines": {
  2224. "node": ">= 0.4"
  2225. }
  2226. },
  2227. "node_modules/memoize-one": {
  2228. "version": "6.0.0",
  2229. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
  2230. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  2231. "license": "MIT"
  2232. },
  2233. "node_modules/mime-db": {
  2234. "version": "1.52.0",
  2235. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  2236. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2237. "license": "MIT",
  2238. "engines": {
  2239. "node": ">= 0.6"
  2240. }
  2241. },
  2242. "node_modules/mime-match": {
  2243. "version": "1.0.2",
  2244. "resolved": "https://registry.npmjs.org/mime-match/-/mime-match-1.0.2.tgz",
  2245. "integrity": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==",
  2246. "license": "ISC",
  2247. "dependencies": {
  2248. "wildcard": "^1.1.0"
  2249. }
  2250. },
  2251. "node_modules/mime-types": {
  2252. "version": "2.1.35",
  2253. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  2254. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2255. "license": "MIT",
  2256. "dependencies": {
  2257. "mime-db": "1.52.0"
  2258. },
  2259. "engines": {
  2260. "node": ">= 0.6"
  2261. }
  2262. },
  2263. "node_modules/mitt": {
  2264. "version": "3.0.1",
  2265. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  2266. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  2267. "license": "MIT"
  2268. },
  2269. "node_modules/namespace-emitter": {
  2270. "version": "2.0.1",
  2271. "resolved": "https://registry.npmjs.org/namespace-emitter/-/namespace-emitter-2.0.1.tgz",
  2272. "integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==",
  2273. "license": "MIT"
  2274. },
  2275. "node_modules/nanoid": {
  2276. "version": "3.3.12",
  2277. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
  2278. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  2279. "funding": [
  2280. {
  2281. "type": "github",
  2282. "url": "https://github.com/sponsors/ai"
  2283. }
  2284. ],
  2285. "license": "MIT",
  2286. "bin": {
  2287. "nanoid": "bin/nanoid.cjs"
  2288. },
  2289. "engines": {
  2290. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2291. }
  2292. },
  2293. "node_modules/next-tick": {
  2294. "version": "1.1.0",
  2295. "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
  2296. "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
  2297. "license": "ISC"
  2298. },
  2299. "node_modules/node-addon-api": {
  2300. "version": "7.1.1",
  2301. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  2302. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  2303. "license": "MIT",
  2304. "optional": true
  2305. },
  2306. "node_modules/normalize-wheel-es": {
  2307. "version": "1.2.0",
  2308. "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  2309. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  2310. "license": "BSD-3-Clause"
  2311. },
  2312. "node_modules/perfect-debounce": {
  2313. "version": "1.0.0",
  2314. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2315. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  2316. "license": "MIT"
  2317. },
  2318. "node_modules/picocolors": {
  2319. "version": "1.1.1",
  2320. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  2321. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2322. "license": "ISC"
  2323. },
  2324. "node_modules/picomatch": {
  2325. "version": "4.0.4",
  2326. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  2327. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2328. "devOptional": true,
  2329. "license": "MIT",
  2330. "engines": {
  2331. "node": ">=12"
  2332. },
  2333. "funding": {
  2334. "url": "https://github.com/sponsors/jonschlinkert"
  2335. }
  2336. },
  2337. "node_modules/pinia": {
  2338. "version": "3.0.4",
  2339. "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
  2340. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  2341. "license": "MIT",
  2342. "dependencies": {
  2343. "@vue/devtools-api": "^7.7.7"
  2344. },
  2345. "funding": {
  2346. "url": "https://github.com/sponsors/posva"
  2347. },
  2348. "peerDependencies": {
  2349. "typescript": ">=4.5.0",
  2350. "vue": "^3.5.11"
  2351. },
  2352. "peerDependenciesMeta": {
  2353. "typescript": {
  2354. "optional": true
  2355. }
  2356. }
  2357. },
  2358. "node_modules/postcss": {
  2359. "version": "8.5.14",
  2360. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
  2361. "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
  2362. "funding": [
  2363. {
  2364. "type": "opencollective",
  2365. "url": "https://opencollective.com/postcss/"
  2366. },
  2367. {
  2368. "type": "tidelift",
  2369. "url": "https://tidelift.com/funding/github/npm/postcss"
  2370. },
  2371. {
  2372. "type": "github",
  2373. "url": "https://github.com/sponsors/ai"
  2374. }
  2375. ],
  2376. "license": "MIT",
  2377. "dependencies": {
  2378. "nanoid": "^3.3.11",
  2379. "picocolors": "^1.1.1",
  2380. "source-map-js": "^1.2.1"
  2381. },
  2382. "engines": {
  2383. "node": "^10 || ^12 || >=14"
  2384. }
  2385. },
  2386. "node_modules/preact": {
  2387. "version": "10.29.1",
  2388. "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.1.tgz",
  2389. "integrity": "sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==",
  2390. "license": "MIT",
  2391. "funding": {
  2392. "type": "opencollective",
  2393. "url": "https://opencollective.com/preact"
  2394. }
  2395. },
  2396. "node_modules/prismjs": {
  2397. "version": "1.30.0",
  2398. "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
  2399. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  2400. "license": "MIT",
  2401. "engines": {
  2402. "node": ">=6"
  2403. }
  2404. },
  2405. "node_modules/proxy-from-env": {
  2406. "version": "2.1.0",
  2407. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  2408. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  2409. "license": "MIT",
  2410. "engines": {
  2411. "node": ">=10"
  2412. }
  2413. },
  2414. "node_modules/readdirp": {
  2415. "version": "4.1.2",
  2416. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  2417. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  2418. "license": "MIT",
  2419. "engines": {
  2420. "node": ">= 14.18.0"
  2421. },
  2422. "funding": {
  2423. "type": "individual",
  2424. "url": "https://paulmillr.com/funding/"
  2425. }
  2426. },
  2427. "node_modules/rfdc": {
  2428. "version": "1.4.1",
  2429. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  2430. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  2431. "license": "MIT"
  2432. },
  2433. "node_modules/rolldown": {
  2434. "version": "1.0.0",
  2435. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0.tgz",
  2436. "integrity": "sha512-yD986aXDESFGS95spT1LAv0jssywP4npMEjmMHyN2/5+eE8qQJUype2AaKkRiLgBgyD0LFlubwAht7VmY8rGoA==",
  2437. "dev": true,
  2438. "license": "MIT",
  2439. "dependencies": {
  2440. "@oxc-project/types": "=0.129.0",
  2441. "@rolldown/pluginutils": "1.0.0"
  2442. },
  2443. "bin": {
  2444. "rolldown": "bin/cli.mjs"
  2445. },
  2446. "engines": {
  2447. "node": "^20.19.0 || >=22.12.0"
  2448. },
  2449. "optionalDependencies": {
  2450. "@rolldown/binding-android-arm64": "1.0.0",
  2451. "@rolldown/binding-darwin-arm64": "1.0.0",
  2452. "@rolldown/binding-darwin-x64": "1.0.0",
  2453. "@rolldown/binding-freebsd-x64": "1.0.0",
  2454. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0",
  2455. "@rolldown/binding-linux-arm64-gnu": "1.0.0",
  2456. "@rolldown/binding-linux-arm64-musl": "1.0.0",
  2457. "@rolldown/binding-linux-ppc64-gnu": "1.0.0",
  2458. "@rolldown/binding-linux-s390x-gnu": "1.0.0",
  2459. "@rolldown/binding-linux-x64-gnu": "1.0.0",
  2460. "@rolldown/binding-linux-x64-musl": "1.0.0",
  2461. "@rolldown/binding-openharmony-arm64": "1.0.0",
  2462. "@rolldown/binding-wasm32-wasi": "1.0.0",
  2463. "@rolldown/binding-win32-arm64-msvc": "1.0.0",
  2464. "@rolldown/binding-win32-x64-msvc": "1.0.0"
  2465. }
  2466. },
  2467. "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
  2468. "version": "1.0.0",
  2469. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0.tgz",
  2470. "integrity": "sha512-aKs/3GSWyV0mrhNmt/96/Z3yczC3yvrzYATCiCXQebBsGyYzjNdUphRVLeJQ67ySKVXRfMxt2lm12pmXvbPFQQ==",
  2471. "dev": true,
  2472. "license": "MIT"
  2473. },
  2474. "node_modules/sass": {
  2475. "version": "1.99.0",
  2476. "resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz",
  2477. "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==",
  2478. "license": "MIT",
  2479. "dependencies": {
  2480. "chokidar": "^4.0.0",
  2481. "immutable": "^5.1.5",
  2482. "source-map-js": ">=0.6.2 <2.0.0"
  2483. },
  2484. "bin": {
  2485. "sass": "sass.js"
  2486. },
  2487. "engines": {
  2488. "node": ">=14.0.0"
  2489. },
  2490. "optionalDependencies": {
  2491. "@parcel/watcher": "^2.4.1"
  2492. }
  2493. },
  2494. "node_modules/scroll-into-view-if-needed": {
  2495. "version": "2.2.31",
  2496. "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  2497. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  2498. "license": "MIT",
  2499. "dependencies": {
  2500. "compute-scroll-into-view": "^1.0.20"
  2501. }
  2502. },
  2503. "node_modules/slate": {
  2504. "version": "0.72.8",
  2505. "resolved": "https://registry.npmjs.org/slate/-/slate-0.72.8.tgz",
  2506. "integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==",
  2507. "license": "MIT",
  2508. "dependencies": {
  2509. "immer": "^9.0.6",
  2510. "is-plain-object": "^5.0.0",
  2511. "tiny-warning": "^1.0.3"
  2512. }
  2513. },
  2514. "node_modules/slate-history": {
  2515. "version": "0.66.0",
  2516. "resolved": "https://registry.npmjs.org/slate-history/-/slate-history-0.66.0.tgz",
  2517. "integrity": "sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==",
  2518. "license": "MIT",
  2519. "dependencies": {
  2520. "is-plain-object": "^5.0.0"
  2521. },
  2522. "peerDependencies": {
  2523. "slate": ">=0.65.3"
  2524. }
  2525. },
  2526. "node_modules/snabbdom": {
  2527. "version": "3.6.3",
  2528. "resolved": "https://registry.npmjs.org/snabbdom/-/snabbdom-3.6.3.tgz",
  2529. "integrity": "sha512-W2lHLLw2qR2Vv0DcMmcxXqcfdBaIcoN+y/86SmHv8fn4DazEQSH6KN3TjZcWvwujW56OHiiirsbHWZb4vx/0fg==",
  2530. "license": "MIT",
  2531. "engines": {
  2532. "node": ">=12.17.0"
  2533. }
  2534. },
  2535. "node_modules/source-map-js": {
  2536. "version": "1.2.1",
  2537. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  2538. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2539. "license": "BSD-3-Clause",
  2540. "engines": {
  2541. "node": ">=0.10.0"
  2542. }
  2543. },
  2544. "node_modules/speakingurl": {
  2545. "version": "14.0.1",
  2546. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  2547. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  2548. "license": "BSD-3-Clause",
  2549. "engines": {
  2550. "node": ">=0.10.0"
  2551. }
  2552. },
  2553. "node_modules/ssf": {
  2554. "version": "0.11.2",
  2555. "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz",
  2556. "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
  2557. "license": "Apache-2.0",
  2558. "dependencies": {
  2559. "frac": "~1.1.2"
  2560. },
  2561. "engines": {
  2562. "node": ">=0.8"
  2563. }
  2564. },
  2565. "node_modules/ssr-window": {
  2566. "version": "3.0.0",
  2567. "resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-3.0.0.tgz",
  2568. "integrity": "sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==",
  2569. "license": "MIT"
  2570. },
  2571. "node_modules/superjson": {
  2572. "version": "2.2.6",
  2573. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  2574. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  2575. "license": "MIT",
  2576. "dependencies": {
  2577. "copy-anything": "^4"
  2578. },
  2579. "engines": {
  2580. "node": ">=16"
  2581. }
  2582. },
  2583. "node_modules/tiny-warning": {
  2584. "version": "1.0.3",
  2585. "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
  2586. "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
  2587. "license": "MIT"
  2588. },
  2589. "node_modules/tinyglobby": {
  2590. "version": "0.2.16",
  2591. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  2592. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  2593. "dev": true,
  2594. "license": "MIT",
  2595. "dependencies": {
  2596. "fdir": "^6.5.0",
  2597. "picomatch": "^4.0.4"
  2598. },
  2599. "engines": {
  2600. "node": ">=12.0.0"
  2601. },
  2602. "funding": {
  2603. "url": "https://github.com/sponsors/SuperchupuDev"
  2604. }
  2605. },
  2606. "node_modules/tinymce": {
  2607. "version": "8.5.1",
  2608. "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-8.5.1.tgz",
  2609. "integrity": "sha512-Wd4OrokDEwlXppSR+ijXngLa2+s3v8NZax9WCvAHeQhqvFsj9tGt19PmrnAdGLiQFkBBYzdOLW23tsBTPMiJYw==",
  2610. "license": "SEE LICENSE IN license.md"
  2611. },
  2612. "node_modules/tslib": {
  2613. "version": "2.8.1",
  2614. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  2615. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  2616. "dev": true,
  2617. "license": "0BSD",
  2618. "optional": true
  2619. },
  2620. "node_modules/type": {
  2621. "version": "2.7.3",
  2622. "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz",
  2623. "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==",
  2624. "license": "ISC"
  2625. },
  2626. "node_modules/vite": {
  2627. "version": "8.0.12",
  2628. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.12.tgz",
  2629. "integrity": "sha512-w2dDofOWv2QB09ZITZBsvKTVAlYvPR4IAmrY/v0ir9KvLs0xybR7i48wxhM1/oyBWO34wPns+bPGw5ZrZqDpZg==",
  2630. "dev": true,
  2631. "license": "MIT",
  2632. "dependencies": {
  2633. "lightningcss": "^1.32.0",
  2634. "picomatch": "^4.0.4",
  2635. "postcss": "^8.5.14",
  2636. "rolldown": "1.0.0",
  2637. "tinyglobby": "^0.2.16"
  2638. },
  2639. "bin": {
  2640. "vite": "bin/vite.js"
  2641. },
  2642. "engines": {
  2643. "node": "^20.19.0 || >=22.12.0"
  2644. },
  2645. "funding": {
  2646. "url": "https://github.com/vitejs/vite?sponsor=1"
  2647. },
  2648. "optionalDependencies": {
  2649. "fsevents": "~2.3.3"
  2650. },
  2651. "peerDependencies": {
  2652. "@types/node": "^20.19.0 || >=22.12.0",
  2653. "@vitejs/devtools": "^0.1.18",
  2654. "esbuild": "^0.27.0 || ^0.28.0",
  2655. "jiti": ">=1.21.0",
  2656. "less": "^4.0.0",
  2657. "sass": "^1.70.0",
  2658. "sass-embedded": "^1.70.0",
  2659. "stylus": ">=0.54.8",
  2660. "sugarss": "^5.0.0",
  2661. "terser": "^5.16.0",
  2662. "tsx": "^4.8.1",
  2663. "yaml": "^2.4.2"
  2664. },
  2665. "peerDependenciesMeta": {
  2666. "@types/node": {
  2667. "optional": true
  2668. },
  2669. "@vitejs/devtools": {
  2670. "optional": true
  2671. },
  2672. "esbuild": {
  2673. "optional": true
  2674. },
  2675. "jiti": {
  2676. "optional": true
  2677. },
  2678. "less": {
  2679. "optional": true
  2680. },
  2681. "sass": {
  2682. "optional": true
  2683. },
  2684. "sass-embedded": {
  2685. "optional": true
  2686. },
  2687. "stylus": {
  2688. "optional": true
  2689. },
  2690. "sugarss": {
  2691. "optional": true
  2692. },
  2693. "terser": {
  2694. "optional": true
  2695. },
  2696. "tsx": {
  2697. "optional": true
  2698. },
  2699. "yaml": {
  2700. "optional": true
  2701. }
  2702. }
  2703. },
  2704. "node_modules/vue": {
  2705. "version": "3.5.34",
  2706. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.34.tgz",
  2707. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  2708. "license": "MIT",
  2709. "dependencies": {
  2710. "@vue/compiler-dom": "3.5.34",
  2711. "@vue/compiler-sfc": "3.5.34",
  2712. "@vue/runtime-dom": "3.5.34",
  2713. "@vue/server-renderer": "3.5.34",
  2714. "@vue/shared": "3.5.34"
  2715. },
  2716. "peerDependencies": {
  2717. "typescript": "*"
  2718. },
  2719. "peerDependenciesMeta": {
  2720. "typescript": {
  2721. "optional": true
  2722. }
  2723. }
  2724. },
  2725. "node_modules/vue-component-type-helpers": {
  2726. "version": "3.2.8",
  2727. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.2.8.tgz",
  2728. "integrity": "sha512-9689efAXhN/EV86plgkL/XFiJSXhGtWPG6JDboZ+QnjlUWUUQrQ0ILKQtw4iQsuwIwu5k6Aw+JnehDe7161e7A==",
  2729. "license": "MIT"
  2730. },
  2731. "node_modules/vue-router": {
  2732. "version": "4.6.4",
  2733. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  2734. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  2735. "license": "MIT",
  2736. "dependencies": {
  2737. "@vue/devtools-api": "^6.6.4"
  2738. },
  2739. "funding": {
  2740. "url": "https://github.com/sponsors/posva"
  2741. },
  2742. "peerDependencies": {
  2743. "vue": "^3.5.0"
  2744. }
  2745. },
  2746. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  2747. "version": "6.6.4",
  2748. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  2749. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  2750. "license": "MIT"
  2751. },
  2752. "node_modules/wildcard": {
  2753. "version": "1.1.2",
  2754. "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-1.1.2.tgz",
  2755. "integrity": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==",
  2756. "license": "MIT"
  2757. },
  2758. "node_modules/wmf": {
  2759. "version": "1.0.2",
  2760. "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz",
  2761. "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
  2762. "license": "Apache-2.0",
  2763. "engines": {
  2764. "node": ">=0.8"
  2765. }
  2766. },
  2767. "node_modules/word": {
  2768. "version": "0.3.0",
  2769. "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz",
  2770. "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
  2771. "license": "Apache-2.0",
  2772. "engines": {
  2773. "node": ">=0.8"
  2774. }
  2775. },
  2776. "node_modules/xlsx": {
  2777. "version": "0.18.5",
  2778. "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz",
  2779. "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==",
  2780. "license": "Apache-2.0",
  2781. "dependencies": {
  2782. "adler-32": "~1.3.0",
  2783. "cfb": "~1.2.1",
  2784. "codepage": "~1.15.0",
  2785. "crc-32": "~1.2.1",
  2786. "ssf": "~0.11.2",
  2787. "wmf": "~1.0.1",
  2788. "word": "~0.3.0"
  2789. },
  2790. "bin": {
  2791. "xlsx": "bin/xlsx.njs"
  2792. },
  2793. "engines": {
  2794. "node": ">=0.8"
  2795. }
  2796. }
  2797. }
  2798. }