extension-develop 2.0.0-rc.0 → 2.0.0-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2602) hide show
  1. package/dist/module.js +23 -23
  2. package/dist/node_modules/.package-lock.json +2529 -0
  3. package/dist/node_modules/@babel/code-frame/LICENSE +22 -0
  4. package/dist/node_modules/@babel/code-frame/README.md +19 -0
  5. package/dist/node_modules/@babel/code-frame/lib/index.js +216 -0
  6. package/dist/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  7. package/dist/node_modules/@babel/code-frame/package.json +31 -0
  8. package/dist/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  9. package/dist/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  10. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  11. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  12. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  13. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  14. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  15. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  16. package/dist/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  17. package/dist/node_modules/@csstools/cascade-layer-name-parser/CHANGELOG.md +10 -0
  18. package/dist/node_modules/@csstools/cascade-layer-name-parser/LICENSE.md +20 -0
  19. package/dist/node_modules/@csstools/cascade-layer-name-parser/README.md +32 -0
  20. package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.cjs +1 -0
  21. package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.d.ts +35 -0
  22. package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.mjs +1 -0
  23. package/dist/node_modules/@csstools/cascade-layer-name-parser/package.json +67 -0
  24. package/dist/node_modules/@csstools/color-helpers/CHANGELOG.md +9 -0
  25. package/dist/node_modules/@csstools/color-helpers/LICENSE.md +18 -0
  26. package/dist/node_modules/@csstools/color-helpers/README.md +32 -0
  27. package/dist/node_modules/@csstools/color-helpers/dist/index.cjs +263 -0
  28. package/dist/node_modules/@csstools/color-helpers/dist/index.d.ts +408 -0
  29. package/dist/node_modules/@csstools/color-helpers/dist/index.mjs +263 -0
  30. package/dist/node_modules/@csstools/color-helpers/package.json +62 -0
  31. package/dist/node_modules/@csstools/css-calc/CHANGELOG.md +9 -0
  32. package/dist/node_modules/@csstools/css-calc/LICENSE.md +20 -0
  33. package/dist/node_modules/@csstools/css-calc/README.md +132 -0
  34. package/dist/node_modules/@csstools/css-calc/dist/index.cjs +1 -0
  35. package/dist/node_modules/@csstools/css-calc/dist/index.d.ts +52 -0
  36. package/dist/node_modules/@csstools/css-calc/dist/index.mjs +1 -0
  37. package/dist/node_modules/@csstools/css-calc/package.json +66 -0
  38. package/dist/node_modules/@csstools/css-color-parser/CHANGELOG.md +11 -0
  39. package/dist/node_modules/@csstools/css-color-parser/LICENSE.md +20 -0
  40. package/dist/node_modules/@csstools/css-color-parser/README.md +37 -0
  41. package/dist/node_modules/@csstools/css-color-parser/dist/index.cjs +1 -0
  42. package/dist/node_modules/@csstools/css-color-parser/dist/index.d.ts +162 -0
  43. package/dist/node_modules/@csstools/css-color-parser/dist/index.mjs +1 -0
  44. package/dist/node_modules/@csstools/css-color-parser/package.json +71 -0
  45. package/dist/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md +9 -0
  46. package/dist/node_modules/@csstools/css-parser-algorithms/LICENSE.md +20 -0
  47. package/dist/node_modules/@csstools/css-parser-algorithms/README.md +119 -0
  48. package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.cjs +1 -0
  49. package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts +604 -0
  50. package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.mjs +1 -0
  51. package/dist/node_modules/@csstools/css-parser-algorithms/package.json +65 -0
  52. package/dist/node_modules/@csstools/css-tokenizer/CHANGELOG.md +9 -0
  53. package/dist/node_modules/@csstools/css-tokenizer/LICENSE.md +20 -0
  54. package/dist/node_modules/@csstools/css-tokenizer/README.md +111 -0
  55. package/dist/node_modules/@csstools/css-tokenizer/dist/index.cjs +1 -0
  56. package/dist/node_modules/@csstools/css-tokenizer/dist/index.d.ts +593 -0
  57. package/dist/node_modules/@csstools/css-tokenizer/dist/index.mjs +1 -0
  58. package/dist/node_modules/@csstools/css-tokenizer/package.json +62 -0
  59. package/dist/node_modules/@csstools/media-query-list-parser/CHANGELOG.md +10 -0
  60. package/dist/node_modules/@csstools/media-query-list-parser/LICENSE.md +20 -0
  61. package/dist/node_modules/@csstools/media-query-list-parser/README.md +61 -0
  62. package/dist/node_modules/@csstools/media-query-list-parser/dist/index.cjs +1 -0
  63. package/dist/node_modules/@csstools/media-query-list-parser/dist/index.d.ts +775 -0
  64. package/dist/node_modules/@csstools/media-query-list-parser/dist/index.mjs +1 -0
  65. package/dist/node_modules/@csstools/media-query-list-parser/package.json +67 -0
  66. package/dist/node_modules/@csstools/normalize.css/LICENSE.md +108 -0
  67. package/dist/node_modules/@csstools/normalize.css/README.md +107 -0
  68. package/dist/node_modules/@csstools/normalize.css/normalize.css +257 -0
  69. package/dist/node_modules/@csstools/normalize.css/opinionated.css +265 -0
  70. package/dist/node_modules/@csstools/normalize.css/package.json +30 -0
  71. package/dist/node_modules/@csstools/postcss-cascade-layers/CHANGELOG.md +10 -0
  72. package/dist/node_modules/@csstools/postcss-cascade-layers/LICENSE.md +18 -0
  73. package/dist/node_modules/@csstools/postcss-cascade-layers/README.md +194 -0
  74. package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.cjs +1 -0
  75. package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.d.ts +16 -0
  76. package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.mjs +1 -0
  77. package/dist/node_modules/@csstools/postcss-cascade-layers/package.json +82 -0
  78. package/dist/node_modules/@csstools/postcss-color-function/CHANGELOG.md +9 -0
  79. package/dist/node_modules/@csstools/postcss-color-function/LICENSE.md +18 -0
  80. package/dist/node_modules/@csstools/postcss-color-function/README.md +151 -0
  81. package/dist/node_modules/@csstools/postcss-color-function/dist/index.cjs +1 -0
  82. package/dist/node_modules/@csstools/postcss-color-function/dist/index.d.ts +14 -0
  83. package/dist/node_modules/@csstools/postcss-color-function/dist/index.mjs +1 -0
  84. package/dist/node_modules/@csstools/postcss-color-function/package.json +73 -0
  85. package/dist/node_modules/@csstools/postcss-color-mix-function/CHANGELOG.md +9 -0
  86. package/dist/node_modules/@csstools/postcss-color-mix-function/LICENSE.md +18 -0
  87. package/dist/node_modules/@csstools/postcss-color-mix-function/README.md +74 -0
  88. package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.cjs +1 -0
  89. package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.d.ts +19 -0
  90. package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.mjs +1 -0
  91. package/dist/node_modules/@csstools/postcss-color-mix-function/package.json +82 -0
  92. package/dist/node_modules/@csstools/postcss-content-alt-text/CHANGELOG.md +10 -0
  93. package/dist/node_modules/@csstools/postcss-content-alt-text/LICENSE.md +18 -0
  94. package/dist/node_modules/@csstools/postcss-content-alt-text/README.md +122 -0
  95. package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.cjs +1 -0
  96. package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.d.ts +24 -0
  97. package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.mjs +1 -0
  98. package/dist/node_modules/@csstools/postcss-content-alt-text/package.json +77 -0
  99. package/dist/node_modules/@csstools/postcss-exponential-functions/CHANGELOG.md +9 -0
  100. package/dist/node_modules/@csstools/postcss-exponential-functions/LICENSE.md +18 -0
  101. package/dist/node_modules/@csstools/postcss-exponential-functions/README.md +91 -0
  102. package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.cjs +1 -0
  103. package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.d.ts +12 -0
  104. package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.mjs +1 -0
  105. package/dist/node_modules/@csstools/postcss-exponential-functions/package.json +75 -0
  106. package/dist/node_modules/@csstools/postcss-font-format-keywords/CHANGELOG.md +10 -0
  107. package/dist/node_modules/@csstools/postcss-font-format-keywords/LICENSE.md +18 -0
  108. package/dist/node_modules/@csstools/postcss-font-format-keywords/README.md +88 -0
  109. package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.cjs +1 -0
  110. package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.d.ts +12 -0
  111. package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.mjs +1 -0
  112. package/dist/node_modules/@csstools/postcss-font-format-keywords/package.json +66 -0
  113. package/dist/node_modules/@csstools/postcss-gamut-mapping/CHANGELOG.md +9 -0
  114. package/dist/node_modules/@csstools/postcss-gamut-mapping/LICENSE.md +18 -0
  115. package/dist/node_modules/@csstools/postcss-gamut-mapping/README.md +71 -0
  116. package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.cjs +1 -0
  117. package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.d.ts +9 -0
  118. package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.mjs +1 -0
  119. package/dist/node_modules/@csstools/postcss-gamut-mapping/package.json +78 -0
  120. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/CHANGELOG.md +9 -0
  121. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/LICENSE.md +18 -0
  122. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/README.md +160 -0
  123. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.cjs +1 -0
  124. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.d.ts +14 -0
  125. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.mjs +1 -0
  126. package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/package.json +73 -0
  127. package/dist/node_modules/@csstools/postcss-hwb-function/CHANGELOG.md +9 -0
  128. package/dist/node_modules/@csstools/postcss-hwb-function/LICENSE.md +18 -0
  129. package/dist/node_modules/@csstools/postcss-hwb-function/README.md +88 -0
  130. package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.cjs +1 -0
  131. package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.d.ts +21 -0
  132. package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.mjs +1 -0
  133. package/dist/node_modules/@csstools/postcss-hwb-function/package.json +78 -0
  134. package/dist/node_modules/@csstools/postcss-ic-unit/CHANGELOG.md +11 -0
  135. package/dist/node_modules/@csstools/postcss-ic-unit/LICENSE.md +18 -0
  136. package/dist/node_modules/@csstools/postcss-ic-unit/README.md +96 -0
  137. package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.cjs +1 -0
  138. package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.d.ts +14 -0
  139. package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.mjs +1 -0
  140. package/dist/node_modules/@csstools/postcss-ic-unit/package.json +65 -0
  141. package/dist/node_modules/@csstools/postcss-initial/CHANGELOG.md +9 -0
  142. package/dist/node_modules/@csstools/postcss-initial/LICENSE.md +18 -0
  143. package/dist/node_modules/@csstools/postcss-initial/README.md +74 -0
  144. package/dist/node_modules/@csstools/postcss-initial/dist/index.cjs +1 -0
  145. package/dist/node_modules/@csstools/postcss-initial/dist/index.d.ts +12 -0
  146. package/dist/node_modules/@csstools/postcss-initial/dist/index.mjs +1 -0
  147. package/dist/node_modules/@csstools/postcss-initial/package.json +64 -0
  148. package/dist/node_modules/@csstools/postcss-is-pseudo-class/CHANGELOG.md +11 -0
  149. package/dist/node_modules/@csstools/postcss-is-pseudo-class/LICENSE.md +18 -0
  150. package/dist/node_modules/@csstools/postcss-is-pseudo-class/README.md +253 -0
  151. package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.cjs +1 -0
  152. package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.d.ts +27 -0
  153. package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs +1 -0
  154. package/dist/node_modules/@csstools/postcss-is-pseudo-class/package.json +65 -0
  155. package/dist/node_modules/@csstools/postcss-light-dark-function/CHANGELOG.md +10 -0
  156. package/dist/node_modules/@csstools/postcss-light-dark-function/LICENSE.md +18 -0
  157. package/dist/node_modules/@csstools/postcss-light-dark-function/README.md +174 -0
  158. package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.cjs +1 -0
  159. package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.d.ts +14 -0
  160. package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.mjs +1 -0
  161. package/dist/node_modules/@csstools/postcss-light-dark-function/package.json +70 -0
  162. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/CHANGELOG.md +9 -0
  163. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/LICENSE.md +18 -0
  164. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/README.md +86 -0
  165. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.cjs +1 -0
  166. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.d.ts +19 -0
  167. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.mjs +1 -0
  168. package/dist/node_modules/@csstools/postcss-logical-float-and-clear/package.json +71 -0
  169. package/dist/node_modules/@csstools/postcss-logical-overflow/CHANGELOG.md +9 -0
  170. package/dist/node_modules/@csstools/postcss-logical-overflow/LICENSE.md +18 -0
  171. package/dist/node_modules/@csstools/postcss-logical-overflow/README.md +96 -0
  172. package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.cjs +1 -0
  173. package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.d.ts +19 -0
  174. package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.mjs +1 -0
  175. package/dist/node_modules/@csstools/postcss-logical-overflow/package.json +67 -0
  176. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/CHANGELOG.md +9 -0
  177. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/LICENSE.md +18 -0
  178. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/README.md +96 -0
  179. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.cjs +1 -0
  180. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.d.ts +19 -0
  181. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.mjs +1 -0
  182. package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/package.json +67 -0
  183. package/dist/node_modules/@csstools/postcss-logical-resize/CHANGELOG.md +9 -0
  184. package/dist/node_modules/@csstools/postcss-logical-resize/LICENSE.md +18 -0
  185. package/dist/node_modules/@csstools/postcss-logical-resize/README.md +99 -0
  186. package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.cjs +1 -0
  187. package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.d.ts +21 -0
  188. package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.mjs +1 -0
  189. package/dist/node_modules/@csstools/postcss-logical-resize/package.json +73 -0
  190. package/dist/node_modules/@csstools/postcss-logical-viewport-units/CHANGELOG.md +9 -0
  191. package/dist/node_modules/@csstools/postcss-logical-viewport-units/LICENSE.md +18 -0
  192. package/dist/node_modules/@csstools/postcss-logical-viewport-units/README.md +105 -0
  193. package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.cjs +1 -0
  194. package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.d.ts +21 -0
  195. package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.mjs +1 -0
  196. package/dist/node_modules/@csstools/postcss-logical-viewport-units/package.json +75 -0
  197. package/dist/node_modules/@csstools/postcss-media-minmax/CHANGELOG.md +9 -0
  198. package/dist/node_modules/@csstools/postcss-media-minmax/LICENSE.md +21 -0
  199. package/dist/node_modules/@csstools/postcss-media-minmax/README.md +54 -0
  200. package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.cjs +1 -0
  201. package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.d.ts +9 -0
  202. package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.mjs +1 -0
  203. package/dist/node_modules/@csstools/postcss-media-minmax/package.json +75 -0
  204. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md +11 -0
  205. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/LICENSE.md +18 -0
  206. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/README.md +62 -0
  207. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.cjs +1 -0
  208. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.d.ts +12 -0
  209. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.mjs +1 -0
  210. package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/package.json +71 -0
  211. package/dist/node_modules/@csstools/postcss-nested-calc/CHANGELOG.md +10 -0
  212. package/dist/node_modules/@csstools/postcss-nested-calc/LICENSE.md +18 -0
  213. package/dist/node_modules/@csstools/postcss-nested-calc/README.md +71 -0
  214. package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.cjs +1 -0
  215. package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.d.ts +12 -0
  216. package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.mjs +1 -0
  217. package/dist/node_modules/@csstools/postcss-nested-calc/package.json +72 -0
  218. package/dist/node_modules/@csstools/postcss-normalize-display-values/CHANGELOG.md +9 -0
  219. package/dist/node_modules/@csstools/postcss-normalize-display-values/LICENSE.md +18 -0
  220. package/dist/node_modules/@csstools/postcss-normalize-display-values/README.md +88 -0
  221. package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.cjs +1 -0
  222. package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.d.ts +12 -0
  223. package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.mjs +1 -0
  224. package/dist/node_modules/@csstools/postcss-normalize-display-values/package.json +75 -0
  225. package/dist/node_modules/@csstools/postcss-oklab-function/CHANGELOG.md +9 -0
  226. package/dist/node_modules/@csstools/postcss-oklab-function/LICENSE.md +18 -0
  227. package/dist/node_modules/@csstools/postcss-oklab-function/README.md +173 -0
  228. package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.cjs +1 -0
  229. package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.d.ts +19 -0
  230. package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.mjs +1 -0
  231. package/dist/node_modules/@csstools/postcss-oklab-function/package.json +69 -0
  232. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/CHANGELOG.md +9 -0
  233. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/LICENSE.md +18 -0
  234. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/README.md +122 -0
  235. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.cjs +1 -0
  236. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.d.ts +6 -0
  237. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.mjs +1 -0
  238. package/dist/node_modules/@csstools/postcss-progressive-custom-properties/package.json +64 -0
  239. package/dist/node_modules/@csstools/postcss-random-function/CHANGELOG.md +9 -0
  240. package/dist/node_modules/@csstools/postcss-random-function/LICENSE.md +18 -0
  241. package/dist/node_modules/@csstools/postcss-random-function/README.md +121 -0
  242. package/dist/node_modules/@csstools/postcss-random-function/dist/index.cjs +1 -0
  243. package/dist/node_modules/@csstools/postcss-random-function/dist/index.d.ts +12 -0
  244. package/dist/node_modules/@csstools/postcss-random-function/dist/index.mjs +1 -0
  245. package/dist/node_modules/@csstools/postcss-random-function/package.json +71 -0
  246. package/dist/node_modules/@csstools/postcss-relative-color-syntax/CHANGELOG.md +9 -0
  247. package/dist/node_modules/@csstools/postcss-relative-color-syntax/LICENSE.md +18 -0
  248. package/dist/node_modules/@csstools/postcss-relative-color-syntax/README.md +74 -0
  249. package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.cjs +1 -0
  250. package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.d.ts +19 -0
  251. package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.mjs +1 -0
  252. package/dist/node_modules/@csstools/postcss-relative-color-syntax/package.json +73 -0
  253. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/CHANGELOG.md +9 -0
  254. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/LICENSE.md +18 -0
  255. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/README.md +73 -0
  256. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.cjs +1 -0
  257. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.d.ts +12 -0
  258. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.mjs +1 -0
  259. package/dist/node_modules/@csstools/postcss-scope-pseudo-class/package.json +70 -0
  260. package/dist/node_modules/@csstools/postcss-sign-functions/CHANGELOG.md +9 -0
  261. package/dist/node_modules/@csstools/postcss-sign-functions/LICENSE.md +18 -0
  262. package/dist/node_modules/@csstools/postcss-sign-functions/README.md +184 -0
  263. package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.cjs +1 -0
  264. package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.d.ts +12 -0
  265. package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.mjs +1 -0
  266. package/dist/node_modules/@csstools/postcss-sign-functions/package.json +72 -0
  267. package/dist/node_modules/@csstools/postcss-stepped-value-functions/CHANGELOG.md +9 -0
  268. package/dist/node_modules/@csstools/postcss-stepped-value-functions/LICENSE.md +18 -0
  269. package/dist/node_modules/@csstools/postcss-stepped-value-functions/README.md +107 -0
  270. package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.cjs +1 -0
  271. package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.d.ts +12 -0
  272. package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.mjs +1 -0
  273. package/dist/node_modules/@csstools/postcss-stepped-value-functions/package.json +74 -0
  274. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/CHANGELOG.md +9 -0
  275. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/LICENSE.md +18 -0
  276. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/README.md +75 -0
  277. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.cjs +1 -0
  278. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.d.ts +12 -0
  279. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.mjs +1 -0
  280. package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/package.json +72 -0
  281. package/dist/node_modules/@csstools/postcss-trigonometric-functions/CHANGELOG.md +9 -0
  282. package/dist/node_modules/@csstools/postcss-trigonometric-functions/LICENSE.md +18 -0
  283. package/dist/node_modules/@csstools/postcss-trigonometric-functions/README.md +149 -0
  284. package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.cjs +1 -0
  285. package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.d.ts +12 -0
  286. package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.mjs +1 -0
  287. package/dist/node_modules/@csstools/postcss-trigonometric-functions/package.json +78 -0
  288. package/dist/node_modules/@csstools/postcss-unset-value/CHANGELOG.md +9 -0
  289. package/dist/node_modules/@csstools/postcss-unset-value/LICENSE.md +18 -0
  290. package/dist/node_modules/@csstools/postcss-unset-value/README.md +120 -0
  291. package/dist/node_modules/@csstools/postcss-unset-value/dist/index.cjs +1 -0
  292. package/dist/node_modules/@csstools/postcss-unset-value/dist/index.d.ts +12 -0
  293. package/dist/node_modules/@csstools/postcss-unset-value/dist/index.mjs +1 -0
  294. package/dist/node_modules/@csstools/postcss-unset-value/package.json +67 -0
  295. package/dist/node_modules/@csstools/selector-resolve-nested/CHANGELOG.md +10 -0
  296. package/dist/node_modules/@csstools/selector-resolve-nested/LICENSE.md +18 -0
  297. package/dist/node_modules/@csstools/selector-resolve-nested/README.md +33 -0
  298. package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.cjs +1 -0
  299. package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.d.ts +47 -0
  300. package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.mjs +1 -0
  301. package/dist/node_modules/@csstools/selector-resolve-nested/package.json +66 -0
  302. package/dist/node_modules/@csstools/selector-specificity/CHANGELOG.md +9 -0
  303. package/dist/node_modules/@csstools/selector-specificity/LICENSE.md +18 -0
  304. package/dist/node_modules/@csstools/selector-specificity/README.md +57 -0
  305. package/dist/node_modules/@csstools/selector-specificity/dist/index.cjs +1 -0
  306. package/dist/node_modules/@csstools/selector-specificity/dist/index.d.ts +58 -0
  307. package/dist/node_modules/@csstools/selector-specificity/dist/index.mjs +1 -0
  308. package/dist/node_modules/@csstools/selector-specificity/package.json +66 -0
  309. package/dist/node_modules/@csstools/utilities/CHANGELOG.md +9 -0
  310. package/dist/node_modules/@csstools/utilities/LICENSE.md +18 -0
  311. package/dist/node_modules/@csstools/utilities/README.md +25 -0
  312. package/dist/node_modules/@csstools/utilities/dist/index.cjs +1 -0
  313. package/dist/node_modules/@csstools/utilities/dist/index.d.ts +24 -0
  314. package/dist/node_modules/@csstools/utilities/dist/index.mjs +1 -0
  315. package/dist/node_modules/@csstools/utilities/package.json +66 -0
  316. package/dist/node_modules/argparse/CHANGELOG.md +216 -0
  317. package/dist/node_modules/argparse/LICENSE +254 -0
  318. package/dist/node_modules/argparse/README.md +84 -0
  319. package/dist/node_modules/argparse/argparse.js +3707 -0
  320. package/dist/node_modules/argparse/lib/sub.js +67 -0
  321. package/dist/node_modules/argparse/lib/textwrap.js +440 -0
  322. package/dist/node_modules/argparse/package.json +31 -0
  323. package/dist/node_modules/autoprefixer/LICENSE +20 -0
  324. package/dist/node_modules/autoprefixer/README.md +66 -0
  325. package/dist/node_modules/autoprefixer/bin/autoprefixer +22 -0
  326. package/dist/node_modules/autoprefixer/data/prefixes.js +1136 -0
  327. package/dist/node_modules/autoprefixer/lib/at-rule.js +35 -0
  328. package/dist/node_modules/autoprefixer/lib/autoprefixer.d.ts +95 -0
  329. package/dist/node_modules/autoprefixer/lib/autoprefixer.js +164 -0
  330. package/dist/node_modules/autoprefixer/lib/brackets.js +51 -0
  331. package/dist/node_modules/autoprefixer/lib/browsers.js +79 -0
  332. package/dist/node_modules/autoprefixer/lib/declaration.js +187 -0
  333. package/dist/node_modules/autoprefixer/lib/hacks/align-content.js +49 -0
  334. package/dist/node_modules/autoprefixer/lib/hacks/align-items.js +46 -0
  335. package/dist/node_modules/autoprefixer/lib/hacks/align-self.js +56 -0
  336. package/dist/node_modules/autoprefixer/lib/hacks/animation.js +17 -0
  337. package/dist/node_modules/autoprefixer/lib/hacks/appearance.js +23 -0
  338. package/dist/node_modules/autoprefixer/lib/hacks/autofill.js +26 -0
  339. package/dist/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +20 -0
  340. package/dist/node_modules/autoprefixer/lib/hacks/background-clip.js +24 -0
  341. package/dist/node_modules/autoprefixer/lib/hacks/background-size.js +23 -0
  342. package/dist/node_modules/autoprefixer/lib/hacks/block-logical.js +40 -0
  343. package/dist/node_modules/autoprefixer/lib/hacks/border-image.js +15 -0
  344. package/dist/node_modules/autoprefixer/lib/hacks/border-radius.js +40 -0
  345. package/dist/node_modules/autoprefixer/lib/hacks/break-props.js +63 -0
  346. package/dist/node_modules/autoprefixer/lib/hacks/cross-fade.js +35 -0
  347. package/dist/node_modules/autoprefixer/lib/hacks/display-flex.js +65 -0
  348. package/dist/node_modules/autoprefixer/lib/hacks/display-grid.js +21 -0
  349. package/dist/node_modules/autoprefixer/lib/hacks/file-selector-button.js +26 -0
  350. package/dist/node_modules/autoprefixer/lib/hacks/filter-value.js +14 -0
  351. package/dist/node_modules/autoprefixer/lib/hacks/filter.js +19 -0
  352. package/dist/node_modules/autoprefixer/lib/hacks/flex-basis.js +39 -0
  353. package/dist/node_modules/autoprefixer/lib/hacks/flex-direction.js +72 -0
  354. package/dist/node_modules/autoprefixer/lib/hacks/flex-flow.js +53 -0
  355. package/dist/node_modules/autoprefixer/lib/hacks/flex-grow.js +30 -0
  356. package/dist/node_modules/autoprefixer/lib/hacks/flex-shrink.js +39 -0
  357. package/dist/node_modules/autoprefixer/lib/hacks/flex-spec.js +19 -0
  358. package/dist/node_modules/autoprefixer/lib/hacks/flex-wrap.js +19 -0
  359. package/dist/node_modules/autoprefixer/lib/hacks/flex.js +54 -0
  360. package/dist/node_modules/autoprefixer/lib/hacks/fullscreen.js +20 -0
  361. package/dist/node_modules/autoprefixer/lib/hacks/gradient.js +448 -0
  362. package/dist/node_modules/autoprefixer/lib/hacks/grid-area.js +34 -0
  363. package/dist/node_modules/autoprefixer/lib/hacks/grid-column-align.js +28 -0
  364. package/dist/node_modules/autoprefixer/lib/hacks/grid-end.js +52 -0
  365. package/dist/node_modules/autoprefixer/lib/hacks/grid-row-align.js +28 -0
  366. package/dist/node_modules/autoprefixer/lib/hacks/grid-row-column.js +33 -0
  367. package/dist/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +125 -0
  368. package/dist/node_modules/autoprefixer/lib/hacks/grid-start.js +33 -0
  369. package/dist/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +84 -0
  370. package/dist/node_modules/autoprefixer/lib/hacks/grid-template.js +69 -0
  371. package/dist/node_modules/autoprefixer/lib/hacks/grid-utils.js +1113 -0
  372. package/dist/node_modules/autoprefixer/lib/hacks/image-rendering.js +48 -0
  373. package/dist/node_modules/autoprefixer/lib/hacks/image-set.js +18 -0
  374. package/dist/node_modules/autoprefixer/lib/hacks/inline-logical.js +34 -0
  375. package/dist/node_modules/autoprefixer/lib/hacks/intrinsic.js +61 -0
  376. package/dist/node_modules/autoprefixer/lib/hacks/justify-content.js +54 -0
  377. package/dist/node_modules/autoprefixer/lib/hacks/mask-border.js +38 -0
  378. package/dist/node_modules/autoprefixer/lib/hacks/mask-composite.js +88 -0
  379. package/dist/node_modules/autoprefixer/lib/hacks/order.js +42 -0
  380. package/dist/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +33 -0
  381. package/dist/node_modules/autoprefixer/lib/hacks/pixelated.js +34 -0
  382. package/dist/node_modules/autoprefixer/lib/hacks/place-self.js +32 -0
  383. package/dist/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +19 -0
  384. package/dist/node_modules/autoprefixer/lib/hacks/placeholder.js +33 -0
  385. package/dist/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +25 -0
  386. package/dist/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +23 -0
  387. package/dist/node_modules/autoprefixer/lib/hacks/text-decoration.js +25 -0
  388. package/dist/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +14 -0
  389. package/dist/node_modules/autoprefixer/lib/hacks/transform-decl.js +79 -0
  390. package/dist/node_modules/autoprefixer/lib/hacks/user-select.js +33 -0
  391. package/dist/node_modules/autoprefixer/lib/hacks/writing-mode.js +42 -0
  392. package/dist/node_modules/autoprefixer/lib/info.js +123 -0
  393. package/dist/node_modules/autoprefixer/lib/old-selector.js +67 -0
  394. package/dist/node_modules/autoprefixer/lib/old-value.js +22 -0
  395. package/dist/node_modules/autoprefixer/lib/prefixer.js +144 -0
  396. package/dist/node_modules/autoprefixer/lib/prefixes.js +428 -0
  397. package/dist/node_modules/autoprefixer/lib/processor.js +709 -0
  398. package/dist/node_modules/autoprefixer/lib/resolution.js +97 -0
  399. package/dist/node_modules/autoprefixer/lib/selector.js +150 -0
  400. package/dist/node_modules/autoprefixer/lib/supports.js +302 -0
  401. package/dist/node_modules/autoprefixer/lib/transition.js +329 -0
  402. package/dist/node_modules/autoprefixer/lib/utils.js +93 -0
  403. package/dist/node_modules/autoprefixer/lib/value.js +125 -0
  404. package/dist/node_modules/autoprefixer/lib/vendor.js +14 -0
  405. package/dist/node_modules/autoprefixer/package.json +49 -0
  406. package/dist/node_modules/browserslist/LICENSE +20 -0
  407. package/dist/node_modules/browserslist/README.md +67 -0
  408. package/dist/node_modules/browserslist/browser.js +54 -0
  409. package/dist/node_modules/browserslist/cli.js +156 -0
  410. package/dist/node_modules/browserslist/error.d.ts +7 -0
  411. package/dist/node_modules/browserslist/error.js +12 -0
  412. package/dist/node_modules/browserslist/index.d.ts +224 -0
  413. package/dist/node_modules/browserslist/index.js +1235 -0
  414. package/dist/node_modules/browserslist/node.js +457 -0
  415. package/dist/node_modules/browserslist/package.json +44 -0
  416. package/dist/node_modules/browserslist/parse.js +78 -0
  417. package/dist/node_modules/callsites/index.d.ts +96 -0
  418. package/dist/node_modules/callsites/index.js +13 -0
  419. package/dist/node_modules/callsites/license +9 -0
  420. package/dist/node_modules/callsites/package.json +39 -0
  421. package/dist/node_modules/callsites/readme.md +48 -0
  422. package/dist/node_modules/caniuse-lite/LICENSE +395 -0
  423. package/dist/node_modules/caniuse-lite/README.md +6 -0
  424. package/dist/node_modules/caniuse-lite/data/agents.js +1 -0
  425. package/dist/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  426. package/dist/node_modules/caniuse-lite/data/browsers.js +1 -0
  427. package/dist/node_modules/caniuse-lite/data/features/aac.js +1 -0
  428. package/dist/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  429. package/dist/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  430. package/dist/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  431. package/dist/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  432. package/dist/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  433. package/dist/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  434. package/dist/node_modules/caniuse-lite/data/features/apng.js +1 -0
  435. package/dist/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  436. package/dist/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  437. package/dist/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  438. package/dist/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  439. package/dist/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  440. package/dist/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  441. package/dist/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  442. package/dist/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  443. package/dist/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  444. package/dist/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  445. package/dist/node_modules/caniuse-lite/data/features/audio.js +1 -0
  446. package/dist/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  447. package/dist/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  448. package/dist/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  449. package/dist/node_modules/caniuse-lite/data/features/av1.js +1 -0
  450. package/dist/node_modules/caniuse-lite/data/features/avif.js +1 -0
  451. package/dist/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  452. package/dist/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  453. package/dist/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  454. package/dist/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  455. package/dist/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  456. package/dist/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  457. package/dist/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  458. package/dist/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  459. package/dist/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  460. package/dist/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  461. package/dist/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  462. package/dist/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  463. package/dist/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  464. package/dist/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  465. package/dist/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  466. package/dist/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  467. package/dist/node_modules/caniuse-lite/data/features/calc.js +1 -0
  468. package/dist/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  469. package/dist/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  470. package/dist/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  471. package/dist/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  472. package/dist/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  473. package/dist/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  474. package/dist/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  475. package/dist/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  476. package/dist/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  477. package/dist/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  478. package/dist/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  479. package/dist/node_modules/caniuse-lite/data/features/colr.js +1 -0
  480. package/dist/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  481. package/dist/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  482. package/dist/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  483. package/dist/node_modules/caniuse-lite/data/features/const.js +1 -0
  484. package/dist/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  485. package/dist/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  486. package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  487. package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  488. package/dist/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  489. package/dist/node_modules/caniuse-lite/data/features/cors.js +1 -0
  490. package/dist/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  491. package/dist/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  492. package/dist/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  493. package/dist/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  494. package/dist/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  495. package/dist/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  496. package/dist/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  497. package/dist/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  498. package/dist/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  499. package/dist/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  500. package/dist/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  501. package/dist/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  502. package/dist/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  503. package/dist/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  504. package/dist/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  505. package/dist/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  506. package/dist/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  507. package/dist/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  508. package/dist/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  509. package/dist/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  510. package/dist/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  511. package/dist/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  512. package/dist/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  513. package/dist/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  514. package/dist/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  515. package/dist/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  516. package/dist/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  517. package/dist/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  518. package/dist/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  519. package/dist/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  520. package/dist/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  521. package/dist/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  522. package/dist/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  523. package/dist/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  524. package/dist/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  525. package/dist/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  526. package/dist/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  527. package/dist/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  528. package/dist/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  529. package/dist/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  530. package/dist/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  531. package/dist/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  532. package/dist/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  533. package/dist/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  534. package/dist/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  535. package/dist/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  536. package/dist/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  537. package/dist/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  538. package/dist/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  539. package/dist/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  540. package/dist/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  541. package/dist/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  542. package/dist/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  543. package/dist/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  544. package/dist/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  545. package/dist/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  546. package/dist/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  547. package/dist/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  548. package/dist/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  549. package/dist/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  550. package/dist/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  551. package/dist/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  552. package/dist/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  553. package/dist/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  554. package/dist/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  555. package/dist/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  556. package/dist/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  557. package/dist/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  558. package/dist/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  559. package/dist/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  560. package/dist/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  561. package/dist/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  562. package/dist/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  563. package/dist/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  564. package/dist/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  565. package/dist/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  566. package/dist/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  567. package/dist/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  568. package/dist/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  569. package/dist/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  570. package/dist/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  571. package/dist/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  572. package/dist/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  573. package/dist/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  574. package/dist/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  575. package/dist/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  576. package/dist/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  577. package/dist/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  578. package/dist/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  579. package/dist/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  580. package/dist/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  581. package/dist/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  582. package/dist/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  583. package/dist/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  584. package/dist/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  585. package/dist/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  586. package/dist/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  587. package/dist/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  588. package/dist/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  589. package/dist/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  590. package/dist/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  591. package/dist/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  592. package/dist/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  593. package/dist/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  594. package/dist/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  595. package/dist/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  596. package/dist/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  597. package/dist/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  598. package/dist/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  599. package/dist/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  600. package/dist/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  601. package/dist/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  602. package/dist/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  603. package/dist/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  604. package/dist/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  605. package/dist/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  606. package/dist/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  607. package/dist/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  608. package/dist/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  609. package/dist/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  610. package/dist/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  611. package/dist/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  612. package/dist/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  613. package/dist/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  614. package/dist/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  615. package/dist/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  616. package/dist/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  617. package/dist/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  618. package/dist/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  619. package/dist/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  620. package/dist/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  621. package/dist/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  622. package/dist/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  623. package/dist/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  624. package/dist/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  625. package/dist/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  626. package/dist/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  627. package/dist/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  628. package/dist/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  629. package/dist/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  630. package/dist/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  631. package/dist/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  632. package/dist/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  633. package/dist/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  634. package/dist/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  635. package/dist/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  636. package/dist/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  637. package/dist/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  638. package/dist/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  639. package/dist/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  640. package/dist/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  641. package/dist/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  642. package/dist/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  643. package/dist/node_modules/caniuse-lite/data/features/details.js +1 -0
  644. package/dist/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  645. package/dist/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  646. package/dist/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  647. package/dist/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  648. package/dist/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  649. package/dist/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  650. package/dist/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  651. package/dist/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  652. package/dist/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  653. package/dist/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  654. package/dist/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  655. package/dist/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  656. package/dist/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  657. package/dist/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  658. package/dist/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  659. package/dist/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  660. package/dist/node_modules/caniuse-lite/data/features/download.js +1 -0
  661. package/dist/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  662. package/dist/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  663. package/dist/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  664. package/dist/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  665. package/dist/node_modules/caniuse-lite/data/features/eme.js +1 -0
  666. package/dist/node_modules/caniuse-lite/data/features/eot.js +1 -0
  667. package/dist/node_modules/caniuse-lite/data/features/es5.js +1 -0
  668. package/dist/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  669. package/dist/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  670. package/dist/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  671. package/dist/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  672. package/dist/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  673. package/dist/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  674. package/dist/node_modules/caniuse-lite/data/features/es6.js +1 -0
  675. package/dist/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  676. package/dist/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  677. package/dist/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  678. package/dist/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  679. package/dist/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  680. package/dist/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  681. package/dist/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  682. package/dist/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  683. package/dist/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  684. package/dist/node_modules/caniuse-lite/data/features/flac.js +1 -0
  685. package/dist/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  686. package/dist/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  687. package/dist/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  688. package/dist/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  689. package/dist/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  690. package/dist/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  691. package/dist/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  692. package/dist/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  693. package/dist/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  694. package/dist/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  695. package/dist/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  696. package/dist/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  697. package/dist/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  698. package/dist/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  699. package/dist/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  700. package/dist/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  701. package/dist/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  702. package/dist/node_modules/caniuse-lite/data/features/forms.js +1 -0
  703. package/dist/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  704. package/dist/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  705. package/dist/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  706. package/dist/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  707. package/dist/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  708. package/dist/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  709. package/dist/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  710. package/dist/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  711. package/dist/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  712. package/dist/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  713. package/dist/node_modules/caniuse-lite/data/features/heif.js +1 -0
  714. package/dist/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  715. package/dist/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  716. package/dist/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  717. package/dist/node_modules/caniuse-lite/data/features/history.js +1 -0
  718. package/dist/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  719. package/dist/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  720. package/dist/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  721. package/dist/node_modules/caniuse-lite/data/features/http2.js +1 -0
  722. package/dist/node_modules/caniuse-lite/data/features/http3.js +1 -0
  723. package/dist/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  724. package/dist/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  725. package/dist/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  726. package/dist/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  727. package/dist/node_modules/caniuse-lite/data/features/ime.js +1 -0
  728. package/dist/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  729. package/dist/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  730. package/dist/node_modules/caniuse-lite/data/features/imports.js +1 -0
  731. package/dist/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  732. package/dist/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  733. package/dist/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  734. package/dist/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  735. package/dist/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  736. package/dist/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  737. package/dist/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  738. package/dist/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  739. package/dist/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  740. package/dist/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  741. package/dist/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  742. package/dist/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  743. package/dist/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  744. package/dist/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  745. package/dist/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  746. package/dist/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  747. package/dist/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  748. package/dist/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  749. package/dist/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  750. package/dist/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  751. package/dist/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  752. package/dist/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  753. package/dist/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  754. package/dist/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  755. package/dist/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  756. package/dist/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  757. package/dist/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  758. package/dist/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  759. package/dist/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  760. package/dist/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  761. package/dist/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  762. package/dist/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  763. package/dist/node_modules/caniuse-lite/data/features/json.js +1 -0
  764. package/dist/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  765. package/dist/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  766. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  767. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  768. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  769. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  770. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  771. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  772. package/dist/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  773. package/dist/node_modules/caniuse-lite/data/features/let.js +1 -0
  774. package/dist/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  775. package/dist/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  776. package/dist/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  777. package/dist/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  778. package/dist/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  779. package/dist/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  780. package/dist/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  781. package/dist/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  782. package/dist/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  783. package/dist/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  784. package/dist/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  785. package/dist/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  786. package/dist/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  787. package/dist/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  788. package/dist/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  789. package/dist/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  790. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  791. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  792. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  793. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  794. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  795. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  796. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  797. package/dist/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  798. package/dist/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  799. package/dist/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  800. package/dist/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  801. package/dist/node_modules/caniuse-lite/data/features/menu.js +1 -0
  802. package/dist/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  803. package/dist/node_modules/caniuse-lite/data/features/meter.js +1 -0
  804. package/dist/node_modules/caniuse-lite/data/features/midi.js +1 -0
  805. package/dist/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  806. package/dist/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  807. package/dist/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  808. package/dist/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  809. package/dist/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  810. package/dist/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  811. package/dist/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  812. package/dist/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  813. package/dist/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  814. package/dist/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  815. package/dist/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  816. package/dist/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  817. package/dist/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  818. package/dist/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  819. package/dist/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  820. package/dist/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  821. package/dist/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  822. package/dist/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  823. package/dist/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  824. package/dist/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  825. package/dist/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  826. package/dist/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  827. package/dist/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  828. package/dist/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  829. package/dist/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  830. package/dist/node_modules/caniuse-lite/data/features/opus.js +1 -0
  831. package/dist/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  832. package/dist/node_modules/caniuse-lite/data/features/outline.js +1 -0
  833. package/dist/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  834. package/dist/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  835. package/dist/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  836. package/dist/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  837. package/dist/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  838. package/dist/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  839. package/dist/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  840. package/dist/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  841. package/dist/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  842. package/dist/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  843. package/dist/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  844. package/dist/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  845. package/dist/node_modules/caniuse-lite/data/features/picture.js +1 -0
  846. package/dist/node_modules/caniuse-lite/data/features/ping.js +1 -0
  847. package/dist/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  848. package/dist/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  849. package/dist/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  850. package/dist/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  851. package/dist/node_modules/caniuse-lite/data/features/portals.js +1 -0
  852. package/dist/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  853. package/dist/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  854. package/dist/node_modules/caniuse-lite/data/features/progress.js +1 -0
  855. package/dist/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  856. package/dist/node_modules/caniuse-lite/data/features/promises.js +1 -0
  857. package/dist/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  858. package/dist/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  859. package/dist/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  860. package/dist/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  861. package/dist/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  862. package/dist/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  863. package/dist/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  864. package/dist/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  865. package/dist/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  866. package/dist/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  867. package/dist/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  868. package/dist/node_modules/caniuse-lite/data/features/rem.js +1 -0
  869. package/dist/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  870. package/dist/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  871. package/dist/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  872. package/dist/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  873. package/dist/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  874. package/dist/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  875. package/dist/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  876. package/dist/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  877. package/dist/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  878. package/dist/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  879. package/dist/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  880. package/dist/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  881. package/dist/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  882. package/dist/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  883. package/dist/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  884. package/dist/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  885. package/dist/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
  886. package/dist/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  887. package/dist/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  888. package/dist/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  889. package/dist/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  890. package/dist/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  891. package/dist/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  892. package/dist/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  893. package/dist/node_modules/caniuse-lite/data/features/sni.js +1 -0
  894. package/dist/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  895. package/dist/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  896. package/dist/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  897. package/dist/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  898. package/dist/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  899. package/dist/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  900. package/dist/node_modules/caniuse-lite/data/features/stream.js +1 -0
  901. package/dist/node_modules/caniuse-lite/data/features/streams.js +1 -0
  902. package/dist/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  903. package/dist/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  904. package/dist/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  905. package/dist/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  906. package/dist/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  907. package/dist/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  908. package/dist/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  909. package/dist/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  910. package/dist/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  911. package/dist/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  912. package/dist/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  913. package/dist/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  914. package/dist/node_modules/caniuse-lite/data/features/svg.js +1 -0
  915. package/dist/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  916. package/dist/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  917. package/dist/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  918. package/dist/node_modules/caniuse-lite/data/features/template.js +1 -0
  919. package/dist/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  920. package/dist/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  921. package/dist/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  922. package/dist/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  923. package/dist/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  924. package/dist/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  925. package/dist/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  926. package/dist/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  927. package/dist/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  928. package/dist/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  929. package/dist/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  930. package/dist/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  931. package/dist/node_modules/caniuse-lite/data/features/touch.js +1 -0
  932. package/dist/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  933. package/dist/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  934. package/dist/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  935. package/dist/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  936. package/dist/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  937. package/dist/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  938. package/dist/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  939. package/dist/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  940. package/dist/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  941. package/dist/node_modules/caniuse-lite/data/features/url.js +1 -0
  942. package/dist/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  943. package/dist/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  944. package/dist/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  945. package/dist/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  946. package/dist/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  947. package/dist/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  948. package/dist/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  949. package/dist/node_modules/caniuse-lite/data/features/video.js +1 -0
  950. package/dist/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  951. package/dist/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  952. package/dist/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  953. package/dist/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  954. package/dist/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  955. package/dist/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  956. package/dist/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  957. package/dist/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  958. package/dist/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  959. package/dist/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  960. package/dist/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  961. package/dist/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  962. package/dist/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  963. package/dist/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  964. package/dist/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  965. package/dist/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  966. package/dist/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  967. package/dist/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  968. package/dist/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  969. package/dist/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  970. package/dist/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  971. package/dist/node_modules/caniuse-lite/data/features/wav.js +1 -0
  972. package/dist/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  973. package/dist/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  974. package/dist/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  975. package/dist/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  976. package/dist/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  977. package/dist/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  978. package/dist/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  979. package/dist/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  980. package/dist/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  981. package/dist/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  982. package/dist/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  983. package/dist/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  984. package/dist/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  985. package/dist/node_modules/caniuse-lite/data/features/webm.js +1 -0
  986. package/dist/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  987. package/dist/node_modules/caniuse-lite/data/features/webp.js +1 -0
  988. package/dist/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  989. package/dist/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  990. package/dist/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  991. package/dist/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  992. package/dist/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  993. package/dist/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  994. package/dist/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  995. package/dist/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  996. package/dist/node_modules/caniuse-lite/data/features/woff.js +1 -0
  997. package/dist/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  998. package/dist/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  999. package/dist/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1000. package/dist/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1001. package/dist/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1002. package/dist/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1003. package/dist/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1004. package/dist/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1005. package/dist/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1006. package/dist/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1007. package/dist/node_modules/caniuse-lite/data/features.js +1 -0
  1008. package/dist/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1009. package/dist/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1010. package/dist/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1011. package/dist/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1012. package/dist/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1013. package/dist/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1014. package/dist/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1015. package/dist/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1016. package/dist/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1017. package/dist/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1018. package/dist/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1019. package/dist/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1020. package/dist/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1021. package/dist/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1022. package/dist/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1023. package/dist/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1024. package/dist/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1025. package/dist/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1026. package/dist/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1027. package/dist/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1028. package/dist/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1029. package/dist/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1030. package/dist/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1031. package/dist/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1032. package/dist/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1033. package/dist/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1034. package/dist/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1035. package/dist/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1036. package/dist/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1037. package/dist/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1038. package/dist/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1039. package/dist/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1040. package/dist/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1041. package/dist/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1042. package/dist/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1043. package/dist/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1044. package/dist/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1045. package/dist/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1046. package/dist/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1047. package/dist/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1048. package/dist/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1049. package/dist/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1050. package/dist/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1051. package/dist/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1052. package/dist/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1053. package/dist/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1054. package/dist/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1055. package/dist/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1056. package/dist/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1057. package/dist/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1058. package/dist/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1059. package/dist/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1060. package/dist/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1061. package/dist/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1062. package/dist/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1063. package/dist/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1064. package/dist/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1065. package/dist/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1066. package/dist/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1067. package/dist/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1068. package/dist/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1069. package/dist/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1070. package/dist/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1071. package/dist/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1072. package/dist/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1073. package/dist/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1074. package/dist/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1075. package/dist/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1076. package/dist/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1077. package/dist/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1078. package/dist/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1079. package/dist/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1080. package/dist/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1081. package/dist/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1082. package/dist/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1083. package/dist/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1084. package/dist/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1085. package/dist/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1086. package/dist/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1087. package/dist/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1088. package/dist/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1089. package/dist/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1090. package/dist/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1091. package/dist/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1092. package/dist/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1093. package/dist/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1094. package/dist/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1095. package/dist/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1096. package/dist/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1097. package/dist/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1098. package/dist/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1099. package/dist/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1100. package/dist/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1101. package/dist/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1102. package/dist/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1103. package/dist/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1104. package/dist/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1105. package/dist/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1106. package/dist/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1107. package/dist/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1108. package/dist/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1109. package/dist/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1110. package/dist/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1111. package/dist/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1112. package/dist/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1113. package/dist/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1114. package/dist/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1115. package/dist/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1116. package/dist/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1117. package/dist/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1118. package/dist/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1119. package/dist/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1120. package/dist/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1121. package/dist/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1122. package/dist/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1123. package/dist/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1124. package/dist/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1125. package/dist/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1126. package/dist/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1127. package/dist/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1128. package/dist/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1129. package/dist/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1130. package/dist/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1131. package/dist/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1132. package/dist/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1133. package/dist/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1134. package/dist/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1135. package/dist/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1136. package/dist/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1137. package/dist/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1138. package/dist/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1139. package/dist/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1140. package/dist/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1141. package/dist/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1142. package/dist/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1143. package/dist/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1144. package/dist/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1145. package/dist/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1146. package/dist/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1147. package/dist/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1148. package/dist/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1149. package/dist/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1150. package/dist/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1151. package/dist/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1152. package/dist/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1153. package/dist/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1154. package/dist/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1155. package/dist/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1156. package/dist/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1157. package/dist/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1158. package/dist/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1159. package/dist/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1160. package/dist/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1161. package/dist/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1162. package/dist/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1163. package/dist/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1164. package/dist/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1165. package/dist/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1166. package/dist/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1167. package/dist/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1168. package/dist/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1169. package/dist/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1170. package/dist/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1171. package/dist/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1172. package/dist/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1173. package/dist/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1174. package/dist/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1175. package/dist/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1176. package/dist/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1177. package/dist/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1178. package/dist/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1179. package/dist/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1180. package/dist/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1181. package/dist/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1182. package/dist/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1183. package/dist/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1184. package/dist/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1185. package/dist/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1186. package/dist/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1187. package/dist/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1188. package/dist/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1189. package/dist/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1190. package/dist/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1191. package/dist/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1192. package/dist/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1193. package/dist/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1194. package/dist/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1195. package/dist/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1196. package/dist/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1197. package/dist/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1198. package/dist/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1199. package/dist/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1200. package/dist/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1201. package/dist/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1202. package/dist/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1203. package/dist/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1204. package/dist/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1205. package/dist/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1206. package/dist/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1207. package/dist/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1208. package/dist/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1209. package/dist/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1210. package/dist/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1211. package/dist/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1212. package/dist/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1213. package/dist/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1214. package/dist/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1215. package/dist/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1216. package/dist/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1217. package/dist/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1218. package/dist/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1219. package/dist/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1220. package/dist/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1221. package/dist/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1222. package/dist/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1223. package/dist/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1224. package/dist/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1225. package/dist/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1226. package/dist/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1227. package/dist/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1228. package/dist/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1229. package/dist/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1230. package/dist/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1231. package/dist/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1232. package/dist/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1233. package/dist/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1234. package/dist/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1235. package/dist/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1236. package/dist/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1237. package/dist/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1238. package/dist/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1239. package/dist/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1240. package/dist/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1241. package/dist/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1242. package/dist/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1243. package/dist/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1244. package/dist/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1245. package/dist/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1246. package/dist/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1247. package/dist/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1248. package/dist/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1249. package/dist/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1250. package/dist/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1251. package/dist/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1252. package/dist/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1253. package/dist/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  1254. package/dist/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1255. package/dist/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1256. package/dist/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1257. package/dist/node_modules/caniuse-lite/package.json +34 -0
  1258. package/dist/node_modules/cosmiconfig/LICENSE +22 -0
  1259. package/dist/node_modules/cosmiconfig/README.md +782 -0
  1260. package/dist/node_modules/cosmiconfig/dist/Explorer.d.ts +2 -0
  1261. package/dist/node_modules/cosmiconfig/dist/Explorer.d.ts.map +1 -0
  1262. package/dist/node_modules/cosmiconfig/dist/Explorer.js +170 -0
  1263. package/dist/node_modules/cosmiconfig/dist/Explorer.js.map +1 -0
  1264. package/dist/node_modules/cosmiconfig/dist/ExplorerBase.d.ts +2 -0
  1265. package/dist/node_modules/cosmiconfig/dist/ExplorerBase.d.ts.map +1 -0
  1266. package/dist/node_modules/cosmiconfig/dist/ExplorerBase.js +126 -0
  1267. package/dist/node_modules/cosmiconfig/dist/ExplorerBase.js.map +1 -0
  1268. package/dist/node_modules/cosmiconfig/dist/ExplorerSync.d.ts +2 -0
  1269. package/dist/node_modules/cosmiconfig/dist/ExplorerSync.d.ts.map +1 -0
  1270. package/dist/node_modules/cosmiconfig/dist/ExplorerSync.js +184 -0
  1271. package/dist/node_modules/cosmiconfig/dist/ExplorerSync.js.map +1 -0
  1272. package/dist/node_modules/cosmiconfig/dist/cacheWrapper.d.ts +5 -0
  1273. package/dist/node_modules/cosmiconfig/dist/cacheWrapper.d.ts.map +1 -0
  1274. package/dist/node_modules/cosmiconfig/dist/cacheWrapper.js +32 -0
  1275. package/dist/node_modules/cosmiconfig/dist/cacheWrapper.js.map +1 -0
  1276. package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.d.ts +3 -0
  1277. package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.d.ts.map +1 -0
  1278. package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.js +23 -0
  1279. package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.js.map +1 -0
  1280. package/dist/node_modules/cosmiconfig/dist/defaults.d.ts +25 -0
  1281. package/dist/node_modules/cosmiconfig/dist/defaults.d.ts.map +1 -0
  1282. package/dist/node_modules/cosmiconfig/dist/defaults.js +105 -0
  1283. package/dist/node_modules/cosmiconfig/dist/defaults.js.map +1 -0
  1284. package/dist/node_modules/cosmiconfig/dist/getDirectory.d.ts +4 -0
  1285. package/dist/node_modules/cosmiconfig/dist/getDirectory.d.ts.map +1 -0
  1286. package/dist/node_modules/cosmiconfig/dist/getDirectory.js +38 -0
  1287. package/dist/node_modules/cosmiconfig/dist/getDirectory.js.map +1 -0
  1288. package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts +5 -0
  1289. package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts.map +1 -0
  1290. package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.js +28 -0
  1291. package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.js.map +1 -0
  1292. package/dist/node_modules/cosmiconfig/dist/index.d.ts +6 -0
  1293. package/dist/node_modules/cosmiconfig/dist/index.d.ts.map +1 -0
  1294. package/dist/node_modules/cosmiconfig/dist/index.js +148 -0
  1295. package/dist/node_modules/cosmiconfig/dist/index.js.map +1 -0
  1296. package/dist/node_modules/cosmiconfig/dist/loaders.d.ts +8 -0
  1297. package/dist/node_modules/cosmiconfig/dist/loaders.d.ts.map +1 -0
  1298. package/dist/node_modules/cosmiconfig/dist/loaders.js +148 -0
  1299. package/dist/node_modules/cosmiconfig/dist/loaders.js.map +1 -0
  1300. package/dist/node_modules/cosmiconfig/dist/merge.d.ts +9 -0
  1301. package/dist/node_modules/cosmiconfig/dist/merge.d.ts.map +1 -0
  1302. package/dist/node_modules/cosmiconfig/dist/merge.js +40 -0
  1303. package/dist/node_modules/cosmiconfig/dist/merge.js.map +1 -0
  1304. package/dist/node_modules/cosmiconfig/dist/readFile.d.ts +7 -0
  1305. package/dist/node_modules/cosmiconfig/dist/readFile.d.ts.map +1 -0
  1306. package/dist/node_modules/cosmiconfig/dist/readFile.js +56 -0
  1307. package/dist/node_modules/cosmiconfig/dist/readFile.js.map +1 -0
  1308. package/dist/node_modules/cosmiconfig/dist/types.d.ts +98 -0
  1309. package/dist/node_modules/cosmiconfig/dist/types.d.ts.map +1 -0
  1310. package/dist/node_modules/cosmiconfig/dist/types.js +3 -0
  1311. package/dist/node_modules/cosmiconfig/dist/types.js.map +1 -0
  1312. package/dist/node_modules/cosmiconfig/dist/util.d.ts +2 -0
  1313. package/dist/node_modules/cosmiconfig/dist/util.d.ts.map +1 -0
  1314. package/dist/node_modules/cosmiconfig/dist/util.js +99 -0
  1315. package/dist/node_modules/cosmiconfig/dist/util.js.map +1 -0
  1316. package/dist/node_modules/cosmiconfig/package.json +102 -0
  1317. package/dist/node_modules/css-blank-pseudo/CHANGELOG.md +9 -0
  1318. package/dist/node_modules/css-blank-pseudo/LICENSE.md +18 -0
  1319. package/dist/node_modules/css-blank-pseudo/README.md +205 -0
  1320. package/dist/node_modules/css-blank-pseudo/dist/browser-global.js +2 -0
  1321. package/dist/node_modules/css-blank-pseudo/dist/browser-global.js.map +1 -0
  1322. package/dist/node_modules/css-blank-pseudo/dist/browser.cjs +2 -0
  1323. package/dist/node_modules/css-blank-pseudo/dist/browser.cjs.map +1 -0
  1324. package/dist/node_modules/css-blank-pseudo/dist/browser.mjs +2 -0
  1325. package/dist/node_modules/css-blank-pseudo/dist/browser.mjs.map +1 -0
  1326. package/dist/node_modules/css-blank-pseudo/dist/index.cjs +1 -0
  1327. package/dist/node_modules/css-blank-pseudo/dist/index.d.ts +16 -0
  1328. package/dist/node_modules/css-blank-pseudo/dist/index.mjs +1 -0
  1329. package/dist/node_modules/css-blank-pseudo/package.json +93 -0
  1330. package/dist/node_modules/css-has-pseudo/CHANGELOG.md +9 -0
  1331. package/dist/node_modules/css-has-pseudo/LICENSE.md +18 -0
  1332. package/dist/node_modules/css-has-pseudo/README.md +331 -0
  1333. package/dist/node_modules/css-has-pseudo/dist/browser-global.js +2 -0
  1334. package/dist/node_modules/css-has-pseudo/dist/browser-global.js.map +1 -0
  1335. package/dist/node_modules/css-has-pseudo/dist/browser.cjs +2 -0
  1336. package/dist/node_modules/css-has-pseudo/dist/browser.cjs.map +1 -0
  1337. package/dist/node_modules/css-has-pseudo/dist/browser.mjs +2 -0
  1338. package/dist/node_modules/css-has-pseudo/dist/browser.mjs.map +1 -0
  1339. package/dist/node_modules/css-has-pseudo/dist/index.cjs +1 -0
  1340. package/dist/node_modules/css-has-pseudo/dist/index.d.ts +14 -0
  1341. package/dist/node_modules/css-has-pseudo/dist/index.mjs +1 -0
  1342. package/dist/node_modules/css-has-pseudo/package.json +91 -0
  1343. package/dist/node_modules/css-prefers-color-scheme/CHANGELOG.md +9 -0
  1344. package/dist/node_modules/css-prefers-color-scheme/LICENSE.md +18 -0
  1345. package/dist/node_modules/css-prefers-color-scheme/README.md +341 -0
  1346. package/dist/node_modules/css-prefers-color-scheme/dist/browser-global.js +2 -0
  1347. package/dist/node_modules/css-prefers-color-scheme/dist/browser-global.js.map +1 -0
  1348. package/dist/node_modules/css-prefers-color-scheme/dist/browser.cjs +2 -0
  1349. package/dist/node_modules/css-prefers-color-scheme/dist/browser.cjs.map +1 -0
  1350. package/dist/node_modules/css-prefers-color-scheme/dist/browser.mjs +2 -0
  1351. package/dist/node_modules/css-prefers-color-scheme/dist/browser.mjs.map +1 -0
  1352. package/dist/node_modules/css-prefers-color-scheme/dist/index.cjs +1 -0
  1353. package/dist/node_modules/css-prefers-color-scheme/dist/index.d.ts +12 -0
  1354. package/dist/node_modules/css-prefers-color-scheme/dist/index.mjs +1 -0
  1355. package/dist/node_modules/css-prefers-color-scheme/package.json +89 -0
  1356. package/dist/node_modules/cssdb/LICENSE.md +18 -0
  1357. package/dist/node_modules/cssdb/README.md +35 -0
  1358. package/dist/node_modules/cssdb/cssdb.json +2296 -0
  1359. package/dist/node_modules/cssdb/cssdb.mjs +2296 -0
  1360. package/dist/node_modules/cssdb/package.json +101 -0
  1361. package/dist/node_modules/cssesc/LICENSE-MIT.txt +20 -0
  1362. package/dist/node_modules/cssesc/README.md +201 -0
  1363. package/dist/node_modules/cssesc/bin/cssesc +116 -0
  1364. package/dist/node_modules/cssesc/cssesc.js +110 -0
  1365. package/dist/node_modules/cssesc/man/cssesc.1 +70 -0
  1366. package/dist/node_modules/cssesc/package.json +51 -0
  1367. package/dist/node_modules/electron-to-chromium/LICENSE +5 -0
  1368. package/dist/node_modules/electron-to-chromium/README.md +186 -0
  1369. package/dist/node_modules/electron-to-chromium/chromium-versions.js +76 -0
  1370. package/dist/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1371. package/dist/node_modules/electron-to-chromium/full-chromium-versions.js +2342 -0
  1372. package/dist/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1373. package/dist/node_modules/electron-to-chromium/full-versions.js +1518 -0
  1374. package/dist/node_modules/electron-to-chromium/full-versions.json +1 -0
  1375. package/dist/node_modules/electron-to-chromium/index.js +36 -0
  1376. package/dist/node_modules/electron-to-chromium/package.json +44 -0
  1377. package/dist/node_modules/electron-to-chromium/versions.js +186 -0
  1378. package/dist/node_modules/electron-to-chromium/versions.json +1 -0
  1379. package/dist/node_modules/env-paths/index.d.ts +101 -0
  1380. package/dist/node_modules/env-paths/index.js +74 -0
  1381. package/dist/node_modules/env-paths/license +9 -0
  1382. package/dist/node_modules/env-paths/package.json +45 -0
  1383. package/dist/node_modules/env-paths/readme.md +115 -0
  1384. package/dist/node_modules/error-ex/LICENSE +21 -0
  1385. package/dist/node_modules/error-ex/README.md +144 -0
  1386. package/dist/node_modules/error-ex/index.js +141 -0
  1387. package/dist/node_modules/error-ex/package.json +46 -0
  1388. package/dist/node_modules/escalade/dist/index.js +22 -0
  1389. package/dist/node_modules/escalade/dist/index.mjs +22 -0
  1390. package/dist/node_modules/escalade/index.d.mts +11 -0
  1391. package/dist/node_modules/escalade/index.d.ts +15 -0
  1392. package/dist/node_modules/escalade/license +9 -0
  1393. package/dist/node_modules/escalade/package.json +74 -0
  1394. package/dist/node_modules/escalade/readme.md +211 -0
  1395. package/dist/node_modules/escalade/sync/index.d.mts +9 -0
  1396. package/dist/node_modules/escalade/sync/index.d.ts +13 -0
  1397. package/dist/node_modules/escalade/sync/index.js +18 -0
  1398. package/dist/node_modules/escalade/sync/index.mjs +18 -0
  1399. package/dist/node_modules/fraction.js/LICENSE +21 -0
  1400. package/dist/node_modules/fraction.js/README.md +466 -0
  1401. package/dist/node_modules/fraction.js/bigfraction.js +899 -0
  1402. package/dist/node_modules/fraction.js/fraction.cjs +904 -0
  1403. package/dist/node_modules/fraction.js/fraction.d.ts +60 -0
  1404. package/dist/node_modules/fraction.js/fraction.js +891 -0
  1405. package/dist/node_modules/fraction.js/fraction.min.js +18 -0
  1406. package/dist/node_modules/fraction.js/package.json +55 -0
  1407. package/dist/node_modules/import-fresh/index.d.ts +30 -0
  1408. package/dist/node_modules/import-fresh/index.js +34 -0
  1409. package/dist/node_modules/import-fresh/license +9 -0
  1410. package/dist/node_modules/import-fresh/package.json +48 -0
  1411. package/dist/node_modules/import-fresh/readme.md +54 -0
  1412. package/dist/node_modules/is-arrayish/.editorconfig +18 -0
  1413. package/dist/node_modules/is-arrayish/.istanbul.yml +4 -0
  1414. package/dist/node_modules/is-arrayish/.travis.yml +17 -0
  1415. package/dist/node_modules/is-arrayish/LICENSE +21 -0
  1416. package/dist/node_modules/is-arrayish/README.md +16 -0
  1417. package/dist/node_modules/is-arrayish/index.js +10 -0
  1418. package/dist/node_modules/is-arrayish/package.json +34 -0
  1419. package/dist/node_modules/jiti/LICENSE +21 -0
  1420. package/dist/node_modules/jiti/README.md +164 -0
  1421. package/dist/node_modules/jiti/bin/jiti.js +16 -0
  1422. package/dist/node_modules/jiti/dist/babel.d.ts +2 -0
  1423. package/dist/node_modules/jiti/dist/babel.js +227 -0
  1424. package/dist/node_modules/jiti/dist/jiti.d.ts +20 -0
  1425. package/dist/node_modules/jiti/dist/jiti.js +1 -0
  1426. package/dist/node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts +4 -0
  1427. package/dist/node_modules/jiti/dist/plugins/import-meta-env.d.ts +5 -0
  1428. package/dist/node_modules/jiti/dist/types.d.ts +35 -0
  1429. package/dist/node_modules/jiti/dist/utils.d.ts +8 -0
  1430. package/dist/node_modules/jiti/lib/index.js +15 -0
  1431. package/dist/node_modules/jiti/package.json +81 -0
  1432. package/dist/node_modules/jiti/register.js +3 -0
  1433. package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
  1434. package/dist/node_modules/js-tokens/LICENSE +21 -0
  1435. package/dist/node_modules/js-tokens/README.md +240 -0
  1436. package/dist/node_modules/js-tokens/index.js +23 -0
  1437. package/dist/node_modules/js-tokens/package.json +30 -0
  1438. package/dist/node_modules/js-yaml/CHANGELOG.md +616 -0
  1439. package/dist/node_modules/js-yaml/LICENSE +21 -0
  1440. package/dist/node_modules/js-yaml/README.md +246 -0
  1441. package/dist/node_modules/js-yaml/bin/js-yaml.js +126 -0
  1442. package/dist/node_modules/js-yaml/dist/js-yaml.js +3874 -0
  1443. package/dist/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
  1444. package/dist/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
  1445. package/dist/node_modules/js-yaml/index.js +47 -0
  1446. package/dist/node_modules/js-yaml/lib/common.js +59 -0
  1447. package/dist/node_modules/js-yaml/lib/dumper.js +965 -0
  1448. package/dist/node_modules/js-yaml/lib/exception.js +55 -0
  1449. package/dist/node_modules/js-yaml/lib/loader.js +1727 -0
  1450. package/dist/node_modules/js-yaml/lib/schema/core.js +11 -0
  1451. package/dist/node_modules/js-yaml/lib/schema/default.js +22 -0
  1452. package/dist/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
  1453. package/dist/node_modules/js-yaml/lib/schema/json.js +19 -0
  1454. package/dist/node_modules/js-yaml/lib/schema.js +121 -0
  1455. package/dist/node_modules/js-yaml/lib/snippet.js +101 -0
  1456. package/dist/node_modules/js-yaml/lib/type/binary.js +125 -0
  1457. package/dist/node_modules/js-yaml/lib/type/bool.js +35 -0
  1458. package/dist/node_modules/js-yaml/lib/type/float.js +97 -0
  1459. package/dist/node_modules/js-yaml/lib/type/int.js +156 -0
  1460. package/dist/node_modules/js-yaml/lib/type/map.js +8 -0
  1461. package/dist/node_modules/js-yaml/lib/type/merge.js +12 -0
  1462. package/dist/node_modules/js-yaml/lib/type/null.js +35 -0
  1463. package/dist/node_modules/js-yaml/lib/type/omap.js +44 -0
  1464. package/dist/node_modules/js-yaml/lib/type/pairs.js +53 -0
  1465. package/dist/node_modules/js-yaml/lib/type/seq.js +8 -0
  1466. package/dist/node_modules/js-yaml/lib/type/set.js +29 -0
  1467. package/dist/node_modules/js-yaml/lib/type/str.js +8 -0
  1468. package/dist/node_modules/js-yaml/lib/type/timestamp.js +88 -0
  1469. package/dist/node_modules/js-yaml/lib/type.js +66 -0
  1470. package/dist/node_modules/js-yaml/package.json +66 -0
  1471. package/dist/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  1472. package/dist/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  1473. package/dist/node_modules/json-parse-even-better-errors/README.md +96 -0
  1474. package/dist/node_modules/json-parse-even-better-errors/index.js +121 -0
  1475. package/dist/node_modules/json-parse-even-better-errors/package.json +33 -0
  1476. package/dist/node_modules/lines-and-columns/LICENSE +21 -0
  1477. package/dist/node_modules/lines-and-columns/README.md +33 -0
  1478. package/dist/node_modules/lines-and-columns/build/index.d.ts +13 -0
  1479. package/dist/node_modules/lines-and-columns/build/index.js +62 -0
  1480. package/dist/node_modules/lines-and-columns/package.json +49 -0
  1481. package/dist/node_modules/nanoid/LICENSE +20 -0
  1482. package/dist/node_modules/nanoid/README.md +39 -0
  1483. package/dist/node_modules/nanoid/async/index.browser.cjs +69 -0
  1484. package/dist/node_modules/nanoid/async/index.browser.js +34 -0
  1485. package/dist/node_modules/nanoid/async/index.cjs +71 -0
  1486. package/dist/node_modules/nanoid/async/index.d.ts +56 -0
  1487. package/dist/node_modules/nanoid/async/index.js +35 -0
  1488. package/dist/node_modules/nanoid/async/index.native.js +26 -0
  1489. package/dist/node_modules/nanoid/async/package.json +12 -0
  1490. package/dist/node_modules/nanoid/bin/nanoid.cjs +55 -0
  1491. package/dist/node_modules/nanoid/index.browser.cjs +72 -0
  1492. package/dist/node_modules/nanoid/index.browser.js +34 -0
  1493. package/dist/node_modules/nanoid/index.cjs +85 -0
  1494. package/dist/node_modules/nanoid/index.d.cts +91 -0
  1495. package/dist/node_modules/nanoid/index.d.ts +91 -0
  1496. package/dist/node_modules/nanoid/index.js +45 -0
  1497. package/dist/node_modules/nanoid/nanoid.js +1 -0
  1498. package/dist/node_modules/nanoid/non-secure/index.cjs +34 -0
  1499. package/dist/node_modules/nanoid/non-secure/index.d.ts +33 -0
  1500. package/dist/node_modules/nanoid/non-secure/index.js +21 -0
  1501. package/dist/node_modules/nanoid/non-secure/package.json +6 -0
  1502. package/dist/node_modules/nanoid/package.json +89 -0
  1503. package/dist/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  1504. package/dist/node_modules/nanoid/url-alphabet/index.js +3 -0
  1505. package/dist/node_modules/nanoid/url-alphabet/package.json +6 -0
  1506. package/dist/node_modules/node-releases/LICENSE +21 -0
  1507. package/dist/node_modules/node-releases/README.md +12 -0
  1508. package/dist/node_modules/node-releases/data/processed/envs.json +1 -0
  1509. package/dist/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  1510. package/dist/node_modules/node-releases/package.json +22 -0
  1511. package/dist/node_modules/normalize-range/index.js +54 -0
  1512. package/dist/node_modules/normalize-range/license +21 -0
  1513. package/dist/node_modules/normalize-range/package.json +46 -0
  1514. package/dist/node_modules/normalize-range/readme.md +148 -0
  1515. package/dist/node_modules/parent-module/index.js +37 -0
  1516. package/dist/node_modules/parent-module/license +9 -0
  1517. package/dist/node_modules/parent-module/package.json +46 -0
  1518. package/dist/node_modules/parent-module/readme.md +67 -0
  1519. package/dist/node_modules/parse-json/index.js +54 -0
  1520. package/dist/node_modules/parse-json/license +9 -0
  1521. package/dist/node_modules/parse-json/package.json +45 -0
  1522. package/dist/node_modules/parse-json/readme.md +119 -0
  1523. package/dist/node_modules/picocolors/LICENSE +15 -0
  1524. package/dist/node_modules/picocolors/README.md +21 -0
  1525. package/dist/node_modules/picocolors/package.json +25 -0
  1526. package/dist/node_modules/picocolors/picocolors.browser.js +4 -0
  1527. package/dist/node_modules/picocolors/picocolors.d.ts +5 -0
  1528. package/dist/node_modules/picocolors/picocolors.js +75 -0
  1529. package/dist/node_modules/picocolors/types.d.ts +51 -0
  1530. package/dist/node_modules/postcss/LICENSE +20 -0
  1531. package/dist/node_modules/postcss/README.md +28 -0
  1532. package/dist/node_modules/postcss/lib/at-rule.d.ts +140 -0
  1533. package/dist/node_modules/postcss/lib/at-rule.js +25 -0
  1534. package/dist/node_modules/postcss/lib/comment.d.ts +68 -0
  1535. package/dist/node_modules/postcss/lib/comment.js +13 -0
  1536. package/dist/node_modules/postcss/lib/container.d.ts +480 -0
  1537. package/dist/node_modules/postcss/lib/container.js +447 -0
  1538. package/dist/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
  1539. package/dist/node_modules/postcss/lib/css-syntax-error.js +133 -0
  1540. package/dist/node_modules/postcss/lib/declaration.d.ts +151 -0
  1541. package/dist/node_modules/postcss/lib/declaration.js +24 -0
  1542. package/dist/node_modules/postcss/lib/document.d.ts +69 -0
  1543. package/dist/node_modules/postcss/lib/document.js +33 -0
  1544. package/dist/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  1545. package/dist/node_modules/postcss/lib/fromJSON.js +54 -0
  1546. package/dist/node_modules/postcss/lib/input.d.ts +206 -0
  1547. package/dist/node_modules/postcss/lib/input.js +251 -0
  1548. package/dist/node_modules/postcss/lib/lazy-result.d.ts +190 -0
  1549. package/dist/node_modules/postcss/lib/lazy-result.js +550 -0
  1550. package/dist/node_modules/postcss/lib/list.d.ts +60 -0
  1551. package/dist/node_modules/postcss/lib/list.js +58 -0
  1552. package/dist/node_modules/postcss/lib/map-generator.js +368 -0
  1553. package/dist/node_modules/postcss/lib/no-work-result.d.ts +46 -0
  1554. package/dist/node_modules/postcss/lib/no-work-result.js +138 -0
  1555. package/dist/node_modules/postcss/lib/node.d.ts +541 -0
  1556. package/dist/node_modules/postcss/lib/node.js +434 -0
  1557. package/dist/node_modules/postcss/lib/parse.d.ts +9 -0
  1558. package/dist/node_modules/postcss/lib/parse.js +42 -0
  1559. package/dist/node_modules/postcss/lib/parser.js +611 -0
  1560. package/dist/node_modules/postcss/lib/postcss.d.mts +69 -0
  1561. package/dist/node_modules/postcss/lib/postcss.d.ts +458 -0
  1562. package/dist/node_modules/postcss/lib/postcss.js +101 -0
  1563. package/dist/node_modules/postcss/lib/postcss.mjs +30 -0
  1564. package/dist/node_modules/postcss/lib/previous-map.d.ts +81 -0
  1565. package/dist/node_modules/postcss/lib/previous-map.js +144 -0
  1566. package/dist/node_modules/postcss/lib/processor.d.ts +115 -0
  1567. package/dist/node_modules/postcss/lib/processor.js +67 -0
  1568. package/dist/node_modules/postcss/lib/result.d.ts +205 -0
  1569. package/dist/node_modules/postcss/lib/result.js +42 -0
  1570. package/dist/node_modules/postcss/lib/root.d.ts +87 -0
  1571. package/dist/node_modules/postcss/lib/root.js +61 -0
  1572. package/dist/node_modules/postcss/lib/rule.d.ts +126 -0
  1573. package/dist/node_modules/postcss/lib/rule.js +27 -0
  1574. package/dist/node_modules/postcss/lib/stringifier.d.ts +46 -0
  1575. package/dist/node_modules/postcss/lib/stringifier.js +353 -0
  1576. package/dist/node_modules/postcss/lib/stringify.d.ts +9 -0
  1577. package/dist/node_modules/postcss/lib/stringify.js +11 -0
  1578. package/dist/node_modules/postcss/lib/symbols.js +5 -0
  1579. package/dist/node_modules/postcss/lib/terminal-highlight.js +70 -0
  1580. package/dist/node_modules/postcss/lib/tokenize.js +266 -0
  1581. package/dist/node_modules/postcss/lib/warn-once.js +13 -0
  1582. package/dist/node_modules/postcss/lib/warning.d.ts +147 -0
  1583. package/dist/node_modules/postcss/lib/warning.js +37 -0
  1584. package/dist/node_modules/postcss/package.json +88 -0
  1585. package/dist/node_modules/postcss-attribute-case-insensitive/CHANGELOG.md +9 -0
  1586. package/dist/node_modules/postcss-attribute-case-insensitive/LICENSE.md +20 -0
  1587. package/dist/node_modules/postcss-attribute-case-insensitive/README.md +73 -0
  1588. package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.cjs +1 -0
  1589. package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.d.ts +12 -0
  1590. package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.mjs +1 -0
  1591. package/dist/node_modules/postcss-attribute-case-insensitive/package.json +76 -0
  1592. package/dist/node_modules/postcss-browser-comments/CHANGELOG.md +9 -0
  1593. package/dist/node_modules/postcss-browser-comments/LICENSE.md +18 -0
  1594. package/dist/node_modules/postcss-browser-comments/README.md +94 -0
  1595. package/dist/node_modules/postcss-browser-comments/dist/index.cjs +1 -0
  1596. package/dist/node_modules/postcss-browser-comments/dist/index.d.ts +12 -0
  1597. package/dist/node_modules/postcss-browser-comments/dist/index.mjs +1 -0
  1598. package/dist/node_modules/postcss-browser-comments/package.json +78 -0
  1599. package/dist/node_modules/postcss-clamp/INSTALL.md +162 -0
  1600. package/dist/node_modules/postcss-clamp/LICENSE +21 -0
  1601. package/dist/node_modules/postcss-clamp/README.md +118 -0
  1602. package/dist/node_modules/postcss-clamp/index.js +126 -0
  1603. package/dist/node_modules/postcss-clamp/index.test.js +221 -0
  1604. package/dist/node_modules/postcss-clamp/package.json +26 -0
  1605. package/dist/node_modules/postcss-color-functional-notation/CHANGELOG.md +9 -0
  1606. package/dist/node_modules/postcss-color-functional-notation/LICENSE.md +18 -0
  1607. package/dist/node_modules/postcss-color-functional-notation/README.md +134 -0
  1608. package/dist/node_modules/postcss-color-functional-notation/dist/index.cjs +1 -0
  1609. package/dist/node_modules/postcss-color-functional-notation/dist/index.d.ts +14 -0
  1610. package/dist/node_modules/postcss-color-functional-notation/dist/index.mjs +1 -0
  1611. package/dist/node_modules/postcss-color-functional-notation/package.json +75 -0
  1612. package/dist/node_modules/postcss-color-hex-alpha/CHANGELOG.md +10 -0
  1613. package/dist/node_modules/postcss-color-hex-alpha/LICENSE.md +21 -0
  1614. package/dist/node_modules/postcss-color-hex-alpha/README.md +72 -0
  1615. package/dist/node_modules/postcss-color-hex-alpha/dist/index.cjs +1 -0
  1616. package/dist/node_modules/postcss-color-hex-alpha/dist/index.d.ts +12 -0
  1617. package/dist/node_modules/postcss-color-hex-alpha/dist/index.mjs +1 -0
  1618. package/dist/node_modules/postcss-color-hex-alpha/package.json +88 -0
  1619. package/dist/node_modules/postcss-color-rebeccapurple/CHANGELOG.md +10 -0
  1620. package/dist/node_modules/postcss-color-rebeccapurple/LICENSE.md +18 -0
  1621. package/dist/node_modules/postcss-color-rebeccapurple/README.md +76 -0
  1622. package/dist/node_modules/postcss-color-rebeccapurple/dist/index.cjs +1 -0
  1623. package/dist/node_modules/postcss-color-rebeccapurple/dist/index.d.ts +12 -0
  1624. package/dist/node_modules/postcss-color-rebeccapurple/dist/index.mjs +1 -0
  1625. package/dist/node_modules/postcss-color-rebeccapurple/package.json +87 -0
  1626. package/dist/node_modules/postcss-custom-media/CHANGELOG.md +12 -0
  1627. package/dist/node_modules/postcss-custom-media/LICENSE.md +21 -0
  1628. package/dist/node_modules/postcss-custom-media/README.md +183 -0
  1629. package/dist/node_modules/postcss-custom-media/dist/index.cjs +1 -0
  1630. package/dist/node_modules/postcss-custom-media/dist/index.d.ts +12 -0
  1631. package/dist/node_modules/postcss-custom-media/dist/index.mjs +1 -0
  1632. package/dist/node_modules/postcss-custom-media/package.json +88 -0
  1633. package/dist/node_modules/postcss-custom-properties/CHANGELOG.md +11 -0
  1634. package/dist/node_modules/postcss-custom-properties/LICENSE.md +21 -0
  1635. package/dist/node_modules/postcss-custom-properties/README.md +173 -0
  1636. package/dist/node_modules/postcss-custom-properties/dist/index.cjs +1 -0
  1637. package/dist/node_modules/postcss-custom-properties/dist/index.d.ts +12 -0
  1638. package/dist/node_modules/postcss-custom-properties/dist/index.mjs +1 -0
  1639. package/dist/node_modules/postcss-custom-properties/package.json +75 -0
  1640. package/dist/node_modules/postcss-custom-selectors/CHANGELOG.md +11 -0
  1641. package/dist/node_modules/postcss-custom-selectors/LICENSE.md +21 -0
  1642. package/dist/node_modules/postcss-custom-selectors/README.md +107 -0
  1643. package/dist/node_modules/postcss-custom-selectors/dist/index.cjs +1 -0
  1644. package/dist/node_modules/postcss-custom-selectors/dist/index.d.ts +12 -0
  1645. package/dist/node_modules/postcss-custom-selectors/dist/index.mjs +1 -0
  1646. package/dist/node_modules/postcss-custom-selectors/package.json +92 -0
  1647. package/dist/node_modules/postcss-dir-pseudo-class/CHANGELOG.md +9 -0
  1648. package/dist/node_modules/postcss-dir-pseudo-class/LICENSE.md +18 -0
  1649. package/dist/node_modules/postcss-dir-pseudo-class/README.md +193 -0
  1650. package/dist/node_modules/postcss-dir-pseudo-class/dist/index.cjs +1 -0
  1651. package/dist/node_modules/postcss-dir-pseudo-class/dist/index.d.ts +16 -0
  1652. package/dist/node_modules/postcss-dir-pseudo-class/dist/index.mjs +1 -0
  1653. package/dist/node_modules/postcss-dir-pseudo-class/package.json +84 -0
  1654. package/dist/node_modules/postcss-double-position-gradients/CHANGELOG.md +11 -0
  1655. package/dist/node_modules/postcss-double-position-gradients/LICENSE.md +18 -0
  1656. package/dist/node_modules/postcss-double-position-gradients/README.md +129 -0
  1657. package/dist/node_modules/postcss-double-position-gradients/dist/index.cjs +1 -0
  1658. package/dist/node_modules/postcss-double-position-gradients/dist/index.d.ts +14 -0
  1659. package/dist/node_modules/postcss-double-position-gradients/dist/index.mjs +1 -0
  1660. package/dist/node_modules/postcss-double-position-gradients/package.json +71 -0
  1661. package/dist/node_modules/postcss-flexbugs-fixes/CHANGELOG.md +48 -0
  1662. package/dist/node_modules/postcss-flexbugs-fixes/LICENSE +20 -0
  1663. package/dist/node_modules/postcss-flexbugs-fixes/README.md +76 -0
  1664. package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug4.js +44 -0
  1665. package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug6.js +16 -0
  1666. package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug81a.js +27 -0
  1667. package/dist/node_modules/postcss-flexbugs-fixes/index.js +45 -0
  1668. package/dist/node_modules/postcss-flexbugs-fixes/package.json +36 -0
  1669. package/dist/node_modules/postcss-focus-visible/CHANGELOG.md +9 -0
  1670. package/dist/node_modules/postcss-focus-visible/LICENSE.md +18 -0
  1671. package/dist/node_modules/postcss-focus-visible/README.md +137 -0
  1672. package/dist/node_modules/postcss-focus-visible/dist/index.cjs +1 -0
  1673. package/dist/node_modules/postcss-focus-visible/dist/index.d.ts +16 -0
  1674. package/dist/node_modules/postcss-focus-visible/dist/index.mjs +1 -0
  1675. package/dist/node_modules/postcss-focus-visible/package.json +90 -0
  1676. package/dist/node_modules/postcss-focus-within/CHANGELOG.md +9 -0
  1677. package/dist/node_modules/postcss-focus-within/LICENSE.md +18 -0
  1678. package/dist/node_modules/postcss-focus-within/README.md +196 -0
  1679. package/dist/node_modules/postcss-focus-within/dist/browser-global.js +2 -0
  1680. package/dist/node_modules/postcss-focus-within/dist/browser-global.js.map +1 -0
  1681. package/dist/node_modules/postcss-focus-within/dist/browser.cjs +2 -0
  1682. package/dist/node_modules/postcss-focus-within/dist/browser.cjs.map +1 -0
  1683. package/dist/node_modules/postcss-focus-within/dist/browser.mjs +2 -0
  1684. package/dist/node_modules/postcss-focus-within/dist/browser.mjs.map +1 -0
  1685. package/dist/node_modules/postcss-focus-within/dist/index.cjs +1 -0
  1686. package/dist/node_modules/postcss-focus-within/dist/index.d.ts +16 -0
  1687. package/dist/node_modules/postcss-focus-within/dist/index.mjs +1 -0
  1688. package/dist/node_modules/postcss-focus-within/package.json +90 -0
  1689. package/dist/node_modules/postcss-font-variant/CHANGELOG.md +48 -0
  1690. package/dist/node_modules/postcss-font-variant/LICENSE +20 -0
  1691. package/dist/node_modules/postcss-font-variant/README.md +74 -0
  1692. package/dist/node_modules/postcss-font-variant/index.js +126 -0
  1693. package/dist/node_modules/postcss-font-variant/package.json +36 -0
  1694. package/dist/node_modules/postcss-gap-properties/CHANGELOG.md +9 -0
  1695. package/dist/node_modules/postcss-gap-properties/LICENSE.md +18 -0
  1696. package/dist/node_modules/postcss-gap-properties/README.md +102 -0
  1697. package/dist/node_modules/postcss-gap-properties/dist/index.cjs +1 -0
  1698. package/dist/node_modules/postcss-gap-properties/dist/index.d.ts +12 -0
  1699. package/dist/node_modules/postcss-gap-properties/dist/index.mjs +1 -0
  1700. package/dist/node_modules/postcss-gap-properties/package.json +77 -0
  1701. package/dist/node_modules/postcss-image-set-function/CHANGELOG.md +10 -0
  1702. package/dist/node_modules/postcss-image-set-function/LICENSE.md +18 -0
  1703. package/dist/node_modules/postcss-image-set-function/README.md +164 -0
  1704. package/dist/node_modules/postcss-image-set-function/dist/index.cjs +1 -0
  1705. package/dist/node_modules/postcss-image-set-function/dist/index.d.ts +19 -0
  1706. package/dist/node_modules/postcss-image-set-function/dist/index.mjs +1 -0
  1707. package/dist/node_modules/postcss-image-set-function/package.json +67 -0
  1708. package/dist/node_modules/postcss-lab-function/CHANGELOG.md +9 -0
  1709. package/dist/node_modules/postcss-lab-function/LICENSE.md +18 -0
  1710. package/dist/node_modules/postcss-lab-function/README.md +156 -0
  1711. package/dist/node_modules/postcss-lab-function/dist/index.cjs +1 -0
  1712. package/dist/node_modules/postcss-lab-function/dist/index.d.ts +19 -0
  1713. package/dist/node_modules/postcss-lab-function/dist/index.mjs +1 -0
  1714. package/dist/node_modules/postcss-lab-function/package.json +74 -0
  1715. package/dist/node_modules/postcss-loader/LICENSE +20 -0
  1716. package/dist/node_modules/postcss-loader/README.md +1175 -0
  1717. package/dist/node_modules/postcss-loader/dist/cjs.js +3 -0
  1718. package/dist/node_modules/postcss-loader/dist/config.d.ts +16 -0
  1719. package/dist/node_modules/postcss-loader/dist/index.js +172 -0
  1720. package/dist/node_modules/postcss-loader/dist/options.json +58 -0
  1721. package/dist/node_modules/postcss-loader/dist/utils.js +465 -0
  1722. package/dist/node_modules/postcss-loader/package.json +109 -0
  1723. package/dist/node_modules/postcss-logical/CHANGELOG.md +9 -0
  1724. package/dist/node_modules/postcss-logical/LICENSE.md +18 -0
  1725. package/dist/node_modules/postcss-logical/README.md +204 -0
  1726. package/dist/node_modules/postcss-logical/dist/index.cjs +1 -0
  1727. package/dist/node_modules/postcss-logical/dist/index.d.ts +23 -0
  1728. package/dist/node_modules/postcss-logical/dist/index.mjs +1 -0
  1729. package/dist/node_modules/postcss-logical/package.json +94 -0
  1730. package/dist/node_modules/postcss-nesting/CHANGELOG.md +12 -0
  1731. package/dist/node_modules/postcss-nesting/LICENSE.md +18 -0
  1732. package/dist/node_modules/postcss-nesting/README.md +255 -0
  1733. package/dist/node_modules/postcss-nesting/dist/index.cjs +1 -0
  1734. package/dist/node_modules/postcss-nesting/dist/index.d.ts +26 -0
  1735. package/dist/node_modules/postcss-nesting/dist/index.mjs +1 -0
  1736. package/dist/node_modules/postcss-nesting/package.json +90 -0
  1737. package/dist/node_modules/postcss-normalize/LICENSE.md +108 -0
  1738. package/dist/node_modules/postcss-normalize/README.md +210 -0
  1739. package/dist/node_modules/postcss-normalize/index.cjs +252 -0
  1740. package/dist/node_modules/postcss-normalize/index.mjs +251 -0
  1741. package/dist/node_modules/postcss-normalize/package.json +67 -0
  1742. package/dist/node_modules/postcss-opacity-percentage/LICENSE.md +9 -0
  1743. package/dist/node_modules/postcss-opacity-percentage/README.md +85 -0
  1744. package/dist/node_modules/postcss-opacity-percentage/index.js +27 -0
  1745. package/dist/node_modules/postcss-opacity-percentage/package.json +61 -0
  1746. package/dist/node_modules/postcss-overflow-shorthand/CHANGELOG.md +9 -0
  1747. package/dist/node_modules/postcss-overflow-shorthand/LICENSE.md +18 -0
  1748. package/dist/node_modules/postcss-overflow-shorthand/README.md +74 -0
  1749. package/dist/node_modules/postcss-overflow-shorthand/dist/index.cjs +1 -0
  1750. package/dist/node_modules/postcss-overflow-shorthand/dist/index.d.ts +12 -0
  1751. package/dist/node_modules/postcss-overflow-shorthand/dist/index.mjs +1 -0
  1752. package/dist/node_modules/postcss-overflow-shorthand/package.json +77 -0
  1753. package/dist/node_modules/postcss-page-break/CHANGELOG.md +17 -0
  1754. package/dist/node_modules/postcss-page-break/LICENSE +20 -0
  1755. package/dist/node_modules/postcss-page-break/README.md +83 -0
  1756. package/dist/node_modules/postcss-page-break/index.js +35 -0
  1757. package/dist/node_modules/postcss-page-break/package.json +44 -0
  1758. package/dist/node_modules/postcss-place/CHANGELOG.md +9 -0
  1759. package/dist/node_modules/postcss-place/LICENSE.md +18 -0
  1760. package/dist/node_modules/postcss-place/README.md +81 -0
  1761. package/dist/node_modules/postcss-place/dist/index.cjs +1 -0
  1762. package/dist/node_modules/postcss-place/dist/index.d.ts +12 -0
  1763. package/dist/node_modules/postcss-place/dist/index.mjs +1 -0
  1764. package/dist/node_modules/postcss-place/package.json +80 -0
  1765. package/dist/node_modules/postcss-preset-env/CHANGELOG.md +12 -0
  1766. package/dist/node_modules/postcss-preset-env/LICENSE.md +18 -0
  1767. package/dist/node_modules/postcss-preset-env/README.md +496 -0
  1768. package/dist/node_modules/postcss-preset-env/dist/index.cjs +1 -0
  1769. package/dist/node_modules/postcss-preset-env/dist/index.d.ts +310 -0
  1770. package/dist/node_modules/postcss-preset-env/dist/index.mjs +1 -0
  1771. package/dist/node_modules/postcss-preset-env/package.json +144 -0
  1772. package/dist/node_modules/postcss-pseudo-class-any-link/CHANGELOG.md +9 -0
  1773. package/dist/node_modules/postcss-pseudo-class-any-link/LICENSE.md +18 -0
  1774. package/dist/node_modules/postcss-pseudo-class-any-link/README.md +106 -0
  1775. package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.cjs +1 -0
  1776. package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.d.ts +16 -0
  1777. package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.mjs +1 -0
  1778. package/dist/node_modules/postcss-pseudo-class-any-link/package.json +80 -0
  1779. package/dist/node_modules/postcss-replace-overflow-wrap/CHANGELOG.md +10 -0
  1780. package/dist/node_modules/postcss-replace-overflow-wrap/LICENSE +20 -0
  1781. package/dist/node_modules/postcss-replace-overflow-wrap/README.md +56 -0
  1782. package/dist/node_modules/postcss-replace-overflow-wrap/index.js +19 -0
  1783. package/dist/node_modules/postcss-replace-overflow-wrap/package.json +56 -0
  1784. package/dist/node_modules/postcss-scss/LICENSE +20 -0
  1785. package/dist/node_modules/postcss-scss/README.md +23 -0
  1786. package/dist/node_modules/postcss-scss/lib/nested-declaration.js +12 -0
  1787. package/dist/node_modules/postcss-scss/lib/scss-parse.js +12 -0
  1788. package/dist/node_modules/postcss-scss/lib/scss-parser.js +213 -0
  1789. package/dist/node_modules/postcss-scss/lib/scss-stringifier.js +51 -0
  1790. package/dist/node_modules/postcss-scss/lib/scss-stringify.js +6 -0
  1791. package/dist/node_modules/postcss-scss/lib/scss-syntax.d.ts +4 -0
  1792. package/dist/node_modules/postcss-scss/lib/scss-syntax.js +4 -0
  1793. package/dist/node_modules/postcss-scss/lib/scss-syntax.mjs +6 -0
  1794. package/dist/node_modules/postcss-scss/lib/scss-tokenize.js +335 -0
  1795. package/dist/node_modules/postcss-scss/package.json +52 -0
  1796. package/dist/node_modules/postcss-selector-not/CHANGELOG.md +9 -0
  1797. package/dist/node_modules/postcss-selector-not/LICENSE.md +20 -0
  1798. package/dist/node_modules/postcss-selector-not/README.md +51 -0
  1799. package/dist/node_modules/postcss-selector-not/dist/index.cjs +1 -0
  1800. package/dist/node_modules/postcss-selector-not/dist/index.d.ts +9 -0
  1801. package/dist/node_modules/postcss-selector-not/dist/index.mjs +1 -0
  1802. package/dist/node_modules/postcss-selector-not/package.json +73 -0
  1803. package/dist/node_modules/postcss-selector-parser/API.md +874 -0
  1804. package/dist/node_modules/postcss-selector-parser/CHANGELOG.md +557 -0
  1805. package/dist/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
  1806. package/dist/node_modules/postcss-selector-parser/README.md +49 -0
  1807. package/dist/node_modules/postcss-selector-parser/dist/index.js +17 -0
  1808. package/dist/node_modules/postcss-selector-parser/dist/parser.js +1015 -0
  1809. package/dist/node_modules/postcss-selector-parser/dist/processor.js +170 -0
  1810. package/dist/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
  1811. package/dist/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
  1812. package/dist/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
  1813. package/dist/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
  1814. package/dist/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
  1815. package/dist/node_modules/postcss-selector-parser/dist/selectors/container.js +321 -0
  1816. package/dist/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
  1817. package/dist/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
  1818. package/dist/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
  1819. package/dist/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
  1820. package/dist/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
  1821. package/dist/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
  1822. package/dist/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
  1823. package/dist/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
  1824. package/dist/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
  1825. package/dist/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
  1826. package/dist/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
  1827. package/dist/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
  1828. package/dist/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
  1829. package/dist/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
  1830. package/dist/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
  1831. package/dist/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
  1832. package/dist/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
  1833. package/dist/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
  1834. package/dist/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
  1835. package/dist/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
  1836. package/dist/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
  1837. package/dist/node_modules/postcss-selector-parser/package.json +80 -0
  1838. package/dist/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +555 -0
  1839. package/dist/node_modules/postcss-value-parser/LICENSE +22 -0
  1840. package/dist/node_modules/postcss-value-parser/README.md +263 -0
  1841. package/dist/node_modules/postcss-value-parser/lib/index.d.ts +177 -0
  1842. package/dist/node_modules/postcss-value-parser/lib/index.js +28 -0
  1843. package/dist/node_modules/postcss-value-parser/lib/parse.js +321 -0
  1844. package/dist/node_modules/postcss-value-parser/lib/stringify.js +48 -0
  1845. package/dist/node_modules/postcss-value-parser/lib/unit.js +120 -0
  1846. package/dist/node_modules/postcss-value-parser/lib/walk.js +22 -0
  1847. package/dist/node_modules/postcss-value-parser/package.json +58 -0
  1848. package/dist/node_modules/resolve-from/index.js +47 -0
  1849. package/dist/node_modules/resolve-from/license +9 -0
  1850. package/dist/node_modules/resolve-from/package.json +34 -0
  1851. package/dist/node_modules/resolve-from/readme.md +72 -0
  1852. package/dist/node_modules/sanitize.css/LICENSE.md +108 -0
  1853. package/dist/node_modules/sanitize.css/README.md +470 -0
  1854. package/dist/node_modules/sanitize.css/assets.css +8 -0
  1855. package/dist/node_modules/sanitize.css/forms.css +41 -0
  1856. package/dist/node_modules/sanitize.css/package.json +56 -0
  1857. package/dist/node_modules/sanitize.css/reduce-motion.css +20 -0
  1858. package/dist/node_modules/sanitize.css/sanitize.css +363 -0
  1859. package/dist/node_modules/sanitize.css/system-ui.css +27 -0
  1860. package/dist/node_modules/sanitize.css/typography.css +43 -0
  1861. package/dist/node_modules/sanitize.css/ui-monospace.css +27 -0
  1862. package/dist/node_modules/semver/LICENSE +15 -0
  1863. package/dist/node_modules/semver/README.md +664 -0
  1864. package/dist/node_modules/semver/bin/semver.js +189 -0
  1865. package/dist/node_modules/semver/classes/comparator.js +141 -0
  1866. package/dist/node_modules/semver/classes/index.js +5 -0
  1867. package/dist/node_modules/semver/classes/range.js +554 -0
  1868. package/dist/node_modules/semver/classes/semver.js +318 -0
  1869. package/dist/node_modules/semver/functions/clean.js +6 -0
  1870. package/dist/node_modules/semver/functions/cmp.js +52 -0
  1871. package/dist/node_modules/semver/functions/coerce.js +60 -0
  1872. package/dist/node_modules/semver/functions/compare-build.js +7 -0
  1873. package/dist/node_modules/semver/functions/compare-loose.js +3 -0
  1874. package/dist/node_modules/semver/functions/compare.js +5 -0
  1875. package/dist/node_modules/semver/functions/diff.js +58 -0
  1876. package/dist/node_modules/semver/functions/eq.js +3 -0
  1877. package/dist/node_modules/semver/functions/gt.js +3 -0
  1878. package/dist/node_modules/semver/functions/gte.js +3 -0
  1879. package/dist/node_modules/semver/functions/inc.js +19 -0
  1880. package/dist/node_modules/semver/functions/lt.js +3 -0
  1881. package/dist/node_modules/semver/functions/lte.js +3 -0
  1882. package/dist/node_modules/semver/functions/major.js +3 -0
  1883. package/dist/node_modules/semver/functions/minor.js +3 -0
  1884. package/dist/node_modules/semver/functions/neq.js +3 -0
  1885. package/dist/node_modules/semver/functions/parse.js +16 -0
  1886. package/dist/node_modules/semver/functions/patch.js +3 -0
  1887. package/dist/node_modules/semver/functions/prerelease.js +6 -0
  1888. package/dist/node_modules/semver/functions/rcompare.js +3 -0
  1889. package/dist/node_modules/semver/functions/rsort.js +3 -0
  1890. package/dist/node_modules/semver/functions/satisfies.js +10 -0
  1891. package/dist/node_modules/semver/functions/sort.js +3 -0
  1892. package/dist/node_modules/semver/functions/valid.js +6 -0
  1893. package/dist/node_modules/semver/index.js +89 -0
  1894. package/dist/node_modules/semver/internal/constants.js +35 -0
  1895. package/dist/node_modules/semver/internal/debug.js +9 -0
  1896. package/dist/node_modules/semver/internal/identifiers.js +23 -0
  1897. package/dist/node_modules/semver/internal/lrucache.js +40 -0
  1898. package/dist/node_modules/semver/internal/parse-options.js +15 -0
  1899. package/dist/node_modules/semver/internal/re.js +219 -0
  1900. package/dist/node_modules/semver/package.json +78 -0
  1901. package/dist/node_modules/semver/preload.js +2 -0
  1902. package/dist/node_modules/semver/range.bnf +16 -0
  1903. package/dist/node_modules/semver/ranges/gtr.js +4 -0
  1904. package/dist/node_modules/semver/ranges/intersects.js +7 -0
  1905. package/dist/node_modules/semver/ranges/ltr.js +4 -0
  1906. package/dist/node_modules/semver/ranges/max-satisfying.js +25 -0
  1907. package/dist/node_modules/semver/ranges/min-satisfying.js +24 -0
  1908. package/dist/node_modules/semver/ranges/min-version.js +61 -0
  1909. package/dist/node_modules/semver/ranges/outside.js +80 -0
  1910. package/dist/node_modules/semver/ranges/simplify.js +47 -0
  1911. package/dist/node_modules/semver/ranges/subset.js +247 -0
  1912. package/dist/node_modules/semver/ranges/to-comparators.js +8 -0
  1913. package/dist/node_modules/semver/ranges/valid.js +11 -0
  1914. package/dist/node_modules/source-map-js/LICENSE +28 -0
  1915. package/dist/node_modules/source-map-js/README.md +765 -0
  1916. package/dist/node_modules/source-map-js/lib/array-set.js +121 -0
  1917. package/dist/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  1918. package/dist/node_modules/source-map-js/lib/base64.js +67 -0
  1919. package/dist/node_modules/source-map-js/lib/binary-search.js +111 -0
  1920. package/dist/node_modules/source-map-js/lib/mapping-list.js +79 -0
  1921. package/dist/node_modules/source-map-js/lib/quick-sort.js +132 -0
  1922. package/dist/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  1923. package/dist/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  1924. package/dist/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  1925. package/dist/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  1926. package/dist/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  1927. package/dist/node_modules/source-map-js/lib/source-node.js +413 -0
  1928. package/dist/node_modules/source-map-js/lib/util.js +594 -0
  1929. package/dist/node_modules/source-map-js/package.json +71 -0
  1930. package/dist/node_modules/source-map-js/source-map.d.ts +104 -0
  1931. package/dist/node_modules/source-map-js/source-map.js +8 -0
  1932. package/dist/node_modules/tailwindcss/LICENSE +21 -0
  1933. package/dist/node_modules/tailwindcss/README.md +40 -0
  1934. package/dist/node_modules/tailwindcss/dist/chunk-3NGYYP5F.mjs +36 -0
  1935. package/dist/node_modules/tailwindcss/dist/chunk-HTB5LLOP.mjs +1 -0
  1936. package/dist/node_modules/tailwindcss/dist/chunk-P5FH2LZE.mjs +1 -0
  1937. package/dist/node_modules/tailwindcss/dist/colors-b_6i0Oi7.d.ts +295 -0
  1938. package/dist/node_modules/tailwindcss/dist/colors.d.mts +295 -0
  1939. package/dist/node_modules/tailwindcss/dist/colors.d.ts +5 -0
  1940. package/dist/node_modules/tailwindcss/dist/colors.js +1 -0
  1941. package/dist/node_modules/tailwindcss/dist/colors.mjs +1 -0
  1942. package/dist/node_modules/tailwindcss/dist/default-theme.d.mts +1147 -0
  1943. package/dist/node_modules/tailwindcss/dist/default-theme.d.ts +1147 -0
  1944. package/dist/node_modules/tailwindcss/dist/default-theme.js +1 -0
  1945. package/dist/node_modules/tailwindcss/dist/default-theme.mjs +1 -0
  1946. package/dist/node_modules/tailwindcss/dist/flatten-color-palette.d.mts +6 -0
  1947. package/dist/node_modules/tailwindcss/dist/flatten-color-palette.d.ts +6 -0
  1948. package/dist/node_modules/tailwindcss/dist/flatten-color-palette.js +3 -0
  1949. package/dist/node_modules/tailwindcss/dist/flatten-color-palette.mjs +1 -0
  1950. package/dist/node_modules/tailwindcss/dist/lib.d.mts +273 -0
  1951. package/dist/node_modules/tailwindcss/dist/lib.d.ts +3 -0
  1952. package/dist/node_modules/tailwindcss/dist/lib.js +36 -0
  1953. package/dist/node_modules/tailwindcss/dist/lib.mjs +1 -0
  1954. package/dist/node_modules/tailwindcss/dist/plugin.d.mts +11 -0
  1955. package/dist/node_modules/tailwindcss/dist/plugin.d.ts +104 -0
  1956. package/dist/node_modules/tailwindcss/dist/plugin.js +1 -0
  1957. package/dist/node_modules/tailwindcss/dist/plugin.mjs +1 -0
  1958. package/dist/node_modules/tailwindcss/dist/resolve-config-BIFUA2FY.d.ts +29 -0
  1959. package/dist/node_modules/tailwindcss/dist/resolve-config-QUZ9b-Gn.d.mts +190 -0
  1960. package/dist/node_modules/tailwindcss/dist/types-B254mqw1.d.mts +98 -0
  1961. package/dist/node_modules/tailwindcss/index.css +888 -0
  1962. package/dist/node_modules/tailwindcss/package.json +86 -0
  1963. package/dist/node_modules/tailwindcss/preflight.css +385 -0
  1964. package/dist/node_modules/tailwindcss/theme.css +462 -0
  1965. package/dist/node_modules/tailwindcss/utilities.css +1 -0
  1966. package/dist/node_modules/update-browserslist-db/LICENSE +20 -0
  1967. package/dist/node_modules/update-browserslist-db/README.md +22 -0
  1968. package/dist/node_modules/update-browserslist-db/check-npm-version.js +17 -0
  1969. package/dist/node_modules/update-browserslist-db/cli.js +42 -0
  1970. package/dist/node_modules/update-browserslist-db/index.d.ts +6 -0
  1971. package/dist/node_modules/update-browserslist-db/index.js +341 -0
  1972. package/dist/node_modules/update-browserslist-db/package.json +40 -0
  1973. package/dist/node_modules/update-browserslist-db/utils.js +25 -0
  1974. package/dist/node_modules/util-deprecate/History.md +16 -0
  1975. package/dist/node_modules/util-deprecate/LICENSE +24 -0
  1976. package/dist/node_modules/util-deprecate/README.md +53 -0
  1977. package/dist/node_modules/util-deprecate/browser.js +67 -0
  1978. package/dist/node_modules/util-deprecate/node.js +6 -0
  1979. package/dist/node_modules/util-deprecate/package.json +27 -0
  1980. package/dist/package-lock.json +2542 -0
  1981. package/dist/package.json +10 -0
  1982. package/dist/run-chrome-profile/ChromeFeatureState +1 -0
  1983. package/dist/run-chrome-profile/Default/Affiliation Database +0 -0
  1984. package/dist/run-chrome-profile/Default/Affiliation Database-journal +0 -0
  1985. package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOCK +0 -0
  1986. package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOG +0 -0
  1987. package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOG.old +0 -0
  1988. package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData +0 -0
  1989. package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData-journal +0 -0
  1990. package/dist/run-chrome-profile/Default/BrowsingTopicsState +12 -0
  1991. package/dist/run-chrome-profile/Default/BudgetDatabase/LOCK +0 -0
  1992. package/dist/run-chrome-profile/Default/BudgetDatabase/LOG +0 -0
  1993. package/dist/run-chrome-profile/Default/BudgetDatabase/LOG.old +0 -0
  1994. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0168148b2ae8b26c_0 +0 -0
  1995. package/dist/run-chrome-profile/Default/Cache/Cache_Data/023c853b6a819924_0 +0 -0
  1996. package/dist/run-chrome-profile/Default/Cache/Cache_Data/025191c01cb9560a_0 +0 -0
  1997. package/dist/run-chrome-profile/Default/Cache/Cache_Data/028755f5c57452bb_0 +0 -0
  1998. package/dist/run-chrome-profile/Default/Cache/Cache_Data/04bc0608c8fd0149_0 +0 -0
  1999. package/dist/run-chrome-profile/Default/Cache/Cache_Data/05b7af632a0788c4_0 +0 -0
  2000. package/dist/run-chrome-profile/Default/Cache/Cache_Data/065bffc49cf7b611_0 +0 -0
  2001. package/dist/run-chrome-profile/Default/Cache/Cache_Data/066b3d5e002d45c3_0 +0 -0
  2002. package/dist/run-chrome-profile/Default/Cache/Cache_Data/06d18b346a40f753_0 +0 -0
  2003. package/dist/run-chrome-profile/Default/Cache/Cache_Data/070c243247333ae8_0 +0 -0
  2004. package/dist/run-chrome-profile/Default/Cache/Cache_Data/09442a94267e5d1b_0 +0 -0
  2005. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a484965a71a3c47_0 +0 -0
  2006. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a4b42c98cd95502_0 +0 -0
  2007. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a659b2fa80f7d18_0 +0 -0
  2008. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0ab8ccc359e17f54_0 +0 -0
  2009. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0b1b54c59d86820e_0 +0 -0
  2010. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c5ece120a4aa9c4_0 +0 -0
  2011. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0cdc924621bfdaa3_0 +0 -0
  2012. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0d50017ef20e5f50_0 +0 -0
  2013. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0df08bba9fc5fdac_0 +0 -0
  2014. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0e8a3492dc4515d9_0 +0 -0
  2015. package/dist/run-chrome-profile/Default/Cache/Cache_Data/12606f898579d450_0 +0 -0
  2016. package/dist/run-chrome-profile/Default/Cache/Cache_Data/127f9df091691951_0 +0 -0
  2017. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ab24d8a01ec5af_0 +0 -0
  2018. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ffa2b4ceebe804_0 +0 -0
  2019. package/dist/run-chrome-profile/Default/Cache/Cache_Data/14383641564a06dd_0 +0 -0
  2020. package/dist/run-chrome-profile/Default/Cache/Cache_Data/14eba7e2816c0570_0 +0 -0
  2021. package/dist/run-chrome-profile/Default/Cache/Cache_Data/15145040f7f12f31_0 +0 -0
  2022. package/dist/run-chrome-profile/Default/Cache/Cache_Data/16ee279d6f1c8395_0 +0 -0
  2023. package/dist/run-chrome-profile/Default/Cache/Cache_Data/18cae013af62500a_0 +0 -0
  2024. package/dist/run-chrome-profile/Default/Cache/Cache_Data/19f675cfe7f5267e_0 +0 -0
  2025. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1addba6edada2e9a_0 +0 -0
  2026. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1af6f73e89e50f41_0 +0 -0
  2027. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1d1ac5085a224b02_0 +0 -0
  2028. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1deb67aebc431f45_0 +0 -0
  2029. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e3db76b924e693b_0 +0 -0
  2030. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e88f258e3680439_0 +0 -0
  2031. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1f4ccb3050b595ee_0 +0 -0
  2032. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2015f0da22a88925_0 +0 -0
  2033. package/dist/run-chrome-profile/Default/Cache/Cache_Data/207a53d3f4a4c4bc_0 +0 -0
  2034. package/dist/run-chrome-profile/Default/Cache/Cache_Data/20e4b0fcb00f9dd5_0 +0 -0
  2035. package/dist/run-chrome-profile/Default/Cache/Cache_Data/22b58fcf518f5674_0 +0 -0
  2036. package/dist/run-chrome-profile/Default/Cache/Cache_Data/22cf8b278ea33fdd_0 +0 -0
  2037. package/dist/run-chrome-profile/Default/Cache/Cache_Data/24066a0b5fd21082_0 +0 -0
  2038. package/dist/run-chrome-profile/Default/Cache/Cache_Data/24111eb856fec6e6_0 +0 -0
  2039. package/dist/run-chrome-profile/Default/Cache/Cache_Data/257b9ada9582cd59_0 +0 -0
  2040. package/dist/run-chrome-profile/Default/Cache/Cache_Data/275fd93a285332c0_0 +0 -0
  2041. package/dist/run-chrome-profile/Default/Cache/Cache_Data/27be01069ada1058_0 +0 -0
  2042. package/dist/run-chrome-profile/Default/Cache/Cache_Data/28ba4e36caef53fd_0 +0 -0
  2043. package/dist/run-chrome-profile/Default/Cache/Cache_Data/29ff2668f549cdb5_0 +0 -0
  2044. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2bd215b1cc3c8643_0 +0 -0
  2045. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d658284fe26dae9_0 +0 -0
  2046. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d6ffdfbd670a4e8_0 +0 -0
  2047. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e27a1ed2b4a696e_0 +0 -0
  2048. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e2b6739a69fd0a3_0 +0 -0
  2049. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f14eda0cc666f86_0 +0 -0
  2050. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f899538adf5bae8_0 +0 -0
  2051. package/dist/run-chrome-profile/Default/Cache/Cache_Data/304e5a8852b16c20_0 +0 -0
  2052. package/dist/run-chrome-profile/Default/Cache/Cache_Data/30a7fd0752f0c20d_0 +0 -0
  2053. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3164cf42e96b9664_0 +0 -0
  2054. package/dist/run-chrome-profile/Default/Cache/Cache_Data/31907c8cd5dbb0d7_0 +0 -0
  2055. package/dist/run-chrome-profile/Default/Cache/Cache_Data/33f8a8eeda6e7841_0 +0 -0
  2056. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3405d1653639c199_0 +0 -0
  2057. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3695acda012e6f6c_0 +0 -0
  2058. package/dist/run-chrome-profile/Default/Cache/Cache_Data/378470234e1889fb_0 +0 -0
  2059. package/dist/run-chrome-profile/Default/Cache/Cache_Data/37d6bb98dfdad071_0 +0 -0
  2060. package/dist/run-chrome-profile/Default/Cache/Cache_Data/37e0528cb11f3703_0 +0 -0
  2061. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3970c09b77560574_0 +0 -0
  2062. package/dist/run-chrome-profile/Default/Cache/Cache_Data/39b962857089ba5e_0 +0 -0
  2063. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3bfc2bcb2b9b08ed_0 +0 -0
  2064. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3e10fdac988d26f3_0 +0 -0
  2065. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fb3b062de8f8809_0 +0 -0
  2066. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fd23a31de1aa9b5_0 +0 -0
  2067. package/dist/run-chrome-profile/Default/Cache/Cache_Data/422e08989ed37358_0 +0 -0
  2068. package/dist/run-chrome-profile/Default/Cache/Cache_Data/42833c75aedbe4e5_0 +0 -0
  2069. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4496d0a64b8e2ff1_0 +0 -0
  2070. package/dist/run-chrome-profile/Default/Cache/Cache_Data/44e2691176dfaada_0 +0 -0
  2071. package/dist/run-chrome-profile/Default/Cache/Cache_Data/459aacad64df1a20_0 +0 -0
  2072. package/dist/run-chrome-profile/Default/Cache/Cache_Data/45f9ab2e41d4c78f_0 +0 -0
  2073. package/dist/run-chrome-profile/Default/Cache/Cache_Data/46e79cec1cf5707a_0 +0 -0
  2074. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4829c45107a55442_0 +0 -0
  2075. package/dist/run-chrome-profile/Default/Cache/Cache_Data/492ed577e4693e3f_0 +0 -0
  2076. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4b0439dad7e11fb9_0 +0 -0
  2077. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4cb485a7a714929a_0 +0 -0
  2078. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ff29ec24ac18d79_0 +0 -0
  2079. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ffa70f43271c724_0 +0 -0
  2080. package/dist/run-chrome-profile/Default/Cache/Cache_Data/53022c316783857f_0 +0 -0
  2081. package/dist/run-chrome-profile/Default/Cache/Cache_Data/53899c486fe75590_0 +0 -0
  2082. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5439955c1fba6b45_0 +0 -0
  2083. package/dist/run-chrome-profile/Default/Cache/Cache_Data/544232310d1a0a06_0 +0 -0
  2084. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5568062b850bbed3_0 +0 -0
  2085. package/dist/run-chrome-profile/Default/Cache/Cache_Data/55ed72b0b4c0b90e_0 +0 -0
  2086. package/dist/run-chrome-profile/Default/Cache/Cache_Data/57569d79c996e150_0 +0 -0
  2087. package/dist/run-chrome-profile/Default/Cache/Cache_Data/57c911b58ffc1b31_0 +0 -0
  2088. package/dist/run-chrome-profile/Default/Cache/Cache_Data/58ffe42bbf649829_0 +0 -0
  2089. package/dist/run-chrome-profile/Default/Cache/Cache_Data/593b2c5ddeaf2239_0 +0 -0
  2090. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c3aa27826d095b2_0 +0 -0
  2091. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5cf224eb78664c23_0 +0 -0
  2092. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5d7b131758930690_0 +0 -0
  2093. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5e9381f913d21eda_0 +0 -0
  2094. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5f883d2c96d94f47_0 +0 -0
  2095. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6060781ff50be050_0 +0 -0
  2096. package/dist/run-chrome-profile/Default/Cache/Cache_Data/60dd1e31f5698aa5_0 +0 -0
  2097. package/dist/run-chrome-profile/Default/Cache/Cache_Data/60f6b8574f845336_0 +0 -0
  2098. package/dist/run-chrome-profile/Default/Cache/Cache_Data/65bd88b6cfac0360_0 +0 -0
  2099. package/dist/run-chrome-profile/Default/Cache/Cache_Data/663eed8f0b3263b5_0 +0 -0
  2100. package/dist/run-chrome-profile/Default/Cache/Cache_Data/668471e493562a86_0 +0 -0
  2101. package/dist/run-chrome-profile/Default/Cache/Cache_Data/669f9cc804c906dc_0 +0 -0
  2102. package/dist/run-chrome-profile/Default/Cache/Cache_Data/686b16113c27b51c_0 +0 -0
  2103. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6995a7c799490d3d_0 +0 -0
  2104. package/dist/run-chrome-profile/Default/Cache/Cache_Data/69d1851b6f926501_0 +0 -0
  2105. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6c315c24643d2312_0 +0 -0
  2106. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6d89e754b1f713d1_0 +0 -0
  2107. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6e974763e22212a3_0 +0 -0
  2108. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f2e4773cf00120f_0 +0 -0
  2109. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f7f729885fc6405_0 +0 -0
  2110. package/dist/run-chrome-profile/Default/Cache/Cache_Data/70f5010b6251d3d7_0 +0 -0
  2111. package/dist/run-chrome-profile/Default/Cache/Cache_Data/71238386a6c9a397_0 +0 -0
  2112. package/dist/run-chrome-profile/Default/Cache/Cache_Data/718a6bd3261b1f0c_0 +0 -0
  2113. package/dist/run-chrome-profile/Default/Cache/Cache_Data/72dde8735713a41e_0 +0 -0
  2114. package/dist/run-chrome-profile/Default/Cache/Cache_Data/736fa535f638b855_0 +0 -0
  2115. package/dist/run-chrome-profile/Default/Cache/Cache_Data/73fee60194c1a3ad_0 +0 -0
  2116. package/dist/run-chrome-profile/Default/Cache/Cache_Data/75fcdd0b6f65bd28_0 +0 -0
  2117. package/dist/run-chrome-profile/Default/Cache/Cache_Data/76b0593eac2d2d73_0 +0 -0
  2118. package/dist/run-chrome-profile/Default/Cache/Cache_Data/76d45343c81bc5bd_0 +0 -0
  2119. package/dist/run-chrome-profile/Default/Cache/Cache_Data/77f2f61eb9046a27_0 +0 -0
  2120. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78295be598deb4f7_0 +0 -0
  2121. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78cc5d6f5d38e89d_0 +0 -0
  2122. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78ed79bc5487503a_0 +0 -0
  2123. package/dist/run-chrome-profile/Default/Cache/Cache_Data/79ef8a938b90c350_0 +0 -0
  2124. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7aed8ae99b589d1c_0 +0 -0
  2125. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7d542df377268c15_0 +0 -0
  2126. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8212aed81c3ee4a1_0 +0 -0
  2127. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8365e09e400ee1fc_0 +0 -0
  2128. package/dist/run-chrome-profile/Default/Cache/Cache_Data/83b94ec24cdf46e1_0 +0 -0
  2129. package/dist/run-chrome-profile/Default/Cache/Cache_Data/84e415bdea6bf983_0 +0 -0
  2130. package/dist/run-chrome-profile/Default/Cache/Cache_Data/85aedd2200d384ed_0 +0 -0
  2131. package/dist/run-chrome-profile/Default/Cache/Cache_Data/86a5bb3a5f36544a_0 +0 -0
  2132. package/dist/run-chrome-profile/Default/Cache/Cache_Data/86d6ad63d489e18d_0 +0 -0
  2133. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8702a043a57d3522_0 +0 -0
  2134. package/dist/run-chrome-profile/Default/Cache/Cache_Data/87ab6e7889d43581_0 +0 -0
  2135. package/dist/run-chrome-profile/Default/Cache/Cache_Data/88f89ac1fad12137_0 +0 -0
  2136. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8bc98d6f98dd6ca1_0 +0 -0
  2137. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8e12e6ef77258f52_0 +0 -0
  2138. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9046ef8fa437e5d7_0 +0 -0
  2139. package/dist/run-chrome-profile/Default/Cache/Cache_Data/93d81321f8c35eab_0 +0 -0
  2140. package/dist/run-chrome-profile/Default/Cache/Cache_Data/949c213ef980ae58_0 +0 -0
  2141. package/dist/run-chrome-profile/Default/Cache/Cache_Data/94a5260219485fdf_0 +0 -0
  2142. package/dist/run-chrome-profile/Default/Cache/Cache_Data/94f671a650b89d66_0 +0 -0
  2143. package/dist/run-chrome-profile/Default/Cache/Cache_Data/95939c8a3eb5768a_0 +0 -0
  2144. package/dist/run-chrome-profile/Default/Cache/Cache_Data/961c7a9dcf1d5fe3_0 +0 -0
  2145. package/dist/run-chrome-profile/Default/Cache/Cache_Data/963f816968a47709_0 +0 -0
  2146. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9754e94edd482054_0 +0 -0
  2147. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97902336e38f1700_0 +0 -0
  2148. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97e08502f043033d_0 +0 -0
  2149. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97eb05d149fa8180_0 +0 -0
  2150. package/dist/run-chrome-profile/Default/Cache/Cache_Data/986ab8bff47a984e_0 +0 -0
  2151. package/dist/run-chrome-profile/Default/Cache/Cache_Data/996b82133802ae10_0 +0 -0
  2152. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d08967f7ba110ea_0 +0 -0
  2153. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a0061e50ed0ea145_0 +0 -0
  2154. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a36d754622d84b47_0 +0 -0
  2155. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a534891105b3e625_0 +0 -0
  2156. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a54fc271588d9d41_0 +0 -0
  2157. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a7ec2678f15b2b6d_0 +0 -0
  2158. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a91789341ea91d1f_0 +0 -0
  2159. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ab7368be61d71212_0 +0 -0
  2160. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac7d751ceae3a02f_0 +0 -0
  2161. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac8983237c918a96_0 +0 -0
  2162. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ada4a3246231b3de_0 +0 -0
  2163. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ae6228174fe30c59_0 +0 -0
  2164. package/dist/run-chrome-profile/Default/Cache/Cache_Data/afb2d770d7999101_0 +0 -0
  2165. package/dist/run-chrome-profile/Default/Cache/Cache_Data/afe1ed6a163ca728_0 +0 -0
  2166. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b2ae8808413e89c0_0 +0 -0
  2167. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b3095246000ea960_0 +0 -0
  2168. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b4ca1d6d0f1ec58c_0 +0 -0
  2169. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8b895a3f2a1be32_0 +0 -0
  2170. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8c1f8ff87d72de8_0 +0 -0
  2171. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b9b9254eaa6d7961_0 +0 -0
  2172. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ba3f88b58ae6c933_0 +0 -0
  2173. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbde820c1fee5c3c_0 +0 -0
  2174. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf5945304ded8ca6_0 +0 -0
  2175. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf759a3da730d049_0 +0 -0
  2176. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c2d56f537e34c311_0 +0 -0
  2177. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c6ab0b187752f069_0 +0 -0
  2178. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c72489dc54bddeff_0 +0 -0
  2179. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c894826beba9fc11_0 +0 -0
  2180. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c9fbee2a7d3a094f_0 +0 -0
  2181. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ca05d8588c6eda81_0 +0 -0
  2182. package/dist/run-chrome-profile/Default/Cache/Cache_Data/caca5541d401cf41_0 +0 -0
  2183. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cbf47e6d8a15d7d3_0 +0 -0
  2184. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cc3d7750e8aa09a1_0 +0 -0
  2185. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cf1aa47f35237847_0 +0 -0
  2186. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d24c9bd4e97205f5_0 +0 -0
  2187. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d37667786125d0b6_0 +0 -0
  2188. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d3c2a489bef951de_0 +0 -0
  2189. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d493186355a4b445_0 +0 -0
  2190. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d4cdad2db913d09a_0 +0 -0
  2191. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9a190d1d7d66bdd_0 +0 -0
  2192. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9d9fe0a0f8883f0_0 +0 -0
  2193. package/dist/run-chrome-profile/Default/Cache/Cache_Data/da104e24aca267da_0 +0 -0
  2194. package/dist/run-chrome-profile/Default/Cache/Cache_Data/da5600d748a3d40d_0 +0 -0
  2195. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dac9af4b21f194e1_0 +0 -0
  2196. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dc41537c41bbc9c8_0 +0 -0
  2197. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dcc9d182eada13bf_0 +0 -0
  2198. package/dist/run-chrome-profile/Default/Cache/Cache_Data/df2471fed7015ffa_0 +0 -0
  2199. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e1211117d5218257_0 +0 -0
  2200. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2073b3ff8da7966_0 +0 -0
  2201. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2fbeb70759b0860_0 +0 -0
  2202. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32d83849acbcc78_0 +0 -0
  2203. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32ff760e1b4ec46_0 +0 -0
  2204. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e49a56cebb1bd701_0 +0 -0
  2205. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e4fc6d1edd80e88d_0 +0 -0
  2206. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e5c658ea95c0a29a_0 +0 -0
  2207. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e76a247701c1354a_0 +0 -0
  2208. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e85ac8952d7783d7_0 +0 -0
  2209. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea75bd91e54a494a_0 +0 -0
  2210. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb41a78379534cdd_0 +0 -0
  2211. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebadaa36379fd994_0 +0 -0
  2212. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebbfbbc332854937_0 +0 -0
  2213. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec4c7c205aa9bc71_0 +0 -0
  2214. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec605132cd3e8d5e_0 +0 -0
  2215. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eca8c1f18c539b98_0 +0 -0
  2216. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee0d7a7986dd76e5_0 +0 -0
  2217. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eea6285a9ea71b86_0 +0 -0
  2218. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ef96ddfba1f2c2d2_0 +0 -0
  2219. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f1ab938a154fbaab_0 +0 -0
  2220. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a443b4d8db944d_0 +0 -0
  2221. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a70b90dcd40113_0 +0 -0
  2222. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3c026a9dc680c06_0 +0 -0
  2223. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f43451adccba0ea4_0 +0 -0
  2224. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4dba657e1857320_0 +0 -0
  2225. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4f5420fc5a9003d_0 +0 -0
  2226. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e3f9054cc9c3c6_0 +0 -0
  2227. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e6e74e25c85d6b_0 +0 -0
  2228. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f7be5fd113dc69f5_0 +0 -0
  2229. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f932d48a828248a0_0 +0 -0
  2230. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9981a8e9c8781cc_0 +0 -0
  2231. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9e143e57946c84b_0 +0 -0
  2232. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ff7b35a077b033a8_0 +0 -0
  2233. package/dist/run-chrome-profile/Default/Cache/Cache_Data/index +0 -0
  2234. package/dist/run-chrome-profile/Default/Cache/Cache_Data/index-dir/the-real-index +0 -0
  2235. package/dist/run-chrome-profile/Default/Cache/Cache_Data/todelete_07dfe380d0a4bac8_0_1 +0 -0
  2236. package/dist/run-chrome-profile/Default/ClientCertificates/LOCK +0 -0
  2237. package/dist/run-chrome-profile/Default/ClientCertificates/LOG +0 -0
  2238. package/dist/run-chrome-profile/Default/ClientCertificates/LOG.old +0 -0
  2239. package/dist/run-chrome-profile/Default/Code Cache/js/0587842c7942e87a_0 +0 -0
  2240. package/dist/run-chrome-profile/Default/Code Cache/js/0592c61bd9d3053d_0 +0 -0
  2241. package/dist/run-chrome-profile/Default/Code Cache/js/0861135386d2c738_0 +0 -0
  2242. package/dist/run-chrome-profile/Default/Code Cache/js/0898e3ed2eda3eb7_0 +0 -0
  2243. package/dist/run-chrome-profile/Default/Code Cache/js/09a7b9084a99801e_0 +0 -0
  2244. package/dist/run-chrome-profile/Default/Code Cache/js/0e586947a8aa23e1_0 +0 -0
  2245. package/dist/run-chrome-profile/Default/Code Cache/js/106d786c1813fd96_0 +0 -0
  2246. package/dist/run-chrome-profile/Default/Code Cache/js/11f0273b1a24823c_0 +0 -0
  2247. package/dist/run-chrome-profile/Default/Code Cache/js/12e2c4b18dbb728d_0 +0 -0
  2248. package/dist/run-chrome-profile/Default/Code Cache/js/14c7b4fbbd6e0749_0 +0 -0
  2249. package/dist/run-chrome-profile/Default/Code Cache/js/160dc9336b994b01_0 +0 -0
  2250. package/dist/run-chrome-profile/Default/Code Cache/js/172b237bc017862d_0 +0 -0
  2251. package/dist/run-chrome-profile/Default/Code Cache/js/19f6466fb9b618ce_0 +0 -0
  2252. package/dist/run-chrome-profile/Default/Code Cache/js/1b5a04a8f66ab70c_0 +0 -0
  2253. package/dist/run-chrome-profile/Default/Code Cache/js/1b6753ef78015a7c_0 +0 -0
  2254. package/dist/run-chrome-profile/Default/Code Cache/js/1d04bef2abfa72c6_0 +0 -0
  2255. package/dist/run-chrome-profile/Default/Code Cache/js/1fea22350ffb4a61_0 +0 -0
  2256. package/dist/run-chrome-profile/Default/Code Cache/js/20a1d4f1d64a6e4a_0 +0 -0
  2257. package/dist/run-chrome-profile/Default/Code Cache/js/218fe828c74bdb99_0 +0 -0
  2258. package/dist/run-chrome-profile/Default/Code Cache/js/21c21c5d6a3777cf_0 +0 -0
  2259. package/dist/run-chrome-profile/Default/Code Cache/js/22510e6f41637f30_0 +0 -0
  2260. package/dist/run-chrome-profile/Default/Code Cache/js/25d24c50d6908129_0 +0 -0
  2261. package/dist/run-chrome-profile/Default/Code Cache/js/2b3892f5db1614c8_0 +0 -0
  2262. package/dist/run-chrome-profile/Default/Code Cache/js/2ed71b58ef1bc80c_0 +0 -0
  2263. package/dist/run-chrome-profile/Default/Code Cache/js/3c878b9c6b2711ba_0 +0 -0
  2264. package/dist/run-chrome-profile/Default/Code Cache/js/3d7a6b9ba7b8e97d_0 +0 -0
  2265. package/dist/run-chrome-profile/Default/Code Cache/js/3e8051f002d949e2_0 +0 -0
  2266. package/dist/run-chrome-profile/Default/Code Cache/js/41d8a1078bf6d6f5_0 +0 -0
  2267. package/dist/run-chrome-profile/Default/Code Cache/js/421ce781bb1ceb5c_0 +0 -0
  2268. package/dist/run-chrome-profile/Default/Code Cache/js/426fe3cc7f9b4f7f_0 +0 -0
  2269. package/dist/run-chrome-profile/Default/Code Cache/js/44d5079ad5841b25_0 +0 -0
  2270. package/dist/run-chrome-profile/Default/Code Cache/js/476e356260f818d6_0 +0 -0
  2271. package/dist/run-chrome-profile/Default/Code Cache/js/47a4811439b25efc_0 +0 -0
  2272. package/dist/run-chrome-profile/Default/Code Cache/js/4ade40caa2a85163_0 +0 -0
  2273. package/dist/run-chrome-profile/Default/Code Cache/js/52648138c13cdad2_0 +0 -0
  2274. package/dist/run-chrome-profile/Default/Code Cache/js/52d4fec1241d1282_0 +0 -0
  2275. package/dist/run-chrome-profile/Default/Code Cache/js/56204ae624861bc2_0 +0 -0
  2276. package/dist/run-chrome-profile/Default/Code Cache/js/56560d269952a184_0 +0 -0
  2277. package/dist/run-chrome-profile/Default/Code Cache/js/592c52eae03ef125_0 +0 -0
  2278. package/dist/run-chrome-profile/Default/Code Cache/js/5b217ff9b78b30de_0 +0 -0
  2279. package/dist/run-chrome-profile/Default/Code Cache/js/5f36256b41411f6f_0 +0 -0
  2280. package/dist/run-chrome-profile/Default/Code Cache/js/6106cc3cf0508822_0 +0 -0
  2281. package/dist/run-chrome-profile/Default/Code Cache/js/617885bb170208d2_0 +0 -0
  2282. package/dist/run-chrome-profile/Default/Code Cache/js/6237ab24b47ae5c0_0 +0 -0
  2283. package/dist/run-chrome-profile/Default/Code Cache/js/632d05ee66c9abd6_0 +0 -0
  2284. package/dist/run-chrome-profile/Default/Code Cache/js/64849f954a94216e_0 +0 -0
  2285. package/dist/run-chrome-profile/Default/Code Cache/js/64d1fa56dcdb9237_0 +0 -0
  2286. package/dist/run-chrome-profile/Default/Code Cache/js/65070d99886440c7_0 +0 -0
  2287. package/dist/run-chrome-profile/Default/Code Cache/js/6580147029871082_0 +0 -0
  2288. package/dist/run-chrome-profile/Default/Code Cache/js/68f6d50d7c196b98_0 +0 -0
  2289. package/dist/run-chrome-profile/Default/Code Cache/js/6aec1e7616284cdd_0 +0 -0
  2290. package/dist/run-chrome-profile/Default/Code Cache/js/6d0b78a7984afdac_0 +0 -0
  2291. package/dist/run-chrome-profile/Default/Code Cache/js/6d46ad6ea661eb81_0 +0 -0
  2292. package/dist/run-chrome-profile/Default/Code Cache/js/73a475dbc6ba7093_0 +0 -0
  2293. package/dist/run-chrome-profile/Default/Code Cache/js/753519a982b7ae5c_0 +0 -0
  2294. package/dist/run-chrome-profile/Default/Code Cache/js/777dd155fe2a955b_0 +0 -0
  2295. package/dist/run-chrome-profile/Default/Code Cache/js/77961bdc2429b753_0 +0 -0
  2296. package/dist/run-chrome-profile/Default/Code Cache/js/78657db0e3838ffd_0 +0 -0
  2297. package/dist/run-chrome-profile/Default/Code Cache/js/7d53e29663da0b76_0 +0 -0
  2298. package/dist/run-chrome-profile/Default/Code Cache/js/820d5c605988b1ad_0 +0 -0
  2299. package/dist/run-chrome-profile/Default/Code Cache/js/838d85c38184d753_0 +0 -0
  2300. package/dist/run-chrome-profile/Default/Code Cache/js/86f57b3af810b421_0 +0 -0
  2301. package/dist/run-chrome-profile/Default/Code Cache/js/88555a582271a82e_0 +0 -0
  2302. package/dist/run-chrome-profile/Default/Code Cache/js/8a97abef9c409a22_0 +0 -0
  2303. package/dist/run-chrome-profile/Default/Code Cache/js/8ac82e7d6d31f44a_0 +0 -0
  2304. package/dist/run-chrome-profile/Default/Code Cache/js/8c99c923d9fb3de9_0 +0 -0
  2305. package/dist/run-chrome-profile/Default/Code Cache/js/8cd3b22c62befc2e_0 +0 -0
  2306. package/dist/run-chrome-profile/Default/Code Cache/js/8d41487cd646b738_0 +0 -0
  2307. package/dist/run-chrome-profile/Default/Code Cache/js/90003fa4cdfd16ef_0 +0 -0
  2308. package/dist/run-chrome-profile/Default/Code Cache/js/95a62562b95ac9f9_0 +0 -0
  2309. package/dist/run-chrome-profile/Default/Code Cache/js/986a45c42ca5deb3_0 +0 -0
  2310. package/dist/run-chrome-profile/Default/Code Cache/js/9b6ef7d7a65e720d_0 +0 -0
  2311. package/dist/run-chrome-profile/Default/Code Cache/js/9bba43a9e2358d9f_0 +0 -0
  2312. package/dist/run-chrome-profile/Default/Code Cache/js/9e384c2b2f26947a_0 +0 -0
  2313. package/dist/run-chrome-profile/Default/Code Cache/js/9e5e8d385e4531af_0 +0 -0
  2314. package/dist/run-chrome-profile/Default/Code Cache/js/a096196665df2f44_0 +0 -0
  2315. package/dist/run-chrome-profile/Default/Code Cache/js/a34198895135067c_0 +0 -0
  2316. package/dist/run-chrome-profile/Default/Code Cache/js/a572b6bb234d4a65_0 +0 -0
  2317. package/dist/run-chrome-profile/Default/Code Cache/js/a69226eb7e1fcb4a_0 +0 -0
  2318. package/dist/run-chrome-profile/Default/Code Cache/js/a8bfd7ab3bf7adbd_0 +0 -0
  2319. package/dist/run-chrome-profile/Default/Code Cache/js/a92fc2d2b9d9f0a4_0 +0 -0
  2320. package/dist/run-chrome-profile/Default/Code Cache/js/aa7c7f8c5a389837_0 +0 -0
  2321. package/dist/run-chrome-profile/Default/Code Cache/js/aec4d08996b946ca_0 +0 -0
  2322. package/dist/run-chrome-profile/Default/Code Cache/js/af7a1a649ae2ab76_0 +0 -0
  2323. package/dist/run-chrome-profile/Default/Code Cache/js/b190a9e98a3382ef_0 +0 -0
  2324. package/dist/run-chrome-profile/Default/Code Cache/js/b45f5c2e8ed788a3_0 +0 -0
  2325. package/dist/run-chrome-profile/Default/Code Cache/js/b5664876c81ccdff_0 +0 -0
  2326. package/dist/run-chrome-profile/Default/Code Cache/js/b5d00710776b3b78_0 +0 -0
  2327. package/dist/run-chrome-profile/Default/Code Cache/js/b709b3e74b142af8_0 +0 -0
  2328. package/dist/run-chrome-profile/Default/Code Cache/js/b74aebd1906c50c5_0 +0 -0
  2329. package/dist/run-chrome-profile/Default/Code Cache/js/b97c948285070cc1_0 +0 -0
  2330. package/dist/run-chrome-profile/Default/Code Cache/js/ba446f34fd660131_0 +0 -0
  2331. package/dist/run-chrome-profile/Default/Code Cache/js/bb73c6570251aa2d_0 +0 -0
  2332. package/dist/run-chrome-profile/Default/Code Cache/js/bc1ea834c2eb1073_0 +0 -0
  2333. package/dist/run-chrome-profile/Default/Code Cache/js/bd25d8bae4a347fb_0 +0 -0
  2334. package/dist/run-chrome-profile/Default/Code Cache/js/c2b4e8597e4738ff_0 +0 -0
  2335. package/dist/run-chrome-profile/Default/Code Cache/js/c4d55d3209764edb_0 +0 -0
  2336. package/dist/run-chrome-profile/Default/Code Cache/js/c95eaa23d6f3eba3_0 +0 -0
  2337. package/dist/run-chrome-profile/Default/Code Cache/js/ca8e2bdf658dce8d_0 +0 -0
  2338. package/dist/run-chrome-profile/Default/Code Cache/js/ccd60987c6a7b9cc_0 +0 -0
  2339. package/dist/run-chrome-profile/Default/Code Cache/js/d833cd33af1db7c6_0 +0 -0
  2340. package/dist/run-chrome-profile/Default/Code Cache/js/d876d0d7d35cd53f_0 +0 -0
  2341. package/dist/run-chrome-profile/Default/Code Cache/js/d91fc36c8dfd76dc_0 +0 -0
  2342. package/dist/run-chrome-profile/Default/Code Cache/js/db1dd4e4c444cffc_0 +0 -0
  2343. package/dist/run-chrome-profile/Default/Code Cache/js/db80d672a14a2d79_0 +0 -0
  2344. package/dist/run-chrome-profile/Default/Code Cache/js/dce3001693bfcf17_0 +0 -0
  2345. package/dist/run-chrome-profile/Default/Code Cache/js/df9da550ea6d3003_0 +0 -0
  2346. package/dist/run-chrome-profile/Default/Code Cache/js/dfeac1d0c35d1523_0 +0 -0
  2347. package/dist/run-chrome-profile/Default/Code Cache/js/e1435a1865ecedae_0 +0 -0
  2348. package/dist/run-chrome-profile/Default/Code Cache/js/e1a42690fdd6ca1c_0 +0 -0
  2349. package/dist/run-chrome-profile/Default/Code Cache/js/e7412d338f3c2ecc_0 +0 -0
  2350. package/dist/run-chrome-profile/Default/Code Cache/js/ee08c28427b16c56_0 +0 -0
  2351. package/dist/run-chrome-profile/Default/Code Cache/js/f0572c9ab2f19dd1_0 +0 -0
  2352. package/dist/run-chrome-profile/Default/Code Cache/js/f29fc4182015cd04_0 +0 -0
  2353. package/dist/run-chrome-profile/Default/Code Cache/js/f36943988045e4d1_0 +0 -0
  2354. package/dist/run-chrome-profile/Default/Code Cache/js/f735b670a4f7a234_0 +0 -0
  2355. package/dist/run-chrome-profile/Default/Code Cache/js/fb06edfe8bead3fc_0 +0 -0
  2356. package/dist/run-chrome-profile/Default/Code Cache/js/fc69a509c3d58d04_0 +0 -0
  2357. package/dist/run-chrome-profile/Default/Code Cache/js/fd557caf7be39251_0 +0 -0
  2358. package/dist/run-chrome-profile/Default/Code Cache/js/fd7cf0b9dd81c15e_0 +0 -0
  2359. package/dist/run-chrome-profile/Default/Code Cache/js/index +0 -0
  2360. package/dist/run-chrome-profile/Default/Code Cache/js/index-dir/the-real-index +0 -0
  2361. package/dist/run-chrome-profile/Default/Code Cache/wasm/index +0 -0
  2362. package/dist/run-chrome-profile/Default/Code Cache/wasm/index-dir/the-real-index +0 -0
  2363. package/dist/run-chrome-profile/Default/Cookies +0 -0
  2364. package/dist/run-chrome-profile/Default/Cookies-journal +0 -0
  2365. package/dist/run-chrome-profile/Default/DIPS +0 -0
  2366. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_0 +0 -0
  2367. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_1 +0 -0
  2368. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_2 +0 -0
  2369. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_3 +0 -0
  2370. package/dist/run-chrome-profile/Default/DawnGraphiteCache/index +0 -0
  2371. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_0 +0 -0
  2372. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_1 +0 -0
  2373. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_2 +0 -0
  2374. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_3 +0 -0
  2375. package/dist/run-chrome-profile/Default/DawnWebGPUCache/index +0 -0
  2376. package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOCK +0 -0
  2377. package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG +0 -0
  2378. package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG.old +0 -0
  2379. package/dist/run-chrome-profile/Default/Extension Rules/000003.log +0 -0
  2380. package/dist/run-chrome-profile/Default/Extension Rules/CURRENT +1 -0
  2381. package/dist/run-chrome-profile/Default/Extension Rules/LOCK +0 -0
  2382. package/dist/run-chrome-profile/Default/Extension Rules/LOG +3 -0
  2383. package/dist/run-chrome-profile/Default/Extension Rules/LOG.old +3 -0
  2384. package/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001 +0 -0
  2385. package/dist/run-chrome-profile/Default/Extension Scripts/000003.log +0 -0
  2386. package/dist/run-chrome-profile/Default/Extension Scripts/CURRENT +1 -0
  2387. package/dist/run-chrome-profile/Default/Extension Scripts/LOCK +0 -0
  2388. package/dist/run-chrome-profile/Default/Extension Scripts/LOG +3 -0
  2389. package/dist/run-chrome-profile/Default/Extension Scripts/LOG.old +3 -0
  2390. package/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001 +0 -0
  2391. package/dist/run-chrome-profile/Default/Extension State/000003.log +0 -0
  2392. package/dist/run-chrome-profile/Default/Extension State/CURRENT +1 -0
  2393. package/dist/run-chrome-profile/Default/Extension State/LOCK +0 -0
  2394. package/dist/run-chrome-profile/Default/Extension State/LOG +3 -0
  2395. package/dist/run-chrome-profile/Default/Extension State/LOG.old +3 -0
  2396. package/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001 +0 -0
  2397. package/dist/run-chrome-profile/Default/Favicons +0 -0
  2398. package/dist/run-chrome-profile/Default/Favicons-journal +0 -0
  2399. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOCK +0 -0
  2400. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG +0 -0
  2401. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG.old +0 -0
  2402. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOCK +0 -0
  2403. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG +0 -0
  2404. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG.old +0 -0
  2405. package/dist/run-chrome-profile/Default/GPUCache/data_0 +0 -0
  2406. package/dist/run-chrome-profile/Default/GPUCache/data_1 +0 -0
  2407. package/dist/run-chrome-profile/Default/GPUCache/data_2 +0 -0
  2408. package/dist/run-chrome-profile/Default/GPUCache/data_3 +0 -0
  2409. package/dist/run-chrome-profile/Default/GPUCache/index +0 -0
  2410. package/dist/run-chrome-profile/Default/History +0 -0
  2411. package/dist/run-chrome-profile/Default/History-journal +0 -0
  2412. package/dist/run-chrome-profile/Default/LOCK +0 -0
  2413. package/dist/run-chrome-profile/Default/LOG +0 -0
  2414. package/dist/run-chrome-profile/Default/LOG.old +0 -0
  2415. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log +0 -0
  2416. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/CURRENT +1 -0
  2417. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOCK +0 -0
  2418. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG +3 -0
  2419. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG.old +3 -0
  2420. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001 +0 -0
  2421. package/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log +0 -0
  2422. package/dist/run-chrome-profile/Default/Local Storage/leveldb/CURRENT +1 -0
  2423. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOCK +0 -0
  2424. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG +3 -0
  2425. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG.old +3 -0
  2426. package/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001 +0 -0
  2427. package/dist/run-chrome-profile/Default/Login Data +0 -0
  2428. package/dist/run-chrome-profile/Default/Login Data For Account +0 -0
  2429. package/dist/run-chrome-profile/Default/Login Data For Account-journal +0 -0
  2430. package/dist/run-chrome-profile/Default/Login Data-journal +0 -0
  2431. package/dist/run-chrome-profile/Default/Network Action Predictor +0 -0
  2432. package/dist/run-chrome-profile/Default/Network Action Predictor-journal +0 -0
  2433. package/dist/run-chrome-profile/Default/Network Persistent State +1 -0
  2434. package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOCK +0 -0
  2435. package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG +0 -0
  2436. package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG.old +0 -0
  2437. package/dist/run-chrome-profile/Default/Platform Notifications/000003.log +0 -0
  2438. package/dist/run-chrome-profile/Default/Platform Notifications/CURRENT +1 -0
  2439. package/dist/run-chrome-profile/Default/Platform Notifications/LOCK +0 -0
  2440. package/dist/run-chrome-profile/Default/Platform Notifications/LOG +3 -0
  2441. package/dist/run-chrome-profile/Default/Platform Notifications/LOG.old +3 -0
  2442. package/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001 +0 -0
  2443. package/dist/run-chrome-profile/Default/Preferences +1 -0
  2444. package/dist/run-chrome-profile/Default/PreferredApps +1 -0
  2445. package/dist/run-chrome-profile/Default/README +1 -0
  2446. NEL +0 -0
  2447. package/dist/run-chrome-profile/Default/Reporting and NEL-journal +0 -0
  2448. package/dist/run-chrome-profile/Default/Safe Browsing Cookies +0 -0
  2449. package/dist/run-chrome-profile/Default/Safe Browsing Cookies-journal +0 -0
  2450. package/dist/run-chrome-profile/Default/Secure Preferences +1 -0
  2451. package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOCK +0 -0
  2452. package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG +0 -0
  2453. package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG.old +0 -0
  2454. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOCK +0 -0
  2455. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG +0 -0
  2456. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG.old +0 -0
  2457. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOCK +0 -0
  2458. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG +0 -0
  2459. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG.old +0 -0
  2460. package/dist/run-chrome-profile/Default/Service Worker/Database/000003.log +0 -0
  2461. package/dist/run-chrome-profile/Default/Service Worker/Database/CURRENT +1 -0
  2462. package/dist/run-chrome-profile/Default/Service Worker/Database/LOCK +0 -0
  2463. package/dist/run-chrome-profile/Default/Service Worker/Database/LOG +3 -0
  2464. package/dist/run-chrome-profile/Default/Service Worker/Database/LOG.old +3 -0
  2465. package/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001 +0 -0
  2466. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/013888a1cda32b90_0 +0 -0
  2467. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/013888a1cda32b90_1 +0 -0
  2468. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/4cb013792b196a35_0 +0 -0
  2469. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7b4fd8111178d5b1_0 +0 -0
  2470. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7b4fd8111178d5b1_1 +0 -0
  2471. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ba23d8ecda68de77_0 +0 -0
  2472. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_0 +0 -0
  2473. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_1 +0 -0
  2474. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/f1cdccba37924bda_0 +0 -0
  2475. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index +0 -0
  2476. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index-dir/the-real-index +0 -0
  2477. package/dist/run-chrome-profile/Default/Session Storage/000003.log +0 -0
  2478. package/dist/run-chrome-profile/Default/Session Storage/CURRENT +1 -0
  2479. package/dist/run-chrome-profile/Default/Session Storage/LOCK +0 -0
  2480. package/dist/run-chrome-profile/Default/Session Storage/LOG +3 -0
  2481. package/dist/run-chrome-profile/Default/Session Storage/LOG.old +3 -0
  2482. package/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001 +0 -0
  2483. package/dist/run-chrome-profile/Default/Sessions/Session_13388299920642351 +0 -0
  2484. package/dist/run-chrome-profile/Default/Sessions/Session_13388299940186801 +0 -0
  2485. package/dist/run-chrome-profile/Default/Sessions/Session_13388299992540146 +0 -0
  2486. package/dist/run-chrome-profile/Default/Sessions/Session_13388372501612998 +0 -0
  2487. package/dist/run-chrome-profile/Default/Sessions/Session_13388372524790246 +0 -0
  2488. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299920843248 +0 -0
  2489. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299940373404 +0 -0
  2490. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299992731279 +0 -0
  2491. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388372501808161 +0 -0
  2492. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388372525017486 +0 -0
  2493. package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index +0 -0
  2494. package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index-dir/the-real-index +0 -0
  2495. package/dist/run-chrome-profile/Default/Shared Dictionary/db +0 -0
  2496. package/dist/run-chrome-profile/Default/Shared Dictionary/db-journal +0 -0
  2497. package/dist/run-chrome-profile/Default/SharedStorage +0 -0
  2498. package/dist/run-chrome-profile/Default/Shortcuts +0 -0
  2499. package/dist/run-chrome-profile/Default/Shortcuts-journal +0 -0
  2500. package/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log +0 -0
  2501. package/dist/run-chrome-profile/Default/Site Characteristics Database/CURRENT +1 -0
  2502. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOCK +0 -0
  2503. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG +3 -0
  2504. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG.old +3 -0
  2505. package/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001 +0 -0
  2506. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log +0 -0
  2507. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/CURRENT +1 -0
  2508. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOCK +0 -0
  2509. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG +3 -0
  2510. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG.old +3 -0
  2511. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001 +0 -0
  2512. package/dist/run-chrome-profile/Default/Top Sites +0 -0
  2513. package/dist/run-chrome-profile/Default/Top Sites-journal +0 -0
  2514. package/dist/run-chrome-profile/Default/TransportSecurity +1 -0
  2515. package/dist/run-chrome-profile/Default/Trust Tokens +0 -0
  2516. package/dist/run-chrome-profile/Default/Trust Tokens-journal +0 -0
  2517. package/dist/run-chrome-profile/Default/Visited Links +0 -0
  2518. package/dist/run-chrome-profile/Default/Web Data +0 -0
  2519. package/dist/run-chrome-profile/Default/Web Data-journal +0 -0
  2520. package/dist/run-chrome-profile/Default/WebStorage/QuotaManager +0 -0
  2521. package/dist/run-chrome-profile/Default/WebStorage/QuotaManager-journal +0 -0
  2522. package/dist/run-chrome-profile/Default/chrome_cart_db/LOCK +0 -0
  2523. package/dist/run-chrome-profile/Default/chrome_cart_db/LOG +0 -0
  2524. package/dist/run-chrome-profile/Default/chrome_cart_db/LOG.old +0 -0
  2525. package/dist/run-chrome-profile/Default/commerce_subscription_db/LOCK +0 -0
  2526. package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG +0 -0
  2527. package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG.old +0 -0
  2528. package/dist/run-chrome-profile/Default/discounts_db/LOCK +0 -0
  2529. package/dist/run-chrome-profile/Default/discounts_db/LOG +0 -0
  2530. package/dist/run-chrome-profile/Default/discounts_db/LOG.old +0 -0
  2531. package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db +0 -0
  2532. package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db-journal +0 -0
  2533. package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOCK +0 -0
  2534. package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG +0 -0
  2535. package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG.old +0 -0
  2536. package/dist/run-chrome-profile/Default/parcel_tracking_db/LOCK +0 -0
  2537. package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG +0 -0
  2538. package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG.old +0 -0
  2539. package/dist/run-chrome-profile/Default/passkey_enclave_state +1 -0
  2540. package/dist/run-chrome-profile/Default/shared_proto_db/000003.log +0 -0
  2541. package/dist/run-chrome-profile/Default/shared_proto_db/CURRENT +1 -0
  2542. package/dist/run-chrome-profile/Default/shared_proto_db/LOCK +0 -0
  2543. package/dist/run-chrome-profile/Default/shared_proto_db/LOG +3 -0
  2544. package/dist/run-chrome-profile/Default/shared_proto_db/LOG.old +3 -0
  2545. package/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001 +0 -0
  2546. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log +0 -0
  2547. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/CURRENT +1 -0
  2548. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOCK +0 -0
  2549. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG +3 -0
  2550. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG.old +3 -0
  2551. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001 +0 -0
  2552. package/dist/run-chrome-profile/Default/trusted_vault.pb +2 -0
  2553. package/dist/run-chrome-profile/GrShaderCache/data_0 +0 -0
  2554. package/dist/run-chrome-profile/GrShaderCache/data_1 +0 -0
  2555. package/dist/run-chrome-profile/GrShaderCache/data_2 +0 -0
  2556. package/dist/run-chrome-profile/GrShaderCache/data_3 +0 -0
  2557. package/dist/run-chrome-profile/GrShaderCache/index +0 -0
  2558. package/dist/run-chrome-profile/GraphiteDawnCache/data_0 +0 -0
  2559. package/dist/run-chrome-profile/GraphiteDawnCache/data_1 +0 -0
  2560. package/dist/run-chrome-profile/GraphiteDawnCache/data_2 +0 -0
  2561. package/dist/run-chrome-profile/GraphiteDawnCache/data_3 +0 -0
  2562. package/dist/run-chrome-profile/GraphiteDawnCache/f_000001 +0 -0
  2563. package/dist/run-chrome-profile/GraphiteDawnCache/f_000002 +0 -0
  2564. package/dist/run-chrome-profile/GraphiteDawnCache/f_000003 +0 -0
  2565. package/dist/run-chrome-profile/GraphiteDawnCache/f_000004 +0 -0
  2566. package/dist/run-chrome-profile/GraphiteDawnCache/index +0 -0
  2567. package/dist/run-chrome-profile/Last Version +1 -0
  2568. package/dist/run-chrome-profile/Local State +1 -0
  2569. package/dist/run-chrome-profile/ShaderCache/data_0 +0 -0
  2570. package/dist/run-chrome-profile/ShaderCache/data_1 +0 -0
  2571. package/dist/run-chrome-profile/ShaderCache/data_2 +0 -0
  2572. package/dist/run-chrome-profile/ShaderCache/data_3 +0 -0
  2573. package/dist/run-chrome-profile/ShaderCache/index +0 -0
  2574. package/dist/run-chrome-profile/Variations +1 -0
  2575. package/dist/run-chrome-profile/first_party_sets.db +0 -0
  2576. package/dist/run-chrome-profile/first_party_sets.db-journal +0 -0
  2577. package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model-info.pb +1 -0
  2578. package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model.tflite +0 -0
  2579. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/VERSION.txt +4 -0
  2580. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model-info.pb +0 -0
  2581. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model.tflite +0 -0
  2582. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/override_list.pb.gz +0 -0
  2583. package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model-info.pb +1 -0
  2584. package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model.tflite +0 -0
  2585. package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model-info.pb +0 -0
  2586. package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model.tflite +0 -0
  2587. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/enus_denylist_encoded_241007.txt +580 -0
  2588. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model-info.pb +5 -0
  2589. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model.tflite +0 -0
  2590. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/vocab_en-us.txt +303 -0
  2591. package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model-info.pb +0 -0
  2592. package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model.tflite +0 -0
  2593. package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/visual_model_desktop.tflite +0 -0
  2594. package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model-info.pb +0 -0
  2595. package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model.tflite +0 -0
  2596. package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model-info.pb +0 -0
  2597. package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model.tflite +0 -0
  2598. package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model-info.pb +0 -0
  2599. package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model.tflite +0 -0
  2600. package/dist/run-chrome-profile/segmentation_platform/ukm_db +0 -0
  2601. package/dist/run-chrome-profile/segmentation_platform/ukm_db-wal +0 -0
  2602. package/package.json +11 -14
