package-lock.json 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450
  1. {
  2. "name": "table-line-editor",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "table-line-editor",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "axios": "^1.6.2",
  13. "element-plus": "^2.4.4",
  14. "konva": "^9.2.3",
  15. "pinia": "^2.1.7",
  16. "vue": "^3.4.0",
  17. "vue-konva": "^3.0.2",
  18. "vue-router": "^4.2.5"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^20.10.5",
  22. "@vitejs/plugin-vue": "^4.5.2",
  23. "sass": "^1.69.5",
  24. "typescript": "^5.3.3",
  25. "vite": "^5.0.10",
  26. "vue-tsc": "^1.8.25"
  27. }
  28. },
  29. "node_modules/@babel/helper-string-parser": {
  30. "version": "7.27.1",
  31. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  32. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  33. "license": "MIT",
  34. "engines": {
  35. "node": ">=6.9.0"
  36. }
  37. },
  38. "node_modules/@babel/helper-validator-identifier": {
  39. "version": "7.28.5",
  40. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  41. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  42. "license": "MIT",
  43. "engines": {
  44. "node": ">=6.9.0"
  45. }
  46. },
  47. "node_modules/@babel/parser": {
  48. "version": "7.28.5",
  49. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz",
  50. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  51. "license": "MIT",
  52. "dependencies": {
  53. "@babel/types": "^7.28.5"
  54. },
  55. "bin": {
  56. "parser": "bin/babel-parser.js"
  57. },
  58. "engines": {
  59. "node": ">=6.0.0"
  60. }
  61. },
  62. "node_modules/@babel/types": {
  63. "version": "7.28.5",
  64. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
  65. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  66. "license": "MIT",
  67. "dependencies": {
  68. "@babel/helper-string-parser": "^7.27.1",
  69. "@babel/helper-validator-identifier": "^7.28.5"
  70. },
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@ctrl/tinycolor": {
  76. "version": "3.6.1",
  77. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  78. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  79. "license": "MIT",
  80. "engines": {
  81. "node": ">=10"
  82. }
  83. },
  84. "node_modules/@element-plus/icons-vue": {
  85. "version": "2.3.2",
  86. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  87. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  88. "license": "MIT",
  89. "peerDependencies": {
  90. "vue": "^3.2.0"
  91. }
  92. },
  93. "node_modules/@esbuild/aix-ppc64": {
  94. "version": "0.21.5",
  95. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  96. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  97. "cpu": [
  98. "ppc64"
  99. ],
  100. "dev": true,
  101. "license": "MIT",
  102. "optional": true,
  103. "os": [
  104. "aix"
  105. ],
  106. "engines": {
  107. "node": ">=12"
  108. }
  109. },
  110. "node_modules/@esbuild/android-arm": {
  111. "version": "0.21.5",
  112. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  113. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  114. "cpu": [
  115. "arm"
  116. ],
  117. "dev": true,
  118. "license": "MIT",
  119. "optional": true,
  120. "os": [
  121. "android"
  122. ],
  123. "engines": {
  124. "node": ">=12"
  125. }
  126. },
  127. "node_modules/@esbuild/android-arm64": {
  128. "version": "0.21.5",
  129. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  130. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  131. "cpu": [
  132. "arm64"
  133. ],
  134. "dev": true,
  135. "license": "MIT",
  136. "optional": true,
  137. "os": [
  138. "android"
  139. ],
  140. "engines": {
  141. "node": ">=12"
  142. }
  143. },
  144. "node_modules/@esbuild/android-x64": {
  145. "version": "0.21.5",
  146. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  147. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  148. "cpu": [
  149. "x64"
  150. ],
  151. "dev": true,
  152. "license": "MIT",
  153. "optional": true,
  154. "os": [
  155. "android"
  156. ],
  157. "engines": {
  158. "node": ">=12"
  159. }
  160. },
  161. "node_modules/@esbuild/darwin-arm64": {
  162. "version": "0.21.5",
  163. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  164. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  165. "cpu": [
  166. "arm64"
  167. ],
  168. "dev": true,
  169. "license": "MIT",
  170. "optional": true,
  171. "os": [
  172. "darwin"
  173. ],
  174. "engines": {
  175. "node": ">=12"
  176. }
  177. },
  178. "node_modules/@esbuild/darwin-x64": {
  179. "version": "0.21.5",
  180. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  181. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  182. "cpu": [
  183. "x64"
  184. ],
  185. "dev": true,
  186. "license": "MIT",
  187. "optional": true,
  188. "os": [
  189. "darwin"
  190. ],
  191. "engines": {
  192. "node": ">=12"
  193. }
  194. },
  195. "node_modules/@esbuild/freebsd-arm64": {
  196. "version": "0.21.5",
  197. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  198. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  199. "cpu": [
  200. "arm64"
  201. ],
  202. "dev": true,
  203. "license": "MIT",
  204. "optional": true,
  205. "os": [
  206. "freebsd"
  207. ],
  208. "engines": {
  209. "node": ">=12"
  210. }
  211. },
  212. "node_modules/@esbuild/freebsd-x64": {
  213. "version": "0.21.5",
  214. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  215. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  216. "cpu": [
  217. "x64"
  218. ],
  219. "dev": true,
  220. "license": "MIT",
  221. "optional": true,
  222. "os": [
  223. "freebsd"
  224. ],
  225. "engines": {
  226. "node": ">=12"
  227. }
  228. },
  229. "node_modules/@esbuild/linux-arm": {
  230. "version": "0.21.5",
  231. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  232. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  233. "cpu": [
  234. "arm"
  235. ],
  236. "dev": true,
  237. "license": "MIT",
  238. "optional": true,
  239. "os": [
  240. "linux"
  241. ],
  242. "engines": {
  243. "node": ">=12"
  244. }
  245. },
  246. "node_modules/@esbuild/linux-arm64": {
  247. "version": "0.21.5",
  248. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  249. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  250. "cpu": [
  251. "arm64"
  252. ],
  253. "dev": true,
  254. "license": "MIT",
  255. "optional": true,
  256. "os": [
  257. "linux"
  258. ],
  259. "engines": {
  260. "node": ">=12"
  261. }
  262. },
  263. "node_modules/@esbuild/linux-ia32": {
  264. "version": "0.21.5",
  265. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  266. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  267. "cpu": [
  268. "ia32"
  269. ],
  270. "dev": true,
  271. "license": "MIT",
  272. "optional": true,
  273. "os": [
  274. "linux"
  275. ],
  276. "engines": {
  277. "node": ">=12"
  278. }
  279. },
  280. "node_modules/@esbuild/linux-loong64": {
  281. "version": "0.21.5",
  282. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  283. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  284. "cpu": [
  285. "loong64"
  286. ],
  287. "dev": true,
  288. "license": "MIT",
  289. "optional": true,
  290. "os": [
  291. "linux"
  292. ],
  293. "engines": {
  294. "node": ">=12"
  295. }
  296. },
  297. "node_modules/@esbuild/linux-mips64el": {
  298. "version": "0.21.5",
  299. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  300. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  301. "cpu": [
  302. "mips64el"
  303. ],
  304. "dev": true,
  305. "license": "MIT",
  306. "optional": true,
  307. "os": [
  308. "linux"
  309. ],
  310. "engines": {
  311. "node": ">=12"
  312. }
  313. },
  314. "node_modules/@esbuild/linux-ppc64": {
  315. "version": "0.21.5",
  316. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  317. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  318. "cpu": [
  319. "ppc64"
  320. ],
  321. "dev": true,
  322. "license": "MIT",
  323. "optional": true,
  324. "os": [
  325. "linux"
  326. ],
  327. "engines": {
  328. "node": ">=12"
  329. }
  330. },
  331. "node_modules/@esbuild/linux-riscv64": {
  332. "version": "0.21.5",
  333. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  334. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  335. "cpu": [
  336. "riscv64"
  337. ],
  338. "dev": true,
  339. "license": "MIT",
  340. "optional": true,
  341. "os": [
  342. "linux"
  343. ],
  344. "engines": {
  345. "node": ">=12"
  346. }
  347. },
  348. "node_modules/@esbuild/linux-s390x": {
  349. "version": "0.21.5",
  350. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  351. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  352. "cpu": [
  353. "s390x"
  354. ],
  355. "dev": true,
  356. "license": "MIT",
  357. "optional": true,
  358. "os": [
  359. "linux"
  360. ],
  361. "engines": {
  362. "node": ">=12"
  363. }
  364. },
  365. "node_modules/@esbuild/linux-x64": {
  366. "version": "0.21.5",
  367. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  368. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  369. "cpu": [
  370. "x64"
  371. ],
  372. "dev": true,
  373. "license": "MIT",
  374. "optional": true,
  375. "os": [
  376. "linux"
  377. ],
  378. "engines": {
  379. "node": ">=12"
  380. }
  381. },
  382. "node_modules/@esbuild/netbsd-x64": {
  383. "version": "0.21.5",
  384. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  385. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  386. "cpu": [
  387. "x64"
  388. ],
  389. "dev": true,
  390. "license": "MIT",
  391. "optional": true,
  392. "os": [
  393. "netbsd"
  394. ],
  395. "engines": {
  396. "node": ">=12"
  397. }
  398. },
  399. "node_modules/@esbuild/openbsd-x64": {
  400. "version": "0.21.5",
  401. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  402. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  403. "cpu": [
  404. "x64"
  405. ],
  406. "dev": true,
  407. "license": "MIT",
  408. "optional": true,
  409. "os": [
  410. "openbsd"
  411. ],
  412. "engines": {
  413. "node": ">=12"
  414. }
  415. },
  416. "node_modules/@esbuild/sunos-x64": {
  417. "version": "0.21.5",
  418. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  419. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  420. "cpu": [
  421. "x64"
  422. ],
  423. "dev": true,
  424. "license": "MIT",
  425. "optional": true,
  426. "os": [
  427. "sunos"
  428. ],
  429. "engines": {
  430. "node": ">=12"
  431. }
  432. },
  433. "node_modules/@esbuild/win32-arm64": {
  434. "version": "0.21.5",
  435. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  436. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  437. "cpu": [
  438. "arm64"
  439. ],
  440. "dev": true,
  441. "license": "MIT",
  442. "optional": true,
  443. "os": [
  444. "win32"
  445. ],
  446. "engines": {
  447. "node": ">=12"
  448. }
  449. },
  450. "node_modules/@esbuild/win32-ia32": {
  451. "version": "0.21.5",
  452. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  453. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  454. "cpu": [
  455. "ia32"
  456. ],
  457. "dev": true,
  458. "license": "MIT",
  459. "optional": true,
  460. "os": [
  461. "win32"
  462. ],
  463. "engines": {
  464. "node": ">=12"
  465. }
  466. },
  467. "node_modules/@esbuild/win32-x64": {
  468. "version": "0.21.5",
  469. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  470. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  471. "cpu": [
  472. "x64"
  473. ],
  474. "dev": true,
  475. "license": "MIT",
  476. "optional": true,
  477. "os": [
  478. "win32"
  479. ],
  480. "engines": {
  481. "node": ">=12"
  482. }
  483. },
  484. "node_modules/@floating-ui/core": {
  485. "version": "1.7.3",
  486. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.3.tgz",
  487. "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
  488. "license": "MIT",
  489. "dependencies": {
  490. "@floating-ui/utils": "^0.2.10"
  491. }
  492. },
  493. "node_modules/@floating-ui/dom": {
  494. "version": "1.7.4",
  495. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.4.tgz",
  496. "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
  497. "license": "MIT",
  498. "dependencies": {
  499. "@floating-ui/core": "^1.7.3",
  500. "@floating-ui/utils": "^0.2.10"
  501. }
  502. },
  503. "node_modules/@floating-ui/utils": {
  504. "version": "0.2.10",
  505. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  506. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  507. "license": "MIT"
  508. },
  509. "node_modules/@jridgewell/sourcemap-codec": {
  510. "version": "1.5.5",
  511. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  512. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  513. "license": "MIT"
  514. },
  515. "node_modules/@parcel/watcher": {
  516. "version": "2.5.1",
  517. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  518. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  519. "dev": true,
  520. "hasInstallScript": true,
  521. "license": "MIT",
  522. "optional": true,
  523. "dependencies": {
  524. "detect-libc": "^1.0.3",
  525. "is-glob": "^4.0.3",
  526. "micromatch": "^4.0.5",
  527. "node-addon-api": "^7.0.0"
  528. },
  529. "engines": {
  530. "node": ">= 10.0.0"
  531. },
  532. "funding": {
  533. "type": "opencollective",
  534. "url": "https://opencollective.com/parcel"
  535. },
  536. "optionalDependencies": {
  537. "@parcel/watcher-android-arm64": "2.5.1",
  538. "@parcel/watcher-darwin-arm64": "2.5.1",
  539. "@parcel/watcher-darwin-x64": "2.5.1",
  540. "@parcel/watcher-freebsd-x64": "2.5.1",
  541. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  542. "@parcel/watcher-linux-arm-musl": "2.5.1",
  543. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  544. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  545. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  546. "@parcel/watcher-linux-x64-musl": "2.5.1",
  547. "@parcel/watcher-win32-arm64": "2.5.1",
  548. "@parcel/watcher-win32-ia32": "2.5.1",
  549. "@parcel/watcher-win32-x64": "2.5.1"
  550. }
  551. },
  552. "node_modules/@parcel/watcher-android-arm64": {
  553. "version": "2.5.1",
  554. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  555. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  556. "cpu": [
  557. "arm64"
  558. ],
  559. "dev": true,
  560. "license": "MIT",
  561. "optional": true,
  562. "os": [
  563. "android"
  564. ],
  565. "engines": {
  566. "node": ">= 10.0.0"
  567. },
  568. "funding": {
  569. "type": "opencollective",
  570. "url": "https://opencollective.com/parcel"
  571. }
  572. },
  573. "node_modules/@parcel/watcher-darwin-arm64": {
  574. "version": "2.5.1",
  575. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  576. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  577. "cpu": [
  578. "arm64"
  579. ],
  580. "dev": true,
  581. "license": "MIT",
  582. "optional": true,
  583. "os": [
  584. "darwin"
  585. ],
  586. "engines": {
  587. "node": ">= 10.0.0"
  588. },
  589. "funding": {
  590. "type": "opencollective",
  591. "url": "https://opencollective.com/parcel"
  592. }
  593. },
  594. "node_modules/@parcel/watcher-darwin-x64": {
  595. "version": "2.5.1",
  596. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  597. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  598. "cpu": [
  599. "x64"
  600. ],
  601. "dev": true,
  602. "license": "MIT",
  603. "optional": true,
  604. "os": [
  605. "darwin"
  606. ],
  607. "engines": {
  608. "node": ">= 10.0.0"
  609. },
  610. "funding": {
  611. "type": "opencollective",
  612. "url": "https://opencollective.com/parcel"
  613. }
  614. },
  615. "node_modules/@parcel/watcher-freebsd-x64": {
  616. "version": "2.5.1",
  617. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  618. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  619. "cpu": [
  620. "x64"
  621. ],
  622. "dev": true,
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "freebsd"
  627. ],
  628. "engines": {
  629. "node": ">= 10.0.0"
  630. },
  631. "funding": {
  632. "type": "opencollective",
  633. "url": "https://opencollective.com/parcel"
  634. }
  635. },
  636. "node_modules/@parcel/watcher-linux-arm-glibc": {
  637. "version": "2.5.1",
  638. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  639. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  640. "cpu": [
  641. "arm"
  642. ],
  643. "dev": true,
  644. "license": "MIT",
  645. "optional": true,
  646. "os": [
  647. "linux"
  648. ],
  649. "engines": {
  650. "node": ">= 10.0.0"
  651. },
  652. "funding": {
  653. "type": "opencollective",
  654. "url": "https://opencollective.com/parcel"
  655. }
  656. },
  657. "node_modules/@parcel/watcher-linux-arm-musl": {
  658. "version": "2.5.1",
  659. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  660. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  661. "cpu": [
  662. "arm"
  663. ],
  664. "dev": true,
  665. "license": "MIT",
  666. "optional": true,
  667. "os": [
  668. "linux"
  669. ],
  670. "engines": {
  671. "node": ">= 10.0.0"
  672. },
  673. "funding": {
  674. "type": "opencollective",
  675. "url": "https://opencollective.com/parcel"
  676. }
  677. },
  678. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  679. "version": "2.5.1",
  680. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  681. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  682. "cpu": [
  683. "arm64"
  684. ],
  685. "dev": true,
  686. "license": "MIT",
  687. "optional": true,
  688. "os": [
  689. "linux"
  690. ],
  691. "engines": {
  692. "node": ">= 10.0.0"
  693. },
  694. "funding": {
  695. "type": "opencollective",
  696. "url": "https://opencollective.com/parcel"
  697. }
  698. },
  699. "node_modules/@parcel/watcher-linux-arm64-musl": {
  700. "version": "2.5.1",
  701. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  702. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  703. "cpu": [
  704. "arm64"
  705. ],
  706. "dev": true,
  707. "license": "MIT",
  708. "optional": true,
  709. "os": [
  710. "linux"
  711. ],
  712. "engines": {
  713. "node": ">= 10.0.0"
  714. },
  715. "funding": {
  716. "type": "opencollective",
  717. "url": "https://opencollective.com/parcel"
  718. }
  719. },
  720. "node_modules/@parcel/watcher-linux-x64-glibc": {
  721. "version": "2.5.1",
  722. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  723. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  724. "cpu": [
  725. "x64"
  726. ],
  727. "dev": true,
  728. "license": "MIT",
  729. "optional": true,
  730. "os": [
  731. "linux"
  732. ],
  733. "engines": {
  734. "node": ">= 10.0.0"
  735. },
  736. "funding": {
  737. "type": "opencollective",
  738. "url": "https://opencollective.com/parcel"
  739. }
  740. },
  741. "node_modules/@parcel/watcher-linux-x64-musl": {
  742. "version": "2.5.1",
  743. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  744. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  745. "cpu": [
  746. "x64"
  747. ],
  748. "dev": true,
  749. "license": "MIT",
  750. "optional": true,
  751. "os": [
  752. "linux"
  753. ],
  754. "engines": {
  755. "node": ">= 10.0.0"
  756. },
  757. "funding": {
  758. "type": "opencollective",
  759. "url": "https://opencollective.com/parcel"
  760. }
  761. },
  762. "node_modules/@parcel/watcher-win32-arm64": {
  763. "version": "2.5.1",
  764. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  765. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  766. "cpu": [
  767. "arm64"
  768. ],
  769. "dev": true,
  770. "license": "MIT",
  771. "optional": true,
  772. "os": [
  773. "win32"
  774. ],
  775. "engines": {
  776. "node": ">= 10.0.0"
  777. },
  778. "funding": {
  779. "type": "opencollective",
  780. "url": "https://opencollective.com/parcel"
  781. }
  782. },
  783. "node_modules/@parcel/watcher-win32-ia32": {
  784. "version": "2.5.1",
  785. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  786. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  787. "cpu": [
  788. "ia32"
  789. ],
  790. "dev": true,
  791. "license": "MIT",
  792. "optional": true,
  793. "os": [
  794. "win32"
  795. ],
  796. "engines": {
  797. "node": ">= 10.0.0"
  798. },
  799. "funding": {
  800. "type": "opencollective",
  801. "url": "https://opencollective.com/parcel"
  802. }
  803. },
  804. "node_modules/@parcel/watcher-win32-x64": {
  805. "version": "2.5.1",
  806. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  807. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  808. "cpu": [
  809. "x64"
  810. ],
  811. "dev": true,
  812. "license": "MIT",
  813. "optional": true,
  814. "os": [
  815. "win32"
  816. ],
  817. "engines": {
  818. "node": ">= 10.0.0"
  819. },
  820. "funding": {
  821. "type": "opencollective",
  822. "url": "https://opencollective.com/parcel"
  823. }
  824. },
  825. "node_modules/@popperjs/core": {
  826. "name": "@sxzz/popperjs-es",
  827. "version": "2.11.7",
  828. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  829. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  830. "license": "MIT",
  831. "funding": {
  832. "type": "opencollective",
  833. "url": "https://opencollective.com/popperjs"
  834. }
  835. },
  836. "node_modules/@rollup/rollup-android-arm-eabi": {
  837. "version": "4.54.0",
  838. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz",
  839. "integrity": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==",
  840. "cpu": [
  841. "arm"
  842. ],
  843. "dev": true,
  844. "license": "MIT",
  845. "optional": true,
  846. "os": [
  847. "android"
  848. ]
  849. },
  850. "node_modules/@rollup/rollup-android-arm64": {
  851. "version": "4.54.0",
  852. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz",
  853. "integrity": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==",
  854. "cpu": [
  855. "arm64"
  856. ],
  857. "dev": true,
  858. "license": "MIT",
  859. "optional": true,
  860. "os": [
  861. "android"
  862. ]
  863. },
  864. "node_modules/@rollup/rollup-darwin-arm64": {
  865. "version": "4.54.0",
  866. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz",
  867. "integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==",
  868. "cpu": [
  869. "arm64"
  870. ],
  871. "dev": true,
  872. "license": "MIT",
  873. "optional": true,
  874. "os": [
  875. "darwin"
  876. ]
  877. },
  878. "node_modules/@rollup/rollup-darwin-x64": {
  879. "version": "4.54.0",
  880. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz",
  881. "integrity": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==",
  882. "cpu": [
  883. "x64"
  884. ],
  885. "dev": true,
  886. "license": "MIT",
  887. "optional": true,
  888. "os": [
  889. "darwin"
  890. ]
  891. },
  892. "node_modules/@rollup/rollup-freebsd-arm64": {
  893. "version": "4.54.0",
  894. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz",
  895. "integrity": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==",
  896. "cpu": [
  897. "arm64"
  898. ],
  899. "dev": true,
  900. "license": "MIT",
  901. "optional": true,
  902. "os": [
  903. "freebsd"
  904. ]
  905. },
  906. "node_modules/@rollup/rollup-freebsd-x64": {
  907. "version": "4.54.0",
  908. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz",
  909. "integrity": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==",
  910. "cpu": [
  911. "x64"
  912. ],
  913. "dev": true,
  914. "license": "MIT",
  915. "optional": true,
  916. "os": [
  917. "freebsd"
  918. ]
  919. },
  920. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  921. "version": "4.54.0",
  922. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz",
  923. "integrity": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==",
  924. "cpu": [
  925. "arm"
  926. ],
  927. "dev": true,
  928. "license": "MIT",
  929. "optional": true,
  930. "os": [
  931. "linux"
  932. ]
  933. },
  934. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  935. "version": "4.54.0",
  936. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz",
  937. "integrity": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==",
  938. "cpu": [
  939. "arm"
  940. ],
  941. "dev": true,
  942. "license": "MIT",
  943. "optional": true,
  944. "os": [
  945. "linux"
  946. ]
  947. },
  948. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  949. "version": "4.54.0",
  950. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz",
  951. "integrity": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==",
  952. "cpu": [
  953. "arm64"
  954. ],
  955. "dev": true,
  956. "license": "MIT",
  957. "optional": true,
  958. "os": [
  959. "linux"
  960. ]
  961. },
  962. "node_modules/@rollup/rollup-linux-arm64-musl": {
  963. "version": "4.54.0",
  964. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz",
  965. "integrity": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==",
  966. "cpu": [
  967. "arm64"
  968. ],
  969. "dev": true,
  970. "license": "MIT",
  971. "optional": true,
  972. "os": [
  973. "linux"
  974. ]
  975. },
  976. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  977. "version": "4.54.0",
  978. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz",
  979. "integrity": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==",
  980. "cpu": [
  981. "loong64"
  982. ],
  983. "dev": true,
  984. "license": "MIT",
  985. "optional": true,
  986. "os": [
  987. "linux"
  988. ]
  989. },
  990. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  991. "version": "4.54.0",
  992. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz",
  993. "integrity": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==",
  994. "cpu": [
  995. "ppc64"
  996. ],
  997. "dev": true,
  998. "license": "MIT",
  999. "optional": true,
  1000. "os": [
  1001. "linux"
  1002. ]
  1003. },
  1004. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1005. "version": "4.54.0",
  1006. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz",
  1007. "integrity": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==",
  1008. "cpu": [
  1009. "riscv64"
  1010. ],
  1011. "dev": true,
  1012. "license": "MIT",
  1013. "optional": true,
  1014. "os": [
  1015. "linux"
  1016. ]
  1017. },
  1018. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1019. "version": "4.54.0",
  1020. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz",
  1021. "integrity": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==",
  1022. "cpu": [
  1023. "riscv64"
  1024. ],
  1025. "dev": true,
  1026. "license": "MIT",
  1027. "optional": true,
  1028. "os": [
  1029. "linux"
  1030. ]
  1031. },
  1032. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1033. "version": "4.54.0",
  1034. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz",
  1035. "integrity": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==",
  1036. "cpu": [
  1037. "s390x"
  1038. ],
  1039. "dev": true,
  1040. "license": "MIT",
  1041. "optional": true,
  1042. "os": [
  1043. "linux"
  1044. ]
  1045. },
  1046. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1047. "version": "4.54.0",
  1048. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
  1049. "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
  1050. "cpu": [
  1051. "x64"
  1052. ],
  1053. "dev": true,
  1054. "license": "MIT",
  1055. "optional": true,
  1056. "os": [
  1057. "linux"
  1058. ]
  1059. },
  1060. "node_modules/@rollup/rollup-linux-x64-musl": {
  1061. "version": "4.54.0",
  1062. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz",
  1063. "integrity": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==",
  1064. "cpu": [
  1065. "x64"
  1066. ],
  1067. "dev": true,
  1068. "license": "MIT",
  1069. "optional": true,
  1070. "os": [
  1071. "linux"
  1072. ]
  1073. },
  1074. "node_modules/@rollup/rollup-openharmony-arm64": {
  1075. "version": "4.54.0",
  1076. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz",
  1077. "integrity": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==",
  1078. "cpu": [
  1079. "arm64"
  1080. ],
  1081. "dev": true,
  1082. "license": "MIT",
  1083. "optional": true,
  1084. "os": [
  1085. "openharmony"
  1086. ]
  1087. },
  1088. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1089. "version": "4.54.0",
  1090. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz",
  1091. "integrity": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==",
  1092. "cpu": [
  1093. "arm64"
  1094. ],
  1095. "dev": true,
  1096. "license": "MIT",
  1097. "optional": true,
  1098. "os": [
  1099. "win32"
  1100. ]
  1101. },
  1102. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1103. "version": "4.54.0",
  1104. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz",
  1105. "integrity": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==",
  1106. "cpu": [
  1107. "ia32"
  1108. ],
  1109. "dev": true,
  1110. "license": "MIT",
  1111. "optional": true,
  1112. "os": [
  1113. "win32"
  1114. ]
  1115. },
  1116. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1117. "version": "4.54.0",
  1118. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz",
  1119. "integrity": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==",
  1120. "cpu": [
  1121. "x64"
  1122. ],
  1123. "dev": true,
  1124. "license": "MIT",
  1125. "optional": true,
  1126. "os": [
  1127. "win32"
  1128. ]
  1129. },
  1130. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1131. "version": "4.54.0",
  1132. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz",
  1133. "integrity": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==",
  1134. "cpu": [
  1135. "x64"
  1136. ],
  1137. "dev": true,
  1138. "license": "MIT",
  1139. "optional": true,
  1140. "os": [
  1141. "win32"
  1142. ]
  1143. },
  1144. "node_modules/@types/estree": {
  1145. "version": "1.0.8",
  1146. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  1147. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1148. "dev": true,
  1149. "license": "MIT"
  1150. },
  1151. "node_modules/@types/lodash": {
  1152. "version": "4.17.21",
  1153. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.21.tgz",
  1154. "integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
  1155. "license": "MIT"
  1156. },
  1157. "node_modules/@types/lodash-es": {
  1158. "version": "4.17.12",
  1159. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1160. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1161. "license": "MIT",
  1162. "dependencies": {
  1163. "@types/lodash": "*"
  1164. }
  1165. },
  1166. "node_modules/@types/node": {
  1167. "version": "20.19.27",
  1168. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.27.tgz",
  1169. "integrity": "sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==",
  1170. "dev": true,
  1171. "license": "MIT",
  1172. "dependencies": {
  1173. "undici-types": "~6.21.0"
  1174. }
  1175. },
  1176. "node_modules/@types/web-bluetooth": {
  1177. "version": "0.0.20",
  1178. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  1179. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  1180. "license": "MIT"
  1181. },
  1182. "node_modules/@vitejs/plugin-vue": {
  1183. "version": "4.6.2",
  1184. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz",
  1185. "integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==",
  1186. "dev": true,
  1187. "license": "MIT",
  1188. "engines": {
  1189. "node": "^14.18.0 || >=16.0.0"
  1190. },
  1191. "peerDependencies": {
  1192. "vite": "^4.0.0 || ^5.0.0",
  1193. "vue": "^3.2.25"
  1194. }
  1195. },
  1196. "node_modules/@volar/language-core": {
  1197. "version": "1.11.1",
  1198. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-1.11.1.tgz",
  1199. "integrity": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==",
  1200. "dev": true,
  1201. "license": "MIT",
  1202. "dependencies": {
  1203. "@volar/source-map": "1.11.1"
  1204. }
  1205. },
  1206. "node_modules/@volar/source-map": {
  1207. "version": "1.11.1",
  1208. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-1.11.1.tgz",
  1209. "integrity": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==",
  1210. "dev": true,
  1211. "license": "MIT",
  1212. "dependencies": {
  1213. "muggle-string": "^0.3.1"
  1214. }
  1215. },
  1216. "node_modules/@volar/typescript": {
  1217. "version": "1.11.1",
  1218. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-1.11.1.tgz",
  1219. "integrity": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==",
  1220. "dev": true,
  1221. "license": "MIT",
  1222. "dependencies": {
  1223. "@volar/language-core": "1.11.1",
  1224. "path-browserify": "^1.0.1"
  1225. }
  1226. },
  1227. "node_modules/@vue/compiler-core": {
  1228. "version": "3.5.26",
  1229. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.26.tgz",
  1230. "integrity": "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==",
  1231. "license": "MIT",
  1232. "dependencies": {
  1233. "@babel/parser": "^7.28.5",
  1234. "@vue/shared": "3.5.26",
  1235. "entities": "^7.0.0",
  1236. "estree-walker": "^2.0.2",
  1237. "source-map-js": "^1.2.1"
  1238. }
  1239. },
  1240. "node_modules/@vue/compiler-dom": {
  1241. "version": "3.5.26",
  1242. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz",
  1243. "integrity": "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==",
  1244. "license": "MIT",
  1245. "dependencies": {
  1246. "@vue/compiler-core": "3.5.26",
  1247. "@vue/shared": "3.5.26"
  1248. }
  1249. },
  1250. "node_modules/@vue/compiler-sfc": {
  1251. "version": "3.5.26",
  1252. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz",
  1253. "integrity": "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==",
  1254. "license": "MIT",
  1255. "dependencies": {
  1256. "@babel/parser": "^7.28.5",
  1257. "@vue/compiler-core": "3.5.26",
  1258. "@vue/compiler-dom": "3.5.26",
  1259. "@vue/compiler-ssr": "3.5.26",
  1260. "@vue/shared": "3.5.26",
  1261. "estree-walker": "^2.0.2",
  1262. "magic-string": "^0.30.21",
  1263. "postcss": "^8.5.6",
  1264. "source-map-js": "^1.2.1"
  1265. }
  1266. },
  1267. "node_modules/@vue/compiler-ssr": {
  1268. "version": "3.5.26",
  1269. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz",
  1270. "integrity": "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==",
  1271. "license": "MIT",
  1272. "dependencies": {
  1273. "@vue/compiler-dom": "3.5.26",
  1274. "@vue/shared": "3.5.26"
  1275. }
  1276. },
  1277. "node_modules/@vue/devtools-api": {
  1278. "version": "6.6.4",
  1279. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1280. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1281. "license": "MIT"
  1282. },
  1283. "node_modules/@vue/language-core": {
  1284. "version": "1.8.27",
  1285. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-1.8.27.tgz",
  1286. "integrity": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==",
  1287. "dev": true,
  1288. "license": "MIT",
  1289. "dependencies": {
  1290. "@volar/language-core": "~1.11.1",
  1291. "@volar/source-map": "~1.11.1",
  1292. "@vue/compiler-dom": "^3.3.0",
  1293. "@vue/shared": "^3.3.0",
  1294. "computeds": "^0.0.1",
  1295. "minimatch": "^9.0.3",
  1296. "muggle-string": "^0.3.1",
  1297. "path-browserify": "^1.0.1",
  1298. "vue-template-compiler": "^2.7.14"
  1299. },
  1300. "peerDependencies": {
  1301. "typescript": "*"
  1302. },
  1303. "peerDependenciesMeta": {
  1304. "typescript": {
  1305. "optional": true
  1306. }
  1307. }
  1308. },
  1309. "node_modules/@vue/reactivity": {
  1310. "version": "3.5.26",
  1311. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.26.tgz",
  1312. "integrity": "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==",
  1313. "license": "MIT",
  1314. "dependencies": {
  1315. "@vue/shared": "3.5.26"
  1316. }
  1317. },
  1318. "node_modules/@vue/runtime-core": {
  1319. "version": "3.5.26",
  1320. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.26.tgz",
  1321. "integrity": "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==",
  1322. "license": "MIT",
  1323. "dependencies": {
  1324. "@vue/reactivity": "3.5.26",
  1325. "@vue/shared": "3.5.26"
  1326. }
  1327. },
  1328. "node_modules/@vue/runtime-dom": {
  1329. "version": "3.5.26",
  1330. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz",
  1331. "integrity": "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==",
  1332. "license": "MIT",
  1333. "dependencies": {
  1334. "@vue/reactivity": "3.5.26",
  1335. "@vue/runtime-core": "3.5.26",
  1336. "@vue/shared": "3.5.26",
  1337. "csstype": "^3.2.3"
  1338. }
  1339. },
  1340. "node_modules/@vue/server-renderer": {
  1341. "version": "3.5.26",
  1342. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.26.tgz",
  1343. "integrity": "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==",
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@vue/compiler-ssr": "3.5.26",
  1347. "@vue/shared": "3.5.26"
  1348. },
  1349. "peerDependencies": {
  1350. "vue": "3.5.26"
  1351. }
  1352. },
  1353. "node_modules/@vue/shared": {
  1354. "version": "3.5.26",
  1355. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.26.tgz",
  1356. "integrity": "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==",
  1357. "license": "MIT"
  1358. },
  1359. "node_modules/@vueuse/core": {
  1360. "version": "10.11.1",
  1361. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.11.1.tgz",
  1362. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  1363. "license": "MIT",
  1364. "dependencies": {
  1365. "@types/web-bluetooth": "^0.0.20",
  1366. "@vueuse/metadata": "10.11.1",
  1367. "@vueuse/shared": "10.11.1",
  1368. "vue-demi": ">=0.14.8"
  1369. },
  1370. "funding": {
  1371. "url": "https://github.com/sponsors/antfu"
  1372. }
  1373. },
  1374. "node_modules/@vueuse/metadata": {
  1375. "version": "10.11.1",
  1376. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.11.1.tgz",
  1377. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  1378. "license": "MIT",
  1379. "funding": {
  1380. "url": "https://github.com/sponsors/antfu"
  1381. }
  1382. },
  1383. "node_modules/@vueuse/shared": {
  1384. "version": "10.11.1",
  1385. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.11.1.tgz",
  1386. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  1387. "license": "MIT",
  1388. "dependencies": {
  1389. "vue-demi": ">=0.14.8"
  1390. },
  1391. "funding": {
  1392. "url": "https://github.com/sponsors/antfu"
  1393. }
  1394. },
  1395. "node_modules/async-validator": {
  1396. "version": "4.2.5",
  1397. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  1398. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  1399. "license": "MIT"
  1400. },
  1401. "node_modules/asynckit": {
  1402. "version": "0.4.0",
  1403. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  1404. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  1405. "license": "MIT"
  1406. },
  1407. "node_modules/axios": {
  1408. "version": "1.13.2",
  1409. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.2.tgz",
  1410. "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
  1411. "license": "MIT",
  1412. "dependencies": {
  1413. "follow-redirects": "^1.15.6",
  1414. "form-data": "^4.0.4",
  1415. "proxy-from-env": "^1.1.0"
  1416. }
  1417. },
  1418. "node_modules/balanced-match": {
  1419. "version": "1.0.2",
  1420. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  1421. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1422. "dev": true,
  1423. "license": "MIT"
  1424. },
  1425. "node_modules/brace-expansion": {
  1426. "version": "2.0.2",
  1427. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  1428. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "dependencies": {
  1432. "balanced-match": "^1.0.0"
  1433. }
  1434. },
  1435. "node_modules/braces": {
  1436. "version": "3.0.3",
  1437. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  1438. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1439. "dev": true,
  1440. "license": "MIT",
  1441. "optional": true,
  1442. "dependencies": {
  1443. "fill-range": "^7.1.1"
  1444. },
  1445. "engines": {
  1446. "node": ">=8"
  1447. }
  1448. },
  1449. "node_modules/call-bind-apply-helpers": {
  1450. "version": "1.0.2",
  1451. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1452. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1453. "license": "MIT",
  1454. "dependencies": {
  1455. "es-errors": "^1.3.0",
  1456. "function-bind": "^1.1.2"
  1457. },
  1458. "engines": {
  1459. "node": ">= 0.4"
  1460. }
  1461. },
  1462. "node_modules/chokidar": {
  1463. "version": "4.0.3",
  1464. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  1465. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1466. "dev": true,
  1467. "license": "MIT",
  1468. "dependencies": {
  1469. "readdirp": "^4.0.1"
  1470. },
  1471. "engines": {
  1472. "node": ">= 14.16.0"
  1473. },
  1474. "funding": {
  1475. "url": "https://paulmillr.com/funding/"
  1476. }
  1477. },
  1478. "node_modules/combined-stream": {
  1479. "version": "1.0.8",
  1480. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  1481. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1482. "license": "MIT",
  1483. "dependencies": {
  1484. "delayed-stream": "~1.0.0"
  1485. },
  1486. "engines": {
  1487. "node": ">= 0.8"
  1488. }
  1489. },
  1490. "node_modules/computeds": {
  1491. "version": "0.0.1",
  1492. "resolved": "https://registry.npmmirror.com/computeds/-/computeds-0.0.1.tgz",
  1493. "integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==",
  1494. "dev": true,
  1495. "license": "MIT"
  1496. },
  1497. "node_modules/csstype": {
  1498. "version": "3.2.3",
  1499. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  1500. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  1501. "license": "MIT"
  1502. },
  1503. "node_modules/dayjs": {
  1504. "version": "1.11.19",
  1505. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.19.tgz",
  1506. "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
  1507. "license": "MIT"
  1508. },
  1509. "node_modules/de-indent": {
  1510. "version": "1.0.2",
  1511. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  1512. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  1513. "dev": true,
  1514. "license": "MIT"
  1515. },
  1516. "node_modules/delayed-stream": {
  1517. "version": "1.0.0",
  1518. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1519. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1520. "license": "MIT",
  1521. "engines": {
  1522. "node": ">=0.4.0"
  1523. }
  1524. },
  1525. "node_modules/detect-libc": {
  1526. "version": "1.0.3",
  1527. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  1528. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1529. "dev": true,
  1530. "license": "Apache-2.0",
  1531. "optional": true,
  1532. "bin": {
  1533. "detect-libc": "bin/detect-libc.js"
  1534. },
  1535. "engines": {
  1536. "node": ">=0.10"
  1537. }
  1538. },
  1539. "node_modules/dunder-proto": {
  1540. "version": "1.0.1",
  1541. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1542. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1543. "license": "MIT",
  1544. "dependencies": {
  1545. "call-bind-apply-helpers": "^1.0.1",
  1546. "es-errors": "^1.3.0",
  1547. "gopd": "^1.2.0"
  1548. },
  1549. "engines": {
  1550. "node": ">= 0.4"
  1551. }
  1552. },
  1553. "node_modules/element-plus": {
  1554. "version": "2.13.0",
  1555. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.13.0.tgz",
  1556. "integrity": "sha512-qjxS+SBChvqCl6lU6ShiliLMN6WqFHiXQENYbAY3GKNflG+FS3jqn8JmQq0CBZq4koFqsi95NT1M6SL4whZfrA==",
  1557. "license": "MIT",
  1558. "dependencies": {
  1559. "@ctrl/tinycolor": "^3.4.1",
  1560. "@element-plus/icons-vue": "^2.3.2",
  1561. "@floating-ui/dom": "^1.0.1",
  1562. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  1563. "@types/lodash": "^4.17.20",
  1564. "@types/lodash-es": "^4.17.12",
  1565. "@vueuse/core": "^10.11.0",
  1566. "async-validator": "^4.2.5",
  1567. "dayjs": "^1.11.19",
  1568. "lodash": "^4.17.21",
  1569. "lodash-es": "^4.17.21",
  1570. "lodash-unified": "^1.0.3",
  1571. "memoize-one": "^6.0.0",
  1572. "normalize-wheel-es": "^1.2.0"
  1573. },
  1574. "peerDependencies": {
  1575. "vue": "^3.3.0"
  1576. }
  1577. },
  1578. "node_modules/entities": {
  1579. "version": "7.0.0",
  1580. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.0.tgz",
  1581. "integrity": "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==",
  1582. "license": "BSD-2-Clause",
  1583. "engines": {
  1584. "node": ">=0.12"
  1585. },
  1586. "funding": {
  1587. "url": "https://github.com/fb55/entities?sponsor=1"
  1588. }
  1589. },
  1590. "node_modules/es-define-property": {
  1591. "version": "1.0.1",
  1592. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1593. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1594. "license": "MIT",
  1595. "engines": {
  1596. "node": ">= 0.4"
  1597. }
  1598. },
  1599. "node_modules/es-errors": {
  1600. "version": "1.3.0",
  1601. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1602. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1603. "license": "MIT",
  1604. "engines": {
  1605. "node": ">= 0.4"
  1606. }
  1607. },
  1608. "node_modules/es-object-atoms": {
  1609. "version": "1.1.1",
  1610. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1611. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1612. "license": "MIT",
  1613. "dependencies": {
  1614. "es-errors": "^1.3.0"
  1615. },
  1616. "engines": {
  1617. "node": ">= 0.4"
  1618. }
  1619. },
  1620. "node_modules/es-set-tostringtag": {
  1621. "version": "2.1.0",
  1622. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1623. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1624. "license": "MIT",
  1625. "dependencies": {
  1626. "es-errors": "^1.3.0",
  1627. "get-intrinsic": "^1.2.6",
  1628. "has-tostringtag": "^1.0.2",
  1629. "hasown": "^2.0.2"
  1630. },
  1631. "engines": {
  1632. "node": ">= 0.4"
  1633. }
  1634. },
  1635. "node_modules/esbuild": {
  1636. "version": "0.21.5",
  1637. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  1638. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  1639. "dev": true,
  1640. "hasInstallScript": true,
  1641. "license": "MIT",
  1642. "bin": {
  1643. "esbuild": "bin/esbuild"
  1644. },
  1645. "engines": {
  1646. "node": ">=12"
  1647. },
  1648. "optionalDependencies": {
  1649. "@esbuild/aix-ppc64": "0.21.5",
  1650. "@esbuild/android-arm": "0.21.5",
  1651. "@esbuild/android-arm64": "0.21.5",
  1652. "@esbuild/android-x64": "0.21.5",
  1653. "@esbuild/darwin-arm64": "0.21.5",
  1654. "@esbuild/darwin-x64": "0.21.5",
  1655. "@esbuild/freebsd-arm64": "0.21.5",
  1656. "@esbuild/freebsd-x64": "0.21.5",
  1657. "@esbuild/linux-arm": "0.21.5",
  1658. "@esbuild/linux-arm64": "0.21.5",
  1659. "@esbuild/linux-ia32": "0.21.5",
  1660. "@esbuild/linux-loong64": "0.21.5",
  1661. "@esbuild/linux-mips64el": "0.21.5",
  1662. "@esbuild/linux-ppc64": "0.21.5",
  1663. "@esbuild/linux-riscv64": "0.21.5",
  1664. "@esbuild/linux-s390x": "0.21.5",
  1665. "@esbuild/linux-x64": "0.21.5",
  1666. "@esbuild/netbsd-x64": "0.21.5",
  1667. "@esbuild/openbsd-x64": "0.21.5",
  1668. "@esbuild/sunos-x64": "0.21.5",
  1669. "@esbuild/win32-arm64": "0.21.5",
  1670. "@esbuild/win32-ia32": "0.21.5",
  1671. "@esbuild/win32-x64": "0.21.5"
  1672. }
  1673. },
  1674. "node_modules/estree-walker": {
  1675. "version": "2.0.2",
  1676. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1677. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1678. "license": "MIT"
  1679. },
  1680. "node_modules/fill-range": {
  1681. "version": "7.1.1",
  1682. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  1683. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1684. "dev": true,
  1685. "license": "MIT",
  1686. "optional": true,
  1687. "dependencies": {
  1688. "to-regex-range": "^5.0.1"
  1689. },
  1690. "engines": {
  1691. "node": ">=8"
  1692. }
  1693. },
  1694. "node_modules/follow-redirects": {
  1695. "version": "1.15.11",
  1696. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  1697. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  1698. "funding": [
  1699. {
  1700. "type": "individual",
  1701. "url": "https://github.com/sponsors/RubenVerborgh"
  1702. }
  1703. ],
  1704. "license": "MIT",
  1705. "engines": {
  1706. "node": ">=4.0"
  1707. },
  1708. "peerDependenciesMeta": {
  1709. "debug": {
  1710. "optional": true
  1711. }
  1712. }
  1713. },
  1714. "node_modules/form-data": {
  1715. "version": "4.0.5",
  1716. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  1717. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  1718. "license": "MIT",
  1719. "dependencies": {
  1720. "asynckit": "^0.4.0",
  1721. "combined-stream": "^1.0.8",
  1722. "es-set-tostringtag": "^2.1.0",
  1723. "hasown": "^2.0.2",
  1724. "mime-types": "^2.1.12"
  1725. },
  1726. "engines": {
  1727. "node": ">= 6"
  1728. }
  1729. },
  1730. "node_modules/fsevents": {
  1731. "version": "2.3.3",
  1732. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1733. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1734. "dev": true,
  1735. "hasInstallScript": true,
  1736. "license": "MIT",
  1737. "optional": true,
  1738. "os": [
  1739. "darwin"
  1740. ],
  1741. "engines": {
  1742. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1743. }
  1744. },
  1745. "node_modules/function-bind": {
  1746. "version": "1.1.2",
  1747. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1748. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1749. "license": "MIT",
  1750. "funding": {
  1751. "url": "https://github.com/sponsors/ljharb"
  1752. }
  1753. },
  1754. "node_modules/get-intrinsic": {
  1755. "version": "1.3.0",
  1756. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1757. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1758. "license": "MIT",
  1759. "dependencies": {
  1760. "call-bind-apply-helpers": "^1.0.2",
  1761. "es-define-property": "^1.0.1",
  1762. "es-errors": "^1.3.0",
  1763. "es-object-atoms": "^1.1.1",
  1764. "function-bind": "^1.1.2",
  1765. "get-proto": "^1.0.1",
  1766. "gopd": "^1.2.0",
  1767. "has-symbols": "^1.1.0",
  1768. "hasown": "^2.0.2",
  1769. "math-intrinsics": "^1.1.0"
  1770. },
  1771. "engines": {
  1772. "node": ">= 0.4"
  1773. },
  1774. "funding": {
  1775. "url": "https://github.com/sponsors/ljharb"
  1776. }
  1777. },
  1778. "node_modules/get-proto": {
  1779. "version": "1.0.1",
  1780. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  1781. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1782. "license": "MIT",
  1783. "dependencies": {
  1784. "dunder-proto": "^1.0.1",
  1785. "es-object-atoms": "^1.0.0"
  1786. },
  1787. "engines": {
  1788. "node": ">= 0.4"
  1789. }
  1790. },
  1791. "node_modules/gopd": {
  1792. "version": "1.2.0",
  1793. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  1794. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1795. "license": "MIT",
  1796. "engines": {
  1797. "node": ">= 0.4"
  1798. },
  1799. "funding": {
  1800. "url": "https://github.com/sponsors/ljharb"
  1801. }
  1802. },
  1803. "node_modules/has-symbols": {
  1804. "version": "1.1.0",
  1805. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  1806. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1807. "license": "MIT",
  1808. "engines": {
  1809. "node": ">= 0.4"
  1810. },
  1811. "funding": {
  1812. "url": "https://github.com/sponsors/ljharb"
  1813. }
  1814. },
  1815. "node_modules/has-tostringtag": {
  1816. "version": "1.0.2",
  1817. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1818. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1819. "license": "MIT",
  1820. "dependencies": {
  1821. "has-symbols": "^1.0.3"
  1822. },
  1823. "engines": {
  1824. "node": ">= 0.4"
  1825. },
  1826. "funding": {
  1827. "url": "https://github.com/sponsors/ljharb"
  1828. }
  1829. },
  1830. "node_modules/hasown": {
  1831. "version": "2.0.2",
  1832. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  1833. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1834. "license": "MIT",
  1835. "dependencies": {
  1836. "function-bind": "^1.1.2"
  1837. },
  1838. "engines": {
  1839. "node": ">= 0.4"
  1840. }
  1841. },
  1842. "node_modules/he": {
  1843. "version": "1.2.0",
  1844. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  1845. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  1846. "dev": true,
  1847. "license": "MIT",
  1848. "bin": {
  1849. "he": "bin/he"
  1850. }
  1851. },
  1852. "node_modules/immutable": {
  1853. "version": "5.1.4",
  1854. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.4.tgz",
  1855. "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
  1856. "dev": true,
  1857. "license": "MIT"
  1858. },
  1859. "node_modules/is-extglob": {
  1860. "version": "2.1.1",
  1861. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  1862. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1863. "dev": true,
  1864. "license": "MIT",
  1865. "optional": true,
  1866. "engines": {
  1867. "node": ">=0.10.0"
  1868. }
  1869. },
  1870. "node_modules/is-glob": {
  1871. "version": "4.0.3",
  1872. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  1873. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1874. "dev": true,
  1875. "license": "MIT",
  1876. "optional": true,
  1877. "dependencies": {
  1878. "is-extglob": "^2.1.1"
  1879. },
  1880. "engines": {
  1881. "node": ">=0.10.0"
  1882. }
  1883. },
  1884. "node_modules/is-number": {
  1885. "version": "7.0.0",
  1886. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  1887. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1888. "dev": true,
  1889. "license": "MIT",
  1890. "optional": true,
  1891. "engines": {
  1892. "node": ">=0.12.0"
  1893. }
  1894. },
  1895. "node_modules/konva": {
  1896. "version": "9.3.22",
  1897. "resolved": "https://registry.npmmirror.com/konva/-/konva-9.3.22.tgz",
  1898. "integrity": "sha512-yQI5d1bmELlD/fowuyfOp9ff+oamg26WOCkyqUyc+nczD/lhRa3EvD2MZOoc4c1293TAubW9n34fSQLgSeEgSw==",
  1899. "funding": [
  1900. {
  1901. "type": "patreon",
  1902. "url": "https://www.patreon.com/lavrton"
  1903. },
  1904. {
  1905. "type": "opencollective",
  1906. "url": "https://opencollective.com/konva"
  1907. },
  1908. {
  1909. "type": "github",
  1910. "url": "https://github.com/sponsors/lavrton"
  1911. }
  1912. ],
  1913. "license": "MIT"
  1914. },
  1915. "node_modules/lodash": {
  1916. "version": "4.17.21",
  1917. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  1918. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  1919. "license": "MIT"
  1920. },
  1921. "node_modules/lodash-es": {
  1922. "version": "4.17.22",
  1923. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.22.tgz",
  1924. "integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==",
  1925. "license": "MIT"
  1926. },
  1927. "node_modules/lodash-unified": {
  1928. "version": "1.0.3",
  1929. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  1930. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  1931. "license": "MIT",
  1932. "peerDependencies": {
  1933. "@types/lodash-es": "*",
  1934. "lodash": "*",
  1935. "lodash-es": "*"
  1936. }
  1937. },
  1938. "node_modules/magic-string": {
  1939. "version": "0.30.21",
  1940. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  1941. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1942. "license": "MIT",
  1943. "dependencies": {
  1944. "@jridgewell/sourcemap-codec": "^1.5.5"
  1945. }
  1946. },
  1947. "node_modules/math-intrinsics": {
  1948. "version": "1.1.0",
  1949. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  1950. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  1951. "license": "MIT",
  1952. "engines": {
  1953. "node": ">= 0.4"
  1954. }
  1955. },
  1956. "node_modules/memoize-one": {
  1957. "version": "6.0.0",
  1958. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  1959. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  1960. "license": "MIT"
  1961. },
  1962. "node_modules/micromatch": {
  1963. "version": "4.0.8",
  1964. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  1965. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  1966. "dev": true,
  1967. "license": "MIT",
  1968. "optional": true,
  1969. "dependencies": {
  1970. "braces": "^3.0.3",
  1971. "picomatch": "^2.3.1"
  1972. },
  1973. "engines": {
  1974. "node": ">=8.6"
  1975. }
  1976. },
  1977. "node_modules/mime-db": {
  1978. "version": "1.52.0",
  1979. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  1980. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  1981. "license": "MIT",
  1982. "engines": {
  1983. "node": ">= 0.6"
  1984. }
  1985. },
  1986. "node_modules/mime-types": {
  1987. "version": "2.1.35",
  1988. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  1989. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  1990. "license": "MIT",
  1991. "dependencies": {
  1992. "mime-db": "1.52.0"
  1993. },
  1994. "engines": {
  1995. "node": ">= 0.6"
  1996. }
  1997. },
  1998. "node_modules/minimatch": {
  1999. "version": "9.0.5",
  2000. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  2001. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2002. "dev": true,
  2003. "license": "ISC",
  2004. "dependencies": {
  2005. "brace-expansion": "^2.0.1"
  2006. },
  2007. "engines": {
  2008. "node": ">=16 || 14 >=14.17"
  2009. },
  2010. "funding": {
  2011. "url": "https://github.com/sponsors/isaacs"
  2012. }
  2013. },
  2014. "node_modules/muggle-string": {
  2015. "version": "0.3.1",
  2016. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.3.1.tgz",
  2017. "integrity": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==",
  2018. "dev": true,
  2019. "license": "MIT"
  2020. },
  2021. "node_modules/nanoid": {
  2022. "version": "3.3.11",
  2023. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  2024. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  2025. "funding": [
  2026. {
  2027. "type": "github",
  2028. "url": "https://github.com/sponsors/ai"
  2029. }
  2030. ],
  2031. "license": "MIT",
  2032. "bin": {
  2033. "nanoid": "bin/nanoid.cjs"
  2034. },
  2035. "engines": {
  2036. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2037. }
  2038. },
  2039. "node_modules/node-addon-api": {
  2040. "version": "7.1.1",
  2041. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  2042. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  2043. "dev": true,
  2044. "license": "MIT",
  2045. "optional": true
  2046. },
  2047. "node_modules/normalize-wheel-es": {
  2048. "version": "1.2.0",
  2049. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  2050. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  2051. "license": "BSD-3-Clause"
  2052. },
  2053. "node_modules/path-browserify": {
  2054. "version": "1.0.1",
  2055. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  2056. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  2057. "dev": true,
  2058. "license": "MIT"
  2059. },
  2060. "node_modules/picocolors": {
  2061. "version": "1.1.1",
  2062. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2063. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2064. "license": "ISC"
  2065. },
  2066. "node_modules/picomatch": {
  2067. "version": "2.3.1",
  2068. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  2069. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2070. "dev": true,
  2071. "license": "MIT",
  2072. "optional": true,
  2073. "engines": {
  2074. "node": ">=8.6"
  2075. },
  2076. "funding": {
  2077. "url": "https://github.com/sponsors/jonschlinkert"
  2078. }
  2079. },
  2080. "node_modules/pinia": {
  2081. "version": "2.3.1",
  2082. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.3.1.tgz",
  2083. "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
  2084. "license": "MIT",
  2085. "dependencies": {
  2086. "@vue/devtools-api": "^6.6.3",
  2087. "vue-demi": "^0.14.10"
  2088. },
  2089. "funding": {
  2090. "url": "https://github.com/sponsors/posva"
  2091. },
  2092. "peerDependencies": {
  2093. "typescript": ">=4.4.4",
  2094. "vue": "^2.7.0 || ^3.5.11"
  2095. },
  2096. "peerDependenciesMeta": {
  2097. "typescript": {
  2098. "optional": true
  2099. }
  2100. }
  2101. },
  2102. "node_modules/postcss": {
  2103. "version": "8.5.6",
  2104. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  2105. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  2106. "funding": [
  2107. {
  2108. "type": "opencollective",
  2109. "url": "https://opencollective.com/postcss/"
  2110. },
  2111. {
  2112. "type": "tidelift",
  2113. "url": "https://tidelift.com/funding/github/npm/postcss"
  2114. },
  2115. {
  2116. "type": "github",
  2117. "url": "https://github.com/sponsors/ai"
  2118. }
  2119. ],
  2120. "license": "MIT",
  2121. "dependencies": {
  2122. "nanoid": "^3.3.11",
  2123. "picocolors": "^1.1.1",
  2124. "source-map-js": "^1.2.1"
  2125. },
  2126. "engines": {
  2127. "node": "^10 || ^12 || >=14"
  2128. }
  2129. },
  2130. "node_modules/proxy-from-env": {
  2131. "version": "1.1.0",
  2132. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  2133. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  2134. "license": "MIT"
  2135. },
  2136. "node_modules/readdirp": {
  2137. "version": "4.1.2",
  2138. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  2139. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  2140. "dev": true,
  2141. "license": "MIT",
  2142. "engines": {
  2143. "node": ">= 14.18.0"
  2144. },
  2145. "funding": {
  2146. "type": "individual",
  2147. "url": "https://paulmillr.com/funding/"
  2148. }
  2149. },
  2150. "node_modules/rollup": {
  2151. "version": "4.54.0",
  2152. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.54.0.tgz",
  2153. "integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
  2154. "dev": true,
  2155. "license": "MIT",
  2156. "dependencies": {
  2157. "@types/estree": "1.0.8"
  2158. },
  2159. "bin": {
  2160. "rollup": "dist/bin/rollup"
  2161. },
  2162. "engines": {
  2163. "node": ">=18.0.0",
  2164. "npm": ">=8.0.0"
  2165. },
  2166. "optionalDependencies": {
  2167. "@rollup/rollup-android-arm-eabi": "4.54.0",
  2168. "@rollup/rollup-android-arm64": "4.54.0",
  2169. "@rollup/rollup-darwin-arm64": "4.54.0",
  2170. "@rollup/rollup-darwin-x64": "4.54.0",
  2171. "@rollup/rollup-freebsd-arm64": "4.54.0",
  2172. "@rollup/rollup-freebsd-x64": "4.54.0",
  2173. "@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
  2174. "@rollup/rollup-linux-arm-musleabihf": "4.54.0",
  2175. "@rollup/rollup-linux-arm64-gnu": "4.54.0",
  2176. "@rollup/rollup-linux-arm64-musl": "4.54.0",
  2177. "@rollup/rollup-linux-loong64-gnu": "4.54.0",
  2178. "@rollup/rollup-linux-ppc64-gnu": "4.54.0",
  2179. "@rollup/rollup-linux-riscv64-gnu": "4.54.0",
  2180. "@rollup/rollup-linux-riscv64-musl": "4.54.0",
  2181. "@rollup/rollup-linux-s390x-gnu": "4.54.0",
  2182. "@rollup/rollup-linux-x64-gnu": "4.54.0",
  2183. "@rollup/rollup-linux-x64-musl": "4.54.0",
  2184. "@rollup/rollup-openharmony-arm64": "4.54.0",
  2185. "@rollup/rollup-win32-arm64-msvc": "4.54.0",
  2186. "@rollup/rollup-win32-ia32-msvc": "4.54.0",
  2187. "@rollup/rollup-win32-x64-gnu": "4.54.0",
  2188. "@rollup/rollup-win32-x64-msvc": "4.54.0",
  2189. "fsevents": "~2.3.2"
  2190. }
  2191. },
  2192. "node_modules/sass": {
  2193. "version": "1.97.1",
  2194. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.97.1.tgz",
  2195. "integrity": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==",
  2196. "dev": true,
  2197. "license": "MIT",
  2198. "dependencies": {
  2199. "chokidar": "^4.0.0",
  2200. "immutable": "^5.0.2",
  2201. "source-map-js": ">=0.6.2 <2.0.0"
  2202. },
  2203. "bin": {
  2204. "sass": "sass.js"
  2205. },
  2206. "engines": {
  2207. "node": ">=14.0.0"
  2208. },
  2209. "optionalDependencies": {
  2210. "@parcel/watcher": "^2.4.1"
  2211. }
  2212. },
  2213. "node_modules/semver": {
  2214. "version": "7.7.3",
  2215. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.3.tgz",
  2216. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2217. "dev": true,
  2218. "license": "ISC",
  2219. "bin": {
  2220. "semver": "bin/semver.js"
  2221. },
  2222. "engines": {
  2223. "node": ">=10"
  2224. }
  2225. },
  2226. "node_modules/source-map-js": {
  2227. "version": "1.2.1",
  2228. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2229. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2230. "license": "BSD-3-Clause",
  2231. "engines": {
  2232. "node": ">=0.10.0"
  2233. }
  2234. },
  2235. "node_modules/to-regex-range": {
  2236. "version": "5.0.1",
  2237. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  2238. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  2239. "dev": true,
  2240. "license": "MIT",
  2241. "optional": true,
  2242. "dependencies": {
  2243. "is-number": "^7.0.0"
  2244. },
  2245. "engines": {
  2246. "node": ">=8.0"
  2247. }
  2248. },
  2249. "node_modules/typescript": {
  2250. "version": "5.9.3",
  2251. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
  2252. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  2253. "devOptional": true,
  2254. "license": "Apache-2.0",
  2255. "bin": {
  2256. "tsc": "bin/tsc",
  2257. "tsserver": "bin/tsserver"
  2258. },
  2259. "engines": {
  2260. "node": ">=14.17"
  2261. }
  2262. },
  2263. "node_modules/undici-types": {
  2264. "version": "6.21.0",
  2265. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  2266. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  2267. "dev": true,
  2268. "license": "MIT"
  2269. },
  2270. "node_modules/vite": {
  2271. "version": "5.4.21",
  2272. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.21.tgz",
  2273. "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
  2274. "dev": true,
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "esbuild": "^0.21.3",
  2278. "postcss": "^8.4.43",
  2279. "rollup": "^4.20.0"
  2280. },
  2281. "bin": {
  2282. "vite": "bin/vite.js"
  2283. },
  2284. "engines": {
  2285. "node": "^18.0.0 || >=20.0.0"
  2286. },
  2287. "funding": {
  2288. "url": "https://github.com/vitejs/vite?sponsor=1"
  2289. },
  2290. "optionalDependencies": {
  2291. "fsevents": "~2.3.3"
  2292. },
  2293. "peerDependencies": {
  2294. "@types/node": "^18.0.0 || >=20.0.0",
  2295. "less": "*",
  2296. "lightningcss": "^1.21.0",
  2297. "sass": "*",
  2298. "sass-embedded": "*",
  2299. "stylus": "*",
  2300. "sugarss": "*",
  2301. "terser": "^5.4.0"
  2302. },
  2303. "peerDependenciesMeta": {
  2304. "@types/node": {
  2305. "optional": true
  2306. },
  2307. "less": {
  2308. "optional": true
  2309. },
  2310. "lightningcss": {
  2311. "optional": true
  2312. },
  2313. "sass": {
  2314. "optional": true
  2315. },
  2316. "sass-embedded": {
  2317. "optional": true
  2318. },
  2319. "stylus": {
  2320. "optional": true
  2321. },
  2322. "sugarss": {
  2323. "optional": true
  2324. },
  2325. "terser": {
  2326. "optional": true
  2327. }
  2328. }
  2329. },
  2330. "node_modules/vue": {
  2331. "version": "3.5.26",
  2332. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.26.tgz",
  2333. "integrity": "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==",
  2334. "license": "MIT",
  2335. "dependencies": {
  2336. "@vue/compiler-dom": "3.5.26",
  2337. "@vue/compiler-sfc": "3.5.26",
  2338. "@vue/runtime-dom": "3.5.26",
  2339. "@vue/server-renderer": "3.5.26",
  2340. "@vue/shared": "3.5.26"
  2341. },
  2342. "peerDependencies": {
  2343. "typescript": "*"
  2344. },
  2345. "peerDependenciesMeta": {
  2346. "typescript": {
  2347. "optional": true
  2348. }
  2349. }
  2350. },
  2351. "node_modules/vue-demi": {
  2352. "version": "0.14.10",
  2353. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  2354. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2355. "hasInstallScript": true,
  2356. "license": "MIT",
  2357. "bin": {
  2358. "vue-demi-fix": "bin/vue-demi-fix.js",
  2359. "vue-demi-switch": "bin/vue-demi-switch.js"
  2360. },
  2361. "engines": {
  2362. "node": ">=12"
  2363. },
  2364. "funding": {
  2365. "url": "https://github.com/sponsors/antfu"
  2366. },
  2367. "peerDependencies": {
  2368. "@vue/composition-api": "^1.0.0-rc.1",
  2369. "vue": "^3.0.0-0 || ^2.6.0"
  2370. },
  2371. "peerDependenciesMeta": {
  2372. "@vue/composition-api": {
  2373. "optional": true
  2374. }
  2375. }
  2376. },
  2377. "node_modules/vue-konva": {
  2378. "version": "3.2.6",
  2379. "resolved": "https://registry.npmmirror.com/vue-konva/-/vue-konva-3.2.6.tgz",
  2380. "integrity": "sha512-QtiM/BYHs4gyRqhg6w0lHYGONb936qD5PeGpSFFnFzTLcOaHXd3EAas2PafrWbcILdHAUNm+0j7+djJw6g6XCw==",
  2381. "funding": [
  2382. {
  2383. "type": "patreon",
  2384. "url": "https://www.patreon.com/lavrton"
  2385. },
  2386. {
  2387. "type": "opencollective",
  2388. "url": "https://opencollective.com/konva"
  2389. },
  2390. {
  2391. "type": "github",
  2392. "url": "https://github.com/sponsors/lavrton"
  2393. }
  2394. ],
  2395. "license": "MIT",
  2396. "engines": {
  2397. "node": ">= 4.0.0",
  2398. "npm": ">= 3.0.0"
  2399. },
  2400. "peerDependencies": {
  2401. "konva": ">7",
  2402. "vue": "^3"
  2403. }
  2404. },
  2405. "node_modules/vue-router": {
  2406. "version": "4.6.4",
  2407. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  2408. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  2409. "license": "MIT",
  2410. "dependencies": {
  2411. "@vue/devtools-api": "^6.6.4"
  2412. },
  2413. "funding": {
  2414. "url": "https://github.com/sponsors/posva"
  2415. },
  2416. "peerDependencies": {
  2417. "vue": "^3.5.0"
  2418. }
  2419. },
  2420. "node_modules/vue-template-compiler": {
  2421. "version": "2.7.16",
  2422. "resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
  2423. "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
  2424. "dev": true,
  2425. "license": "MIT",
  2426. "dependencies": {
  2427. "de-indent": "^1.0.2",
  2428. "he": "^1.2.0"
  2429. }
  2430. },
  2431. "node_modules/vue-tsc": {
  2432. "version": "1.8.27",
  2433. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.8.27.tgz",
  2434. "integrity": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==",
  2435. "dev": true,
  2436. "license": "MIT",
  2437. "dependencies": {
  2438. "@volar/typescript": "~1.11.1",
  2439. "@vue/language-core": "1.8.27",
  2440. "semver": "^7.5.4"
  2441. },
  2442. "bin": {
  2443. "vue-tsc": "bin/vue-tsc.js"
  2444. },
  2445. "peerDependencies": {
  2446. "typescript": "*"
  2447. }
  2448. }
  2449. }
  2450. }