package-lock.json 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543
  1. {
  2. "name": "temp-qx",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "temp-qx",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "cesium": "^1.142.0",
  12. "element-plus": "^2.14.1",
  13. "three": "^0.184.0",
  14. "utif": "^3.1.0",
  15. "vite-plugin-cesium": "^1.2.23",
  16. "vue": "^3.5.34"
  17. },
  18. "devDependencies": {
  19. "@vitejs/plugin-vue": "^6.0.6",
  20. "geotiff": "^3.0.5",
  21. "sharp": "^0.34.5",
  22. "vite": "^8.0.12"
  23. }
  24. },
  25. "node_modules/@babel/helper-string-parser": {
  26. "version": "7.29.7",
  27. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  28. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  29. "license": "MIT",
  30. "engines": {
  31. "node": ">=6.9.0"
  32. }
  33. },
  34. "node_modules/@babel/helper-validator-identifier": {
  35. "version": "7.29.7",
  36. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  37. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  38. "license": "MIT",
  39. "engines": {
  40. "node": ">=6.9.0"
  41. }
  42. },
  43. "node_modules/@babel/parser": {
  44. "version": "7.29.7",
  45. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
  46. "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
  47. "license": "MIT",
  48. "dependencies": {
  49. "@babel/types": "^7.29.7"
  50. },
  51. "bin": {
  52. "parser": "bin/babel-parser.js"
  53. },
  54. "engines": {
  55. "node": ">=6.0.0"
  56. }
  57. },
  58. "node_modules/@babel/types": {
  59. "version": "7.29.7",
  60. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.7.tgz",
  61. "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
  62. "license": "MIT",
  63. "dependencies": {
  64. "@babel/helper-string-parser": "^7.29.7",
  65. "@babel/helper-validator-identifier": "^7.29.7"
  66. },
  67. "engines": {
  68. "node": ">=6.9.0"
  69. }
  70. },
  71. "node_modules/@cesium/engine": {
  72. "version": "26.0.0",
  73. "resolved": "https://registry.npmmirror.com/@cesium/engine/-/engine-26.0.0.tgz",
  74. "integrity": "sha512-iV2mUQHUffYBEQii7n8CQ0XA1eSmcetOedsLoZvDJG6LW9aRHxL008rVvGnnZelQVRUQWNFFX5/+Tos3TBIIcw==",
  75. "license": "Apache-2.0",
  76. "dependencies": {
  77. "@cesium/wasm-splats": "^0.1.0-alpha.2",
  78. "@spz-loader/core": "0.3.1",
  79. "@tweenjs/tween.js": "^25.0.0",
  80. "@zip.js/zip.js": "^2.8.1",
  81. "autolinker": "^4.0.0",
  82. "bitmap-sdf": "^1.0.3",
  83. "dompurify": "^3.3.0",
  84. "draco3d": "^1.5.1",
  85. "earcut": "^3.0.0",
  86. "grapheme-splitter": "^1.0.4",
  87. "jsep": "^1.3.8",
  88. "kdbush": "^4.0.1",
  89. "ktx-parse": "^1.0.0",
  90. "lerc": "^2.0.0",
  91. "mersenne-twister": "^1.1.0",
  92. "meshoptimizer": "^1.0.1",
  93. "pako": "^2.0.4",
  94. "protobufjs": "^8.5.0",
  95. "rbush": "^4.0.1",
  96. "topojson-client": "^3.1.0",
  97. "urijs": "^1.19.7"
  98. },
  99. "engines": {
  100. "node": ">=22.0.0"
  101. }
  102. },
  103. "node_modules/@cesium/engine/node_modules/pako": {
  104. "version": "2.2.0",
  105. "resolved": "https://registry.npmmirror.com/pako/-/pako-2.2.0.tgz",
  106. "integrity": "sha512-zJq6RP/5q+TO2OpFV3FHzlPnFjmkb7Nc99a5SNjJE+uu/PkpChs+NIZSSzbBoD+6kjiISXjfYdwj1ZRQ81dz/w==",
  107. "funding": [
  108. {
  109. "type": "github",
  110. "url": "https://github.com/sponsors/puzrin"
  111. },
  112. {
  113. "type": "github",
  114. "url": "https://github.com/sponsors/nodeca"
  115. }
  116. ],
  117. "license": "(MIT AND Zlib)"
  118. },
  119. "node_modules/@cesium/wasm-splats": {
  120. "version": "0.1.0-alpha.2",
  121. "resolved": "https://registry.npmmirror.com/@cesium/wasm-splats/-/wasm-splats-0.1.0-alpha.2.tgz",
  122. "integrity": "sha512-t9pMkknv31hhIbLpMa8yPvmqfpvs5UkUjgqlQv9SeO8VerCXOYnyP8/486BDaFrztM0A7FMbRjsXtNeKvqQghA==",
  123. "license": "Apache-2.0"
  124. },
  125. "node_modules/@cesium/widgets": {
  126. "version": "16.0.0",
  127. "resolved": "https://registry.npmmirror.com/@cesium/widgets/-/widgets-16.0.0.tgz",
  128. "integrity": "sha512-52PO61PKm6Cut1BR/OqrPLmDXL9lk7iwGHXWbWQpg1pJT8SaJ7PXyLqcAPz+6VTYXspmE4D6Xo0PgIav33dEEQ==",
  129. "license": "Apache-2.0",
  130. "dependencies": {
  131. "@cesium/engine": "^26.0.0",
  132. "nosleep.js": "^0.12.0"
  133. },
  134. "engines": {
  135. "node": ">=22.0.0"
  136. }
  137. },
  138. "node_modules/@ctrl/tinycolor": {
  139. "version": "4.2.0",
  140. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  141. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  142. "license": "MIT",
  143. "engines": {
  144. "node": ">=14"
  145. }
  146. },
  147. "node_modules/@element-plus/icons-vue": {
  148. "version": "2.3.2",
  149. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  150. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  151. "license": "MIT",
  152. "peerDependencies": {
  153. "vue": "^3.2.0"
  154. }
  155. },
  156. "node_modules/@emnapi/core": {
  157. "version": "1.10.0",
  158. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.10.0.tgz",
  159. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  160. "license": "MIT",
  161. "optional": true,
  162. "dependencies": {
  163. "@emnapi/wasi-threads": "1.2.1",
  164. "tslib": "^2.4.0"
  165. }
  166. },
  167. "node_modules/@emnapi/runtime": {
  168. "version": "1.10.0",
  169. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.10.0.tgz",
  170. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  171. "license": "MIT",
  172. "optional": true,
  173. "dependencies": {
  174. "tslib": "^2.4.0"
  175. }
  176. },
  177. "node_modules/@emnapi/wasi-threads": {
  178. "version": "1.2.1",
  179. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  180. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  181. "license": "MIT",
  182. "optional": true,
  183. "dependencies": {
  184. "tslib": "^2.4.0"
  185. }
  186. },
  187. "node_modules/@floating-ui/core": {
  188. "version": "1.7.5",
  189. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.5.tgz",
  190. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  191. "license": "MIT",
  192. "dependencies": {
  193. "@floating-ui/utils": "^0.2.11"
  194. }
  195. },
  196. "node_modules/@floating-ui/dom": {
  197. "version": "1.7.6",
  198. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.6.tgz",
  199. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  200. "license": "MIT",
  201. "dependencies": {
  202. "@floating-ui/core": "^1.7.5",
  203. "@floating-ui/utils": "^0.2.11"
  204. }
  205. },
  206. "node_modules/@floating-ui/utils": {
  207. "version": "0.2.11",
  208. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.11.tgz",
  209. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  210. "license": "MIT"
  211. },
  212. "node_modules/@img/colour": {
  213. "version": "1.1.0",
  214. "resolved": "https://registry.npmmirror.com/@img/colour/-/colour-1.1.0.tgz",
  215. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  216. "dev": true,
  217. "license": "MIT",
  218. "engines": {
  219. "node": ">=18"
  220. }
  221. },
  222. "node_modules/@img/sharp-darwin-arm64": {
  223. "version": "0.34.5",
  224. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  225. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  226. "cpu": [
  227. "arm64"
  228. ],
  229. "dev": true,
  230. "license": "Apache-2.0",
  231. "optional": true,
  232. "os": [
  233. "darwin"
  234. ],
  235. "engines": {
  236. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  237. },
  238. "funding": {
  239. "url": "https://opencollective.com/libvips"
  240. },
  241. "optionalDependencies": {
  242. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  243. }
  244. },
  245. "node_modules/@img/sharp-darwin-x64": {
  246. "version": "0.34.5",
  247. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  248. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  249. "cpu": [
  250. "x64"
  251. ],
  252. "dev": true,
  253. "license": "Apache-2.0",
  254. "optional": true,
  255. "os": [
  256. "darwin"
  257. ],
  258. "engines": {
  259. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  260. },
  261. "funding": {
  262. "url": "https://opencollective.com/libvips"
  263. },
  264. "optionalDependencies": {
  265. "@img/sharp-libvips-darwin-x64": "1.2.4"
  266. }
  267. },
  268. "node_modules/@img/sharp-libvips-darwin-arm64": {
  269. "version": "1.2.4",
  270. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  271. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  272. "cpu": [
  273. "arm64"
  274. ],
  275. "dev": true,
  276. "license": "LGPL-3.0-or-later",
  277. "optional": true,
  278. "os": [
  279. "darwin"
  280. ],
  281. "funding": {
  282. "url": "https://opencollective.com/libvips"
  283. }
  284. },
  285. "node_modules/@img/sharp-libvips-darwin-x64": {
  286. "version": "1.2.4",
  287. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  288. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  289. "cpu": [
  290. "x64"
  291. ],
  292. "dev": true,
  293. "license": "LGPL-3.0-or-later",
  294. "optional": true,
  295. "os": [
  296. "darwin"
  297. ],
  298. "funding": {
  299. "url": "https://opencollective.com/libvips"
  300. }
  301. },
  302. "node_modules/@img/sharp-libvips-linux-arm": {
  303. "version": "1.2.4",
  304. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  305. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  306. "cpu": [
  307. "arm"
  308. ],
  309. "dev": true,
  310. "license": "LGPL-3.0-or-later",
  311. "optional": true,
  312. "os": [
  313. "linux"
  314. ],
  315. "funding": {
  316. "url": "https://opencollective.com/libvips"
  317. }
  318. },
  319. "node_modules/@img/sharp-libvips-linux-arm64": {
  320. "version": "1.2.4",
  321. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  322. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  323. "cpu": [
  324. "arm64"
  325. ],
  326. "dev": true,
  327. "license": "LGPL-3.0-or-later",
  328. "optional": true,
  329. "os": [
  330. "linux"
  331. ],
  332. "funding": {
  333. "url": "https://opencollective.com/libvips"
  334. }
  335. },
  336. "node_modules/@img/sharp-libvips-linux-ppc64": {
  337. "version": "1.2.4",
  338. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  339. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  340. "cpu": [
  341. "ppc64"
  342. ],
  343. "dev": true,
  344. "license": "LGPL-3.0-or-later",
  345. "optional": true,
  346. "os": [
  347. "linux"
  348. ],
  349. "funding": {
  350. "url": "https://opencollective.com/libvips"
  351. }
  352. },
  353. "node_modules/@img/sharp-libvips-linux-riscv64": {
  354. "version": "1.2.4",
  355. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  356. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  357. "cpu": [
  358. "riscv64"
  359. ],
  360. "dev": true,
  361. "license": "LGPL-3.0-or-later",
  362. "optional": true,
  363. "os": [
  364. "linux"
  365. ],
  366. "funding": {
  367. "url": "https://opencollective.com/libvips"
  368. }
  369. },
  370. "node_modules/@img/sharp-libvips-linux-s390x": {
  371. "version": "1.2.4",
  372. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  373. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  374. "cpu": [
  375. "s390x"
  376. ],
  377. "dev": true,
  378. "license": "LGPL-3.0-or-later",
  379. "optional": true,
  380. "os": [
  381. "linux"
  382. ],
  383. "funding": {
  384. "url": "https://opencollective.com/libvips"
  385. }
  386. },
  387. "node_modules/@img/sharp-libvips-linux-x64": {
  388. "version": "1.2.4",
  389. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  390. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  391. "cpu": [
  392. "x64"
  393. ],
  394. "dev": true,
  395. "license": "LGPL-3.0-or-later",
  396. "optional": true,
  397. "os": [
  398. "linux"
  399. ],
  400. "funding": {
  401. "url": "https://opencollective.com/libvips"
  402. }
  403. },
  404. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  405. "version": "1.2.4",
  406. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  407. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  408. "cpu": [
  409. "arm64"
  410. ],
  411. "dev": true,
  412. "license": "LGPL-3.0-or-later",
  413. "optional": true,
  414. "os": [
  415. "linux"
  416. ],
  417. "funding": {
  418. "url": "https://opencollective.com/libvips"
  419. }
  420. },
  421. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  422. "version": "1.2.4",
  423. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  424. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  425. "cpu": [
  426. "x64"
  427. ],
  428. "dev": true,
  429. "license": "LGPL-3.0-or-later",
  430. "optional": true,
  431. "os": [
  432. "linux"
  433. ],
  434. "funding": {
  435. "url": "https://opencollective.com/libvips"
  436. }
  437. },
  438. "node_modules/@img/sharp-linux-arm": {
  439. "version": "0.34.5",
  440. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  441. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  442. "cpu": [
  443. "arm"
  444. ],
  445. "dev": true,
  446. "license": "Apache-2.0",
  447. "optional": true,
  448. "os": [
  449. "linux"
  450. ],
  451. "engines": {
  452. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  453. },
  454. "funding": {
  455. "url": "https://opencollective.com/libvips"
  456. },
  457. "optionalDependencies": {
  458. "@img/sharp-libvips-linux-arm": "1.2.4"
  459. }
  460. },
  461. "node_modules/@img/sharp-linux-arm64": {
  462. "version": "0.34.5",
  463. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  464. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  465. "cpu": [
  466. "arm64"
  467. ],
  468. "dev": true,
  469. "license": "Apache-2.0",
  470. "optional": true,
  471. "os": [
  472. "linux"
  473. ],
  474. "engines": {
  475. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  476. },
  477. "funding": {
  478. "url": "https://opencollective.com/libvips"
  479. },
  480. "optionalDependencies": {
  481. "@img/sharp-libvips-linux-arm64": "1.2.4"
  482. }
  483. },
  484. "node_modules/@img/sharp-linux-ppc64": {
  485. "version": "0.34.5",
  486. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  487. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  488. "cpu": [
  489. "ppc64"
  490. ],
  491. "dev": true,
  492. "license": "Apache-2.0",
  493. "optional": true,
  494. "os": [
  495. "linux"
  496. ],
  497. "engines": {
  498. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  499. },
  500. "funding": {
  501. "url": "https://opencollective.com/libvips"
  502. },
  503. "optionalDependencies": {
  504. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  505. }
  506. },
  507. "node_modules/@img/sharp-linux-riscv64": {
  508. "version": "0.34.5",
  509. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  510. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  511. "cpu": [
  512. "riscv64"
  513. ],
  514. "dev": true,
  515. "license": "Apache-2.0",
  516. "optional": true,
  517. "os": [
  518. "linux"
  519. ],
  520. "engines": {
  521. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  522. },
  523. "funding": {
  524. "url": "https://opencollective.com/libvips"
  525. },
  526. "optionalDependencies": {
  527. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  528. }
  529. },
  530. "node_modules/@img/sharp-linux-s390x": {
  531. "version": "0.34.5",
  532. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  533. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  534. "cpu": [
  535. "s390x"
  536. ],
  537. "dev": true,
  538. "license": "Apache-2.0",
  539. "optional": true,
  540. "os": [
  541. "linux"
  542. ],
  543. "engines": {
  544. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  545. },
  546. "funding": {
  547. "url": "https://opencollective.com/libvips"
  548. },
  549. "optionalDependencies": {
  550. "@img/sharp-libvips-linux-s390x": "1.2.4"
  551. }
  552. },
  553. "node_modules/@img/sharp-linux-x64": {
  554. "version": "0.34.5",
  555. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  556. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  557. "cpu": [
  558. "x64"
  559. ],
  560. "dev": true,
  561. "license": "Apache-2.0",
  562. "optional": true,
  563. "os": [
  564. "linux"
  565. ],
  566. "engines": {
  567. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  568. },
  569. "funding": {
  570. "url": "https://opencollective.com/libvips"
  571. },
  572. "optionalDependencies": {
  573. "@img/sharp-libvips-linux-x64": "1.2.4"
  574. }
  575. },
  576. "node_modules/@img/sharp-linuxmusl-arm64": {
  577. "version": "0.34.5",
  578. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  579. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  580. "cpu": [
  581. "arm64"
  582. ],
  583. "dev": true,
  584. "license": "Apache-2.0",
  585. "optional": true,
  586. "os": [
  587. "linux"
  588. ],
  589. "engines": {
  590. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  591. },
  592. "funding": {
  593. "url": "https://opencollective.com/libvips"
  594. },
  595. "optionalDependencies": {
  596. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  597. }
  598. },
  599. "node_modules/@img/sharp-linuxmusl-x64": {
  600. "version": "0.34.5",
  601. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  602. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  603. "cpu": [
  604. "x64"
  605. ],
  606. "dev": true,
  607. "license": "Apache-2.0",
  608. "optional": true,
  609. "os": [
  610. "linux"
  611. ],
  612. "engines": {
  613. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  614. },
  615. "funding": {
  616. "url": "https://opencollective.com/libvips"
  617. },
  618. "optionalDependencies": {
  619. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  620. }
  621. },
  622. "node_modules/@img/sharp-wasm32": {
  623. "version": "0.34.5",
  624. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  625. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  626. "cpu": [
  627. "wasm32"
  628. ],
  629. "dev": true,
  630. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  631. "optional": true,
  632. "dependencies": {
  633. "@emnapi/runtime": "^1.7.0"
  634. },
  635. "engines": {
  636. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  637. },
  638. "funding": {
  639. "url": "https://opencollective.com/libvips"
  640. }
  641. },
  642. "node_modules/@img/sharp-win32-arm64": {
  643. "version": "0.34.5",
  644. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  645. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  646. "cpu": [
  647. "arm64"
  648. ],
  649. "dev": true,
  650. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  651. "optional": true,
  652. "os": [
  653. "win32"
  654. ],
  655. "engines": {
  656. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  657. },
  658. "funding": {
  659. "url": "https://opencollective.com/libvips"
  660. }
  661. },
  662. "node_modules/@img/sharp-win32-ia32": {
  663. "version": "0.34.5",
  664. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  665. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  666. "cpu": [
  667. "ia32"
  668. ],
  669. "dev": true,
  670. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  671. "optional": true,
  672. "os": [
  673. "win32"
  674. ],
  675. "engines": {
  676. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  677. },
  678. "funding": {
  679. "url": "https://opencollective.com/libvips"
  680. }
  681. },
  682. "node_modules/@img/sharp-win32-x64": {
  683. "version": "0.34.5",
  684. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  685. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  686. "cpu": [
  687. "x64"
  688. ],
  689. "dev": true,
  690. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  691. "optional": true,
  692. "os": [
  693. "win32"
  694. ],
  695. "engines": {
  696. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  697. },
  698. "funding": {
  699. "url": "https://opencollective.com/libvips"
  700. }
  701. },
  702. "node_modules/@jridgewell/sourcemap-codec": {
  703. "version": "1.5.5",
  704. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  705. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  706. "license": "MIT"
  707. },
  708. "node_modules/@napi-rs/wasm-runtime": {
  709. "version": "1.1.4",
  710. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  711. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  712. "license": "MIT",
  713. "optional": true,
  714. "dependencies": {
  715. "@tybys/wasm-util": "^0.10.1"
  716. },
  717. "funding": {
  718. "type": "github",
  719. "url": "https://github.com/sponsors/Brooooooklyn"
  720. },
  721. "peerDependencies": {
  722. "@emnapi/core": "^1.7.1",
  723. "@emnapi/runtime": "^1.7.1"
  724. }
  725. },
  726. "node_modules/@oxc-project/types": {
  727. "version": "0.133.0",
  728. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.133.0.tgz",
  729. "integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
  730. "license": "MIT",
  731. "funding": {
  732. "url": "https://github.com/sponsors/Boshen"
  733. }
  734. },
  735. "node_modules/@petamoriken/float16": {
  736. "version": "3.9.3",
  737. "resolved": "https://registry.npmmirror.com/@petamoriken/float16/-/float16-3.9.3.tgz",
  738. "integrity": "sha512-8awtpHXCx/bNpFt4mt2xdkgtgVvKqty8VbjHI/WWWQuEw+KLzFot3f4+LkQY9YmOtq7A5GdOnqoIC8Pdygjk2g==",
  739. "dev": true,
  740. "license": "MIT"
  741. },
  742. "node_modules/@popperjs/core": {
  743. "name": "@sxzz/popperjs-es",
  744. "version": "2.11.8",
  745. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  746. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  747. "license": "MIT",
  748. "funding": {
  749. "type": "opencollective",
  750. "url": "https://opencollective.com/popperjs"
  751. }
  752. },
  753. "node_modules/@rolldown/binding-android-arm64": {
  754. "version": "1.0.3",
  755. "resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
  756. "integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
  757. "cpu": [
  758. "arm64"
  759. ],
  760. "license": "MIT",
  761. "optional": true,
  762. "os": [
  763. "android"
  764. ],
  765. "engines": {
  766. "node": "^20.19.0 || >=22.12.0"
  767. }
  768. },
  769. "node_modules/@rolldown/binding-darwin-arm64": {
  770. "version": "1.0.3",
  771. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
  772. "integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
  773. "cpu": [
  774. "arm64"
  775. ],
  776. "license": "MIT",
  777. "optional": true,
  778. "os": [
  779. "darwin"
  780. ],
  781. "engines": {
  782. "node": "^20.19.0 || >=22.12.0"
  783. }
  784. },
  785. "node_modules/@rolldown/binding-darwin-x64": {
  786. "version": "1.0.3",
  787. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
  788. "integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
  789. "cpu": [
  790. "x64"
  791. ],
  792. "license": "MIT",
  793. "optional": true,
  794. "os": [
  795. "darwin"
  796. ],
  797. "engines": {
  798. "node": "^20.19.0 || >=22.12.0"
  799. }
  800. },
  801. "node_modules/@rolldown/binding-freebsd-x64": {
  802. "version": "1.0.3",
  803. "resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
  804. "integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
  805. "cpu": [
  806. "x64"
  807. ],
  808. "license": "MIT",
  809. "optional": true,
  810. "os": [
  811. "freebsd"
  812. ],
  813. "engines": {
  814. "node": "^20.19.0 || >=22.12.0"
  815. }
  816. },
  817. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  818. "version": "1.0.3",
  819. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
  820. "integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
  821. "cpu": [
  822. "arm"
  823. ],
  824. "license": "MIT",
  825. "optional": true,
  826. "os": [
  827. "linux"
  828. ],
  829. "engines": {
  830. "node": "^20.19.0 || >=22.12.0"
  831. }
  832. },
  833. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  834. "version": "1.0.3",
  835. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
  836. "integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
  837. "cpu": [
  838. "arm64"
  839. ],
  840. "license": "MIT",
  841. "optional": true,
  842. "os": [
  843. "linux"
  844. ],
  845. "engines": {
  846. "node": "^20.19.0 || >=22.12.0"
  847. }
  848. },
  849. "node_modules/@rolldown/binding-linux-arm64-musl": {
  850. "version": "1.0.3",
  851. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
  852. "integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
  853. "cpu": [
  854. "arm64"
  855. ],
  856. "license": "MIT",
  857. "optional": true,
  858. "os": [
  859. "linux"
  860. ],
  861. "engines": {
  862. "node": "^20.19.0 || >=22.12.0"
  863. }
  864. },
  865. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  866. "version": "1.0.3",
  867. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
  868. "integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
  869. "cpu": [
  870. "ppc64"
  871. ],
  872. "license": "MIT",
  873. "optional": true,
  874. "os": [
  875. "linux"
  876. ],
  877. "engines": {
  878. "node": "^20.19.0 || >=22.12.0"
  879. }
  880. },
  881. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  882. "version": "1.0.3",
  883. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
  884. "integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
  885. "cpu": [
  886. "s390x"
  887. ],
  888. "license": "MIT",
  889. "optional": true,
  890. "os": [
  891. "linux"
  892. ],
  893. "engines": {
  894. "node": "^20.19.0 || >=22.12.0"
  895. }
  896. },
  897. "node_modules/@rolldown/binding-linux-x64-gnu": {
  898. "version": "1.0.3",
  899. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
  900. "integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
  901. "cpu": [
  902. "x64"
  903. ],
  904. "license": "MIT",
  905. "optional": true,
  906. "os": [
  907. "linux"
  908. ],
  909. "engines": {
  910. "node": "^20.19.0 || >=22.12.0"
  911. }
  912. },
  913. "node_modules/@rolldown/binding-linux-x64-musl": {
  914. "version": "1.0.3",
  915. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
  916. "integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
  917. "cpu": [
  918. "x64"
  919. ],
  920. "license": "MIT",
  921. "optional": true,
  922. "os": [
  923. "linux"
  924. ],
  925. "engines": {
  926. "node": "^20.19.0 || >=22.12.0"
  927. }
  928. },
  929. "node_modules/@rolldown/binding-openharmony-arm64": {
  930. "version": "1.0.3",
  931. "resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
  932. "integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
  933. "cpu": [
  934. "arm64"
  935. ],
  936. "license": "MIT",
  937. "optional": true,
  938. "os": [
  939. "openharmony"
  940. ],
  941. "engines": {
  942. "node": "^20.19.0 || >=22.12.0"
  943. }
  944. },
  945. "node_modules/@rolldown/binding-wasm32-wasi": {
  946. "version": "1.0.3",
  947. "resolved": "https://registry.npmmirror.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
  948. "integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
  949. "cpu": [
  950. "wasm32"
  951. ],
  952. "license": "MIT",
  953. "optional": true,
  954. "dependencies": {
  955. "@emnapi/core": "1.10.0",
  956. "@emnapi/runtime": "1.10.0",
  957. "@napi-rs/wasm-runtime": "^1.1.4"
  958. },
  959. "engines": {
  960. "node": "^20.19.0 || >=22.12.0"
  961. }
  962. },
  963. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  964. "version": "1.0.3",
  965. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
  966. "integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
  967. "cpu": [
  968. "arm64"
  969. ],
  970. "license": "MIT",
  971. "optional": true,
  972. "os": [
  973. "win32"
  974. ],
  975. "engines": {
  976. "node": "^20.19.0 || >=22.12.0"
  977. }
  978. },
  979. "node_modules/@rolldown/binding-win32-x64-msvc": {
  980. "version": "1.0.3",
  981. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
  982. "integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
  983. "cpu": [
  984. "x64"
  985. ],
  986. "license": "MIT",
  987. "optional": true,
  988. "os": [
  989. "win32"
  990. ],
  991. "engines": {
  992. "node": "^20.19.0 || >=22.12.0"
  993. }
  994. },
  995. "node_modules/@rolldown/pluginutils": {
  996. "version": "1.0.1",
  997. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  998. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  999. "license": "MIT"
  1000. },
  1001. "node_modules/@rollup/pluginutils": {
  1002. "version": "4.2.1",
  1003. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  1004. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  1005. "license": "MIT",
  1006. "dependencies": {
  1007. "estree-walker": "^2.0.1",
  1008. "picomatch": "^2.2.2"
  1009. },
  1010. "engines": {
  1011. "node": ">= 8.0.0"
  1012. }
  1013. },
  1014. "node_modules/@rollup/pluginutils/node_modules/picomatch": {
  1015. "version": "2.3.2",
  1016. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.2.tgz",
  1017. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  1018. "license": "MIT",
  1019. "engines": {
  1020. "node": ">=8.6"
  1021. },
  1022. "funding": {
  1023. "url": "https://github.com/sponsors/jonschlinkert"
  1024. }
  1025. },
  1026. "node_modules/@spz-loader/core": {
  1027. "version": "0.3.1",
  1028. "resolved": "https://registry.npmmirror.com/@spz-loader/core/-/core-0.3.1.tgz",
  1029. "integrity": "sha512-8qJ1WIBXaJu8HjnJAjYniE0kYcr0kCe5Hp7kDzYiGVvvd7zyrOBwbF5imoW5mvwx1Qba0hxGEK5R9jEoaHKJFA==",
  1030. "license": "Apache-2.0",
  1031. "engines": {
  1032. "node": ">=16",
  1033. "pnpm": ">=8"
  1034. }
  1035. },
  1036. "node_modules/@tweenjs/tween.js": {
  1037. "version": "25.0.0",
  1038. "resolved": "https://registry.npmmirror.com/@tweenjs/tween.js/-/tween.js-25.0.0.tgz",
  1039. "integrity": "sha512-XKLA6syeBUaPzx4j3qwMqzzq+V4uo72BnlbOjmuljLrRqdsd3qnzvZZoxvMHZ23ndsRS4aufU6JOZYpCbU6T1A==",
  1040. "license": "MIT"
  1041. },
  1042. "node_modules/@tybys/wasm-util": {
  1043. "version": "0.10.2",
  1044. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  1045. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  1046. "license": "MIT",
  1047. "optional": true,
  1048. "dependencies": {
  1049. "tslib": "^2.4.0"
  1050. }
  1051. },
  1052. "node_modules/@types/estree": {
  1053. "version": "1.0.9",
  1054. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.9.tgz",
  1055. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1056. "license": "MIT"
  1057. },
  1058. "node_modules/@types/lodash": {
  1059. "version": "4.17.24",
  1060. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.24.tgz",
  1061. "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
  1062. "license": "MIT"
  1063. },
  1064. "node_modules/@types/lodash-es": {
  1065. "version": "4.17.12",
  1066. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1067. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1068. "license": "MIT",
  1069. "dependencies": {
  1070. "@types/lodash": "*"
  1071. }
  1072. },
  1073. "node_modules/@types/trusted-types": {
  1074. "version": "2.0.7",
  1075. "resolved": "https://registry.npmmirror.com/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  1076. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  1077. "license": "MIT",
  1078. "optional": true
  1079. },
  1080. "node_modules/@types/web-bluetooth": {
  1081. "version": "0.0.21",
  1082. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  1083. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  1084. "license": "MIT"
  1085. },
  1086. "node_modules/@vitejs/plugin-vue": {
  1087. "version": "6.0.7",
  1088. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
  1089. "integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
  1090. "dev": true,
  1091. "license": "MIT",
  1092. "dependencies": {
  1093. "@rolldown/pluginutils": "^1.0.1"
  1094. },
  1095. "engines": {
  1096. "node": "^20.19.0 || >=22.12.0"
  1097. },
  1098. "peerDependencies": {
  1099. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  1100. "vue": "^3.2.25"
  1101. }
  1102. },
  1103. "node_modules/@vue/compiler-core": {
  1104. "version": "3.5.35",
  1105. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.35.tgz",
  1106. "integrity": "sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==",
  1107. "license": "MIT",
  1108. "dependencies": {
  1109. "@babel/parser": "^7.29.3",
  1110. "@vue/shared": "3.5.35",
  1111. "entities": "^7.0.1",
  1112. "estree-walker": "^2.0.2",
  1113. "source-map-js": "^1.2.1"
  1114. }
  1115. },
  1116. "node_modules/@vue/compiler-dom": {
  1117. "version": "3.5.35",
  1118. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.35.tgz",
  1119. "integrity": "sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==",
  1120. "license": "MIT",
  1121. "dependencies": {
  1122. "@vue/compiler-core": "3.5.35",
  1123. "@vue/shared": "3.5.35"
  1124. }
  1125. },
  1126. "node_modules/@vue/compiler-sfc": {
  1127. "version": "3.5.35",
  1128. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.35.tgz",
  1129. "integrity": "sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==",
  1130. "license": "MIT",
  1131. "dependencies": {
  1132. "@babel/parser": "^7.29.3",
  1133. "@vue/compiler-core": "3.5.35",
  1134. "@vue/compiler-dom": "3.5.35",
  1135. "@vue/compiler-ssr": "3.5.35",
  1136. "@vue/shared": "3.5.35",
  1137. "estree-walker": "^2.0.2",
  1138. "magic-string": "^0.30.21",
  1139. "postcss": "^8.5.15",
  1140. "source-map-js": "^1.2.1"
  1141. }
  1142. },
  1143. "node_modules/@vue/compiler-sfc/node_modules/magic-string": {
  1144. "version": "0.30.21",
  1145. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  1146. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "@jridgewell/sourcemap-codec": "^1.5.5"
  1150. }
  1151. },
  1152. "node_modules/@vue/compiler-ssr": {
  1153. "version": "3.5.35",
  1154. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.35.tgz",
  1155. "integrity": "sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==",
  1156. "license": "MIT",
  1157. "dependencies": {
  1158. "@vue/compiler-dom": "3.5.35",
  1159. "@vue/shared": "3.5.35"
  1160. }
  1161. },
  1162. "node_modules/@vue/reactivity": {
  1163. "version": "3.5.35",
  1164. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.35.tgz",
  1165. "integrity": "sha512-tVc+SsHConvh/Lz64qq1pP3rYArBmK42xonovEcxY74SQtvctZodG/zhq54P5dr38cVuw25d27cPNRdlMidpGQ==",
  1166. "license": "MIT",
  1167. "dependencies": {
  1168. "@vue/shared": "3.5.35"
  1169. }
  1170. },
  1171. "node_modules/@vue/runtime-core": {
  1172. "version": "3.5.35",
  1173. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.35.tgz",
  1174. "integrity": "sha512-A/xFNX9loIcWDygeQuNCfKuh0CoYBzxhqEMNah5TSFg9Z53DrFYEN2qi5CU9necjM1OWYegYREUTHmXTmhfXtg==",
  1175. "license": "MIT",
  1176. "dependencies": {
  1177. "@vue/reactivity": "3.5.35",
  1178. "@vue/shared": "3.5.35"
  1179. }
  1180. },
  1181. "node_modules/@vue/runtime-dom": {
  1182. "version": "3.5.35",
  1183. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.35.tgz",
  1184. "integrity": "sha512-odrJ1C391dbGnyDRh8U+rnP7J2amIEzfmRk5vXy7xi3aZhEXofTvpi0T4HJb6jlNqQZTNPR5MPHSB3RHNkIORA==",
  1185. "license": "MIT",
  1186. "dependencies": {
  1187. "@vue/reactivity": "3.5.35",
  1188. "@vue/runtime-core": "3.5.35",
  1189. "@vue/shared": "3.5.35",
  1190. "csstype": "^3.2.3"
  1191. }
  1192. },
  1193. "node_modules/@vue/server-renderer": {
  1194. "version": "3.5.35",
  1195. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.35.tgz",
  1196. "integrity": "sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==",
  1197. "license": "MIT",
  1198. "dependencies": {
  1199. "@vue/compiler-ssr": "3.5.35",
  1200. "@vue/shared": "3.5.35"
  1201. },
  1202. "peerDependencies": {
  1203. "vue": "3.5.35"
  1204. }
  1205. },
  1206. "node_modules/@vue/shared": {
  1207. "version": "3.5.35",
  1208. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.35.tgz",
  1209. "integrity": "sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==",
  1210. "license": "MIT"
  1211. },
  1212. "node_modules/@vueuse/core": {
  1213. "version": "14.3.0",
  1214. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-14.3.0.tgz",
  1215. "integrity": "sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==",
  1216. "license": "MIT",
  1217. "dependencies": {
  1218. "@types/web-bluetooth": "^0.0.21",
  1219. "@vueuse/metadata": "14.3.0",
  1220. "@vueuse/shared": "14.3.0"
  1221. },
  1222. "funding": {
  1223. "url": "https://github.com/sponsors/antfu"
  1224. },
  1225. "peerDependencies": {
  1226. "vue": "^3.5.0"
  1227. }
  1228. },
  1229. "node_modules/@vueuse/metadata": {
  1230. "version": "14.3.0",
  1231. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-14.3.0.tgz",
  1232. "integrity": "sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==",
  1233. "license": "MIT",
  1234. "funding": {
  1235. "url": "https://github.com/sponsors/antfu"
  1236. }
  1237. },
  1238. "node_modules/@vueuse/shared": {
  1239. "version": "14.3.0",
  1240. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-14.3.0.tgz",
  1241. "integrity": "sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==",
  1242. "license": "MIT",
  1243. "funding": {
  1244. "url": "https://github.com/sponsors/antfu"
  1245. },
  1246. "peerDependencies": {
  1247. "vue": "^3.5.0"
  1248. }
  1249. },
  1250. "node_modules/@zip.js/zip.js": {
  1251. "version": "2.8.26",
  1252. "resolved": "https://registry.npmmirror.com/@zip.js/zip.js/-/zip.js-2.8.26.tgz",
  1253. "integrity": "sha512-RQ4h9F6DOiHxpdocUDrOl6xBM+yOtz+LkUol47AVWcfebGBDpZ7w7Xvz9PS24JgXvLGiXXzSAfdCdVy1tPlaFA==",
  1254. "license": "BSD-3-Clause",
  1255. "engines": {
  1256. "bun": ">=0.7.0",
  1257. "deno": ">=1.0.0",
  1258. "node": ">=18.0.0"
  1259. }
  1260. },
  1261. "node_modules/async-validator": {
  1262. "version": "4.2.5",
  1263. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  1264. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  1265. "license": "MIT"
  1266. },
  1267. "node_modules/at-least-node": {
  1268. "version": "1.0.0",
  1269. "resolved": "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz",
  1270. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  1271. "license": "ISC",
  1272. "engines": {
  1273. "node": ">= 4.0.0"
  1274. }
  1275. },
  1276. "node_modules/autolinker": {
  1277. "version": "4.1.5",
  1278. "resolved": "https://registry.npmmirror.com/autolinker/-/autolinker-4.1.5.tgz",
  1279. "integrity": "sha512-vEfYZPmvVOIuE567XBVCsx8SBgOYtjB2+S1iAaJ+HgH+DNjAcrHem2hmAeC9yaNGWayicv4yR+9UaJlkF3pvtw==",
  1280. "license": "MIT",
  1281. "dependencies": {
  1282. "tslib": "^2.8.1"
  1283. },
  1284. "engines": {
  1285. "pnpm": ">=10.10.0"
  1286. }
  1287. },
  1288. "node_modules/bitmap-sdf": {
  1289. "version": "1.0.4",
  1290. "resolved": "https://registry.npmmirror.com/bitmap-sdf/-/bitmap-sdf-1.0.4.tgz",
  1291. "integrity": "sha512-1G3U4n5JE6RAiALMxu0p1XmeZkTeCwGKykzsLTCqVzfSDaN6S7fKnkIkfejogz+iwqBWc0UYAIKnKHNN7pSfDg==",
  1292. "license": "MIT"
  1293. },
  1294. "node_modules/cesium": {
  1295. "version": "1.142.0",
  1296. "resolved": "https://registry.npmmirror.com/cesium/-/cesium-1.142.0.tgz",
  1297. "integrity": "sha512-Z6mBxdeBS0lEXM7WAQgG8Q0FovXYAJpZsMOSWgd7dH28Ov+djJxWOlUMiG8jOai0TzeOYdYsMLgnYb2uB/aI/A==",
  1298. "license": "Apache-2.0",
  1299. "workspaces": [
  1300. "packages/engine",
  1301. "packages/widgets",
  1302. "packages/sandcastle"
  1303. ],
  1304. "dependencies": {
  1305. "@cesium/engine": "^26.0.0",
  1306. "@cesium/widgets": "^16.0.0"
  1307. },
  1308. "engines": {
  1309. "node": ">=22.0.0"
  1310. }
  1311. },
  1312. "node_modules/commander": {
  1313. "version": "2.20.3",
  1314. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  1315. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  1316. "license": "MIT"
  1317. },
  1318. "node_modules/csstype": {
  1319. "version": "3.2.3",
  1320. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  1321. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  1322. "license": "MIT"
  1323. },
  1324. "node_modules/dayjs": {
  1325. "version": "1.11.21",
  1326. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.21.tgz",
  1327. "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==",
  1328. "license": "MIT"
  1329. },
  1330. "node_modules/debug": {
  1331. "version": "2.6.9",
  1332. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  1333. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  1334. "license": "MIT",
  1335. "dependencies": {
  1336. "ms": "2.0.0"
  1337. }
  1338. },
  1339. "node_modules/debug/node_modules/ms": {
  1340. "version": "2.0.0",
  1341. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  1342. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  1343. "license": "MIT"
  1344. },
  1345. "node_modules/depd": {
  1346. "version": "2.0.0",
  1347. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  1348. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  1349. "license": "MIT",
  1350. "engines": {
  1351. "node": ">= 0.8"
  1352. }
  1353. },
  1354. "node_modules/destroy": {
  1355. "version": "1.2.0",
  1356. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  1357. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  1358. "license": "MIT",
  1359. "engines": {
  1360. "node": ">= 0.8",
  1361. "npm": "1.2.8000 || >= 1.4.16"
  1362. }
  1363. },
  1364. "node_modules/detect-libc": {
  1365. "version": "2.1.2",
  1366. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  1367. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1368. "license": "Apache-2.0",
  1369. "engines": {
  1370. "node": ">=8"
  1371. }
  1372. },
  1373. "node_modules/dompurify": {
  1374. "version": "3.4.11",
  1375. "resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-3.4.11.tgz",
  1376. "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==",
  1377. "license": "(MPL-2.0 OR Apache-2.0)",
  1378. "optionalDependencies": {
  1379. "@types/trusted-types": "^2.0.7"
  1380. }
  1381. },
  1382. "node_modules/draco3d": {
  1383. "version": "1.5.7",
  1384. "resolved": "https://registry.npmmirror.com/draco3d/-/draco3d-1.5.7.tgz",
  1385. "integrity": "sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ==",
  1386. "license": "Apache-2.0"
  1387. },
  1388. "node_modules/earcut": {
  1389. "version": "3.1.0",
  1390. "resolved": "https://registry.npmmirror.com/earcut/-/earcut-3.1.0.tgz",
  1391. "integrity": "sha512-zzWyF8F243oYbheQRbqrThgEFN3eJ5m7C6o/JeWbJ4a8ltsKDgHil3sT/K1qUmqrldtkUv2/MO70uZ1gOva1hA==",
  1392. "license": "ISC"
  1393. },
  1394. "node_modules/ee-first": {
  1395. "version": "1.1.1",
  1396. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  1397. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  1398. "license": "MIT"
  1399. },
  1400. "node_modules/element-plus": {
  1401. "version": "2.14.1",
  1402. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.14.1.tgz",
  1403. "integrity": "sha512-UFnm1+BckNi+azkKJ7L32q1uXs9ekr99Z9pWTQPeDR05jqEWUwQq51ro4kZMVrANbjknX3Z7ukCZwTi2T6Tr9A==",
  1404. "license": "MIT",
  1405. "dependencies": {
  1406. "@ctrl/tinycolor": "^4.2.0",
  1407. "@element-plus/icons-vue": "^2.3.2",
  1408. "@floating-ui/dom": "^1.7.6",
  1409. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.8",
  1410. "@types/lodash": "^4.17.24",
  1411. "@types/lodash-es": "^4.17.12",
  1412. "@vueuse/core": "14.3.0",
  1413. "async-validator": "^4.2.5",
  1414. "dayjs": "^1.11.20",
  1415. "lodash": "^4.18.1",
  1416. "lodash-es": "^4.18.1",
  1417. "lodash-unified": "^1.0.3",
  1418. "memoize-one": "^6.0.0",
  1419. "normalize-wheel-es": "^1.2.0",
  1420. "vue-component-type-helpers": "^3.3.1"
  1421. },
  1422. "peerDependencies": {
  1423. "vue": "^3.3.7"
  1424. }
  1425. },
  1426. "node_modules/encodeurl": {
  1427. "version": "2.0.0",
  1428. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  1429. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  1430. "license": "MIT",
  1431. "engines": {
  1432. "node": ">= 0.8"
  1433. }
  1434. },
  1435. "node_modules/entities": {
  1436. "version": "7.0.1",
  1437. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  1438. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  1439. "license": "BSD-2-Clause",
  1440. "engines": {
  1441. "node": ">=0.12"
  1442. },
  1443. "funding": {
  1444. "url": "https://github.com/fb55/entities?sponsor=1"
  1445. }
  1446. },
  1447. "node_modules/escape-html": {
  1448. "version": "1.0.3",
  1449. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  1450. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  1451. "license": "MIT"
  1452. },
  1453. "node_modules/estree-walker": {
  1454. "version": "2.0.2",
  1455. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1456. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1457. "license": "MIT"
  1458. },
  1459. "node_modules/etag": {
  1460. "version": "1.8.1",
  1461. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  1462. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  1463. "license": "MIT",
  1464. "engines": {
  1465. "node": ">= 0.6"
  1466. }
  1467. },
  1468. "node_modules/fdir": {
  1469. "version": "6.5.0",
  1470. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  1471. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1472. "license": "MIT",
  1473. "engines": {
  1474. "node": ">=12.0.0"
  1475. },
  1476. "peerDependencies": {
  1477. "picomatch": "^3 || ^4"
  1478. },
  1479. "peerDependenciesMeta": {
  1480. "picomatch": {
  1481. "optional": true
  1482. }
  1483. }
  1484. },
  1485. "node_modules/fresh": {
  1486. "version": "0.5.2",
  1487. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  1488. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  1489. "license": "MIT",
  1490. "engines": {
  1491. "node": ">= 0.6"
  1492. }
  1493. },
  1494. "node_modules/fs-extra": {
  1495. "version": "9.1.0",
  1496. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz",
  1497. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  1498. "license": "MIT",
  1499. "dependencies": {
  1500. "at-least-node": "^1.0.0",
  1501. "graceful-fs": "^4.2.0",
  1502. "jsonfile": "^6.0.1",
  1503. "universalify": "^2.0.0"
  1504. },
  1505. "engines": {
  1506. "node": ">=10"
  1507. }
  1508. },
  1509. "node_modules/fsevents": {
  1510. "version": "2.3.3",
  1511. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1512. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1513. "hasInstallScript": true,
  1514. "license": "MIT",
  1515. "optional": true,
  1516. "os": [
  1517. "darwin"
  1518. ],
  1519. "engines": {
  1520. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1521. }
  1522. },
  1523. "node_modules/geotiff": {
  1524. "version": "3.0.5",
  1525. "resolved": "https://registry.npmmirror.com/geotiff/-/geotiff-3.0.5.tgz",
  1526. "integrity": "sha512-OWcL9S9+yDZ6iAlXMt32T1iwUApJM8UiD47xbm6ZP1h33d10fqkPs14EG/ttT5EnefpZSx3G15iDFC5FxUNUwA==",
  1527. "dev": true,
  1528. "license": "MIT",
  1529. "dependencies": {
  1530. "@petamoriken/float16": "^3.9.3",
  1531. "lerc": "^3.0.0",
  1532. "pako": "^2.0.4",
  1533. "parse-headers": "^2.0.2",
  1534. "quick-lru": "^6.1.1",
  1535. "web-worker": "^1.5.0",
  1536. "xml-utils": "^1.10.2",
  1537. "zstddec": "^0.2.0"
  1538. },
  1539. "engines": {
  1540. "node": ">=10.19"
  1541. }
  1542. },
  1543. "node_modules/geotiff/node_modules/lerc": {
  1544. "version": "3.0.0",
  1545. "resolved": "https://registry.npmmirror.com/lerc/-/lerc-3.0.0.tgz",
  1546. "integrity": "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==",
  1547. "dev": true,
  1548. "license": "Apache-2.0"
  1549. },
  1550. "node_modules/geotiff/node_modules/pako": {
  1551. "version": "2.2.0",
  1552. "resolved": "https://registry.npmmirror.com/pako/-/pako-2.2.0.tgz",
  1553. "integrity": "sha512-zJq6RP/5q+TO2OpFV3FHzlPnFjmkb7Nc99a5SNjJE+uu/PkpChs+NIZSSzbBoD+6kjiISXjfYdwj1ZRQ81dz/w==",
  1554. "dev": true,
  1555. "funding": [
  1556. {
  1557. "type": "github",
  1558. "url": "https://github.com/sponsors/puzrin"
  1559. },
  1560. {
  1561. "type": "github",
  1562. "url": "https://github.com/sponsors/nodeca"
  1563. }
  1564. ],
  1565. "license": "(MIT AND Zlib)"
  1566. },
  1567. "node_modules/graceful-fs": {
  1568. "version": "4.2.11",
  1569. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  1570. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  1571. "license": "ISC"
  1572. },
  1573. "node_modules/grapheme-splitter": {
  1574. "version": "1.0.4",
  1575. "resolved": "https://registry.npmmirror.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  1576. "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
  1577. "license": "MIT"
  1578. },
  1579. "node_modules/http-errors": {
  1580. "version": "2.0.1",
  1581. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
  1582. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  1583. "license": "MIT",
  1584. "dependencies": {
  1585. "depd": "~2.0.0",
  1586. "inherits": "~2.0.4",
  1587. "setprototypeof": "~1.2.0",
  1588. "statuses": "~2.0.2",
  1589. "toidentifier": "~1.0.1"
  1590. },
  1591. "engines": {
  1592. "node": ">= 0.8"
  1593. },
  1594. "funding": {
  1595. "type": "opencollective",
  1596. "url": "https://opencollective.com/express"
  1597. }
  1598. },
  1599. "node_modules/inherits": {
  1600. "version": "2.0.4",
  1601. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  1602. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1603. "license": "ISC"
  1604. },
  1605. "node_modules/is-reference": {
  1606. "version": "1.2.1",
  1607. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  1608. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  1609. "license": "MIT",
  1610. "dependencies": {
  1611. "@types/estree": "*"
  1612. }
  1613. },
  1614. "node_modules/jsep": {
  1615. "version": "1.4.0",
  1616. "resolved": "https://registry.npmmirror.com/jsep/-/jsep-1.4.0.tgz",
  1617. "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==",
  1618. "license": "MIT",
  1619. "engines": {
  1620. "node": ">= 10.16.0"
  1621. }
  1622. },
  1623. "node_modules/jsonfile": {
  1624. "version": "6.2.1",
  1625. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.1.tgz",
  1626. "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
  1627. "license": "MIT",
  1628. "dependencies": {
  1629. "universalify": "^2.0.0"
  1630. },
  1631. "optionalDependencies": {
  1632. "graceful-fs": "^4.1.6"
  1633. }
  1634. },
  1635. "node_modules/kdbush": {
  1636. "version": "4.1.0",
  1637. "resolved": "https://registry.npmmirror.com/kdbush/-/kdbush-4.1.0.tgz",
  1638. "integrity": "sha512-e9vurzrXJQrFX6ckpHP3bvj5l+9CnYzkxDNnNQ1h2QTqdWsUAJgXiKdGNcOa1EY85dU8KbQ+z/FdQdB7P+9yfQ==",
  1639. "license": "ISC"
  1640. },
  1641. "node_modules/ktx-parse": {
  1642. "version": "1.1.0",
  1643. "resolved": "https://registry.npmmirror.com/ktx-parse/-/ktx-parse-1.1.0.tgz",
  1644. "integrity": "sha512-mKp3y+FaYgR7mXWAbyyzpa/r1zDWeaunH+INJO4fou3hb45XuNSwar+7llrRyvpMWafxSIi99RNFJ05MHedaJQ==",
  1645. "license": "MIT"
  1646. },
  1647. "node_modules/lerc": {
  1648. "version": "2.0.0",
  1649. "resolved": "https://registry.npmmirror.com/lerc/-/lerc-2.0.0.tgz",
  1650. "integrity": "sha512-7qo1Mq8ZNmaR4USHHm615nEW2lPeeWJ3bTyoqFbd35DLx0LUH7C6ptt5FDCTAlbIzs3+WKrk5SkJvw8AFDE2hg==",
  1651. "license": "Apache-2.0"
  1652. },
  1653. "node_modules/lightningcss": {
  1654. "version": "1.32.0",
  1655. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.32.0.tgz",
  1656. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  1657. "license": "MPL-2.0",
  1658. "dependencies": {
  1659. "detect-libc": "^2.0.3"
  1660. },
  1661. "engines": {
  1662. "node": ">= 12.0.0"
  1663. },
  1664. "funding": {
  1665. "type": "opencollective",
  1666. "url": "https://opencollective.com/parcel"
  1667. },
  1668. "optionalDependencies": {
  1669. "lightningcss-android-arm64": "1.32.0",
  1670. "lightningcss-darwin-arm64": "1.32.0",
  1671. "lightningcss-darwin-x64": "1.32.0",
  1672. "lightningcss-freebsd-x64": "1.32.0",
  1673. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  1674. "lightningcss-linux-arm64-gnu": "1.32.0",
  1675. "lightningcss-linux-arm64-musl": "1.32.0",
  1676. "lightningcss-linux-x64-gnu": "1.32.0",
  1677. "lightningcss-linux-x64-musl": "1.32.0",
  1678. "lightningcss-win32-arm64-msvc": "1.32.0",
  1679. "lightningcss-win32-x64-msvc": "1.32.0"
  1680. }
  1681. },
  1682. "node_modules/lightningcss-android-arm64": {
  1683. "version": "1.32.0",
  1684. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  1685. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  1686. "cpu": [
  1687. "arm64"
  1688. ],
  1689. "license": "MPL-2.0",
  1690. "optional": true,
  1691. "os": [
  1692. "android"
  1693. ],
  1694. "engines": {
  1695. "node": ">= 12.0.0"
  1696. },
  1697. "funding": {
  1698. "type": "opencollective",
  1699. "url": "https://opencollective.com/parcel"
  1700. }
  1701. },
  1702. "node_modules/lightningcss-darwin-arm64": {
  1703. "version": "1.32.0",
  1704. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1705. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1706. "cpu": [
  1707. "arm64"
  1708. ],
  1709. "license": "MPL-2.0",
  1710. "optional": true,
  1711. "os": [
  1712. "darwin"
  1713. ],
  1714. "engines": {
  1715. "node": ">= 12.0.0"
  1716. },
  1717. "funding": {
  1718. "type": "opencollective",
  1719. "url": "https://opencollective.com/parcel"
  1720. }
  1721. },
  1722. "node_modules/lightningcss-darwin-x64": {
  1723. "version": "1.32.0",
  1724. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1725. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1726. "cpu": [
  1727. "x64"
  1728. ],
  1729. "license": "MPL-2.0",
  1730. "optional": true,
  1731. "os": [
  1732. "darwin"
  1733. ],
  1734. "engines": {
  1735. "node": ">= 12.0.0"
  1736. },
  1737. "funding": {
  1738. "type": "opencollective",
  1739. "url": "https://opencollective.com/parcel"
  1740. }
  1741. },
  1742. "node_modules/lightningcss-freebsd-x64": {
  1743. "version": "1.32.0",
  1744. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1745. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1746. "cpu": [
  1747. "x64"
  1748. ],
  1749. "license": "MPL-2.0",
  1750. "optional": true,
  1751. "os": [
  1752. "freebsd"
  1753. ],
  1754. "engines": {
  1755. "node": ">= 12.0.0"
  1756. },
  1757. "funding": {
  1758. "type": "opencollective",
  1759. "url": "https://opencollective.com/parcel"
  1760. }
  1761. },
  1762. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1763. "version": "1.32.0",
  1764. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1765. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  1766. "cpu": [
  1767. "arm"
  1768. ],
  1769. "license": "MPL-2.0",
  1770. "optional": true,
  1771. "os": [
  1772. "linux"
  1773. ],
  1774. "engines": {
  1775. "node": ">= 12.0.0"
  1776. },
  1777. "funding": {
  1778. "type": "opencollective",
  1779. "url": "https://opencollective.com/parcel"
  1780. }
  1781. },
  1782. "node_modules/lightningcss-linux-arm64-gnu": {
  1783. "version": "1.32.0",
  1784. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  1785. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  1786. "cpu": [
  1787. "arm64"
  1788. ],
  1789. "license": "MPL-2.0",
  1790. "optional": true,
  1791. "os": [
  1792. "linux"
  1793. ],
  1794. "engines": {
  1795. "node": ">= 12.0.0"
  1796. },
  1797. "funding": {
  1798. "type": "opencollective",
  1799. "url": "https://opencollective.com/parcel"
  1800. }
  1801. },
  1802. "node_modules/lightningcss-linux-arm64-musl": {
  1803. "version": "1.32.0",
  1804. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  1805. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  1806. "cpu": [
  1807. "arm64"
  1808. ],
  1809. "license": "MPL-2.0",
  1810. "optional": true,
  1811. "os": [
  1812. "linux"
  1813. ],
  1814. "engines": {
  1815. "node": ">= 12.0.0"
  1816. },
  1817. "funding": {
  1818. "type": "opencollective",
  1819. "url": "https://opencollective.com/parcel"
  1820. }
  1821. },
  1822. "node_modules/lightningcss-linux-x64-gnu": {
  1823. "version": "1.32.0",
  1824. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  1825. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  1826. "cpu": [
  1827. "x64"
  1828. ],
  1829. "license": "MPL-2.0",
  1830. "optional": true,
  1831. "os": [
  1832. "linux"
  1833. ],
  1834. "engines": {
  1835. "node": ">= 12.0.0"
  1836. },
  1837. "funding": {
  1838. "type": "opencollective",
  1839. "url": "https://opencollective.com/parcel"
  1840. }
  1841. },
  1842. "node_modules/lightningcss-linux-x64-musl": {
  1843. "version": "1.32.0",
  1844. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  1845. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  1846. "cpu": [
  1847. "x64"
  1848. ],
  1849. "license": "MPL-2.0",
  1850. "optional": true,
  1851. "os": [
  1852. "linux"
  1853. ],
  1854. "engines": {
  1855. "node": ">= 12.0.0"
  1856. },
  1857. "funding": {
  1858. "type": "opencollective",
  1859. "url": "https://opencollective.com/parcel"
  1860. }
  1861. },
  1862. "node_modules/lightningcss-win32-arm64-msvc": {
  1863. "version": "1.32.0",
  1864. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  1865. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  1866. "cpu": [
  1867. "arm64"
  1868. ],
  1869. "license": "MPL-2.0",
  1870. "optional": true,
  1871. "os": [
  1872. "win32"
  1873. ],
  1874. "engines": {
  1875. "node": ">= 12.0.0"
  1876. },
  1877. "funding": {
  1878. "type": "opencollective",
  1879. "url": "https://opencollective.com/parcel"
  1880. }
  1881. },
  1882. "node_modules/lightningcss-win32-x64-msvc": {
  1883. "version": "1.32.0",
  1884. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  1885. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  1886. "cpu": [
  1887. "x64"
  1888. ],
  1889. "license": "MPL-2.0",
  1890. "optional": true,
  1891. "os": [
  1892. "win32"
  1893. ],
  1894. "engines": {
  1895. "node": ">= 12.0.0"
  1896. },
  1897. "funding": {
  1898. "type": "opencollective",
  1899. "url": "https://opencollective.com/parcel"
  1900. }
  1901. },
  1902. "node_modules/lodash": {
  1903. "version": "4.18.1",
  1904. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.18.1.tgz",
  1905. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  1906. "license": "MIT"
  1907. },
  1908. "node_modules/lodash-es": {
  1909. "version": "4.18.1",
  1910. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.18.1.tgz",
  1911. "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
  1912. "license": "MIT"
  1913. },
  1914. "node_modules/lodash-unified": {
  1915. "version": "1.0.3",
  1916. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  1917. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  1918. "license": "MIT",
  1919. "peerDependencies": {
  1920. "@types/lodash-es": "*",
  1921. "lodash": "*",
  1922. "lodash-es": "*"
  1923. }
  1924. },
  1925. "node_modules/long": {
  1926. "version": "5.3.2",
  1927. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.2.tgz",
  1928. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  1929. "license": "Apache-2.0"
  1930. },
  1931. "node_modules/magic-string": {
  1932. "version": "0.25.9",
  1933. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
  1934. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  1935. "license": "MIT",
  1936. "dependencies": {
  1937. "sourcemap-codec": "^1.4.8"
  1938. }
  1939. },
  1940. "node_modules/memoize-one": {
  1941. "version": "6.0.0",
  1942. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  1943. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  1944. "license": "MIT"
  1945. },
  1946. "node_modules/mersenne-twister": {
  1947. "version": "1.1.0",
  1948. "resolved": "https://registry.npmmirror.com/mersenne-twister/-/mersenne-twister-1.1.0.tgz",
  1949. "integrity": "sha512-mUYWsMKNrm4lfygPkL3OfGzOPTR2DBlTkBNHM//F6hGp8cLThY897crAlk3/Jo17LEOOjQUrNAx6DvgO77QJkA==",
  1950. "license": "MIT"
  1951. },
  1952. "node_modules/meshoptimizer": {
  1953. "version": "1.1.1",
  1954. "resolved": "https://registry.npmmirror.com/meshoptimizer/-/meshoptimizer-1.1.1.tgz",
  1955. "integrity": "sha512-oRFNWJRDA/WTrVj7NWvqa5HqE1t9MYDj2VaWirQCzCCrAd2GHrqR/sQezCxiWATPNlKTcRaPRHPJwIRoPBAp5g==",
  1956. "license": "MIT"
  1957. },
  1958. "node_modules/mime": {
  1959. "version": "1.6.0",
  1960. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  1961. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  1962. "license": "MIT",
  1963. "bin": {
  1964. "mime": "cli.js"
  1965. },
  1966. "engines": {
  1967. "node": ">=4"
  1968. }
  1969. },
  1970. "node_modules/ms": {
  1971. "version": "2.1.3",
  1972. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1973. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1974. "license": "MIT"
  1975. },
  1976. "node_modules/nanoid": {
  1977. "version": "3.3.12",
  1978. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.12.tgz",
  1979. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  1980. "funding": [
  1981. {
  1982. "type": "github",
  1983. "url": "https://github.com/sponsors/ai"
  1984. }
  1985. ],
  1986. "license": "MIT",
  1987. "bin": {
  1988. "nanoid": "bin/nanoid.cjs"
  1989. },
  1990. "engines": {
  1991. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1992. }
  1993. },
  1994. "node_modules/normalize-wheel-es": {
  1995. "version": "1.2.0",
  1996. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  1997. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  1998. "license": "BSD-3-Clause"
  1999. },
  2000. "node_modules/nosleep.js": {
  2001. "version": "0.12.0",
  2002. "resolved": "https://registry.npmmirror.com/nosleep.js/-/nosleep.js-0.12.0.tgz",
  2003. "integrity": "sha512-9d1HbpKLh3sdWlhXMhU6MMH+wQzKkrgfRkYV0EBdvt99YJfj0ilCJrWRDYG2130Tm4GXbEoTCx5b34JSaP+HhA==",
  2004. "license": "MIT"
  2005. },
  2006. "node_modules/on-finished": {
  2007. "version": "2.4.1",
  2008. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  2009. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  2010. "license": "MIT",
  2011. "dependencies": {
  2012. "ee-first": "1.1.1"
  2013. },
  2014. "engines": {
  2015. "node": ">= 0.8"
  2016. }
  2017. },
  2018. "node_modules/pako": {
  2019. "version": "1.0.11",
  2020. "resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
  2021. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
  2022. "license": "(MIT AND Zlib)"
  2023. },
  2024. "node_modules/parse-headers": {
  2025. "version": "2.0.6",
  2026. "resolved": "https://registry.npmmirror.com/parse-headers/-/parse-headers-2.0.6.tgz",
  2027. "integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==",
  2028. "dev": true,
  2029. "license": "MIT"
  2030. },
  2031. "node_modules/parseurl": {
  2032. "version": "1.3.3",
  2033. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  2034. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  2035. "license": "MIT",
  2036. "engines": {
  2037. "node": ">= 0.8"
  2038. }
  2039. },
  2040. "node_modules/picocolors": {
  2041. "version": "1.1.1",
  2042. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2043. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2044. "license": "ISC"
  2045. },
  2046. "node_modules/picomatch": {
  2047. "version": "4.0.4",
  2048. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  2049. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2050. "license": "MIT",
  2051. "engines": {
  2052. "node": ">=12"
  2053. },
  2054. "funding": {
  2055. "url": "https://github.com/sponsors/jonschlinkert"
  2056. }
  2057. },
  2058. "node_modules/postcss": {
  2059. "version": "8.5.15",
  2060. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.15.tgz",
  2061. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  2062. "funding": [
  2063. {
  2064. "type": "opencollective",
  2065. "url": "https://opencollective.com/postcss/"
  2066. },
  2067. {
  2068. "type": "tidelift",
  2069. "url": "https://tidelift.com/funding/github/npm/postcss"
  2070. },
  2071. {
  2072. "type": "github",
  2073. "url": "https://github.com/sponsors/ai"
  2074. }
  2075. ],
  2076. "license": "MIT",
  2077. "dependencies": {
  2078. "nanoid": "^3.3.12",
  2079. "picocolors": "^1.1.1",
  2080. "source-map-js": "^1.2.1"
  2081. },
  2082. "engines": {
  2083. "node": "^10 || ^12 || >=14"
  2084. }
  2085. },
  2086. "node_modules/protobufjs": {
  2087. "version": "8.6.5",
  2088. "resolved": "https://registry.npmmirror.com/protobufjs/-/protobufjs-8.6.5.tgz",
  2089. "integrity": "sha512-zeE5LPpencAGXvsxyOYmEgJhxzHY8IsmPAFzstZVhDSVT8QH03q6gMZwZRaQGApevZbAL6u28ugs4CC+YKB2jQ==",
  2090. "license": "BSD-3-Clause",
  2091. "dependencies": {
  2092. "long": "^5.3.2"
  2093. },
  2094. "engines": {
  2095. "node": ">=12.0.0"
  2096. }
  2097. },
  2098. "node_modules/quick-lru": {
  2099. "version": "6.1.2",
  2100. "resolved": "https://registry.npmmirror.com/quick-lru/-/quick-lru-6.1.2.tgz",
  2101. "integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==",
  2102. "dev": true,
  2103. "license": "MIT",
  2104. "engines": {
  2105. "node": ">=12"
  2106. },
  2107. "funding": {
  2108. "url": "https://github.com/sponsors/sindresorhus"
  2109. }
  2110. },
  2111. "node_modules/quickselect": {
  2112. "version": "3.0.0",
  2113. "resolved": "https://registry.npmmirror.com/quickselect/-/quickselect-3.0.0.tgz",
  2114. "integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==",
  2115. "license": "ISC"
  2116. },
  2117. "node_modules/range-parser": {
  2118. "version": "1.2.1",
  2119. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  2120. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  2121. "license": "MIT",
  2122. "engines": {
  2123. "node": ">= 0.6"
  2124. }
  2125. },
  2126. "node_modules/rbush": {
  2127. "version": "4.0.1",
  2128. "resolved": "https://registry.npmmirror.com/rbush/-/rbush-4.0.1.tgz",
  2129. "integrity": "sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==",
  2130. "license": "MIT",
  2131. "dependencies": {
  2132. "quickselect": "^3.0.0"
  2133. }
  2134. },
  2135. "node_modules/rolldown": {
  2136. "version": "1.0.3",
  2137. "resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.0.3.tgz",
  2138. "integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
  2139. "license": "MIT",
  2140. "dependencies": {
  2141. "@oxc-project/types": "=0.133.0",
  2142. "@rolldown/pluginutils": "^1.0.0"
  2143. },
  2144. "bin": {
  2145. "rolldown": "bin/cli.mjs"
  2146. },
  2147. "engines": {
  2148. "node": "^20.19.0 || >=22.12.0"
  2149. },
  2150. "optionalDependencies": {
  2151. "@rolldown/binding-android-arm64": "1.0.3",
  2152. "@rolldown/binding-darwin-arm64": "1.0.3",
  2153. "@rolldown/binding-darwin-x64": "1.0.3",
  2154. "@rolldown/binding-freebsd-x64": "1.0.3",
  2155. "@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
  2156. "@rolldown/binding-linux-arm64-gnu": "1.0.3",
  2157. "@rolldown/binding-linux-arm64-musl": "1.0.3",
  2158. "@rolldown/binding-linux-ppc64-gnu": "1.0.3",
  2159. "@rolldown/binding-linux-s390x-gnu": "1.0.3",
  2160. "@rolldown/binding-linux-x64-gnu": "1.0.3",
  2161. "@rolldown/binding-linux-x64-musl": "1.0.3",
  2162. "@rolldown/binding-openharmony-arm64": "1.0.3",
  2163. "@rolldown/binding-wasm32-wasi": "1.0.3",
  2164. "@rolldown/binding-win32-arm64-msvc": "1.0.3",
  2165. "@rolldown/binding-win32-x64-msvc": "1.0.3"
  2166. }
  2167. },
  2168. "node_modules/rollup": {
  2169. "version": "2.80.0",
  2170. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-2.80.0.tgz",
  2171. "integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==",
  2172. "license": "MIT",
  2173. "peer": true,
  2174. "bin": {
  2175. "rollup": "dist/bin/rollup"
  2176. },
  2177. "engines": {
  2178. "node": ">=10.0.0"
  2179. },
  2180. "optionalDependencies": {
  2181. "fsevents": "~2.3.2"
  2182. }
  2183. },
  2184. "node_modules/rollup-plugin-external-globals": {
  2185. "version": "0.6.1",
  2186. "resolved": "https://registry.npmmirror.com/rollup-plugin-external-globals/-/rollup-plugin-external-globals-0.6.1.tgz",
  2187. "integrity": "sha512-mlp3KNa5sE4Sp9UUR2rjBrxjG79OyZAh/QC18RHIjM+iYkbBwNXSo8DHRMZWtzJTrH8GxQ+SJvCTN3i14uMXIA==",
  2188. "license": "MIT",
  2189. "dependencies": {
  2190. "@rollup/pluginutils": "^4.0.0",
  2191. "estree-walker": "^2.0.1",
  2192. "is-reference": "^1.2.1",
  2193. "magic-string": "^0.25.7"
  2194. },
  2195. "peerDependencies": {
  2196. "rollup": "^2.25.0"
  2197. }
  2198. },
  2199. "node_modules/semver": {
  2200. "version": "7.8.2",
  2201. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.8.2.tgz",
  2202. "integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
  2203. "dev": true,
  2204. "license": "ISC",
  2205. "bin": {
  2206. "semver": "bin/semver.js"
  2207. },
  2208. "engines": {
  2209. "node": ">=10"
  2210. }
  2211. },
  2212. "node_modules/send": {
  2213. "version": "0.19.2",
  2214. "resolved": "https://registry.npmmirror.com/send/-/send-0.19.2.tgz",
  2215. "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
  2216. "license": "MIT",
  2217. "dependencies": {
  2218. "debug": "2.6.9",
  2219. "depd": "2.0.0",
  2220. "destroy": "1.2.0",
  2221. "encodeurl": "~2.0.0",
  2222. "escape-html": "~1.0.3",
  2223. "etag": "~1.8.1",
  2224. "fresh": "~0.5.2",
  2225. "http-errors": "~2.0.1",
  2226. "mime": "1.6.0",
  2227. "ms": "2.1.3",
  2228. "on-finished": "~2.4.1",
  2229. "range-parser": "~1.2.1",
  2230. "statuses": "~2.0.2"
  2231. },
  2232. "engines": {
  2233. "node": ">= 0.8.0"
  2234. }
  2235. },
  2236. "node_modules/serve-static": {
  2237. "version": "1.16.3",
  2238. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.3.tgz",
  2239. "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
  2240. "license": "MIT",
  2241. "dependencies": {
  2242. "encodeurl": "~2.0.0",
  2243. "escape-html": "~1.0.3",
  2244. "parseurl": "~1.3.3",
  2245. "send": "~0.19.1"
  2246. },
  2247. "engines": {
  2248. "node": ">= 0.8.0"
  2249. }
  2250. },
  2251. "node_modules/setprototypeof": {
  2252. "version": "1.2.0",
  2253. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  2254. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  2255. "license": "ISC"
  2256. },
  2257. "node_modules/sharp": {
  2258. "version": "0.34.5",
  2259. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.34.5.tgz",
  2260. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  2261. "dev": true,
  2262. "hasInstallScript": true,
  2263. "license": "Apache-2.0",
  2264. "dependencies": {
  2265. "@img/colour": "^1.0.0",
  2266. "detect-libc": "^2.1.2",
  2267. "semver": "^7.7.3"
  2268. },
  2269. "engines": {
  2270. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2271. },
  2272. "funding": {
  2273. "url": "https://opencollective.com/libvips"
  2274. },
  2275. "optionalDependencies": {
  2276. "@img/sharp-darwin-arm64": "0.34.5",
  2277. "@img/sharp-darwin-x64": "0.34.5",
  2278. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  2279. "@img/sharp-libvips-darwin-x64": "1.2.4",
  2280. "@img/sharp-libvips-linux-arm": "1.2.4",
  2281. "@img/sharp-libvips-linux-arm64": "1.2.4",
  2282. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  2283. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  2284. "@img/sharp-libvips-linux-s390x": "1.2.4",
  2285. "@img/sharp-libvips-linux-x64": "1.2.4",
  2286. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  2287. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  2288. "@img/sharp-linux-arm": "0.34.5",
  2289. "@img/sharp-linux-arm64": "0.34.5",
  2290. "@img/sharp-linux-ppc64": "0.34.5",
  2291. "@img/sharp-linux-riscv64": "0.34.5",
  2292. "@img/sharp-linux-s390x": "0.34.5",
  2293. "@img/sharp-linux-x64": "0.34.5",
  2294. "@img/sharp-linuxmusl-arm64": "0.34.5",
  2295. "@img/sharp-linuxmusl-x64": "0.34.5",
  2296. "@img/sharp-wasm32": "0.34.5",
  2297. "@img/sharp-win32-arm64": "0.34.5",
  2298. "@img/sharp-win32-ia32": "0.34.5",
  2299. "@img/sharp-win32-x64": "0.34.5"
  2300. }
  2301. },
  2302. "node_modules/source-map-js": {
  2303. "version": "1.2.1",
  2304. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2305. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2306. "license": "BSD-3-Clause",
  2307. "engines": {
  2308. "node": ">=0.10.0"
  2309. }
  2310. },
  2311. "node_modules/sourcemap-codec": {
  2312. "version": "1.4.8",
  2313. "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  2314. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  2315. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  2316. "license": "MIT"
  2317. },
  2318. "node_modules/statuses": {
  2319. "version": "2.0.2",
  2320. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  2321. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  2322. "license": "MIT",
  2323. "engines": {
  2324. "node": ">= 0.8"
  2325. }
  2326. },
  2327. "node_modules/three": {
  2328. "version": "0.184.0",
  2329. "resolved": "https://registry.npmmirror.com/three/-/three-0.184.0.tgz",
  2330. "integrity": "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg==",
  2331. "license": "MIT"
  2332. },
  2333. "node_modules/tinyglobby": {
  2334. "version": "0.2.17",
  2335. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
  2336. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  2337. "license": "MIT",
  2338. "dependencies": {
  2339. "fdir": "^6.5.0",
  2340. "picomatch": "^4.0.4"
  2341. },
  2342. "engines": {
  2343. "node": ">=12.0.0"
  2344. },
  2345. "funding": {
  2346. "url": "https://github.com/sponsors/SuperchupuDev"
  2347. }
  2348. },
  2349. "node_modules/toidentifier": {
  2350. "version": "1.0.1",
  2351. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  2352. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  2353. "license": "MIT",
  2354. "engines": {
  2355. "node": ">=0.6"
  2356. }
  2357. },
  2358. "node_modules/topojson-client": {
  2359. "version": "3.1.0",
  2360. "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
  2361. "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  2362. "license": "ISC",
  2363. "dependencies": {
  2364. "commander": "2"
  2365. },
  2366. "bin": {
  2367. "topo2geo": "bin/topo2geo",
  2368. "topomerge": "bin/topomerge",
  2369. "topoquantize": "bin/topoquantize"
  2370. }
  2371. },
  2372. "node_modules/tslib": {
  2373. "version": "2.8.1",
  2374. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  2375. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  2376. "license": "0BSD"
  2377. },
  2378. "node_modules/universalify": {
  2379. "version": "2.0.1",
  2380. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  2381. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  2382. "license": "MIT",
  2383. "engines": {
  2384. "node": ">= 10.0.0"
  2385. }
  2386. },
  2387. "node_modules/urijs": {
  2388. "version": "1.19.11",
  2389. "resolved": "https://registry.npmmirror.com/urijs/-/urijs-1.19.11.tgz",
  2390. "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==",
  2391. "license": "MIT"
  2392. },
  2393. "node_modules/utif": {
  2394. "version": "3.1.0",
  2395. "resolved": "https://registry.npmmirror.com/utif/-/utif-3.1.0.tgz",
  2396. "integrity": "sha512-WEo4D/xOvFW53K5f5QTaTbbiORcm2/pCL9P6qmJnup+17eYfKaEhDeX9PeQkuyEoIxlbGklDuGl8xwuXYMrrXQ==",
  2397. "license": "MIT",
  2398. "dependencies": {
  2399. "pako": "^1.0.5"
  2400. }
  2401. },
  2402. "node_modules/vite": {
  2403. "version": "8.0.16",
  2404. "resolved": "https://registry.npmmirror.com/vite/-/vite-8.0.16.tgz",
  2405. "integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
  2406. "license": "MIT",
  2407. "dependencies": {
  2408. "lightningcss": "^1.32.0",
  2409. "picomatch": "^4.0.4",
  2410. "postcss": "^8.5.15",
  2411. "rolldown": "1.0.3",
  2412. "tinyglobby": "^0.2.17"
  2413. },
  2414. "bin": {
  2415. "vite": "bin/vite.js"
  2416. },
  2417. "engines": {
  2418. "node": "^20.19.0 || >=22.12.0"
  2419. },
  2420. "funding": {
  2421. "url": "https://github.com/vitejs/vite?sponsor=1"
  2422. },
  2423. "optionalDependencies": {
  2424. "fsevents": "~2.3.3"
  2425. },
  2426. "peerDependencies": {
  2427. "@types/node": "^20.19.0 || >=22.12.0",
  2428. "@vitejs/devtools": "^0.1.18",
  2429. "esbuild": "^0.27.0 || ^0.28.0",
  2430. "jiti": ">=1.21.0",
  2431. "less": "^4.0.0",
  2432. "sass": "^1.70.0",
  2433. "sass-embedded": "^1.70.0",
  2434. "stylus": ">=0.54.8",
  2435. "sugarss": "^5.0.0",
  2436. "terser": "^5.16.0",
  2437. "tsx": "^4.8.1",
  2438. "yaml": "^2.4.2"
  2439. },
  2440. "peerDependenciesMeta": {
  2441. "@types/node": {
  2442. "optional": true
  2443. },
  2444. "@vitejs/devtools": {
  2445. "optional": true
  2446. },
  2447. "esbuild": {
  2448. "optional": true
  2449. },
  2450. "jiti": {
  2451. "optional": true
  2452. },
  2453. "less": {
  2454. "optional": true
  2455. },
  2456. "sass": {
  2457. "optional": true
  2458. },
  2459. "sass-embedded": {
  2460. "optional": true
  2461. },
  2462. "stylus": {
  2463. "optional": true
  2464. },
  2465. "sugarss": {
  2466. "optional": true
  2467. },
  2468. "terser": {
  2469. "optional": true
  2470. },
  2471. "tsx": {
  2472. "optional": true
  2473. },
  2474. "yaml": {
  2475. "optional": true
  2476. }
  2477. }
  2478. },
  2479. "node_modules/vite-plugin-cesium": {
  2480. "version": "1.2.23",
  2481. "resolved": "https://registry.npmmirror.com/vite-plugin-cesium/-/vite-plugin-cesium-1.2.23.tgz",
  2482. "integrity": "sha512-x9A8ZCEoegceXg/E+LnxKr0XBsI9CR4cgYWQ2Dd3cUEYwKcTnHQ3kBfpol7BUcGtgQnQos/mtVrRmuVQBXFjHw==",
  2483. "license": "MIT",
  2484. "dependencies": {
  2485. "fs-extra": "^9.1.0",
  2486. "rollup-plugin-external-globals": "^0.6.1",
  2487. "serve-static": "^1.14.1"
  2488. },
  2489. "peerDependencies": {
  2490. "cesium": "^1.95.0",
  2491. "vite": ">=2.7.1"
  2492. }
  2493. },
  2494. "node_modules/vue": {
  2495. "version": "3.5.35",
  2496. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.35.tgz",
  2497. "integrity": "sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==",
  2498. "license": "MIT",
  2499. "dependencies": {
  2500. "@vue/compiler-dom": "3.5.35",
  2501. "@vue/compiler-sfc": "3.5.35",
  2502. "@vue/runtime-dom": "3.5.35",
  2503. "@vue/server-renderer": "3.5.35",
  2504. "@vue/shared": "3.5.35"
  2505. },
  2506. "peerDependencies": {
  2507. "typescript": "*"
  2508. },
  2509. "peerDependenciesMeta": {
  2510. "typescript": {
  2511. "optional": true
  2512. }
  2513. }
  2514. },
  2515. "node_modules/vue-component-type-helpers": {
  2516. "version": "3.3.3",
  2517. "resolved": "https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-3.3.3.tgz",
  2518. "integrity": "sha512-x4nsFpy5Pe8fqPzp/5vkTPeTTDBpAx4WVtV47Ejt0+2FQrq4pRRsJs7JmYRqMFzTu/LW+pCWEjQ3YVCkPV7f9g==",
  2519. "license": "MIT"
  2520. },
  2521. "node_modules/web-worker": {
  2522. "version": "1.5.0",
  2523. "resolved": "https://registry.npmmirror.com/web-worker/-/web-worker-1.5.0.tgz",
  2524. "integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
  2525. "dev": true,
  2526. "license": "Apache-2.0"
  2527. },
  2528. "node_modules/xml-utils": {
  2529. "version": "1.10.2",
  2530. "resolved": "https://registry.npmmirror.com/xml-utils/-/xml-utils-1.10.2.tgz",
  2531. "integrity": "sha512-RqM+2o1RYs6T8+3DzDSoTRAUfrvaejbVHcp3+thnAtDKo8LskR+HomLajEy5UjTz24rpka7AxVBRR3g2wTUkJA==",
  2532. "dev": true,
  2533. "license": "CC0-1.0"
  2534. },
  2535. "node_modules/zstddec": {
  2536. "version": "0.2.0",
  2537. "resolved": "https://registry.npmmirror.com/zstddec/-/zstddec-0.2.0.tgz",
  2538. "integrity": "sha512-oyPnDa1X5c13+Y7mA/FDMNJrn4S8UNBe0KCqtDmor40Re7ALrPN6npFwyYVRRh+PqozZQdeg23QtbcamZnG5rA==",
  2539. "dev": true,
  2540. "license": "MIT AND BSD-3-Clause"
  2541. }
  2542. }
  2543. }