pnpm-lock.yaml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. lockfileVersion: 5.4
  2. specifiers:
  3. solid-js: ^1.4.2
  4. typescript: ^4.6.4
  5. vite: ^2.9.9
  6. vite-plugin-solid: ^2.2.6
  7. dependencies:
  8. solid-js: 1.4.2
  9. devDependencies:
  10. typescript: 4.6.4
  11. vite: 2.9.9
  12. vite-plugin-solid: 2.2.6
  13. packages:
  14. /@ampproject/remapping/2.1.2:
  15. resolution: {integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==}
  16. engines: {node: '>=6.0.0'}
  17. dependencies:
  18. '@jridgewell/trace-mapping': 0.3.4
  19. dev: true
  20. /@babel/code-frame/7.16.7:
  21. resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
  22. engines: {node: '>=6.9.0'}
  23. dependencies:
  24. '@babel/highlight': 7.16.10
  25. dev: true
  26. /@babel/compat-data/7.17.7:
  27. resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==}
  28. engines: {node: '>=6.9.0'}
  29. dev: true
  30. /@babel/core/7.17.8:
  31. resolution: {integrity: sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==}
  32. engines: {node: '>=6.9.0'}
  33. dependencies:
  34. '@ampproject/remapping': 2.1.2
  35. '@babel/code-frame': 7.16.7
  36. '@babel/generator': 7.17.7
  37. '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8
  38. '@babel/helper-module-transforms': 7.17.7
  39. '@babel/helpers': 7.17.8
  40. '@babel/parser': 7.17.8
  41. '@babel/template': 7.16.7
  42. '@babel/traverse': 7.17.3
  43. '@babel/types': 7.17.0
  44. convert-source-map: 1.8.0
  45. debug: 4.3.4
  46. gensync: 1.0.0-beta.2
  47. json5: 2.2.1
  48. semver: 6.3.0
  49. transitivePeerDependencies:
  50. - supports-color
  51. dev: true
  52. /@babel/generator/7.17.7:
  53. resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==}
  54. engines: {node: '>=6.9.0'}
  55. dependencies:
  56. '@babel/types': 7.17.0
  57. jsesc: 2.5.2
  58. source-map: 0.5.7
  59. dev: true
  60. /@babel/helper-annotate-as-pure/7.16.7:
  61. resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
  62. engines: {node: '>=6.9.0'}
  63. dependencies:
  64. '@babel/types': 7.18.0
  65. dev: true
  66. /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.8:
  67. resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==}
  68. engines: {node: '>=6.9.0'}
  69. peerDependencies:
  70. '@babel/core': ^7.0.0
  71. dependencies:
  72. '@babel/compat-data': 7.17.7
  73. '@babel/core': 7.17.8
  74. '@babel/helper-validator-option': 7.16.7
  75. browserslist: 4.20.2
  76. semver: 6.3.0
  77. dev: true
  78. /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.8:
  79. resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==}
  80. engines: {node: '>=6.9.0'}
  81. peerDependencies:
  82. '@babel/core': ^7.0.0
  83. dependencies:
  84. '@babel/core': 7.17.8
  85. '@babel/helper-annotate-as-pure': 7.16.7
  86. '@babel/helper-environment-visitor': 7.16.7
  87. '@babel/helper-function-name': 7.16.7
  88. '@babel/helper-member-expression-to-functions': 7.17.7
  89. '@babel/helper-optimise-call-expression': 7.16.7
  90. '@babel/helper-replace-supers': 7.16.7
  91. '@babel/helper-split-export-declaration': 7.16.7
  92. transitivePeerDependencies:
  93. - supports-color
  94. dev: true
  95. /@babel/helper-environment-visitor/7.16.7:
  96. resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
  97. engines: {node: '>=6.9.0'}
  98. dependencies:
  99. '@babel/types': 7.17.0
  100. dev: true
  101. /@babel/helper-function-name/7.16.7:
  102. resolution: {integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==}
  103. engines: {node: '>=6.9.0'}
  104. dependencies:
  105. '@babel/helper-get-function-arity': 7.16.7
  106. '@babel/template': 7.16.7
  107. '@babel/types': 7.17.0
  108. dev: true
  109. /@babel/helper-get-function-arity/7.16.7:
  110. resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==}
  111. engines: {node: '>=6.9.0'}
  112. dependencies:
  113. '@babel/types': 7.17.0
  114. dev: true
  115. /@babel/helper-hoist-variables/7.16.7:
  116. resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
  117. engines: {node: '>=6.9.0'}
  118. dependencies:
  119. '@babel/types': 7.17.0
  120. dev: true
  121. /@babel/helper-member-expression-to-functions/7.17.7:
  122. resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
  123. engines: {node: '>=6.9.0'}
  124. dependencies:
  125. '@babel/types': 7.18.0
  126. dev: true
  127. /@babel/helper-module-imports/7.16.0:
  128. resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
  129. engines: {node: '>=6.9.0'}
  130. dependencies:
  131. '@babel/types': 7.17.0
  132. dev: true
  133. /@babel/helper-module-imports/7.16.7:
  134. resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
  135. engines: {node: '>=6.9.0'}
  136. dependencies:
  137. '@babel/types': 7.17.0
  138. dev: true
  139. /@babel/helper-module-transforms/7.17.7:
  140. resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
  141. engines: {node: '>=6.9.0'}
  142. dependencies:
  143. '@babel/helper-environment-visitor': 7.16.7
  144. '@babel/helper-module-imports': 7.16.7
  145. '@babel/helper-simple-access': 7.17.7
  146. '@babel/helper-split-export-declaration': 7.16.7
  147. '@babel/helper-validator-identifier': 7.16.7
  148. '@babel/template': 7.16.7
  149. '@babel/traverse': 7.17.3
  150. '@babel/types': 7.17.0
  151. transitivePeerDependencies:
  152. - supports-color
  153. dev: true
  154. /@babel/helper-optimise-call-expression/7.16.7:
  155. resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
  156. engines: {node: '>=6.9.0'}
  157. dependencies:
  158. '@babel/types': 7.18.0
  159. dev: true
  160. /@babel/helper-plugin-utils/7.16.7:
  161. resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==}
  162. engines: {node: '>=6.9.0'}
  163. dev: true
  164. /@babel/helper-replace-supers/7.16.7:
  165. resolution: {integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==}
  166. engines: {node: '>=6.9.0'}
  167. dependencies:
  168. '@babel/helper-environment-visitor': 7.16.7
  169. '@babel/helper-member-expression-to-functions': 7.17.7
  170. '@babel/helper-optimise-call-expression': 7.16.7
  171. '@babel/traverse': 7.17.3
  172. '@babel/types': 7.18.0
  173. transitivePeerDependencies:
  174. - supports-color
  175. dev: true
  176. /@babel/helper-simple-access/7.17.7:
  177. resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
  178. engines: {node: '>=6.9.0'}
  179. dependencies:
  180. '@babel/types': 7.17.0
  181. dev: true
  182. /@babel/helper-split-export-declaration/7.16.7:
  183. resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
  184. engines: {node: '>=6.9.0'}
  185. dependencies:
  186. '@babel/types': 7.17.0
  187. dev: true
  188. /@babel/helper-validator-identifier/7.16.7:
  189. resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
  190. engines: {node: '>=6.9.0'}
  191. dev: true
  192. /@babel/helper-validator-option/7.16.7:
  193. resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
  194. engines: {node: '>=6.9.0'}
  195. dev: true
  196. /@babel/helpers/7.17.8:
  197. resolution: {integrity: sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==}
  198. engines: {node: '>=6.9.0'}
  199. dependencies:
  200. '@babel/template': 7.16.7
  201. '@babel/traverse': 7.17.3
  202. '@babel/types': 7.17.0
  203. transitivePeerDependencies:
  204. - supports-color
  205. dev: true
  206. /@babel/highlight/7.16.10:
  207. resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==}
  208. engines: {node: '>=6.9.0'}
  209. dependencies:
  210. '@babel/helper-validator-identifier': 7.16.7
  211. chalk: 2.4.2
  212. js-tokens: 4.0.0
  213. dev: true
  214. /@babel/parser/7.17.8:
  215. resolution: {integrity: sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==}
  216. engines: {node: '>=6.0.0'}
  217. hasBin: true
  218. dependencies:
  219. '@babel/types': 7.17.0
  220. dev: true
  221. /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.8:
  222. resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==}
  223. engines: {node: '>=6.9.0'}
  224. peerDependencies:
  225. '@babel/core': ^7.0.0-0
  226. dependencies:
  227. '@babel/core': 7.17.8
  228. '@babel/helper-plugin-utils': 7.16.7
  229. dev: true
  230. /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.8:
  231. resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==}
  232. engines: {node: '>=6.9.0'}
  233. peerDependencies:
  234. '@babel/core': ^7.0.0-0
  235. dependencies:
  236. '@babel/core': 7.17.8
  237. '@babel/helper-plugin-utils': 7.16.7
  238. dev: true
  239. /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.8:
  240. resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==}
  241. engines: {node: '>=6.9.0'}
  242. peerDependencies:
  243. '@babel/core': ^7.0.0-0
  244. dependencies:
  245. '@babel/core': 7.17.8
  246. '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.8
  247. '@babel/helper-plugin-utils': 7.16.7
  248. '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.8
  249. transitivePeerDependencies:
  250. - supports-color
  251. dev: true
  252. /@babel/preset-typescript/7.16.7_@babel+core@7.17.8:
  253. resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==}
  254. engines: {node: '>=6.9.0'}
  255. peerDependencies:
  256. '@babel/core': ^7.0.0-0
  257. dependencies:
  258. '@babel/core': 7.17.8
  259. '@babel/helper-plugin-utils': 7.16.7
  260. '@babel/helper-validator-option': 7.16.7
  261. '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.8
  262. transitivePeerDependencies:
  263. - supports-color
  264. dev: true
  265. /@babel/template/7.16.7:
  266. resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==}
  267. engines: {node: '>=6.9.0'}
  268. dependencies:
  269. '@babel/code-frame': 7.16.7
  270. '@babel/parser': 7.17.8
  271. '@babel/types': 7.17.0
  272. dev: true
  273. /@babel/traverse/7.17.3:
  274. resolution: {integrity: sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==}
  275. engines: {node: '>=6.9.0'}
  276. dependencies:
  277. '@babel/code-frame': 7.16.7
  278. '@babel/generator': 7.17.7
  279. '@babel/helper-environment-visitor': 7.16.7
  280. '@babel/helper-function-name': 7.16.7
  281. '@babel/helper-hoist-variables': 7.16.7
  282. '@babel/helper-split-export-declaration': 7.16.7
  283. '@babel/parser': 7.17.8
  284. '@babel/types': 7.17.0
  285. debug: 4.3.4
  286. globals: 11.12.0
  287. transitivePeerDependencies:
  288. - supports-color
  289. dev: true
  290. /@babel/types/7.17.0:
  291. resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==}
  292. engines: {node: '>=6.9.0'}
  293. dependencies:
  294. '@babel/helper-validator-identifier': 7.16.7
  295. to-fast-properties: 2.0.0
  296. dev: true
  297. /@babel/types/7.18.0:
  298. resolution: {integrity: sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==}
  299. engines: {node: '>=6.9.0'}
  300. dependencies:
  301. '@babel/helper-validator-identifier': 7.16.7
  302. to-fast-properties: 2.0.0
  303. dev: true
  304. /@jridgewell/resolve-uri/3.0.5:
  305. resolution: {integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==}
  306. engines: {node: '>=6.0.0'}
  307. dev: true
  308. /@jridgewell/sourcemap-codec/1.4.11:
  309. resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==}
  310. dev: true
  311. /@jridgewell/trace-mapping/0.3.4:
  312. resolution: {integrity: sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==}
  313. dependencies:
  314. '@jridgewell/resolve-uri': 3.0.5
  315. '@jridgewell/sourcemap-codec': 1.4.11
  316. dev: true
  317. /ansi-styles/3.2.1:
  318. resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
  319. engines: {node: '>=4'}
  320. dependencies:
  321. color-convert: 1.9.3
  322. dev: true
  323. /babel-plugin-jsx-dom-expressions/0.32.11_@babel+core@7.17.8:
  324. resolution: {integrity: sha512-hytqY33SGW6B3obSLt8K5X510UwtNkTktCCWgwba+QOOV0CowDFiqeL+0ru895FLacFaYANHFTu1y76dg3GVtw==}
  325. dependencies:
  326. '@babel/helper-module-imports': 7.16.0
  327. '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.8
  328. '@babel/types': 7.17.0
  329. html-entities: 2.3.2
  330. transitivePeerDependencies:
  331. - '@babel/core'
  332. dev: true
  333. /babel-preset-solid/1.3.13_@babel+core@7.17.8:
  334. resolution: {integrity: sha512-MZnmsceI9yiHlwwFCSALTJhadk2eea/+2UP4ec4jkPZFR+XRKTLoIwRkrBh7uLtvHF+3lHGyUaXtZukOmmUwhA==}
  335. dependencies:
  336. babel-plugin-jsx-dom-expressions: 0.32.11_@babel+core@7.17.8
  337. transitivePeerDependencies:
  338. - '@babel/core'
  339. dev: true
  340. /browserslist/4.20.2:
  341. resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==}
  342. engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
  343. hasBin: true
  344. dependencies:
  345. caniuse-lite: 1.0.30001320
  346. electron-to-chromium: 1.4.93
  347. escalade: 3.1.1
  348. node-releases: 2.0.2
  349. picocolors: 1.0.0
  350. dev: true
  351. /caniuse-lite/1.0.30001320:
  352. resolution: {integrity: sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==}
  353. dev: true
  354. /chalk/2.4.2:
  355. resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
  356. engines: {node: '>=4'}
  357. dependencies:
  358. ansi-styles: 3.2.1
  359. escape-string-regexp: 1.0.5
  360. supports-color: 5.5.0
  361. dev: true
  362. /color-convert/1.9.3:
  363. resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
  364. dependencies:
  365. color-name: 1.1.3
  366. dev: true
  367. /color-name/1.1.3:
  368. resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=}
  369. dev: true
  370. /convert-source-map/1.8.0:
  371. resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==}
  372. dependencies:
  373. safe-buffer: 5.1.2
  374. dev: true
  375. /debug/4.3.4:
  376. resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
  377. engines: {node: '>=6.0'}
  378. peerDependencies:
  379. supports-color: '*'
  380. peerDependenciesMeta:
  381. supports-color:
  382. optional: true
  383. dependencies:
  384. ms: 2.1.2
  385. dev: true
  386. /electron-to-chromium/1.4.93:
  387. resolution: {integrity: sha512-ywq9Pc5Gwwpv7NG767CtoU8xF3aAUQJjH9//Wy3MBCg4w5JSLbJUq2L8IsCdzPMjvSgxuue9WcVaTOyyxCL0aQ==}
  388. dev: true
  389. /esbuild-android-64/0.14.39:
  390. resolution: {integrity: sha512-EJOu04p9WgZk0UoKTqLId9VnIsotmI/Z98EXrKURGb3LPNunkeffqQIkjS2cAvidh+OK5uVrXaIP229zK6GvhQ==}
  391. engines: {node: '>=12'}
  392. cpu: [x64]
  393. os: [android]
  394. requiresBuild: true
  395. dev: true
  396. optional: true
  397. /esbuild-android-arm64/0.14.39:
  398. resolution: {integrity: sha512-+twajJqO7n3MrCz9e+2lVOnFplRsaGRwsq1KL/uOy7xK7QdRSprRQcObGDeDZUZsacD5gUkk6OiHiYp6RzU3CA==}
  399. engines: {node: '>=12'}
  400. cpu: [arm64]
  401. os: [android]
  402. requiresBuild: true
  403. dev: true
  404. optional: true
  405. /esbuild-darwin-64/0.14.39:
  406. resolution: {integrity: sha512-ImT6eUw3kcGcHoUxEcdBpi6LfTRWaV6+qf32iYYAfwOeV+XaQ/Xp5XQIBiijLeo+LpGci9M0FVec09nUw41a5g==}
  407. engines: {node: '>=12'}
  408. cpu: [x64]
  409. os: [darwin]
  410. requiresBuild: true
  411. dev: true
  412. optional: true
  413. /esbuild-darwin-arm64/0.14.39:
  414. resolution: {integrity: sha512-/fcQ5UhE05OiT+bW5v7/up1bDsnvaRZPJxXwzXsMRrr7rZqPa85vayrD723oWMT64dhrgWeA3FIneF8yER0XTw==}
  415. engines: {node: '>=12'}
  416. cpu: [arm64]
  417. os: [darwin]
  418. requiresBuild: true
  419. dev: true
  420. optional: true
  421. /esbuild-freebsd-64/0.14.39:
  422. resolution: {integrity: sha512-oMNH8lJI4wtgN5oxuFP7BQ22vgB/e3Tl5Woehcd6i2r6F3TszpCnNl8wo2d/KvyQ4zvLvCWAlRciumhQg88+kQ==}
  423. engines: {node: '>=12'}
  424. cpu: [x64]
  425. os: [freebsd]
  426. requiresBuild: true
  427. dev: true
  428. optional: true
  429. /esbuild-freebsd-arm64/0.14.39:
  430. resolution: {integrity: sha512-1GHK7kwk57ukY2yI4ILWKJXaxfr+8HcM/r/JKCGCPziIVlL+Wi7RbJ2OzMcTKZ1HpvEqCTBT/J6cO4ZEwW4Ypg==}
  431. engines: {node: '>=12'}
  432. cpu: [arm64]
  433. os: [freebsd]
  434. requiresBuild: true
  435. dev: true
  436. optional: true
  437. /esbuild-linux-32/0.14.39:
  438. resolution: {integrity: sha512-g97Sbb6g4zfRLIxHgW2pc393DjnkTRMeq3N1rmjDUABxpx8SjocK4jLen+/mq55G46eE2TA0MkJ4R3SpKMu7dg==}
  439. engines: {node: '>=12'}
  440. cpu: [ia32]
  441. os: [linux]
  442. requiresBuild: true
  443. dev: true
  444. optional: true
  445. /esbuild-linux-64/0.14.39:
  446. resolution: {integrity: sha512-4tcgFDYWdI+UbNMGlua9u1Zhu0N5R6u9tl5WOM8aVnNX143JZoBZLpCuUr5lCKhnD0SCO+5gUyMfupGrHtfggQ==}
  447. engines: {node: '>=12'}
  448. cpu: [x64]
  449. os: [linux]
  450. requiresBuild: true
  451. dev: true
  452. optional: true
  453. /esbuild-linux-arm/0.14.39:
  454. resolution: {integrity: sha512-t0Hn1kWVx5UpCzAJkKRfHeYOLyFnXwYynIkK54/h3tbMweGI7dj400D1k0Vvtj2u1P+JTRT9tx3AjtLEMmfVBQ==}
  455. engines: {node: '>=12'}
  456. cpu: [arm]
  457. os: [linux]
  458. requiresBuild: true
  459. dev: true
  460. optional: true
  461. /esbuild-linux-arm64/0.14.39:
  462. resolution: {integrity: sha512-23pc8MlD2D6Px1mV8GMglZlKgwgNKAO8gsgsLLcXWSs9lQsCYkIlMo/2Ycfo5JrDIbLdwgP8D2vpfH2KcBqrDQ==}
  463. engines: {node: '>=12'}
  464. cpu: [arm64]
  465. os: [linux]
  466. requiresBuild: true
  467. dev: true
  468. optional: true
  469. /esbuild-linux-mips64le/0.14.39:
  470. resolution: {integrity: sha512-epwlYgVdbmkuRr5n4es3B+yDI0I2e/nxhKejT9H0OLxFAlMkeQZxSpxATpDc9m8NqRci6Kwyb/SfmD1koG2Zuw==}
  471. engines: {node: '>=12'}
  472. cpu: [mips64el]
  473. os: [linux]
  474. requiresBuild: true
  475. dev: true
  476. optional: true
  477. /esbuild-linux-ppc64le/0.14.39:
  478. resolution: {integrity: sha512-W/5ezaq+rQiQBThIjLMNjsuhPHg+ApVAdTz2LvcuesZFMsJoQAW2hutoyg47XxpWi7aEjJGrkS26qCJKhRn3QQ==}
  479. engines: {node: '>=12'}
  480. cpu: [ppc64]
  481. os: [linux]
  482. requiresBuild: true
  483. dev: true
  484. optional: true
  485. /esbuild-linux-riscv64/0.14.39:
  486. resolution: {integrity: sha512-IS48xeokcCTKeQIOke2O0t9t14HPvwnZcy+5baG13Z1wxs9ZrC5ig5ypEQQh4QMKxURD5TpCLHw2W42CLuVZaA==}
  487. engines: {node: '>=12'}
  488. cpu: [riscv64]
  489. os: [linux]
  490. requiresBuild: true
  491. dev: true
  492. optional: true
  493. /esbuild-linux-s390x/0.14.39:
  494. resolution: {integrity: sha512-zEfunpqR8sMomqXhNTFEKDs+ik7HC01m3M60MsEjZOqaywHu5e5682fMsqOlZbesEAAaO9aAtRBsU7CHnSZWyA==}
  495. engines: {node: '>=12'}
  496. cpu: [s390x]
  497. os: [linux]
  498. requiresBuild: true
  499. dev: true
  500. optional: true
  501. /esbuild-netbsd-64/0.14.39:
  502. resolution: {integrity: sha512-Uo2suJBSIlrZCe4E0k75VDIFJWfZy+bOV6ih3T4MVMRJh1lHJ2UyGoaX4bOxomYN3t+IakHPyEoln1+qJ1qYaA==}
  503. engines: {node: '>=12'}
  504. cpu: [x64]
  505. os: [netbsd]
  506. requiresBuild: true
  507. dev: true
  508. optional: true
  509. /esbuild-openbsd-64/0.14.39:
  510. resolution: {integrity: sha512-secQU+EpgUPpYjJe3OecoeGKVvRMLeKUxSMGHnK+aK5uQM3n1FPXNJzyz1LHFOo0WOyw+uoCxBYdM4O10oaCAA==}
  511. engines: {node: '>=12'}
  512. cpu: [x64]
  513. os: [openbsd]
  514. requiresBuild: true
  515. dev: true
  516. optional: true
  517. /esbuild-sunos-64/0.14.39:
  518. resolution: {integrity: sha512-qHq0t5gePEDm2nqZLb+35p/qkaXVS7oIe32R0ECh2HOdiXXkj/1uQI9IRogGqKkK+QjDG+DhwiUw7QoHur/Rwg==}
  519. engines: {node: '>=12'}
  520. cpu: [x64]
  521. os: [sunos]
  522. requiresBuild: true
  523. dev: true
  524. optional: true
  525. /esbuild-windows-32/0.14.39:
  526. resolution: {integrity: sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==}
  527. engines: {node: '>=12'}
  528. cpu: [ia32]
  529. os: [win32]
  530. requiresBuild: true
  531. dev: true
  532. optional: true
  533. /esbuild-windows-64/0.14.39:
  534. resolution: {integrity: sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==}
  535. engines: {node: '>=12'}
  536. cpu: [x64]
  537. os: [win32]
  538. requiresBuild: true
  539. dev: true
  540. optional: true
  541. /esbuild-windows-arm64/0.14.39:
  542. resolution: {integrity: sha512-sBZQz5D+Gd0EQ09tZRnz/PpVdLwvp/ufMtJ1iDFYddDaPpZXKqPyaxfYBLs3ueiaksQ26GGa7sci0OqFzNs7KA==}
  543. engines: {node: '>=12'}
  544. cpu: [arm64]
  545. os: [win32]
  546. requiresBuild: true
  547. dev: true
  548. optional: true
  549. /esbuild/0.14.39:
  550. resolution: {integrity: sha512-2kKujuzvRWYtwvNjYDY444LQIA3TyJhJIX3Yo4+qkFlDDtGlSicWgeHVJqMUP/2sSfH10PGwfsj+O2ro1m10xQ==}
  551. engines: {node: '>=12'}
  552. hasBin: true
  553. requiresBuild: true
  554. optionalDependencies:
  555. esbuild-android-64: 0.14.39
  556. esbuild-android-arm64: 0.14.39
  557. esbuild-darwin-64: 0.14.39
  558. esbuild-darwin-arm64: 0.14.39
  559. esbuild-freebsd-64: 0.14.39
  560. esbuild-freebsd-arm64: 0.14.39
  561. esbuild-linux-32: 0.14.39
  562. esbuild-linux-64: 0.14.39
  563. esbuild-linux-arm: 0.14.39
  564. esbuild-linux-arm64: 0.14.39
  565. esbuild-linux-mips64le: 0.14.39
  566. esbuild-linux-ppc64le: 0.14.39
  567. esbuild-linux-riscv64: 0.14.39
  568. esbuild-linux-s390x: 0.14.39
  569. esbuild-netbsd-64: 0.14.39
  570. esbuild-openbsd-64: 0.14.39
  571. esbuild-sunos-64: 0.14.39
  572. esbuild-windows-32: 0.14.39
  573. esbuild-windows-64: 0.14.39
  574. esbuild-windows-arm64: 0.14.39
  575. dev: true
  576. /escalade/3.1.1:
  577. resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
  578. engines: {node: '>=6'}
  579. dev: true
  580. /escape-string-regexp/1.0.5:
  581. resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
  582. engines: {node: '>=0.8.0'}
  583. dev: true
  584. /fsevents/2.3.2:
  585. resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
  586. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  587. os: [darwin]
  588. requiresBuild: true
  589. dev: true
  590. optional: true
  591. /function-bind/1.1.1:
  592. resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
  593. dev: true
  594. /gensync/1.0.0-beta.2:
  595. resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
  596. engines: {node: '>=6.9.0'}
  597. dev: true
  598. /globals/11.12.0:
  599. resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
  600. engines: {node: '>=4'}
  601. dev: true
  602. /has-flag/3.0.0:
  603. resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=}
  604. engines: {node: '>=4'}
  605. dev: true
  606. /has/1.0.3:
  607. resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
  608. engines: {node: '>= 0.4.0'}
  609. dependencies:
  610. function-bind: 1.1.1
  611. dev: true
  612. /html-entities/2.3.2:
  613. resolution: {integrity: sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==}
  614. dev: true
  615. /is-core-module/2.9.0:
  616. resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==}
  617. dependencies:
  618. has: 1.0.3
  619. dev: true
  620. /is-what/4.1.7:
  621. resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
  622. engines: {node: '>=12.13'}
  623. dev: true
  624. /js-tokens/4.0.0:
  625. resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
  626. dev: true
  627. /jsesc/2.5.2:
  628. resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
  629. engines: {node: '>=4'}
  630. hasBin: true
  631. dev: true
  632. /json5/2.2.1:
  633. resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==}
  634. engines: {node: '>=6'}
  635. hasBin: true
  636. dev: true
  637. /merge-anything/5.0.2:
  638. resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
  639. engines: {node: '>=12.13'}
  640. dependencies:
  641. is-what: 4.1.7
  642. ts-toolbelt: 9.6.0
  643. dev: true
  644. /ms/2.1.2:
  645. resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
  646. dev: true
  647. /nanoid/3.3.4:
  648. resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==}
  649. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  650. hasBin: true
  651. dev: true
  652. /node-releases/2.0.2:
  653. resolution: {integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==}
  654. dev: true
  655. /path-parse/1.0.7:
  656. resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
  657. dev: true
  658. /picocolors/1.0.0:
  659. resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
  660. dev: true
  661. /postcss/8.4.14:
  662. resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
  663. engines: {node: ^10 || ^12 || >=14}
  664. dependencies:
  665. nanoid: 3.3.4
  666. picocolors: 1.0.0
  667. source-map-js: 1.0.2
  668. dev: true
  669. /resolve/1.22.0:
  670. resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==}
  671. hasBin: true
  672. dependencies:
  673. is-core-module: 2.9.0
  674. path-parse: 1.0.7
  675. supports-preserve-symlinks-flag: 1.0.0
  676. dev: true
  677. /rollup/2.74.1:
  678. resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==}
  679. engines: {node: '>=10.0.0'}
  680. hasBin: true
  681. optionalDependencies:
  682. fsevents: 2.3.2
  683. dev: true
  684. /safe-buffer/5.1.2:
  685. resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
  686. dev: true
  687. /semver/6.3.0:
  688. resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
  689. hasBin: true
  690. dev: true
  691. /solid-js/1.4.2:
  692. resolution: {integrity: sha512-IU5yKuT8P/n5F5g8j1rTXqxUdPYmoZDk/074TG94AEYf/nyXAeG82BSge4/lLIbCfUcnGUJ6DRdebIjujOAYyg==}
  693. /solid-refresh/0.4.0_solid-js@1.4.2:
  694. resolution: {integrity: sha512-5XCUz845n/sHPzKK2i2G2EeV61tAmzv6SqzqhXcPaYhrgzVy7nKTQaBpKK8InKrriq9Z2JFF/mguIU00t/73xw==}
  695. peerDependencies:
  696. solid-js: ^1.3.0
  697. dependencies:
  698. '@babel/generator': 7.17.7
  699. '@babel/helper-module-imports': 7.16.7
  700. '@babel/types': 7.17.0
  701. solid-js: 1.4.2
  702. dev: true
  703. /source-map-js/1.0.2:
  704. resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
  705. engines: {node: '>=0.10.0'}
  706. dev: true
  707. /source-map/0.5.7:
  708. resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=}
  709. engines: {node: '>=0.10.0'}
  710. dev: true
  711. /supports-color/5.5.0:
  712. resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
  713. engines: {node: '>=4'}
  714. dependencies:
  715. has-flag: 3.0.0
  716. dev: true
  717. /supports-preserve-symlinks-flag/1.0.0:
  718. resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
  719. engines: {node: '>= 0.4'}
  720. dev: true
  721. /to-fast-properties/2.0.0:
  722. resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=}
  723. engines: {node: '>=4'}
  724. dev: true
  725. /ts-toolbelt/9.6.0:
  726. resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
  727. dev: true
  728. /typescript/4.6.4:
  729. resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==}
  730. engines: {node: '>=4.2.0'}
  731. hasBin: true
  732. dev: true
  733. /vite-plugin-solid/2.2.6:
  734. resolution: {integrity: sha512-J1RnmqkZZJSNYDW7vZj0giKKHLWGr9tS/gxR70WDSTYfhyXrgukbZdIfSEFbtrsg8ZiQ2t2zXcvkWoeefenqKw==}
  735. dependencies:
  736. '@babel/core': 7.17.8
  737. '@babel/preset-typescript': 7.16.7_@babel+core@7.17.8
  738. babel-preset-solid: 1.3.13_@babel+core@7.17.8
  739. merge-anything: 5.0.2
  740. solid-js: 1.4.2
  741. solid-refresh: 0.4.0_solid-js@1.4.2
  742. vite: 2.9.9
  743. transitivePeerDependencies:
  744. - less
  745. - sass
  746. - stylus
  747. - supports-color
  748. dev: true
  749. /vite/2.9.9:
  750. resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==}
  751. engines: {node: '>=12.2.0'}
  752. hasBin: true
  753. peerDependencies:
  754. less: '*'
  755. sass: '*'
  756. stylus: '*'
  757. peerDependenciesMeta:
  758. less:
  759. optional: true
  760. sass:
  761. optional: true
  762. stylus:
  763. optional: true
  764. dependencies:
  765. esbuild: 0.14.39
  766. postcss: 8.4.14
  767. resolve: 1.22.0
  768. rollup: 2.74.1
  769. optionalDependencies:
  770. fsevents: 2.3.2
  771. dev: true