@@ -0,0 +1 @@
1
+ {"version":3,"names":["reservedWords","keyword","strict","strictBind","keywords","Set","reservedWordsStrictSet","reservedWordsStrictBindSet","isReservedWord","word","inModule","isStrictReservedWord","has","isStrictBindOnlyReservedWord","isStrictBindReservedWord","isKeyword"],"sources":["../src/keyword.ts"],"sourcesContent":["const reservedWords = {\n keyword: [\n \"break\",\n \"case\",\n \"catch\",\n \"continue\",\n \"debugger\",\n \"default\",\n \"do\",\n \"else\",\n \"finally\",\n \"for\",\n \"function\",\n \"if\",\n \"return\",\n \"switch\",\n \"throw\",\n \"try\",\n \"var\",\n \"const\",\n \"while\",\n \"with\",\n \"new\",\n \"this\",\n \"super\",\n \"class\",\n \"extends\",\n \"export\",\n \"import\",\n \"null\",\n \"true\",\n \"false\",\n \"in\",\n \"instanceof\",\n \"typeof\",\n \"void\",\n \"delete\",\n ],\n strict: [\n \"implements\",\n \"interface\",\n \"let\",\n \"package\",\n \"private\",\n \"protected\",\n \"public\",\n \"static\",\n \"yield\",\n ],\n strictBind: [\"eval\", \"arguments\"],\n};\nconst keywords = new Set(reservedWords.keyword);\nconst reservedWordsStrictSet = new Set(reservedWords.strict);\nconst reservedWordsStrictBindSet = new Set(reservedWords.strictBind);\n\n/**\n * Checks if word is a reserved word in non-strict mode\n */\nexport function isReservedWord(word: string, inModule: boolean): boolean {\n return (inModule && word === \"await\") || word === \"enum\";\n}\n\n/**\n * Checks if word is a reserved word in non-binding strict mode\n *\n * Includes non-strict reserved words\n */\nexport function isStrictReservedWord(word: string, inModule: boolean): boolean {\n return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word);\n}\n\n/**\n * Checks if word is a reserved word in binding strict mode, but it is allowed as\n * a normal identifier.\n */\nexport function isStrictBindOnlyReservedWord(word: string): boolean {\n return reservedWordsStrictBindSet.has(word);\n}\n\n/**\n * Checks if word is a reserved word in binding strict mode\n *\n * Includes non-strict reserved words and non-binding strict reserved words\n */\nexport function isStrictBindReservedWord(\n word: string,\n inModule: boolean,\n): boolean {\n return (\n isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word)\n );\n}\n\nexport function isKeyword(word: string): boolean {\n return keywords.has(word);\n}\n"],"mappings":";;;;;;;;;;AAAA,MAAMA,aAAa,GAAG;EACpBC,OAAO,EAAE,CACP,OAAO,EACP,MAAM,EACN,OAAO,EACP,UAAU,EACV,UAAU,EACV,SAAS,EACT,IAAI,EACJ,MAAM,EACN,SAAS,EACT,KAAK,EACL,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,KAAK,EACL,KAAK,EACL,OAAO,EACP,OAAO,EACP,MAAM,EACN,KAAK,EACL,MAAM,EACN,OAAO,EACP,OAAO,EACP,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,MAAM,EACN,OAAO,EACP,IAAI,EACJ,YAAY,EACZ,QAAQ,EACR,MAAM,EACN,QAAQ,CACT;EACDC,MAAM,EAAE,CACN,YAAY,EACZ,WAAW,EACX,KAAK,EACL,SAAS,EACT,SAAS,EACT,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,OAAO,CACR;EACDC,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW;AAClC,CAAC;AACD,MAAMC,QAAQ,GAAG,IAAIC,GAAG,CAACL,aAAa,CAACC,OAAO,CAAC;AAC/C,MAAMK,sBAAsB,GAAG,IAAID,GAAG,CAACL,aAAa,CAACE,MAAM,CAAC;AAC5D,MAAMK,0BAA0B,GAAG,IAAIF,GAAG,CAACL,aAAa,CAACG,UAAU,CAAC;AAK7D,SAASK,cAAcA,CAACC,IAAY,EAAEC,QAAiB,EAAW;EACvE,OAAQA,QAAQ,IAAID,IAAI,KAAK,OAAO,IAAKA,IAAI,KAAK,MAAM;AAC1D;AAOO,SAASE,oBAAoBA,CAACF,IAAY,EAAEC,QAAiB,EAAW;EAC7E,OAAOF,cAAc,CAACC,IAAI,EAAEC,QAAQ,CAAC,IAAIJ,sBAAsB,CAACM,GAAG,CAACH,IAAI,CAAC;AAC3E;AAMO,SAASI,4BAA4BA,CAACJ,IAAY,EAAW;EAClE,OAAOF,0BAA0B,CAACK,GAAG,CAACH,IAAI,CAAC;AAC7C;AAOO,SAASK,wBAAwBA,CACtCL,IAAY,EACZC,QAAiB,EACR;EACT,OACEC,oBAAoB,CAACF,IAAI,EAAEC,QAAQ,CAAC,IAAIG,4BAA4B,CAACJ,IAAI,CAAC;AAE9E;AAEO,SAASM,SAASA,CAACN,IAAY,EAAW;EAC/C,OAAOL,QAAQ,CAACQ,GAAG,CAACH,IAAI,CAAC;AAC3B","ignoreList":[]}
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@babel/helper-validator-identifier",
3
+ "version": "7.25.9",
4
+ "description": "Validate identifier/keywords name",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/babel/babel.git",
8
+ "directory": "packages/babel-helper-validator-identifier"
9
+ },
10
+ "license": "MIT",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "main": "./lib/index.js",
15
+ "exports": {
16
+ ".": {
17
+ "types": "./lib/index.d.ts",
18
+ "default": "./lib/index.js"
19
+ },
20
+ "./package.json": "./package.json"
21
+ },
22
+ "devDependencies": {
23
+ "@unicode/unicode-16.0.0": "^1.0.0",
24
+ "charcodes": "^0.2.0"
25
+ },
26
+ "engines": {
27
+ "node": ">=6.9.0"
28
+ },
29
+ "author": "The Babel Team (https://babel.dev/team)",
30
+ "type": "commonjs"
31
+ }
@@ -0,0 +1,10 @@
1
+ # Changes to Cascade Layer Name Parser
2
+
3
+ ### 2.0.4
4
+
5
+ _November 1, 2024_
6
+
7
+ - Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch)
8
+ - Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch)
9
+
10
+ [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md)
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,32 @@
1
+ # Cascade Layer Name Parser
2
+
3
+ [<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/cascade-layer-name-parser.svg" height="20">][npm-url]
4
+ [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
5
+ [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
6
+
7
+ ## Usage
8
+
9
+ Add [Cascade Layer Name Parser] to your project:
10
+
11
+ ```bash
12
+ npm install @csstools/cascade-layer-name-parser @csstools/css-parser-algorithms @csstools/css-tokenizer --save-dev
13
+ ```
14
+
15
+ [Cascade Layer Name Parser] depends on our CSS tokenizer and parser algorithms.
16
+ It must be used together with `@csstools/css-tokenizer` and `@csstools/css-parser-algorithms`.
17
+
18
+ ```ts
19
+ import { parse } from '@csstools/cascade-layer-name-parser';
20
+
21
+ const layerNames = parse('layer-name, foo.bar');
22
+ layerNames.forEach((layerName) => {
23
+ console.log(layerName.name()) // "foo.bar"
24
+ console.log(layerName.segments()) // ["foo", "bar"]
25
+ });
26
+ ```
27
+
28
+ [cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
29
+ [discord]: https://discord.gg/bUadyRwkJS
30
+ [npm-url]: https://www.npmjs.com/package/@csstools/cascade-layer-name-parser
31
+
32
+ [Cascade Layer Name Parser]: https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@csstools/css-tokenizer"),r=require("@csstools/css-parser-algorithms");class LayerName{parts;constructor(e){this.parts=e}tokens(){return[...this.parts]}slice(r,n){const t=[];for(let r=0;r<this.parts.length;r++)e.isTokenIdent(this.parts[r])&&t.push(r);const s=t.slice(r,n);return new LayerName(this.parts.slice(s[0],s[s.length-1]+1))}concat(r){const n=[e.TokenType.Delim,".",-1,-1,{value:"."}];return new LayerName([...this.parts.filter((r=>e.isTokenIdent(r)||e.isTokenDelim(r))),n,...r.parts.filter((r=>e.isTokenIdent(r)||e.isTokenDelim(r)))])}segments(){return this.parts.filter((r=>e.isTokenIdent(r))).map((e=>e[4].value))}name(){return this.parts.filter((r=>e.isTokenIdent(r)||e.isTokenDelim(r))).map((e=>e[1])).join("")}equal(e){const r=this.segments(),n=e.segments();if(r.length!==n.length)return!1;for(let e=0;e<r.length;e++){if(r[e]!==n[e])return!1}return!0}toString(){return e.stringify(...this.parts)}toJSON(){return{parts:this.parts,segments:this.segments(),name:this.name()}}}function parseFromTokens(n,t){const s=r.parseCommaSeparatedListOfComponentValues(n,{onParseError:t?.onParseError}),a=t?.onParseError??(()=>{}),o=["6.4.2. Layer Naming and Nesting","Layer name syntax","<layer-name> = <ident> [ '.' <ident> ]*"],i=n[0][2],l=n[n.length-1][3],m=[];for(let n=0;n<s.length;n++){const t=s[n];for(let n=0;n<t.length;n++){const s=t[n];if(!r.isTokenNode(s)&&!r.isCommentNode(s)&&!r.isWhitespaceNode(s))return a(new e.ParseError(`Invalid cascade layer name. Invalid layer name part "${s.toString()}"`,i,l,o)),[]}const c=t.flatMap((e=>e.tokens()));let d=!1,p=!1,u=null;for(let r=0;r<c.length;r++){const n=c[r];if(!(e.isTokenWhiteSpaceOrComment(n)||e.isTokenIdent(n)||e.isTokenDelim(n)&&"."===n[4].value))return a(new e.ParseError(`Invalid cascade layer name. Invalid character "${n[1]}"`,i,l,o)),[];if(!d&&e.isTokenDelim(n))return a(new e.ParseError("Invalid cascade layer name. Layer names can not start with a dot.",i,l,o)),[];if(d){if(e.isTokenWhitespace(n)){p=!0;continue}if(p&&e.isTokenComment(n))continue;if(p)return a(new e.ParseError("Invalid cascade layer name. Encountered unexpected whitespace between layer name parts.",i,l,o)),[];if(e.isTokenIdent(u)&&e.isTokenIdent(n))return a(new e.ParseError("Invalid cascade layer name. Layer name parts must be separated by dots.",i,l,o)),[];if(e.isTokenDelim(u)&&e.isTokenDelim(n))return a(new e.ParseError("Invalid cascade layer name. Layer name parts must not be empty.",i,l,o)),[]}e.isTokenIdent(n)&&(d=!0),(e.isTokenIdent(n)||e.isTokenDelim(n))&&(u=n)}if(!u)return a(new e.ParseError("Invalid cascade layer name. Empty layer name.",i,l,o)),[];if(e.isTokenDelim(u))return a(new e.ParseError("Invalid cascade layer name. Layer name must not end with a dot.",i,l,o)),[];m.push(new LayerName(c))}return m}exports.LayerName=LayerName,exports.addLayerToModel=function addLayerToModel(e,r){r.forEach((r=>{const n=r.segments();e:for(let t=0;t<n.length;t++){const n=r.slice(0,t+1),s=n.segments();let a=-1,o=0;for(let r=0;r<e.length;r++){const n=e[r].segments();let t=0;r:for(let e=0;e<n.length;e++){const r=n[e],a=s[e];if(a===r&&e+1===s.length)continue e;if(a!==r){if(a!==r)break r}else t++}t>=o&&(a=r,o=t)}-1===a?e.push(n):e.splice(a+1,0,n)}}))},exports.parse=function parse(r,n){return parseFromTokens(e.tokenize({css:r},{onParseError:n?.onParseError}),n)},exports.parseFromTokens=parseFromTokens;
@@ -0,0 +1,35 @@
1
+ import type { CSSToken } from '@csstools/css-tokenizer';
2
+ import { ParseError } from '@csstools/css-tokenizer';
3
+
4
+ export declare function addLayerToModel(layers: Array<LayerName>, currentLayerNames: Array<LayerName>): void;
5
+
6
+ export declare class LayerName {
7
+ parts: Array<CSSToken>;
8
+ constructor(parts: Array<CSSToken>);
9
+ tokens(): Array<CSSToken>;
10
+ slice(start: number, end: number): LayerName;
11
+ concat(other: LayerName): LayerName;
12
+ segments(): Array<string>;
13
+ name(): string;
14
+ equal(other: LayerName): boolean;
15
+ toString(): string;
16
+ /**
17
+ * @internal
18
+ *
19
+ * A debug helper to convert the current object to a JSON representation.
20
+ */
21
+ toJSON(): Record<string, unknown>;
22
+ }
23
+
24
+ export declare function parse(source: string, options?: {
25
+ onParseError?: (error: ParseError) => void;
26
+ }): Array<LayerName>;
27
+
28
+ /**
29
+ * Parses an array of {@link https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/docs/css-tokenizer.csstoken.md | CSSTokens} into a list of cascade layer names.
30
+ */
31
+ export declare function parseFromTokens(tokens: Array<CSSToken>, options?: {
32
+ onParseError?: (error: ParseError) => void;
33
+ }): Array<LayerName>;
34
+
35
+ export { }
@@ -0,0 +1 @@
1
+ import{isTokenIdent as e,TokenType as t,isTokenDelim as r,stringify as n,ParseError as a,isTokenWhiteSpaceOrComment as s,tokenize as o,isTokenWhitespace as l,isTokenComment as i}from"@csstools/css-tokenizer";import{parseCommaSeparatedListOfComponentValues as c,isTokenNode as m,isCommentNode as u,isWhitespaceNode as p}from"@csstools/css-parser-algorithms";class LayerName{parts;constructor(e){this.parts=e}tokens(){return[...this.parts]}slice(t,r){const n=[];for(let t=0;t<this.parts.length;t++)e(this.parts[t])&&n.push(t);const a=n.slice(t,r);return new LayerName(this.parts.slice(a[0],a[a.length-1]+1))}concat(n){const a=[t.Delim,".",-1,-1,{value:"."}];return new LayerName([...this.parts.filter((t=>e(t)||r(t))),a,...n.parts.filter((t=>e(t)||r(t)))])}segments(){return this.parts.filter((t=>e(t))).map((e=>e[4].value))}name(){return this.parts.filter((t=>e(t)||r(t))).map((e=>e[1])).join("")}equal(e){const t=this.segments(),r=e.segments();if(t.length!==r.length)return!1;for(let e=0;e<t.length;e++){if(t[e]!==r[e])return!1}return!0}toString(){return n(...this.parts)}toJSON(){return{parts:this.parts,segments:this.segments(),name:this.name()}}}function addLayerToModel(e,t){t.forEach((t=>{const r=t.segments();e:for(let n=0;n<r.length;n++){const r=t.slice(0,n+1),a=r.segments();let s=-1,o=0;for(let t=0;t<e.length;t++){const r=e[t].segments();let n=0;t:for(let e=0;e<r.length;e++){const t=r[e],s=a[e];if(s===t&&e+1===a.length)continue e;if(s!==t){if(s!==t)break t}else n++}n>=o&&(s=t,o=n)}-1===s?e.push(r):e.splice(s+1,0,r)}}))}function parseFromTokens(t,n){const o=c(t,{onParseError:n?.onParseError}),f=n?.onParseError??(()=>{}),h=["6.4.2. Layer Naming and Nesting","Layer name syntax","<layer-name> = <ident> [ '.' <ident> ]*"],d=t[0][2],y=t[t.length-1][3],g=[];for(let t=0;t<o.length;t++){const n=o[t];for(let e=0;e<n.length;e++){const t=n[e];if(!m(t)&&!u(t)&&!p(t))return f(new a(`Invalid cascade layer name. Invalid layer name part "${t.toString()}"`,d,y,h)),[]}const c=n.flatMap((e=>e.tokens()));let w=!1,v=!1,L=null;for(let t=0;t<c.length;t++){const n=c[t];if(!(s(n)||e(n)||r(n)&&"."===n[4].value))return f(new a(`Invalid cascade layer name. Invalid character "${n[1]}"`,d,y,h)),[];if(!w&&r(n))return f(new a("Invalid cascade layer name. Layer names can not start with a dot.",d,y,h)),[];if(w){if(l(n)){v=!0;continue}if(v&&i(n))continue;if(v)return f(new a("Invalid cascade layer name. Encountered unexpected whitespace between layer name parts.",d,y,h)),[];if(e(L)&&e(n))return f(new a("Invalid cascade layer name. Layer name parts must be separated by dots.",d,y,h)),[];if(r(L)&&r(n))return f(new a("Invalid cascade layer name. Layer name parts must not be empty.",d,y,h)),[]}e(n)&&(w=!0),(e(n)||r(n))&&(L=n)}if(!L)return f(new a("Invalid cascade layer name. Empty layer name.",d,y,h)),[];if(r(L))return f(new a("Invalid cascade layer name. Layer name must not end with a dot.",d,y,h)),[];g.push(new LayerName(c))}return g}function parse(e,t){return parseFromTokens(o({css:e},{onParseError:t?.onParseError}),t)}export{LayerName,addLayerToModel,parse,parseFromTokens};
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "@csstools/cascade-layer-name-parser",
3
+ "description": "Parse CSS Cascade Layer names.",
4
+ "version": "2.0.4",
5
+ "contributors": [
6
+ {
7
+ "name": "Antonio Laguna",
8
+ "email": "antonio@laguna.es",
9
+ "url": "https://antonio.laguna.es"
10
+ },
11
+ {
12
+ "name": "Romain Menke",
13
+ "email": "romainmenke@gmail.com"
14
+ }
15
+ ],
16
+ "license": "MIT",
17
+ "funding": [
18
+ {
19
+ "type": "github",
20
+ "url": "https://github.com/sponsors/csstools"
21
+ },
22
+ {
23
+ "type": "opencollective",
24
+ "url": "https://opencollective.com/csstools"
25
+ }
26
+ ],
27
+ "engines": {
28
+ "node": ">=18"
29
+ },
30
+ "type": "module",
31
+ "main": "dist/index.cjs",
32
+ "module": "dist/index.mjs",
33
+ "exports": {
34
+ ".": {
35
+ "import": {
36
+ "types": "./dist/index.d.ts",
37
+ "default": "./dist/index.mjs"
38
+ },
39
+ "require": {
40
+ "default": "./dist/index.cjs"
41
+ }
42
+ }
43
+ },
44
+ "files": [
45
+ "CHANGELOG.md",
46
+ "LICENSE.md",
47
+ "README.md",
48
+ "dist"
49
+ ],
50
+ "peerDependencies": {
51
+ "@csstools/css-parser-algorithms": "^3.0.4",
52
+ "@csstools/css-tokenizer": "^3.0.3"
53
+ },
54
+ "scripts": {},
55
+ "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser#readme",
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "git+https://github.com/csstools/postcss-plugins.git",
59
+ "directory": "packages/cascade-layer-name-parser"
60
+ },
61
+ "bugs": "https://github.com/csstools/postcss-plugins/issues",
62
+ "keywords": [
63
+ "cascade-layer",
64
+ "css",
65
+ "parser"
66
+ ]
67
+ }
@@ -0,0 +1,9 @@
1
+ # Changes to Color Helpers
2
+
3
+ ### 5.0.2
4
+
5
+ _February 23, 2025_
6
+
7
+ - Use `Number.isNaN` instead of `NaN` for consistency.
8
+
9
+ [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md)
@@ -0,0 +1,18 @@
1
+ MIT No Attribution (MIT-0)
2
+
3
+ Copyright © CSSTools Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the “Software”), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9
+ of the Software, and to permit persons to whom the Software is furnished to do
10
+ so.
11
+
12
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
@@ -0,0 +1,32 @@
1
+ # Color Helpers <img src="https://cssdb.org/images/css.svg" alt="for CSS" width="90" height="90" align="right">
2
+
3
+ [<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/color-helpers.svg" height="20">][npm-url]
4
+ [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
5
+ [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
6
+
7
+ ## Usage
8
+
9
+ Add [Color Helpers] to your project:
10
+
11
+ ```bash
12
+ npm install @csstools/color-helpers --save-dev
13
+ ```
14
+
15
+ This package exists to join all the different color functions scattered among the Colors 4 and Colors 5 plugins we maintain such as:
16
+
17
+ * [PostCSS Color Function]
18
+ * [PostCSS Lab Function]
19
+ * [PostCSS OKLab Function]
20
+
21
+ ## Copyright
22
+
23
+ This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/tree/main/css-color-4. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
24
+
25
+ [cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
26
+ [discord]: https://discord.gg/bUadyRwkJS
27
+ [npm-url]: https://www.npmjs.com/package/@csstools/color-helpers
28
+
29
+ [Color Helpers]: https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers
30
+ [PostCSS Color Function]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function
31
+ [PostCSS Lab Function]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-functionw
32
+ [PostCSS OKLab Function]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function
@@ -0,0 +1,263 @@
1
+ "use strict";function multiplyMatrices(t,n){return[t[0]*n[0]+t[1]*n[1]+t[2]*n[2],t[3]*n[0]+t[4]*n[1]+t[5]*n[2],t[6]*n[0]+t[7]*n[1]+t[8]*n[2]]}const t=[.955473421488075,-.02309845494876471,.06325924320057072,-.0283697093338637,1.0099953980813041,.021041441191917323,.012314014864481998,-.020507649298898964,1.330365926242124];
2
+ /**
3
+ * Bradford chromatic adaptation from D50 to D65
4
+ *
5
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
6
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
7
+ */function D50_to_D65(n){return multiplyMatrices(t,n)}const n=[1.0479297925449969,.022946870601609652,-.05019226628920524,.02962780877005599,.9904344267538799,-.017073799063418826,-.009243040646204504,.015055191490298152,.7518742814281371];
8
+ /**
9
+ * Bradford chromatic adaptation from D65 to D50
10
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
11
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
12
+ * @see http://www.brucelindbloom.com/index.html?Eqn_ChromAdapt.html
13
+ */function D65_to_D50(t){return multiplyMatrices(n,t)}
14
+ /**
15
+ * @param {number} hue - Hue as degrees 0..360
16
+ * @param {number} sat - Saturation as percentage 0..100
17
+ * @param {number} light - Lightness as percentage 0..100
18
+ * @return {number[]} Array of sRGB components; in-gamut colors in range [0..1]
19
+ *
20
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
21
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/hslToRgb.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
22
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/hslToRgb.js
23
+ */function HSL_to_sRGB(t){let n=t[0]%360;const _=t[1]/100,o=t[2]/100;return n<0&&(n+=360),[HSL_to_sRGB_channel(0,n,_,o),HSL_to_sRGB_channel(8,n,_,o),HSL_to_sRGB_channel(4,n,_,o)]}function HSL_to_sRGB_channel(t,n,_,o){const e=(t+n/30)%12;return o-_*Math.min(o,1-o)*Math.max(-1,Math.min(e-3,9-e,1))}
24
+ /**
25
+ * @param {number} hue - Hue as degrees 0..360
26
+ * @param {number} white - Whiteness as percentage 0..100
27
+ * @param {number} black - Blackness as percentage 0..100
28
+ * @return {number[]} Array of RGB components 0..1
29
+ *
30
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
31
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/hwbToRgb.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
32
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/hwbToRgb.js
33
+ */function HWB_to_sRGB(t){const n=t[0],_=t[1]/100,o=t[2]/100;if(_+o>=1){const t=_/(_+o);return[t,t,t]}const e=HSL_to_sRGB([n,100,50]),r=1-_-o;return[e[0]*r+_,e[1]*r+_,e[2]*r+_]}
34
+ /**
35
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
36
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
37
+ */function LCH_to_Lab(t){const n=t[2]*Math.PI/180;return[t[0],t[1]*Math.cos(n),t[1]*Math.sin(n)]}
38
+ /**
39
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
40
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
41
+ */function Lab_to_LCH(t){const n=180*Math.atan2(t[2],t[1])/Math.PI;return[t[0],Math.sqrt(Math.pow(t[1],2)+Math.pow(t[2],2)),n>=0?n:n+360]}const _=[.3457/.3585,1,.2958/.3585];
42
+ /**
43
+ * Convert Lab to D50-adapted XYZ
44
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
45
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
46
+ * @see http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
47
+ */function Lab_to_XYZ(t){const n=24389/27,o=216/24389,e=(t[0]+16)/116,r=t[1]/500+e,a=e-t[2]/200;return[(Math.pow(r,3)>o?Math.pow(r,3):(116*r-16)/n)*_[0],(t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/n)*_[1],(Math.pow(a,3)>o?Math.pow(a,3):(116*a-16)/n)*_[2]]}
48
+ /**
49
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
50
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
51
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js
52
+ */function OKLCH_to_OKLab(t){const n=t[2]*Math.PI/180;return[t[0],t[1]*Math.cos(n),t[1]*Math.sin(n)]}
53
+ /**
54
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
55
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
56
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js
57
+ */function OKLab_to_OKLCH(t){const n=180*Math.atan2(t[2],t[1])/Math.PI;return[t[0],Math.sqrt(t[1]**2+t[2]**2),n>=0?n:n+360]}const o=[1.2268798758459243,-.5578149944602171,.2813910456659647,-.0405757452148008,1.112286803280317,-.0717110580655164,-.0763729366746601,-.4214933324022432,1.5869240198367816],e=[1,.3963377773761749,.2158037573099136,1,-.1055613458156586,-.0638541728258133,1,-.0894841775298119,-1.2914855480194092];
58
+ /**
59
+ * Given OKLab, convert to XYZ relative to D65
60
+ *
61
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
62
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
63
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js
64
+ */
65
+ function OKLab_to_XYZ(t){const n=multiplyMatrices(e,t);return multiplyMatrices(o,[n[0]**3,n[1]**3,n[2]**3])}
66
+ /**
67
+ * Assuming XYZ is relative to D50, convert to CIE Lab
68
+ * from CIE standard, which now defines these as a rational fraction
69
+ *
70
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
71
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
72
+ */function XYZ_to_Lab(t){const n=compute_f(t[0]/_[0]),o=compute_f(t[1]/_[1]);return[116*o-16,500*(n-o),200*(o-compute_f(t[2]/_[2]))]}const r=216/24389,a=24389/27;function compute_f(t){return t>r?Math.cbrt(t):(a*t+16)/116}const i=[.819022437996703,.3619062600528904,-.1288737815209879,.0329836539323885,.9292868615863434,.0361446663506424,.0481771893596242,.2642395317527308,.6335478284694309],l=[.210454268309314,.7936177747023054,-.0040720430116193,1.9779985324311684,-2.42859224204858,.450593709617411,.0259040424655478,.7827717124575296,-.8086757549230774];
73
+ /**
74
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
75
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
76
+ *
77
+ * XYZ <-> LMS matrices recalculated for consistent reference white
78
+ * @see https://github.com/w3c/csswg-drafts/issues/6642#issuecomment-943521484
79
+ */
80
+ function XYZ_to_OKLab(t){const n=multiplyMatrices(i,t);return multiplyMatrices(l,[Math.cbrt(n[0]),Math.cbrt(n[1]),Math.cbrt(n[2])])}const s=[30757411/17917100,-6372589/17917100,-4539589/17917100,-.666684351832489,1.616481236634939,467509/29648200,792561/44930125,-1921689/44930125,.942103121235474];
81
+ /**
82
+ * Convert XYZ to linear-light rec2020
83
+ *
84
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
85
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
86
+ */const c=[446124/178915,-333277/357830,-72051/178915,-14852/17905,63121/35810,423/17905,11844/330415,-50337/660830,316169/330415];
87
+ /**
88
+ * Convert XYZ to linear-light P3
89
+ *
90
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
91
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
92
+ */function XYZ_to_lin_P3(t){return multiplyMatrices(c,t)}const u=[1.3457868816471583,-.25557208737979464,-.05110186497554526,-.5446307051249019,1.5082477428451468,.02052744743642139,0,0,1.2119675456389452];
93
+ /**
94
+ * Convert D50 XYZ to linear-light prophoto-rgb
95
+ *
96
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
97
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
98
+ * @see http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
99
+ */const h=[1829569/896150,-506331/896150,-308931/896150,-851781/878810,1648619/878810,36519/878810,16779/1248040,-147721/1248040,1266979/1248040];
100
+ /**
101
+ * Convert XYZ to linear-light a98-rgb
102
+ *
103
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
104
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
105
+ */const m=[12831/3959,-329/214,-1974/3959,-851781/878810,1648619/878810,36519/878810,705/12673,-2585/12673,705/667];
106
+ /**
107
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
108
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
109
+ */function XYZ_to_lin_sRGB(t){return multiplyMatrices(m,t)}
110
+ /**
111
+ * Convert an array of linear-light rec2020 RGB in the range 0.0-1.0
112
+ * to gamma corrected form ITU-R BT.2020-2 p.4
113
+ *
114
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
115
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
116
+ */const p=1.09929682680944,D=.018053968510807;function gam_2020_channel(t){const n=t<0?-1:1,_=Math.abs(t);return _>D?n*(p*Math.pow(_,.45)-(p-1)):4.5*t}
117
+ /**
118
+ * Convert an array of linear-light sRGB values in the range 0.0-1.0 to gamma corrected form
119
+ * Extended transfer function:
120
+ * For negative values, linear portion extends on reflection
121
+ * of axis, then uses reflected pow below that
122
+ *
123
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
124
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
125
+ * @see https://en.wikipedia.org/wiki/SRGB
126
+ */function gam_sRGB(t){return[gam_sRGB_channel(t[0]),gam_sRGB_channel(t[1]),gam_sRGB_channel(t[2])]}function gam_sRGB_channel(t){const n=t<0?-1:1,_=Math.abs(t);return _>.0031308?n*(1.055*Math.pow(_,1/2.4)-.055):12.92*t}
127
+ /**
128
+ * Convert an array of linear-light display-p3 RGB in the range 0.0-1.0
129
+ * to gamma corrected form
130
+ *
131
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
132
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
133
+ */function gam_P3(t){return gam_sRGB(t)}
134
+ /**
135
+ * Convert an array of linear-light prophoto-rgb in the range 0.0-1.0
136
+ * to gamma corrected form.
137
+ * Transfer curve is gamma 1.8 with a small linear portion.
138
+ *
139
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
140
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
141
+ */const b=1/512;function gam_ProPhoto_channel(t){const n=t<0?-1:1,_=Math.abs(t);return _>=b?n*Math.pow(_,1/1.8):16*t}
142
+ /**
143
+ * Convert an array of linear-light a98-rgb in the range 0.0-1.0
144
+ * to gamma corrected form. Negative values are also now accepted
145
+ *
146
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
147
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
148
+ */function gam_a98rgb_channel(t){const n=t<0?-1:1,_=Math.abs(t);return n*Math.pow(_,256/563)}
149
+ /**
150
+ * Convert an array of rec2020 RGB values in the range 0.0 - 1.0
151
+ * to linear light (un-companded) form.
152
+ * ITU-R BT.2020-2 p.4
153
+ *
154
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
155
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
156
+ */const g=1.09929682680944,X=.018053968510807;function lin_2020_channel(t){const n=t<0?-1:1,_=Math.abs(t);return _<4.5*X?t/4.5:n*Math.pow((_+g-1)/g,1/.45)}const Y=[63426534/99577255,20160776/139408157,47086771/278816314,26158966/99577255,.677998071518871,8267143/139408157,0,19567812/697040785,1.0609850577107909];
157
+ /**
158
+ * Convert an array of linear-light rec2020 values to CIE XYZ
159
+ * using D65 (no chromatic adaptation)
160
+ *
161
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
162
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
163
+ * @see http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
164
+ */
165
+ /**
166
+ * Convert an array of of sRGB values where in-gamut values are in the range
167
+ * [0 - 1] to linear light (un-companded) form.
168
+ * Extended transfer function:
169
+ * For negative values, linear portion is extended on reflection of axis,
170
+ * then reflected power function is used.
171
+ *
172
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
173
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
174
+ * @see https://en.wikipedia.org/wiki/SRGB
175
+ */
176
+ function lin_sRGB(t){return[lin_sRGB_channel(t[0]),lin_sRGB_channel(t[1]),lin_sRGB_channel(t[2])]}function lin_sRGB_channel(t){const n=t<0?-1:1,_=Math.abs(t);return _<=.04045?t/12.92:n*Math.pow((_+.055)/1.055,2.4)}
177
+ /**
178
+ * Convert an array of display-p3 RGB values in the range 0.0 - 1.0
179
+ * to linear light (un-companded) form.
180
+ *
181
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
182
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
183
+ */function lin_P3(t){return lin_sRGB(t)}const Z=[608311/1250200,189793/714400,198249/1000160,35783/156275,247089/357200,198249/2500400,0,32229/714400,5220557/5000800];
184
+ /**
185
+ * Convert an array of linear-light display-p3 values to CIE XYZ
186
+ * using D65 (no chromatic adaptation)
187
+ *
188
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
189
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
190
+ * @see http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
191
+ */function lin_P3_to_XYZ(t){return multiplyMatrices(Z,t)}
192
+ /**
193
+ * Convert an array of prophoto-rgb values where in-gamut Colors are in the
194
+ * range [0.0 - 1.0] to linear light (un-companded) form. Transfer curve is
195
+ * gamma 1.8 with a small linear portion. Extended transfer function
196
+ *
197
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
198
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
199
+ */const f=16/512;function lin_ProPhoto_channel(t){const n=t<0?-1:1,_=Math.abs(t);return _<=f?t/16:n*Math.pow(_,1.8)}const L=[.7977666449006423,.13518129740053308,.0313477341283922,.2880748288194013,.711835234241873,8993693872564e-17,0,0,.8251046025104602];
200
+ /**
201
+ * Convert an array of linear-light prophoto-rgb values to CIE D50 XYZ.
202
+ * Matrix cannot be expressed in rational form, but is calculated to 64 bit accuracy.
203
+ *
204
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
205
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
206
+ * @see see https://github.com/w3c/csswg-drafts/issues/7675
207
+ */function lin_a98rgb_channel(t){const n=t<0?-1:1,_=Math.abs(t);return n*Math.pow(_,563/256)}const M=[573536/994567,263643/1420810,187206/994567,591459/1989134,6239551/9945670,374412/4972835,53769/1989134,351524/4972835,4929758/4972835];
208
+ /**
209
+ * Convert an array of linear-light a98-rgb values to CIE XYZ
210
+ * http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
211
+ * has greater numerical precision than section 4.3.5.3 of
212
+ * https://www.adobe.com/digitalimag/pdfs/AdobeRGB1998.pdf
213
+ * but the values below were calculated from first principles
214
+ * from the chromaticity coordinates of R G B W
215
+ *
216
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
217
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
218
+ * @see http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
219
+ * @see https://www.adobe.com/digitalimag/pdfs/AdobeRGB1998.pdf
220
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/matrixmaker.html
221
+ */const d=[506752/1228815,87881/245763,12673/70218,87098/409605,175762/245763,12673/175545,7918/409605,87881/737289,1001167/1053270];
222
+ /**
223
+ * Convert an array of linear-light sRGB values to CIE XYZ
224
+ * using sRGB's own white, D65 (no chromatic adaptation)
225
+ *
226
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
227
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
228
+ */function lin_sRGB_to_XYZ(t){return multiplyMatrices(d,t)}
229
+ /**
230
+ * Convert an array of gamma-corrected sRGB values in the 0.0 to 1.0 range to HSL.
231
+ *
232
+ * @param {Color} RGB [r, g, b]
233
+ * - Red component 0..1
234
+ * - Green component 0..1
235
+ * - Blue component 0..1
236
+ * @return {number[]} Array of HSL values: Hue as degrees 0..360, Saturation and Lightness as percentages 0..100
237
+ *
238
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
239
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/utilities.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
240
+ *
241
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/better-rgbToHsl.js
242
+ */function sRGB_to_HSL(t){const n=t[0],_=t[1],o=t[2],e=Math.max(n,_,o),r=Math.min(n,_,o),a=(r+e)/2,i=e-r;let l=Number.NaN,s=0;if(0!==Math.round(1e5*i)){const t=Math.round(1e5*a);switch(s=0===t||1e5===t?0:(e-a)/Math.min(a,1-a),e){case n:l=(_-o)/i+(_<o?6:0);break;case _:l=(o-n)/i+2;break;case o:l=(n-_)/i+4}l*=60}return s<0&&(l+=180,s=Math.abs(s)),l>=360&&(l-=360),[l,100*s,100*a]}function sRGB_to_Hue(t){const n=t[0],_=t[1],o=t[2],e=Math.max(n,_,o),r=Math.min(n,_,o);let a=Number.NaN;const i=e-r;if(0!==i){switch(e){case n:a=(_-o)/i+(_<o?6:0);break;case _:a=(o-n)/i+2;break;case o:a=(n-_)/i+4}a*=60}return a>=360&&(a-=360),a}function inGamut(t){return t[0]>=-1e-4&&t[0]<=1.0001&&t[1]>=-1e-4&&t[1]<=1.0001&&t[2]>=-1e-4&&t[2]<=1.0001}function clip(t){return[t[0]<0?0:t[0]>1?1:t[0],t[1]<0?0:t[1]>1?1:t[1],t[2]<0?0:t[2]>1?1:t[2]]}
243
+ /**
244
+ * @description Calculate deltaE OK which is the simple root sum of squares
245
+ * @param {number[]} reference - Array of OKLab values: L as 0..1, a and b as -1..1
246
+ * @param {number[]} sample - Array of OKLab values: L as 0..1, a and b as -1..1
247
+ * @return {number} How different a color sample is from reference
248
+ *
249
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
250
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/deltaEOK.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
251
+ * @see https://github.com/w3c/csswg-drafts/blob/main/css-color-4/deltaEOK.js
252
+ */function deltaEOK(t,n){const[_,o,e]=t,[r,a,i]=n,l=_-r,s=o-a,c=e-i;return Math.sqrt(l**2+s**2+c**2)}const B=.02,G=1e-4;function rayTraceBox(t,n){let _=1/0,o=-1/0;const e=[0,0,0];for(let r=0;r<3;r++){const a=t[r],i=n[r]-a;e[r]=i;const l=0,s=1;if(i){const t=1/i,n=(l-a)*t,e=(s-a)*t;o=Math.max(Math.min(n,e),o),_=Math.min(Math.max(n,e),_)}else if(a<l||a>s)return!1}return!(o>_||_<0)&&(o<0&&(o=_),!!isFinite(o)&&[t[0]+e[0]*o,t[1]+e[1]*o,t[2]+e[2]*o])}function luminance(t){const[n,_,o]=t.map((t=>t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4)));return.2126*n+.7152*_+.0722*o}exports.HSL_to_XYZ_D50=function HSL_to_XYZ_D50(t){let n=t;return n=HSL_to_sRGB(n),n=lin_sRGB(n),n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n},exports.HWB_to_XYZ_D50=function HWB_to_XYZ_D50(t){let n=t;return n=HWB_to_sRGB(n),n=lin_sRGB(n),n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n},exports.LCH_to_XYZ_D50=function LCH_to_XYZ_D50(t){let n=t;return n=LCH_to_Lab(n),n=Lab_to_XYZ(n),n},exports.Lab_to_XYZ_D50=function Lab_to_XYZ_D50(t){let n=t;return n=Lab_to_XYZ(n),n},exports.OKLCH_to_OKLab=OKLCH_to_OKLab,exports.OKLCH_to_XYZ_D50=function OKLCH_to_XYZ_D50(t){let n=t;return n=OKLCH_to_OKLab(n),n=OKLab_to_XYZ(n),n=D65_to_D50(n),n},exports.OKLab_to_OKLCH=OKLab_to_OKLCH,exports.OKLab_to_XYZ=OKLab_to_XYZ,exports.OKLab_to_XYZ_D50=function OKLab_to_XYZ_D50(t){let n=t;return n=OKLab_to_XYZ(n),n=D65_to_D50(n),n},exports.P3_to_XYZ_D50=function P3_to_XYZ_D50(t){let n=t;return n=lin_P3(n),n=lin_P3_to_XYZ(n),n=D65_to_D50(n),n},exports.ProPhoto_RGB_to_XYZ_D50=function ProPhoto_RGB_to_XYZ_D50(t){let n=t;var _;return n=[lin_ProPhoto_channel((_=n)[0]),lin_ProPhoto_channel(_[1]),lin_ProPhoto_channel(_[2])],n=multiplyMatrices(L,n),n},exports.XYZ_D50_to_HSL=function XYZ_D50_to_HSL(t){let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n),n=gam_sRGB(n),n=sRGB_to_HSL(n),n},exports.XYZ_D50_to_HWB=function XYZ_D50_to_HWB(t){let n=t;n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n);const _=gam_sRGB(n),o=Math.min(_[0],_[1],_[2]),e=1-Math.max(_[0],_[1],_[2]);return[sRGB_to_Hue(_),100*o,100*e]},exports.XYZ_D50_to_LCH=function XYZ_D50_to_LCH(t){let n=t;return n=XYZ_to_Lab(n),n=Lab_to_LCH(n),n},exports.XYZ_D50_to_Lab=function XYZ_D50_to_Lab(t){let n=t;return n=XYZ_to_Lab(n),n},exports.XYZ_D50_to_OKLCH=function XYZ_D50_to_OKLCH(t){let n=t;return n=D50_to_D65(n),n=XYZ_to_OKLab(n),n=OKLab_to_OKLCH(n),n},exports.XYZ_D50_to_OKLab=function XYZ_D50_to_OKLab(t){let n=t;return n=D50_to_D65(n),n=XYZ_to_OKLab(n),n},exports.XYZ_D50_to_P3=function XYZ_D50_to_P3(t){let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_P3(n),n=gam_P3(n),n},exports.XYZ_D50_to_ProPhoto=function XYZ_D50_to_ProPhoto(t){let n=t;var _;return n=multiplyMatrices(u,n),n=[gam_ProPhoto_channel((_=n)[0]),gam_ProPhoto_channel(_[1]),gam_ProPhoto_channel(_[2])],n},exports.XYZ_D50_to_XYZ_D50=function XYZ_D50_to_XYZ_D50(t){return t},exports.XYZ_D50_to_XYZ_D65=function XYZ_D50_to_XYZ_D65(t){let n=t;return n=D50_to_D65(n),n},exports.XYZ_D50_to_a98_RGB=function XYZ_D50_to_a98_RGB(t){let n=t;var _;return n=D50_to_D65(n),n=multiplyMatrices(h,n),n=[gam_a98rgb_channel((_=n)[0]),gam_a98rgb_channel(_[1]),gam_a98rgb_channel(_[2])],n},exports.XYZ_D50_to_lin_sRGB=function XYZ_D50_to_lin_sRGB(t){let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n),n},exports.XYZ_D50_to_rec_2020=function XYZ_D50_to_rec_2020(t){let n=t;var _;return n=D50_to_D65(n),n=multiplyMatrices(s,n),n=[gam_2020_channel((_=n)[0]),gam_2020_channel(_[1]),gam_2020_channel(_[2])],n},exports.XYZ_D50_to_sRGB=function XYZ_D50_to_sRGB(t){let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n),n=gam_sRGB(n),n},exports.XYZ_D65_to_XYZ_D50=function XYZ_D65_to_XYZ_D50(t){let n=t;return n=D65_to_D50(n),n},exports.XYZ_to_OKLab=XYZ_to_OKLab,exports.XYZ_to_lin_P3=XYZ_to_lin_P3,exports.XYZ_to_lin_sRGB=XYZ_to_lin_sRGB,exports.a98_RGB_to_XYZ_D50=function a98_RGB_to_XYZ_D50(t){let n=t;
253
+ /**
254
+ * Convert an array of a98-rgb values in the range 0.0 - 1.0
255
+ * to linear light (un-companded) form. Negative values are also now accepted
256
+ *
257
+ * @license W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
258
+ * @copyright This software or document includes material copied from or derived from https://github.com/w3c/csswg-drafts/blob/main/css-color-4/conversions.js. Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
259
+ */
260
+ var _;return n=[lin_a98rgb_channel((_=n)[0]),lin_a98rgb_channel(_[1]),lin_a98rgb_channel(_[2])],n=multiplyMatrices(M,n),n=D65_to_D50(n),n},exports.clip=clip,exports.contrast_ratio_wcag_2_1=function contrast_ratio_wcag_2_1(t,n){const _=luminance(t),o=luminance(n);return(Math.max(_,o)+.05)/(Math.min(_,o)+.05)},exports.gam_P3=gam_P3,exports.gam_sRGB=gam_sRGB,exports.inGamut=inGamut,exports.lin_P3=lin_P3,exports.lin_P3_to_XYZ=lin_P3_to_XYZ,exports.lin_sRGB=lin_sRGB,exports.lin_sRGB_to_XYZ=lin_sRGB_to_XYZ,exports.lin_sRGB_to_XYZ_D50=function lin_sRGB_to_XYZ_D50(t){let n=t;return n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n},exports.mapGamut=function mapGamut(t,n,_){const o=t;let e=clip(n(o)),r=deltaEOK(OKLCH_to_OKLab(_(e)),OKLCH_to_OKLab(o));if(r<B)return e;let a=0,i=o[1],l=!0;for(;i-a>G;){const t=(a+i)/2;if(o[1]=t,l&&inGamut(n(o)))a=t;else if(e=clip(n(o)),r=deltaEOK(OKLCH_to_OKLab(_(e)),OKLCH_to_OKLab(o)),r<B){if(B-r<G)return e;l=!1,a=t}else i=t}return clip(n([...o]))}
261
+ /**
262
+ * @license MIT https://github.com/facelessuser/coloraide/blob/main/LICENSE.md
263
+ */,exports.mapGamutRayTrace=function mapGamutRayTrace(t,n,_){const o=t[0],e=t[2];let r=n(t);const a=n([o,0,e]);for(let t=0;t<4;t++){if(t>0){const t=_(r);t[0]=o,t[2]=e,r=n(t)}const i=rayTraceBox(a,r);if(!i)break;r=i}return clip(r)},exports.namedColors={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},exports.rec_2020_to_XYZ_D50=function rec_2020_to_XYZ_D50(t){let n=t;var _;return n=[lin_2020_channel((_=n)[0]),lin_2020_channel(_[1]),lin_2020_channel(_[2])],n=multiplyMatrices(Y,n),n=D65_to_D50(n),n},exports.sRGB_to_XYZ_D50=function sRGB_to_XYZ_D50(t){let n=t;return n=lin_sRGB(n),n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n};