claude-flow-novice 2.2.1 → 2.2.3

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 (1407) hide show
  1. package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/index.js +95 -0
  2. package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/is-windows.js +2 -0
  3. package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/variable.js +69 -0
  4. package/dist/src/web/frontend/node_modules/.css-blank-pseudo-8k2G2dsc/browser.js +2 -0
  5. package/dist/src/web/frontend/node_modules/.css-blank-pseudo-8k2G2dsc/dist/browser-global.js +2 -0
  6. package/dist/src/web/frontend/node_modules/.css-has-pseudo-6pj9tKmr/browser.js +2 -0
  7. package/dist/src/web/frontend/node_modules/.css-has-pseudo-6pj9tKmr/dist/browser-global.js +2 -0
  8. package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/browser.js +2 -0
  9. package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/browser.min.js +2 -0
  10. package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/dist/browser-global.js +2 -0
  11. package/dist/src/web/frontend/node_modules/.cssesc-iMHKNzC2/cssesc.js +110 -0
  12. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/addLeadingZeros/index.js +15 -0
  13. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/assign/index.js +19 -0
  14. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/cloneObject/index.js +12 -0
  15. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/defaultLocale/index.js +11 -0
  16. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/defaultOptions/index.js +14 -0
  17. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/formatters/index.js +781 -0
  18. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/lightFormatters/index.js +90 -0
  19. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/longFormatters/index.js +88 -0
  20. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getTimezoneOffsetInMilliseconds/index.js +23 -0
  21. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCDayOfYear/index.js +21 -0
  22. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCISOWeek/index.js +23 -0
  23. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCISOWeekYear/index.js +31 -0
  24. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCWeek/index.js +23 -0
  25. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCWeekYear/index.js +41 -0
  26. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/isSameUTCWeek/index.js +16 -0
  27. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/protectedTokens/index.js +27 -0
  28. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/requiredArgs/index.js +12 -0
  29. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/roundingMethods/index.js +19 -0
  30. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCDay/index.js +31 -0
  31. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCISODay/index.js +26 -0
  32. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCISOWeek/index.js +20 -0
  33. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCWeek/index.js +20 -0
  34. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCISOWeek/index.js +20 -0
  35. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCISOWeekYear/index.js +20 -0
  36. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCWeek/index.js +29 -0
  37. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCWeekYear/index.js +25 -0
  38. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/test/index.js +33 -0
  39. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/toInteger/index.js +17 -0
  40. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/add/index.js +78 -0
  41. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addBusinessDays/index.js +66 -0
  42. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addDays/index.js +43 -0
  43. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addHours/index.js +36 -0
  44. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addISOWeekYears/index.js +37 -0
  45. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMilliseconds/index.js +35 -0
  46. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMinutes/index.js +36 -0
  47. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMonths/index.js +69 -0
  48. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addQuarters/index.js +35 -0
  49. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addSeconds/index.js +34 -0
  50. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addWeeks/index.js +35 -0
  51. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addYears/index.js +34 -0
  52. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/areIntervalsOverlapping/index.js +81 -0
  53. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/clamp/index.js +43 -0
  54. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/closestIndexTo/index.js +69 -0
  55. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/closestTo/index.js +67 -0
  56. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/compareAsc/index.js +56 -0
  57. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/compareDesc/index.js +56 -0
  58. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/constants/index.js +207 -0
  59. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/daysToWeeks/index.js +38 -0
  60. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInBusinessDays/index.js +84 -0
  61. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarDays/index.js +55 -0
  62. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarISOWeekYears/index.js +37 -0
  63. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarISOWeeks/index.js +48 -0
  64. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarMonths/index.js +39 -0
  65. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarQuarters/index.js +40 -0
  66. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarWeeks/index.js +60 -0
  67. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarYears/index.js +37 -0
  68. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInDays/index.js +91 -0
  69. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInHours/index.js +40 -0
  70. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInISOWeekYears/index.js +52 -0
  71. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMilliseconds/index.js +36 -0
  72. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMinutes/index.js +48 -0
  73. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMonths/index.js +64 -0
  74. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInQuarters/index.js +36 -0
  75. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInSeconds/index.js +40 -0
  76. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInWeeks/index.js +57 -0
  77. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInYears/index.js +49 -0
  78. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/.eslintrc.js +5 -0
  79. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/Day.js +15 -0
  80. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/Duration.js +19 -0
  81. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/index.js +147 -0
  82. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachDayOfInterval/index.js +65 -0
  83. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachHourOfInterval/index.js +65 -0
  84. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachMinuteOfInterval/index.js +62 -0
  85. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachMonthOfInterval/index.js +61 -0
  86. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachQuarterOfInterval/index.js +60 -0
  87. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekOfInterval/index.js +75 -0
  88. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfInterval/index.js +53 -0
  89. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfMonth/index.js +49 -0
  90. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfYear/index.js +45 -0
  91. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachYearOfInterval/index.js +58 -0
  92. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfDay/index.js +34 -0
  93. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfDecade/index.js +39 -0
  94. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfHour/index.js +34 -0
  95. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfISOWeek/index.js +36 -0
  96. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfISOWeekYear/index.js +42 -0
  97. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfMinute/index.js +34 -0
  98. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfMonth/index.js +36 -0
  99. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfQuarter/index.js +37 -0
  100. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfSecond/index.js +34 -0
  101. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfToday/index.js +31 -0
  102. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfTomorrow/index.js +36 -0
  103. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfWeek/index.js +56 -0
  104. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfYear/index.js +36 -0
  105. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfYesterday/index.js +36 -0
  106. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/addLeadingZeros/index.js +8 -0
  107. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/assign/index.js +12 -0
  108. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/cloneObject/index.js +4 -0
  109. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/defaultLocale/index.js +2 -0
  110. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/defaultOptions/index.js +7 -0
  111. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/formatters/index.js +772 -0
  112. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/lightFormatters/index.js +80 -0
  113. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/longFormatters/index.js +80 -0
  114. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +16 -0
  115. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCDayOfYear/index.js +13 -0
  116. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCISOWeek/index.js +15 -0
  117. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCISOWeekYear/index.js +23 -0
  118. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCWeek/index.js +15 -0
  119. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCWeekYear/index.js +33 -0
  120. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/isSameUTCWeek/index.js +8 -0
  121. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/protectedTokens/index.js +19 -0
  122. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/requiredArgs/index.js +5 -0
  123. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/roundingMethods/index.js +13 -0
  124. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCDay/index.js +23 -0
  125. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCISODay/index.js +18 -0
  126. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCISOWeek/index.js +12 -0
  127. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCWeek/index.js +12 -0
  128. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCISOWeek/index.js +12 -0
  129. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCISOWeekYear/index.js +12 -0
  130. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCWeek/index.js +21 -0
  131. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCWeekYear/index.js +17 -0
  132. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/test/index.js +24 -0
  133. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/toInteger/index.js +10 -0
  134. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/add/index.js +70 -0
  135. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addBusinessDays/index.js +58 -0
  136. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addDays/index.js +35 -0
  137. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addHours/index.js +28 -0
  138. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addISOWeekYears/index.js +29 -0
  139. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMilliseconds/index.js +27 -0
  140. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMinutes/index.js +28 -0
  141. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMonths/index.js +61 -0
  142. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addQuarters/index.js +27 -0
  143. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addSeconds/index.js +26 -0
  144. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addWeeks/index.js +27 -0
  145. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addYears/index.js +26 -0
  146. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/areIntervalsOverlapping/index.js +73 -0
  147. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/clamp/index.js +35 -0
  148. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/closestIndexTo/index.js +61 -0
  149. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/closestTo/index.js +59 -0
  150. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/compareAsc/index.js +48 -0
  151. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/compareDesc/index.js +48 -0
  152. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/constants/index.js +183 -0
  153. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/daysToWeeks/index.js +30 -0
  154. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInBusinessDays/index.js +76 -0
  155. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarDays/index.js +47 -0
  156. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarISOWeekYears/index.js +29 -0
  157. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarISOWeeks/index.js +40 -0
  158. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarMonths/index.js +31 -0
  159. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarQuarters/index.js +32 -0
  160. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarWeeks/index.js +52 -0
  161. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarYears/index.js +29 -0
  162. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInDays/index.js +82 -0
  163. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInHours/index.js +32 -0
  164. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInISOWeekYears/index.js +44 -0
  165. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMilliseconds/index.js +28 -0
  166. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMinutes/index.js +40 -0
  167. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMonths/index.js +56 -0
  168. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInQuarters/index.js +28 -0
  169. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInSeconds/index.js +32 -0
  170. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInWeeks/index.js +49 -0
  171. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInYears/index.js +41 -0
  172. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachDayOfInterval/index.js +57 -0
  173. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachHourOfInterval/index.js +57 -0
  174. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachMinuteOfInterval/index.js +54 -0
  175. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachMonthOfInterval/index.js +53 -0
  176. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachQuarterOfInterval/index.js +52 -0
  177. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekOfInterval/index.js +67 -0
  178. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfInterval/index.js +45 -0
  179. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfMonth/index.js +41 -0
  180. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfYear/index.js +37 -0
  181. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachYearOfInterval/index.js +50 -0
  182. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfDay/index.js +26 -0
  183. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfDecade/index.js +31 -0
  184. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfHour/index.js +26 -0
  185. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfISOWeek/index.js +28 -0
  186. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfISOWeekYear/index.js +34 -0
  187. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfMinute/index.js +26 -0
  188. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfMonth/index.js +28 -0
  189. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfQuarter/index.js +29 -0
  190. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfSecond/index.js +26 -0
  191. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfToday/index.js +23 -0
  192. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfTomorrow/index.js +29 -0
  193. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfWeek/index.js +48 -0
  194. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfYear/index.js +28 -0
  195. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfYesterday/index.js +29 -0
  196. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/format/index.js +402 -0
  197. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistance/index.js +203 -0
  198. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceStrict/index.js +190 -0
  199. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceToNow/index.js +92 -0
  200. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceToNowStrict/index.js +80 -0
  201. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDuration/index.js +91 -0
  202. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISO/index.js +100 -0
  203. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISO9075/index.js +86 -0
  204. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISODuration/index.js +45 -0
  205. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRFC3339/index.js +76 -0
  206. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRFC7231/index.js +44 -0
  207. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRelative/index.js +93 -0
  208. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/_lib/convertToFP/index.js +12 -0
  209. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/add/index.js +4 -0
  210. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addBusinessDays/index.js +4 -0
  211. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addDays/index.js +4 -0
  212. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addHours/index.js +4 -0
  213. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addISOWeekYears/index.js +4 -0
  214. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMilliseconds/index.js +4 -0
  215. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMinutes/index.js +4 -0
  216. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMonths/index.js +4 -0
  217. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addQuarters/index.js +4 -0
  218. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addSeconds/index.js +4 -0
  219. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addWeeks/index.js +4 -0
  220. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addYears/index.js +4 -0
  221. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/areIntervalsOverlapping/index.js +4 -0
  222. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/areIntervalsOverlappingWithOptions/index.js +4 -0
  223. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/clamp/index.js +4 -0
  224. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/closestIndexTo/index.js +4 -0
  225. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/closestTo/index.js +4 -0
  226. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/compareAsc/index.js +4 -0
  227. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/compareDesc/index.js +4 -0
  228. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/daysToWeeks/index.js +4 -0
  229. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInBusinessDays/index.js +4 -0
  230. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarDays/index.js +4 -0
  231. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarISOWeekYears/index.js +4 -0
  232. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarISOWeeks/index.js +4 -0
  233. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarMonths/index.js +4 -0
  234. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarQuarters/index.js +4 -0
  235. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarWeeks/index.js +4 -0
  236. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarWeeksWithOptions/index.js +4 -0
  237. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarYears/index.js +4 -0
  238. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInDays/index.js +4 -0
  239. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInHours/index.js +4 -0
  240. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInHoursWithOptions/index.js +4 -0
  241. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInISOWeekYears/index.js +4 -0
  242. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMilliseconds/index.js +4 -0
  243. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMinutes/index.js +4 -0
  244. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMinutesWithOptions/index.js +4 -0
  245. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMonths/index.js +4 -0
  246. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInQuarters/index.js +4 -0
  247. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInQuartersWithOptions/index.js +4 -0
  248. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInSeconds/index.js +4 -0
  249. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInSecondsWithOptions/index.js +4 -0
  250. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInWeeks/index.js +4 -0
  251. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInWeeksWithOptions/index.js +4 -0
  252. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInYears/index.js +4 -0
  253. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachDayOfInterval/index.js +4 -0
  254. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachDayOfIntervalWithOptions/index.js +4 -0
  255. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachHourOfInterval/index.js +4 -0
  256. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachHourOfIntervalWithOptions/index.js +4 -0
  257. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachMinuteOfInterval/index.js +4 -0
  258. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachMinuteOfIntervalWithOptions/index.js +4 -0
  259. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/constants.js +48 -0
  260. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/AMPMMidnightParser.js +64 -0
  261. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/AMPMParser.js +64 -0
  262. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DateParser.js +64 -0
  263. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayOfYearParser.js +60 -0
  264. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayParser.js +88 -0
  265. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayPeriodParser.js +64 -0
  266. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/EraParser.js +62 -0
  267. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/ExtendedYearParser.js +40 -0
  268. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/FractionOfSecondParser.js +39 -0
  269. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour0To11Parser.js +56 -0
  270. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour0to23Parser.js +51 -0
  271. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour1To24Parser.js +52 -0
  272. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour1to12Parser.js +58 -0
  273. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/constants.js +55 -0
  274. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/AMPMMidnightParser.js +72 -0
  275. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/AMPMParser.js +72 -0
  276. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DateParser.js +72 -0
  277. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayOfYearParser.js +68 -0
  278. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayParser.js +97 -0
  279. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayPeriodParser.js +73 -0
  280. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/EraParser.js +70 -0
  281. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/ExtendedYearParser.js +48 -0
  282. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/FractionOfSecondParser.js +47 -0
  283. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour0To11Parser.js +64 -0
  284. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour0to23Parser.js +59 -0
  285. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour1To24Parser.js +60 -0
  286. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour1to12Parser.js +66 -0
  287. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/index.js +3 -0
  288. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/lib/detect-port.js +114 -0
  289. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/karma.conf.js +70 -0
  290. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/node.js +1 -0
  291. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/browser.js +185 -0
  292. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/debug.js +202 -0
  293. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/index.js +10 -0
  294. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/inspector-log.js +15 -0
  295. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/node.js +248 -0
  296. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/ms/index.js +152 -0
  297. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/bin/cli.js +211 -0
  298. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/ejs.js +1746 -0
  299. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/ejs.min.js +1 -0
  300. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/jakefile.js +88 -0
  301. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/lib/ejs.js +952 -0
  302. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/lib/utils.js +250 -0
  303. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/bin/escodegen.js +77 -0
  304. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/bin/esgenerate.js +64 -0
  305. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/escodegen.js +2667 -0
  306. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.debug.js +3234 -0
  307. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.js +3233 -0
  308. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.min.js +2 -0
  309. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/array-set.js +121 -0
  310. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/base64-vlq.js +140 -0
  311. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/base64.js +67 -0
  312. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/binary-search.js +111 -0
  313. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/mapping-list.js +79 -0
  314. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/quick-sort.js +114 -0
  315. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  316. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-map-generator.js +425 -0
  317. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-node.js +413 -0
  318. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/util.js +488 -0
  319. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/source-map.js +8 -0
  320. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/bin/eslint.js +173 -0
  321. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/config-schema.js +93 -0
  322. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/default-cli-options.js +32 -0
  323. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/globals.js +154 -0
  324. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/api.js +54 -0
  325. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/cli-engine.js +1078 -0
  326. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/file-enumerator.js +547 -0
  327. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/checkstyle.js +60 -0
  328. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/compact.js +60 -0
  329. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/html.js +351 -0
  330. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/jslint-xml.js +41 -0
  331. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/json-with-metadata.js +16 -0
  332. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/json.js +13 -0
  333. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/junit.js +82 -0
  334. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/stylish.js +101 -0
  335. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/tap.js +95 -0
  336. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/unix.js +58 -0
  337. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/visualstudio.js +63 -0
  338. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/hash.js +35 -0
  339. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/index.js +7 -0
  340. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/lint-result-cache.js +203 -0
  341. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/load-rules.js +46 -0
  342. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/xml-escape.js +34 -0
  343. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli.js +471 -0
  344. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/default-config.js +67 -0
  345. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-array.js +380 -0
  346. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-helpers.js +111 -0
  347. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-schema.js +598 -0
  348. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/rule-validator.js +158 -0
  349. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/eslint-helpers.js +932 -0
  350. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/eslint.js +707 -0
  351. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/flat-eslint.js +1159 -0
  352. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/index.js +9 -0
  353. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/apply-disable-directives.js +465 -0
  354. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-analyzer.js +852 -0
  355. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-segment.js +263 -0
  356. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-state.js +2348 -0
  357. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path.js +342 -0
  358. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/debug-helpers.js +203 -0
  359. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/fork-context.js +349 -0
  360. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/id-generator.js +45 -0
  361. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/config-comment-parser.js +185 -0
  362. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/index.js +13 -0
  363. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/interpolate.js +28 -0
  364. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/linter.js +2119 -0
  365. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/node-event-generator.js +354 -0
  366. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/report-translator.js +369 -0
  367. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/rule-fixer.js +140 -0
  368. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/rules.js +80 -0
  369. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/safe-emitter.js +52 -0
  370. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/source-code-fixer.js +152 -0
  371. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/timing.js +161 -0
  372. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/options.js +398 -0
  373. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/flat-rule-tester.js +1131 -0
  374. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/index.js +5 -0
  375. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/rule-tester.js +1206 -0
  376. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/accessor-pairs.js +346 -0
  377. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-bracket-newline.js +261 -0
  378. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-bracket-spacing.js +244 -0
  379. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-callback-return.js +446 -0
  380. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-element-newline.js +311 -0
  381. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-body-style.js +296 -0
  382. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-parens.js +186 -0
  383. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-spacing.js +164 -0
  384. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/block-scoped-var.js +135 -0
  385. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/block-spacing.js +174 -0
  386. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/brace-style.js +197 -0
  387. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/callback-return.js +187 -0
  388. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/camelcase.js +399 -0
  389. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/capitalized-comments.js +300 -0
  390. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/class-methods-use-this.js +187 -0
  391. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-dangle.js +373 -0
  392. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-spacing.js +192 -0
  393. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-style.js +314 -0
  394. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/complexity.js +165 -0
  395. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/computed-property-spacing.js +208 -0
  396. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/consistent-return.js +210 -0
  397. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/consistent-this.js +153 -0
  398. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/constructor-super.js +446 -0
  399. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/curly.js +486 -0
  400. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-case-last.js +44 -0
  401. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-case.js +97 -0
  402. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-param-last.js +62 -0
  403. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/dot-location.js +108 -0
  404. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/dot-notation.js +176 -0
  405. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/eol-last.js +115 -0
  406. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/eqeqeq.js +174 -0
  407. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/for-direction.js +140 -0
  408. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-call-spacing.js +233 -0
  409. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-name-matching.js +253 -0
  410. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-names.js +191 -0
  411. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-style.js +98 -0
  412. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/function-call-argument-newline.js +125 -0
  413. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/function-paren-newline.js +292 -0
  414. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/generator-star-spacing.js +209 -0
  415. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/getter-return.js +204 -0
  416. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/global-require.js +90 -0
  417. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/grouped-accessor-pairs.js +215 -0
  418. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/guard-for-in.js +76 -0
  419. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/handle-callback-err.js +101 -0
  420. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-blacklist.js +246 -0
  421. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-denylist.js +228 -0
  422. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-length.js +177 -0
  423. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-match.js +299 -0
  424. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/implicit-arrow-linebreak.js +84 -0
  425. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/indent-legacy.js +1126 -0
  426. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/indent.js +1803 -0
  427. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/index.js +306 -0
  428. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/init-declarations.js +139 -0
  429. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/jsx-quotes.js +98 -0
  430. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/key-spacing.js +687 -0
  431. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/keyword-spacing.js +640 -0
  432. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/line-comment-position.js +122 -0
  433. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/linebreak-style.js +108 -0
  434. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-around-comment.js +471 -0
  435. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-around-directive.js +201 -0
  436. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-between-class-members.js +269 -0
  437. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/logical-assignment-operators.js +504 -0
  438. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-classes-per-file.js +89 -0
  439. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-depth.js +156 -0
  440. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-len.js +440 -0
  441. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-lines-per-function.js +213 -0
  442. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-lines.js +193 -0
  443. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-nested-callbacks.js +117 -0
  444. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-params.js +102 -0
  445. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-statements-per-line.js +199 -0
  446. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-statements.js +184 -0
  447. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/multiline-comment-style.js +474 -0
  448. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/multiline-ternary.js +174 -0
  449. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/new-cap.js +276 -0
  450. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/new-parens.js +93 -0
  451. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-after-var.js +253 -0
  452. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-before-return.js +217 -0
  453. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-per-chained-call.js +126 -0
  454. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-alert.js +138 -0
  455. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-array-constructor.js +133 -0
  456. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-async-promise-executor.js +39 -0
  457. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-await-in-loop.js +106 -0
  458. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-bitwise.js +119 -0
  459. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-buffer-constructor.js +50 -0
  460. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-caller.js +46 -0
  461. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-case-declarations.js +64 -0
  462. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-catch-shadow.js +82 -0
  463. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-class-assign.js +63 -0
  464. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-compare-neg-zero.js +60 -0
  465. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-cond-assign.js +159 -0
  466. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-confusing-arrow.js +92 -0
  467. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-console.js +207 -0
  468. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-const-assign.js +56 -0
  469. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constant-binary-expression.js +509 -0
  470. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constant-condition.js +150 -0
  471. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constructor-return.js +62 -0
  472. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-continue.js +39 -0
  473. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-control-regex.js +138 -0
  474. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-debugger.js +43 -0
  475. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-delete-var.js +42 -0
  476. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-div-regex.js +53 -0
  477. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-args.js +82 -0
  478. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-class-members.js +104 -0
  479. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-else-if.js +122 -0
  480. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-keys.js +142 -0
  481. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-duplicate-case.js +71 -0
  482. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-duplicate-imports.js +290 -0
  483. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-else-return.js +405 -0
  484. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-character-class.js +76 -0
  485. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-function.js +167 -0
  486. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-pattern.js +78 -0
  487. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-static-block.js +47 -0
  488. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty.js +103 -0
  489. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-eq-null.js +46 -0
  490. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-eval.js +286 -0
  491. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-ex-assign.js +54 -0
  492. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extend-native.js +179 -0
  493. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-bind.js +213 -0
  494. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-boolean-cast.js +317 -0
  495. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-label.js +149 -0
  496. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-parens.js +1322 -0
  497. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-semi.js +147 -0
  498. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-fallthrough.js +196 -0
  499. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-floating-decimal.js +73 -0
  500. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-func-assign.js +78 -0
  501. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-global-assign.js +95 -0
  502. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implicit-coercion.js +380 -0
  503. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implicit-globals.js +146 -0
  504. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implied-eval.js +132 -0
  505. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-import-assign.js +241 -0
  506. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-inline-comments.js +110 -0
  507. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-inner-declarations.js +110 -0
  508. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-invalid-regexp.js +194 -0
  509. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-invalid-this.js +150 -0
  510. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-irregular-whitespace.js +276 -0
  511. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-iterator.js +52 -0
  512. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-label-var.js +80 -0
  513. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-labels.js +149 -0
  514. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-lone-blocks.js +136 -0
  515. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-lonely-if.js +88 -0
  516. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-loop-func.js +206 -0
  517. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-loss-of-precision.js +214 -0
  518. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-magic-numbers.js +243 -0
  519. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-misleading-character-class.js +300 -0
  520. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-operators.js +229 -0
  521. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-requires.js +238 -0
  522. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-spaces-and-tabs.js +116 -0
  523. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-assign.js +67 -0
  524. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-spaces.js +141 -0
  525. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-str.js +65 -0
  526. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multiple-empty-lines.js +154 -0
  527. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-native-reassign.js +98 -0
  528. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-negated-condition.js +95 -0
  529. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-negated-in-lhs.js +46 -0
  530. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-nested-ternary.js +44 -0
  531. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-func.js +87 -0
  532. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-native-nonconstructor.js +66 -0
  533. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-object.js +67 -0
  534. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-require.js +50 -0
  535. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-symbol.js +56 -0
  536. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-wrappers.js +60 -0
  537. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new.js +43 -0
  538. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-nonoctal-decimal-escape.js +148 -0
  539. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-obj-calls.js +86 -0
  540. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-object-constructor.js +117 -0
  541. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-octal-escape.js +56 -0
  542. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-octal.js +45 -0
  543. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-param-reassign.js +230 -0
  544. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-path-concat.js +64 -0
  545. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-plusplus.js +105 -0
  546. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-process-env.js +51 -0
  547. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-process-exit.js +47 -0
  548. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-promise-executor-return.js +263 -0
  549. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-proto.js +48 -0
  550. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-prototype-builtins.js +159 -0
  551. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-redeclare.js +174 -0
  552. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-regex-spaces.js +197 -0
  553. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-exports.js +193 -0
  554. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-globals.js +124 -0
  555. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-imports.js +410 -0
  556. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-modules.js +213 -0
  557. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-properties.js +168 -0
  558. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-syntax.js +70 -0
  559. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-return-assign.js +80 -0
  560. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-return-await.js +135 -0
  561. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-script-url.js +61 -0
  562. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-self-assign.js +183 -0
  563. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-self-compare.js +60 -0
  564. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sequences.js +138 -0
  565. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-setter-return.js +226 -0
  566. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-shadow-restricted-names.js +65 -0
  567. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-shadow.js +336 -0
  568. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-spaced-func.js +83 -0
  569. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sparse-arrays.js +50 -0
  570. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sync.js +64 -0
  571. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-tabs.js +81 -0
  572. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-template-curly-in-string.js +44 -0
  573. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-ternary.js +41 -0
  574. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-this-before-super.js +331 -0
  575. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-throw-literal.js +51 -0
  576. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-trailing-spaces.js +193 -0
  577. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undef-init.js +75 -0
  578. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undef.js +79 -0
  579. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undefined.js +86 -0
  580. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-underscore-dangle.js +335 -0
  581. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unexpected-multiline.js +120 -0
  582. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unmodified-loop-condition.js +360 -0
  583. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unneeded-ternary.js +166 -0
  584. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unreachable-loop.js +185 -0
  585. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unreachable.js +293 -0
  586. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-finally.js +111 -0
  587. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-negation.js +128 -0
  588. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-optional-chaining.js +205 -0
  589. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-expressions.js +186 -0
  590. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-labels.js +143 -0
  591. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-private-class-members.js +195 -0
  592. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-vars.js +718 -0
  593. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-use-before-define.js +348 -0
  594. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-backreference.js +194 -0
  595. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-call.js +90 -0
  596. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-catch.js +57 -0
  597. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-computed-key.js +168 -0
  598. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-concat.js +115 -0
  599. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-constructor.js +189 -0
  600. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-escape.js +333 -0
  601. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-rename.js +172 -0
  602. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-return.js +364 -0
  603. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-var.js +334 -0
  604. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-void.js +64 -0
  605. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-warning-comments.js +201 -0
  606. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-whitespace-before-property.js +116 -0
  607. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-with.js +39 -0
  608. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/nonblock-statement-body-position.js +127 -0
  609. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-curly-newline.js +324 -0
  610. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-curly-spacing.js +311 -0
  611. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-property-newline.js +102 -0
  612. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-shorthand.js +520 -0
  613. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/one-var-declaration-per-line.js +95 -0
  614. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/one-var.js +567 -0
  615. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/operator-assignment.js +209 -0
  616. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/operator-linebreak.js +253 -0
  617. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/padded-blocks.js +310 -0
  618. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/padding-line-between-statements.js +590 -0
  619. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-arrow-callback.js +381 -0
  620. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-const.js +501 -0
  621. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-destructuring.js +301 -0
  622. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-exponentiation-operator.js +191 -0
  623. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-named-capture-group.js +178 -0
  624. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-numeric-literals.js +148 -0
  625. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-object-has-own.js +114 -0
  626. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-object-spread.js +298 -0
  627. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-promise-reject-errors.js +132 -0
  628. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-reflect.js +127 -0
  629. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-regex-literals.js +507 -0
  630. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-rest-params.js +118 -0
  631. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-spread.js +87 -0
  632. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-template.js +275 -0
  633. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quote-props.js +310 -0
  634. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quotes.js +350 -0
  635. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/radix.js +198 -0
  636. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-atomic-updates.js +331 -0
  637. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-await.js +113 -0
  638. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-jsdoc.js +122 -0
  639. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-unicode-regexp.js +129 -0
  640. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-yield.js +77 -0
  641. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/rest-spread-spacing.js +123 -0
  642. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-spacing.js +248 -0
  643. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-style.js +158 -0
  644. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi.js +438 -0
  645. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-imports.js +241 -0
  646. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-keys.js +230 -0
  647. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-vars.js +104 -0
  648. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-blocks.js +204 -0
  649. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-function-paren.js +167 -0
  650. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-in-parens.js +285 -0
  651. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-infix-ops.js +198 -0
  652. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-unary-ops.js +324 -0
  653. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/spaced-comment.js +385 -0
  654. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/strict.js +277 -0
  655. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/switch-colon-spacing.js +132 -0
  656. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/symbol-description.js +73 -0
  657. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-curly-spacing.js +144 -0
  658. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-tag-spacing.js +93 -0
  659. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/unicode-bom.js +73 -0
  660. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/use-isnan.js +141 -0
  661. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/ast-utils.js +2282 -0
  662. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/fix-tracker.js +114 -0
  663. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/keywords.js +67 -0
  664. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/lazy-loading-rule-map.js +115 -0
  665. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/patterns/letters.js +36 -0
  666. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/regular-expressions.js +42 -0
  667. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/index.js +11 -0
  668. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-combining-character.js +13 -0
  669. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
  670. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
  671. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
  672. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-jsdoc.js +516 -0
  673. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-typeof.js +127 -0
  674. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/vars-on-top.js +157 -0
  675. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-iife.js +207 -0
  676. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-regex.js +61 -0
  677. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yield-star-spacing.js +130 -0
  678. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yoda.js +353 -0
  679. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ajv.js +34 -0
  680. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ast-utils.js +29 -0
  681. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/config-validator.js +347 -0
  682. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/deprecation-warnings.js +58 -0
  683. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/directives.js +15 -0
  684. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/logging.js +30 -0
  685. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/relative-module-resolver.js +50 -0
  686. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/runtime-info.js +167 -0
  687. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/severity.js +49 -0
  688. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/string-utils.js +60 -0
  689. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/traverser.js +195 -0
  690. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/types.js +216 -0
  691. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/index.js +5 -0
  692. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/source-code.js +1055 -0
  693. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
  694. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-cursor.js +58 -0
  695. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursor.js +76 -0
  696. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursors.js +90 -0
  697. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/decorative-cursor.js +39 -0
  698. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/filter-cursor.js +43 -0
  699. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
  700. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-cursor.js +63 -0
  701. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/index.js +627 -0
  702. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/limit-cursor.js +40 -0
  703. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/padded-token-cursor.js +38 -0
  704. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/skip-cursor.js +42 -0
  705. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/utils.js +107 -0
  706. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/unsupported-api.js +30 -0
  707. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/all-files-ignored.js +16 -0
  708. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-incompat.js +98 -0
  709. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-plugins.js +24 -0
  710. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/extend-config-missing.js +13 -0
  711. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/failed-to-read-json.js +11 -0
  712. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/file-not-found.js +10 -0
  713. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-options.js +17 -0
  714. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-severity.js +13 -0
  715. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/no-config-found.js +15 -0
  716. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-conflict.js +22 -0
  717. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-invalid.js +16 -0
  718. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-missing.js +19 -0
  719. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/print-config-with-directory-path.js +8 -0
  720. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/shared.js +18 -0
  721. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/whitespace-found.js +11 -0
  722. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/brace-expansion/index.js +201 -0
  723. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/minimatch/minimatch.js +947 -0
  724. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esparse.js +139 -0
  725. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esvalidate.js +236 -0
  726. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/dist/esprima.js +6709 -0
  727. package/dist/src/web/frontend/node_modules/.he-WANrIpvs/he.js +345 -0
  728. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/cli.js +315 -0
  729. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/index.js +27 -0
  730. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/argument.js +147 -0
  731. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/command.js +1944 -0
  732. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/error.js +45 -0
  733. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/help.js +396 -0
  734. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/option.js +208 -0
  735. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/suggestSimilar.js +100 -0
  736. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlminifier.js +1368 -0
  737. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlparser.js +581 -0
  738. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/tokenchain.js +71 -0
  739. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/utils.js +31 -0
  740. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/bin.js +30 -0
  741. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/index.js +67 -0
  742. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/fixtures/cli.js +7 -0
  743. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/index.js +24 -0
  744. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/cli.js +5 -0
  745. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/index.js +29 -0
  746. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/bin/cli.js +31 -0
  747. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/jakefile.js +112 -0
  748. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/api.js +409 -0
  749. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/jake.js +330 -0
  750. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/loader.js +174 -0
  751. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/namespace.js +115 -0
  752. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/package_task.js +406 -0
  753. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/parseargs.js +134 -0
  754. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/program.js +282 -0
  755. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/publish_task.js +290 -0
  756. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/rule.js +311 -0
  757. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/directory_task.js +30 -0
  758. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/file_task.js +126 -0
  759. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/index.js +9 -0
  760. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/task.js +458 -0
  761. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/test_task.js +270 -0
  762. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/file.js +286 -0
  763. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/index.js +297 -0
  764. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/logger.js +24 -0
  765. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/concurrent.js +45 -0
  766. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file.js +228 -0
  767. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file_task.js +141 -0
  768. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/helpers.js +80 -0
  769. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakefile.js +352 -0
  770. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/concurrent.jake.js +113 -0
  771. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/publish.jake.js +49 -0
  772. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/required_module.jake.js +10 -0
  773. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/rule.jake.js +222 -0
  774. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/list_tasks.js +15 -0
  775. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/publish_task.js +27 -0
  776. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/rule.js +217 -0
  777. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/selfdep.js +42 -0
  778. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/task_base.js +167 -0
  779. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/jakefile.js +36 -0
  780. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/namespace.js +77 -0
  781. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/parseargs.js +169 -0
  782. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/bin/jest.js +13 -0
  783. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/build/jest.js +61 -0
  784. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/bin/jest.js +17 -0
  785. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/args.js +710 -0
  786. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/index.js +265 -0
  787. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/index.js +13 -0
  788. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/errors.js +35 -0
  789. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/generateConfigFile.js +104 -0
  790. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/index.js +246 -0
  791. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/modifyPackageJson.js +28 -0
  792. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/questions.js +76 -0
  793. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/types.js +1 -0
  794. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Circus.js +1 -0
  795. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Config.js +1 -0
  796. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Global.js +1 -0
  797. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/TestResult.js +1 -0
  798. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Transform.js +1 -0
  799. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/index.js +1 -0
  800. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/index.js +287 -0
  801. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/string-utils.js +27 -0
  802. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/index.js +6 -0
  803. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/text.js +6 -0
  804. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/index.js +6 -0
  805. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/text.js +6 -0
  806. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/is-fullwidth-code-point/index.js +50 -0
  807. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/ErrorWithStack.js +33 -0
  808. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/clearLine.js +18 -0
  809. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
  810. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createDirectory.js +76 -0
  811. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createProcessObject.js +126 -0
  812. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
  813. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/formatTime.js +24 -0
  814. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/globsToMatcher.js +108 -0
  815. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/index.js +209 -0
  816. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/installCommonGlobals.js +123 -0
  817. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/interopRequireDefault.js +22 -0
  818. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isInteractive.js +27 -0
  819. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isPromise.js +20 -0
  820. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/pluralize.js +16 -0
  821. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/preRunMessage.js +48 -0
  822. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
  823. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/requireOrImportModule.js +91 -0
  824. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/setGlobal.js +17 -0
  825. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/specialChars.js +25 -0
  826. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
  827. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/tryRealpath.js +34 -0
  828. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/string-width/index.js +47 -0
  829. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/wrap-ansi/index.js +216 -0
  830. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/argsert.js +62 -0
  831. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/command.js +382 -0
  832. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion-templates.js +47 -0
  833. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion.js +128 -0
  834. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/middleware.js +53 -0
  835. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/parse-command.js +32 -0
  836. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  837. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  838. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/usage.js +548 -0
  839. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  840. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  841. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
  842. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  843. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  844. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  845. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  846. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/validation.js +308 -0
  847. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
  848. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yerror.js +7 -0
  849. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/helpers/index.js +14 -0
  850. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/browser.js +29 -0
  851. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/index.js +59 -0
  852. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  853. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  854. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  855. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
  856. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/bin/jiti.js +16 -0
  857. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/babel.js +227 -0
  858. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/jiti.js +1 -0
  859. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/lib/index.js +15 -0
  860. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/register.js +3 -0
  861. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/bin/js-yaml.js +126 -0
  862. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.js +3874 -0
  863. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.min.js +2 -0
  864. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/index.js +47 -0
  865. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/common.js +59 -0
  866. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/dumper.js +965 -0
  867. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/exception.js +55 -0
  868. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/loader.js +1727 -0
  869. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/core.js +11 -0
  870. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/default.js +22 -0
  871. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/failsafe.js +17 -0
  872. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/json.js +19 -0
  873. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema.js +121 -0
  874. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/snippet.js +101 -0
  875. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/binary.js +125 -0
  876. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/bool.js +35 -0
  877. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/float.js +97 -0
  878. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/int.js +156 -0
  879. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/map.js +8 -0
  880. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/merge.js +12 -0
  881. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/null.js +35 -0
  882. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/omap.js +44 -0
  883. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/pairs.js +53 -0
  884. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/seq.js +8 -0
  885. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/set.js +29 -0
  886. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/str.js +8 -0
  887. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/timestamp.js +88 -0
  888. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type.js +66 -0
  889. package/dist/src/web/frontend/node_modules/.jsesc-HO7WBVtD/jsesc.js +337 -0
  890. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.js +1737 -0
  891. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.min.js +1 -0
  892. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/cli.js +152 -0
  893. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/index.js +9 -0
  894. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/parse.js +1114 -0
  895. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/register.js +13 -0
  896. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/require.js +4 -0
  897. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/stringify.js +261 -0
  898. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/unicode.js +4 -0
  899. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/util.js +35 -0
  900. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/bin/lint-staged.js +164 -0
  901. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/chunkFiles.js +54 -0
  902. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/configFiles.js +30 -0
  903. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/dynamicImport.js +3 -0
  904. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/execGit.js +28 -0
  905. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/figures.js +8 -0
  906. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/file.js +53 -0
  907. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/generateTasks.js +52 -0
  908. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getDiffCommand.js +19 -0
  909. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getRenderer.js +64 -0
  910. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getStagedFiles.js +56 -0
  911. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/gitWorkflow.js +359 -0
  912. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/groupFilesByConfig.js +55 -0
  913. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/index.js +160 -0
  914. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/loadConfig.js +127 -0
  915. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/makeCmdTasks.js +52 -0
  916. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/messages.js +98 -0
  917. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/normalizePath.js +50 -0
  918. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/parseGitZOutput.js +11 -0
  919. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/printTaskOutput.js +12 -0
  920. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/readStdin.js +19 -0
  921. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveConfig.js +15 -0
  922. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveGitRepo.js +66 -0
  923. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveTaskFn.js +185 -0
  924. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/runAll.js +344 -0
  925. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/searchConfigs.js +131 -0
  926. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/state.js +72 -0
  927. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/symbols.js +27 -0
  928. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateBraces.js +91 -0
  929. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateConfig.js +121 -0
  930. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateOptions.js +47 -0
  931. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/version.js +6 -0
  932. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/index.js +225 -0
  933. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/utilities.js +33 -0
  934. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  935. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
  936. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
  937. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
  938. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
  939. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-node.js +102 -0
  940. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
  941. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/composer.js +217 -0
  942. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
  943. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
  944. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
  945. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  946. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
  947. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
  948. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
  949. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  950. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
  951. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  952. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
  953. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/Document.js +335 -0
  954. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
  955. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
  956. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
  957. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/directives.js +176 -0
  958. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/errors.js +57 -0
  959. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/index.js +17 -0
  960. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/log.js +11 -0
  961. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Alias.js +114 -0
  962. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
  963. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
  964. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  965. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
  966. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
  967. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
  968. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
  969. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
  970. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
  971. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
  972. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  973. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  974. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  975. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
  976. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  977. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/parser.js +967 -0
  978. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/public-api.js +102 -0
  979. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
  980. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
  981. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
  982. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
  983. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  984. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  985. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  986. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  987. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  988. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  989. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/tags.js +96 -0
  990. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
  991. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  992. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  993. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  994. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
  995. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
  996. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  997. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
  998. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
  999. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  1000. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
  1001. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringify.js +128 -0
  1002. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +143 -0
  1003. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
  1004. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
  1005. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
  1006. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
  1007. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
  1008. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/util.js +11 -0
  1009. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/visit.js +233 -0
  1010. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/index.js +5 -0
  1011. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  1012. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  1013. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-node.js +105 -0
  1014. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  1015. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/composer.js +222 -0
  1016. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  1017. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  1018. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  1019. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  1020. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  1021. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  1022. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  1023. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  1024. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  1025. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  1026. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  1027. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/Document.js +337 -0
  1028. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/anchors.js +76 -0
  1029. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  1030. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/createNode.js +90 -0
  1031. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/directives.js +178 -0
  1032. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/errors.js +62 -0
  1033. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/index.js +50 -0
  1034. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/log.js +19 -0
  1035. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Alias.js +116 -0
  1036. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Collection.js +151 -0
  1037. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Node.js +40 -0
  1038. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Pair.js +39 -0
  1039. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  1040. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  1041. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  1042. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  1043. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/identity.js +53 -0
  1044. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/toJS.js +39 -0
  1045. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  1046. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  1047. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  1048. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst.js +112 -0
  1049. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/lexer.js +719 -0
  1050. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/line-counter.js +41 -0
  1051. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/parser.js +972 -0
  1052. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/public-api.js +107 -0
  1053. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/Schema.js +39 -0
  1054. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/map.js +19 -0
  1055. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/null.js +17 -0
  1056. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/seq.js +19 -0
  1057. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/string.js +16 -0
  1058. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/bool.js +21 -0
  1059. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/float.js +47 -0
  1060. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/int.js +42 -0
  1061. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/schema.js +25 -0
  1062. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/json/schema.js +64 -0
  1063. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/tags.js +99 -0
  1064. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  1065. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  1066. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  1067. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  1068. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
  1069. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  1070. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  1071. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  1072. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  1073. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  1074. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  1075. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringify.js +131 -0
  1076. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
  1077. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  1078. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  1079. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  1080. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  1081. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  1082. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/test-events.js +134 -0
  1083. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/util.js +28 -0
  1084. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/visit.js +236 -0
  1085. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/util.js +2 -0
  1086. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/cli.js +16 -0
  1087. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/custom.js +4 -0
  1088. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/index.js +3 -0
  1089. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/loose-envify.js +36 -0
  1090. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/replace.js +65 -0
  1091. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/bin/bin.js +13 -0
  1092. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/base64-string.js +285 -0
  1093. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.js +506 -0
  1094. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.min.js +1 -0
  1095. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/reference/lz-string-1.0.2.js +204 -0
  1096. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine-html.js +681 -0
  1097. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine.js +2600 -0
  1098. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lz-string-spec.js +226 -0
  1099. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/cli.js +8 -0
  1100. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/mime.js +108 -0
  1101. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/build.js +53 -0
  1102. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/test.js +60 -0
  1103. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/bin/cmd.js +33 -0
  1104. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/index.js +102 -0
  1105. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/abap/abap.js +1342 -0
  1106. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/apex/apex.js +347 -0
  1107. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/azcli/azcli.js +102 -0
  1108. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bat/bat.js +123 -0
  1109. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bicep/bicep.js +143 -0
  1110. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cameligo/cameligo.js +196 -0
  1111. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/clojure/clojure.js +782 -0
  1112. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/coffee/coffee.js +256 -0
  1113. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cpp/cpp.js +418 -0
  1114. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csharp/csharp.js +348 -0
  1115. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csp/csp.js +85 -0
  1116. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/css/css.js +212 -0
  1117. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cypher/cypher.js +290 -0
  1118. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dart/dart.js +298 -0
  1119. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dockerfile/dockerfile.js +160 -0
  1120. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/ecl/ecl.js +482 -0
  1121. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/elixir/elixir.js +517 -0
  1122. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/flow9/flow9.js +169 -0
  1123. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.js +175099 -0
  1124. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.de.js +2023 -0
  1125. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.es.js +2023 -0
  1126. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.fr.js +2023 -0
  1127. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.it.js +2023 -0
  1128. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ja.js +2023 -0
  1129. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.js +2026 -0
  1130. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ko.js +2023 -0
  1131. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ru.js +2023 -0
  1132. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-cn.js +2023 -0
  1133. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-tw.js +2023 -0
  1134. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssMode.js +2069 -0
  1135. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssWorker.js +36893 -0
  1136. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/browser.js +132 -0
  1137. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/canIUse.js +32 -0
  1138. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/contextmenu.js +5 -0
  1139. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/defaultWorkerFactory.js +128 -0
  1140. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dnd.js +26 -0
  1141. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dom.js +1405 -0
  1142. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dompurify/dompurify.js +1640 -0
  1143. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/event.js +20 -0
  1144. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/fastDomNode.js +250 -0
  1145. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/formattedTextRenderer.js +167 -0
  1146. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionViewItems.js +372 -0
  1147. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionbar.js +421 -0
  1148. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/aria/aria.js +81 -0
  1149. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.js +1 -0
  1150. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/button/button.js +190 -0
  1151. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/codicons/codiconStyles.js +6 -0
  1152. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/contextview/contextview.js +299 -0
  1153. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/countBadge/countBadge.js +36 -0
  1154. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dialog/dialog.js +1 -0
  1155. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdown.js +139 -0
  1156. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js +106 -0
  1157. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInput.js +295 -0
  1158. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInputToggles.js +46 -0
  1159. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/scrollbar/abstractScrollbar.js +207 -0
  1160. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/abstractTree.js +1644 -0
  1161. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/asyncDataTree.js +845 -0
  1162. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/compressedObjectTreeModel.js +365 -0
  1163. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/dataTree.js +17 -0
  1164. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/actions.js +175 -0
  1165. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arrays.js +470 -0
  1166. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arraysFind.js +175 -0
  1167. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/assert.js +51 -0
  1168. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/async.js +832 -0
  1169. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/buffer.js +68 -0
  1170. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cache.js +40 -0
  1171. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cancellation.js +109 -0
  1172. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/charCode.js +5 -0
  1173. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/codicons.js +591 -0
  1174. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/collections.js +35 -0
  1175. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/color.js +462 -0
  1176. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/comparers.js +83 -0
  1177. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/dataTransfer.js +129 -0
  1178. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/decorators.js +30 -0
  1179. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diff.js +899 -0
  1180. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diffChange.js +32 -0
  1181. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errorMessage.js +68 -0
  1182. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errors.js +150 -0
  1183. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/event.js +1185 -0
  1184. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/extpath.js +144 -0
  1185. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/filters.js +768 -0
  1186. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/autorun.js +185 -0
  1187. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/base.js +326 -0
  1188. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/derived.js +276 -0
  1189. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/_.contribution.js +82 -0
  1190. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.contribution.js +23 -0
  1191. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.js +1317 -0
  1192. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.contribution.js +24 -0
  1193. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.js +322 -0
  1194. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.contribution.js +23 -0
  1195. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.js +77 -0
  1196. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.contribution.js +23 -0
  1197. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.js +98 -0
  1198. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.contribution.js +23 -0
  1199. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.js +118 -0
  1200. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.contribution.js +23 -0
  1201. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.js +171 -0
  1202. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.contribution.js +23 -0
  1203. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.js +757 -0
  1204. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.contribution.js +24 -0
  1205. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.js +231 -0
  1206. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.contribution.js +37 -0
  1207. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.js +393 -0
  1208. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.contribution.js +23 -0
  1209. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.js +323 -0
  1210. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.contribution.js +23 -0
  1211. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.js +60 -0
  1212. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.contribution.js +24 -0
  1213. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.js +187 -0
  1214. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.contribution.js +23 -0
  1215. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.js +265 -0
  1216. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.contribution.js +24 -0
  1217. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.js +273 -0
  1218. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.contribution.js +24 -0
  1219. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.js +135 -0
  1220. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.contribution.js +23 -0
  1221. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.js +457 -0
  1222. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.contribution.js +23 -0
  1223. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.js +492 -0
  1224. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.contribution.js +23 -0
  1225. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.js +144 -0
  1226. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/freemarker2/freemarker2.contribution.js +101 -0
  1227. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/charWidthReader.js +102 -0
  1228. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/domFontInfo.js +25 -0
  1229. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/editorConfiguration.js +280 -0
  1230. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/elementSizeObserver.js +99 -0
  1231. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/fontMeasurements.js +191 -0
  1232. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/coreCommands.js +1727 -0
  1233. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/dnd.js +76 -0
  1234. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorBrowser.js +50 -0
  1235. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorDom.js +282 -0
  1236. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorExtensions.js +461 -0
  1237. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/abstractCodeEditorService.js +127 -0
  1238. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/bulkEditService.js +73 -0
  1239. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/codeEditorService.js +6 -0
  1240. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/editorWorkerService.js +454 -0
  1241. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/domLineBreaksComputer.js +299 -0
  1242. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/dynamicViewOverlay.js +7 -0
  1243. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js +95 -0
  1244. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/contentWidgets/contentWidgets.js +462 -0
  1245. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js +176 -0
  1246. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/decorations/decorations.js +200 -0
  1247. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js +142 -0
  1248. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/lines/domReadingContext.js +41 -0
  1249. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.js +396 -0
  1250. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorContributions.js +130 -0
  1251. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorWidget.js +1734 -0
  1252. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/accessibleDiffViewer.js +531 -0
  1253. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/colors.js +9 -0
  1254. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/decorations.js +65 -0
  1255. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/delegatingEditorImpl.js +108 -0
  1256. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +274 -0
  1257. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorDecorations.js +225 -0
  1258. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorEditors.js +164 -0
  1259. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorOptions.js +91 -0
  1260. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorSash.js +69 -0
  1261. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js +522 -0
  1262. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js +493 -0
  1263. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js +30 -0
  1264. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/embeddedCodeEditorWidget.js +57 -0
  1265. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/colors.js +7 -0
  1266. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/diffEditorItemTemplate.js +213 -0
  1267. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/diffEditor.js +34 -0
  1268. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfiguration.js +5 -0
  1269. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfigurationSchema.js +284 -0
  1270. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorOptions.js +2999 -0
  1271. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorZoom.js +23 -0
  1272. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/fontInfo.js +153 -0
  1273. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/characterClassifier.js +56 -0
  1274. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/cursorColumns.js +109 -0
  1275. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/dimension.js +5 -0
  1276. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editOperation.js +33 -0
  1277. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editorColorRegistry.js +85 -0
  1278. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/eolCounter.js +42 -0
  1279. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursor.js +877 -0
  1280. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorAtomicMoveOperations.js +142 -0
  1281. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorCollection.js +191 -0
  1282. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorColumnSelection.js +90 -0
  1283. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorContext.js +13 -0
  1284. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorDeleteOperations.js +215 -0
  1285. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveCommands.js +651 -0
  1286. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveOperations.js +287 -0
  1287. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorTypeOperations.js +973 -0
  1288. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorWordOperations.js +686 -0
  1289. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorCommon.js +239 -0
  1290. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorEvents.js +5 -0
  1291. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js +118 -0
  1292. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js +98 -0
  1293. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js +246 -0
  1294. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js +220 -0
  1295. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/documentDiffProvider.js +5 -0
  1296. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorAction.js +24 -0
  1297. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorCommon.js +11 -0
  1298. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorContextKeys.js +76 -0
  1299. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorFeatures.js +15 -0
  1300. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorTheme.js +21 -0
  1301. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/encodedTokenAttributes.js +77 -0
  1302. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/autoIndent.js +374 -0
  1303. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js +135 -0
  1304. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/enterAction.js +63 -0
  1305. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/characterPair.js +37 -0
  1306. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/electricCharacter.js +52 -0
  1307. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl.js +724 -0
  1308. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast.js +482 -0
  1309. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper.js +107 -0
  1310. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.js +343 -0
  1311. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets.js +105 -0
  1312. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos.js +121 -0
  1313. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/concat23Trees.js +189 -0
  1314. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider.js +94 -0
  1315. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.js +66 -0
  1316. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/decorationProvider.js +1 -0
  1317. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/editStack.js +359 -0
  1318. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/fixedArray.js +67 -0
  1319. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorBaseApi.js +40 -0
  1320. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorSimpleWorker.js +523 -0
  1321. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorker.js +6 -0
  1322. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorkerHost.js +5 -0
  1323. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokens.js +30 -0
  1324. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokensBuilder.js +20 -0
  1325. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensEditing.js +125 -0
  1326. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensStore.js +204 -0
  1327. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +164 -0
  1328. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +351 -0
  1329. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +49 -0
  1330. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/clipboard/browser/clipboard.js +236 -0
  1331. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeAction.js +284 -0
  1332. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +229 -0
  1333. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +43 -0
  1334. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +315 -0
  1335. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.js +86 -0
  1336. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +64 -0
  1337. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionModel.js +271 -0
  1338. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codeLensCache.js +112 -0
  1339. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelens.js +104 -0
  1340. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensController.js +472 -0
  1341. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensWidget.js +262 -0
  1342. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/color.js +112 -0
  1343. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorContributions.js +51 -0
  1344. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorDetector.js +242 -0
  1345. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.js +244 -0
  1346. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.js +71 -0
  1347. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.js +353 -0
  1348. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js +54 -0
  1349. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/blockCommentCommand.js +146 -0
  1350. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/comment.js +146 -0
  1351. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +345 -0
  1352. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +134 -0
  1353. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dnd.js +195 -0
  1354. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.js +62 -0
  1355. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.js +23 -0
  1356. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +57 -0
  1357. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +401 -0
  1358. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +181 -0
  1359. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js +44 -0
  1360. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +157 -0
  1361. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.js +71 -0
  1362. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/editorState/browser/editorState.js +112 -0
  1363. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findController.js +990 -0
  1364. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findDecorations.js +296 -0
  1365. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findModel.js +488 -0
  1366. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findOptionsWidget.js +138 -0
  1367. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findState.js +243 -0
  1368. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findWidget.js +1177 -0
  1369. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/folding.js +1093 -0
  1370. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +133 -0
  1371. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingModel.js +538 -0
  1372. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingRanges.js +351 -0
  1373. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +49 -0
  1374. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/format.js +360 -0
  1375. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formatActions.js +263 -0
  1376. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formattingEdit.js +54 -0
  1377. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js +149 -0
  1378. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/hover/browser/contentHover.js +874 -0
  1379. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commandIds.js +7 -0
  1380. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commands.js +199 -0
  1381. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js +70 -0
  1382. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js +26 -0
  1383. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +153 -0
  1384. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +33 -0
  1385. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js +354 -0
  1386. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.js +146 -0
  1387. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/suggest/browser/completionModel.js +224 -0
  1388. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +119 -0
  1389. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/edcore.main.js +14 -0
  1390. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.all.js +63 -0
  1391. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.api.js +55 -0
  1392. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.main.js +7 -0
  1393. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.worker.js +25 -0
  1394. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/standalone/browser/colorizer.js +118 -0
  1395. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/css.worker.js +36869 -0
  1396. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/cssMode.js +2035 -0
  1397. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/browser/accessibilityService.js +88 -0
  1398. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/common/accessibility.js +9 -0
  1399. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/action.js +7 -0
  1400. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/actionCommonCategories.js +13 -0
  1401. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionList.js +276 -0
  1402. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionWidget.js +248 -0
  1403. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/common/actionWidget.js +5 -0
  1404. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actions/common/actions.js +409 -0
  1405. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/audioCues/browser/audioCueService.js +176 -0
  1406. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/browser/clipboardService.js +0 -0
  1407. package/package.json +3 -2
@@ -0,0 +1,2600 @@
1
+ var isCommonJS = typeof window == "undefined" && typeof exports == "object";
2
+
3
+ /**
4
+ * Top level namespace for Jasmine, a lightweight JavaScript BDD/spec/testing framework.
5
+ *
6
+ * @namespace
7
+ */
8
+ var jasmine = {};
9
+ if (isCommonJS) exports.jasmine = jasmine;
10
+ /**
11
+ * @private
12
+ */
13
+ jasmine.unimplementedMethod_ = function() {
14
+ throw new Error("unimplemented method");
15
+ };
16
+
17
+ /**
18
+ * Use <code>jasmine.undefined</code> instead of <code>undefined</code>, since <code>undefined</code> is just
19
+ * a plain old variable and may be redefined by somebody else.
20
+ *
21
+ * @private
22
+ */
23
+ jasmine.undefined = jasmine.___undefined___;
24
+
25
+ /**
26
+ * Show diagnostic messages in the console if set to true
27
+ *
28
+ */
29
+ jasmine.VERBOSE = false;
30
+
31
+ /**
32
+ * Default interval in milliseconds for event loop yields (e.g. to allow network activity or to refresh the screen with the HTML-based runner). Small values here may result in slow test running. Zero means no updates until all tests have completed.
33
+ *
34
+ */
35
+ jasmine.DEFAULT_UPDATE_INTERVAL = 250;
36
+
37
+ /**
38
+ * Maximum levels of nesting that will be included when an object is pretty-printed
39
+ */
40
+ jasmine.MAX_PRETTY_PRINT_DEPTH = 40;
41
+
42
+ /**
43
+ * Default timeout interval in milliseconds for waitsFor() blocks.
44
+ */
45
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000;
46
+
47
+ /**
48
+ * By default exceptions thrown in the context of a test are caught by jasmine so that it can run the remaining tests in the suite.
49
+ * Set to false to let the exception bubble up in the browser.
50
+ *
51
+ */
52
+ jasmine.CATCH_EXCEPTIONS = true;
53
+
54
+ jasmine.getGlobal = function() {
55
+ function getGlobal() {
56
+ return this;
57
+ }
58
+
59
+ return getGlobal();
60
+ };
61
+
62
+ /**
63
+ * Allows for bound functions to be compared. Internal use only.
64
+ *
65
+ * @ignore
66
+ * @private
67
+ * @param base {Object} bound 'this' for the function
68
+ * @param name {Function} function to find
69
+ */
70
+ jasmine.bindOriginal_ = function(base, name) {
71
+ var original = base[name];
72
+ if (original.apply) {
73
+ return function() {
74
+ return original.apply(base, arguments);
75
+ };
76
+ } else {
77
+ // IE support
78
+ return jasmine.getGlobal()[name];
79
+ }
80
+ };
81
+
82
+ jasmine.setTimeout = jasmine.bindOriginal_(jasmine.getGlobal(), 'setTimeout');
83
+ jasmine.clearTimeout = jasmine.bindOriginal_(jasmine.getGlobal(), 'clearTimeout');
84
+ jasmine.setInterval = jasmine.bindOriginal_(jasmine.getGlobal(), 'setInterval');
85
+ jasmine.clearInterval = jasmine.bindOriginal_(jasmine.getGlobal(), 'clearInterval');
86
+
87
+ jasmine.MessageResult = function(values) {
88
+ this.type = 'log';
89
+ this.values = values;
90
+ this.trace = new Error(); // todo: test better
91
+ };
92
+
93
+ jasmine.MessageResult.prototype.toString = function() {
94
+ var text = "";
95
+ for (var i = 0; i < this.values.length; i++) {
96
+ if (i > 0) text += " ";
97
+ if (jasmine.isString_(this.values[i])) {
98
+ text += this.values[i];
99
+ } else {
100
+ text += jasmine.pp(this.values[i]);
101
+ }
102
+ }
103
+ return text;
104
+ };
105
+
106
+ jasmine.ExpectationResult = function(params) {
107
+ this.type = 'expect';
108
+ this.matcherName = params.matcherName;
109
+ this.passed_ = params.passed;
110
+ this.expected = params.expected;
111
+ this.actual = params.actual;
112
+ this.message = this.passed_ ? 'Passed.' : params.message;
113
+
114
+ var trace = (params.trace || new Error(this.message));
115
+ this.trace = this.passed_ ? '' : trace;
116
+ };
117
+
118
+ jasmine.ExpectationResult.prototype.toString = function () {
119
+ return this.message;
120
+ };
121
+
122
+ jasmine.ExpectationResult.prototype.passed = function () {
123
+ return this.passed_;
124
+ };
125
+
126
+ /**
127
+ * Getter for the Jasmine environment. Ensures one gets created
128
+ */
129
+ jasmine.getEnv = function() {
130
+ var env = jasmine.currentEnv_ = jasmine.currentEnv_ || new jasmine.Env();
131
+ return env;
132
+ };
133
+
134
+ /**
135
+ * @ignore
136
+ * @private
137
+ * @param value
138
+ * @returns {Boolean}
139
+ */
140
+ jasmine.isArray_ = function(value) {
141
+ return jasmine.isA_("Array", value);
142
+ };
143
+
144
+ /**
145
+ * @ignore
146
+ * @private
147
+ * @param value
148
+ * @returns {Boolean}
149
+ */
150
+ jasmine.isString_ = function(value) {
151
+ return jasmine.isA_("String", value);
152
+ };
153
+
154
+ /**
155
+ * @ignore
156
+ * @private
157
+ * @param value
158
+ * @returns {Boolean}
159
+ */
160
+ jasmine.isNumber_ = function(value) {
161
+ return jasmine.isA_("Number", value);
162
+ };
163
+
164
+ /**
165
+ * @ignore
166
+ * @private
167
+ * @param {String} typeName
168
+ * @param value
169
+ * @returns {Boolean}
170
+ */
171
+ jasmine.isA_ = function(typeName, value) {
172
+ return Object.prototype.toString.apply(value) === '[object ' + typeName + ']';
173
+ };
174
+
175
+ /**
176
+ * Pretty printer for expecations. Takes any object and turns it into a human-readable string.
177
+ *
178
+ * @param value {Object} an object to be outputted
179
+ * @returns {String}
180
+ */
181
+ jasmine.pp = function(value) {
182
+ var stringPrettyPrinter = new jasmine.StringPrettyPrinter();
183
+ stringPrettyPrinter.format(value);
184
+ return stringPrettyPrinter.string;
185
+ };
186
+
187
+ /**
188
+ * Returns true if the object is a DOM Node.
189
+ *
190
+ * @param {Object} obj object to check
191
+ * @returns {Boolean}
192
+ */
193
+ jasmine.isDomNode = function(obj) {
194
+ return obj.nodeType > 0;
195
+ };
196
+
197
+ /**
198
+ * Returns a matchable 'generic' object of the class type. For use in expecations of type when values don't matter.
199
+ *
200
+ * @example
201
+ * // don't care about which function is passed in, as long as it's a function
202
+ * expect(mySpy).toHaveBeenCalledWith(jasmine.any(Function));
203
+ *
204
+ * @param {Class} clazz
205
+ * @returns matchable object of the type clazz
206
+ */
207
+ jasmine.any = function(clazz) {
208
+ return new jasmine.Matchers.Any(clazz);
209
+ };
210
+
211
+ /**
212
+ * Returns a matchable subset of a JSON object. For use in expectations when you don't care about all of the
213
+ * attributes on the object.
214
+ *
215
+ * @example
216
+ * // don't care about any other attributes than foo.
217
+ * expect(mySpy).toHaveBeenCalledWith(jasmine.objectContaining({foo: "bar"});
218
+ *
219
+ * @param sample {Object} sample
220
+ * @returns matchable object for the sample
221
+ */
222
+ jasmine.objectContaining = function (sample) {
223
+ return new jasmine.Matchers.ObjectContaining(sample);
224
+ };
225
+
226
+ /**
227
+ * Jasmine Spies are test doubles that can act as stubs, spies, fakes or when used in an expecation, mocks.
228
+ *
229
+ * Spies should be created in test setup, before expectations. They can then be checked, using the standard Jasmine
230
+ * expectation syntax. Spies can be checked if they were called or not and what the calling params were.
231
+ *
232
+ * A Spy has the following fields: wasCalled, callCount, mostRecentCall, and argsForCall (see docs).
233
+ *
234
+ * Spies are torn down at the end of every spec.
235
+ *
236
+ * Note: Do <b>not</b> call new jasmine.Spy() directly - a spy must be created using spyOn, jasmine.createSpy or jasmine.createSpyObj.
237
+ *
238
+ * @example
239
+ * // a stub
240
+ * var myStub = jasmine.createSpy('myStub'); // can be used anywhere
241
+ *
242
+ * // spy example
243
+ * var foo = {
244
+ * not: function(bool) { return !bool; }
245
+ * }
246
+ *
247
+ * // actual foo.not will not be called, execution stops
248
+ * spyOn(foo, 'not');
249
+
250
+ // foo.not spied upon, execution will continue to implementation
251
+ * spyOn(foo, 'not').andCallThrough();
252
+ *
253
+ * // fake example
254
+ * var foo = {
255
+ * not: function(bool) { return !bool; }
256
+ * }
257
+ *
258
+ * // foo.not(val) will return val
259
+ * spyOn(foo, 'not').andCallFake(function(value) {return value;});
260
+ *
261
+ * // mock example
262
+ * foo.not(7 == 7);
263
+ * expect(foo.not).toHaveBeenCalled();
264
+ * expect(foo.not).toHaveBeenCalledWith(true);
265
+ *
266
+ * @constructor
267
+ * @see spyOn, jasmine.createSpy, jasmine.createSpyObj
268
+ * @param {String} name
269
+ */
270
+ jasmine.Spy = function(name) {
271
+ /**
272
+ * The name of the spy, if provided.
273
+ */
274
+ this.identity = name || 'unknown';
275
+ /**
276
+ * Is this Object a spy?
277
+ */
278
+ this.isSpy = true;
279
+ /**
280
+ * The actual function this spy stubs.
281
+ */
282
+ this.plan = function() {
283
+ };
284
+ /**
285
+ * Tracking of the most recent call to the spy.
286
+ * @example
287
+ * var mySpy = jasmine.createSpy('foo');
288
+ * mySpy(1, 2);
289
+ * mySpy.mostRecentCall.args = [1, 2];
290
+ */
291
+ this.mostRecentCall = {};
292
+
293
+ /**
294
+ * Holds arguments for each call to the spy, indexed by call count
295
+ * @example
296
+ * var mySpy = jasmine.createSpy('foo');
297
+ * mySpy(1, 2);
298
+ * mySpy(7, 8);
299
+ * mySpy.mostRecentCall.args = [7, 8];
300
+ * mySpy.argsForCall[0] = [1, 2];
301
+ * mySpy.argsForCall[1] = [7, 8];
302
+ */
303
+ this.argsForCall = [];
304
+ this.calls = [];
305
+ };
306
+
307
+ /**
308
+ * Tells a spy to call through to the actual implemenatation.
309
+ *
310
+ * @example
311
+ * var foo = {
312
+ * bar: function() { // do some stuff }
313
+ * }
314
+ *
315
+ * // defining a spy on an existing property: foo.bar
316
+ * spyOn(foo, 'bar').andCallThrough();
317
+ */
318
+ jasmine.Spy.prototype.andCallThrough = function() {
319
+ this.plan = this.originalValue;
320
+ return this;
321
+ };
322
+
323
+ /**
324
+ * For setting the return value of a spy.
325
+ *
326
+ * @example
327
+ * // defining a spy from scratch: foo() returns 'baz'
328
+ * var foo = jasmine.createSpy('spy on foo').andReturn('baz');
329
+ *
330
+ * // defining a spy on an existing property: foo.bar() returns 'baz'
331
+ * spyOn(foo, 'bar').andReturn('baz');
332
+ *
333
+ * @param {Object} value
334
+ */
335
+ jasmine.Spy.prototype.andReturn = function(value) {
336
+ this.plan = function() {
337
+ return value;
338
+ };
339
+ return this;
340
+ };
341
+
342
+ /**
343
+ * For throwing an exception when a spy is called.
344
+ *
345
+ * @example
346
+ * // defining a spy from scratch: foo() throws an exception w/ message 'ouch'
347
+ * var foo = jasmine.createSpy('spy on foo').andThrow('baz');
348
+ *
349
+ * // defining a spy on an existing property: foo.bar() throws an exception w/ message 'ouch'
350
+ * spyOn(foo, 'bar').andThrow('baz');
351
+ *
352
+ * @param {String} exceptionMsg
353
+ */
354
+ jasmine.Spy.prototype.andThrow = function(exceptionMsg) {
355
+ this.plan = function() {
356
+ throw exceptionMsg;
357
+ };
358
+ return this;
359
+ };
360
+
361
+ /**
362
+ * Calls an alternate implementation when a spy is called.
363
+ *
364
+ * @example
365
+ * var baz = function() {
366
+ * // do some stuff, return something
367
+ * }
368
+ * // defining a spy from scratch: foo() calls the function baz
369
+ * var foo = jasmine.createSpy('spy on foo').andCall(baz);
370
+ *
371
+ * // defining a spy on an existing property: foo.bar() calls an anonymnous function
372
+ * spyOn(foo, 'bar').andCall(function() { return 'baz';} );
373
+ *
374
+ * @param {Function} fakeFunc
375
+ */
376
+ jasmine.Spy.prototype.andCallFake = function(fakeFunc) {
377
+ this.plan = fakeFunc;
378
+ return this;
379
+ };
380
+
381
+ /**
382
+ * Resets all of a spy's the tracking variables so that it can be used again.
383
+ *
384
+ * @example
385
+ * spyOn(foo, 'bar');
386
+ *
387
+ * foo.bar();
388
+ *
389
+ * expect(foo.bar.callCount).toEqual(1);
390
+ *
391
+ * foo.bar.reset();
392
+ *
393
+ * expect(foo.bar.callCount).toEqual(0);
394
+ */
395
+ jasmine.Spy.prototype.reset = function() {
396
+ this.wasCalled = false;
397
+ this.callCount = 0;
398
+ this.argsForCall = [];
399
+ this.calls = [];
400
+ this.mostRecentCall = {};
401
+ };
402
+
403
+ jasmine.createSpy = function(name) {
404
+
405
+ var spyObj = function() {
406
+ spyObj.wasCalled = true;
407
+ spyObj.callCount++;
408
+ var args = jasmine.util.argsToArray(arguments);
409
+ spyObj.mostRecentCall.object = this;
410
+ spyObj.mostRecentCall.args = args;
411
+ spyObj.argsForCall.push(args);
412
+ spyObj.calls.push({object: this, args: args});
413
+ return spyObj.plan.apply(this, arguments);
414
+ };
415
+
416
+ var spy = new jasmine.Spy(name);
417
+
418
+ for (var prop in spy) {
419
+ spyObj[prop] = spy[prop];
420
+ }
421
+
422
+ spyObj.reset();
423
+
424
+ return spyObj;
425
+ };
426
+
427
+ /**
428
+ * Determines whether an object is a spy.
429
+ *
430
+ * @param {jasmine.Spy|Object} putativeSpy
431
+ * @returns {Boolean}
432
+ */
433
+ jasmine.isSpy = function(putativeSpy) {
434
+ return putativeSpy && putativeSpy.isSpy;
435
+ };
436
+
437
+ /**
438
+ * Creates a more complicated spy: an Object that has every property a function that is a spy. Used for stubbing something
439
+ * large in one call.
440
+ *
441
+ * @param {String} baseName name of spy class
442
+ * @param {Array} methodNames array of names of methods to make spies
443
+ */
444
+ jasmine.createSpyObj = function(baseName, methodNames) {
445
+ if (!jasmine.isArray_(methodNames) || methodNames.length === 0) {
446
+ throw new Error('createSpyObj requires a non-empty array of method names to create spies for');
447
+ }
448
+ var obj = {};
449
+ for (var i = 0; i < methodNames.length; i++) {
450
+ obj[methodNames[i]] = jasmine.createSpy(baseName + '.' + methodNames[i]);
451
+ }
452
+ return obj;
453
+ };
454
+
455
+ /**
456
+ * All parameters are pretty-printed and concatenated together, then written to the current spec's output.
457
+ *
458
+ * Be careful not to leave calls to <code>jasmine.log</code> in production code.
459
+ */
460
+ jasmine.log = function() {
461
+ var spec = jasmine.getEnv().currentSpec;
462
+ spec.log.apply(spec, arguments);
463
+ };
464
+
465
+ /**
466
+ * Function that installs a spy on an existing object's method name. Used within a Spec to create a spy.
467
+ *
468
+ * @example
469
+ * // spy example
470
+ * var foo = {
471
+ * not: function(bool) { return !bool; }
472
+ * }
473
+ * spyOn(foo, 'not'); // actual foo.not will not be called, execution stops
474
+ *
475
+ * @see jasmine.createSpy
476
+ * @param obj
477
+ * @param methodName
478
+ * @return {jasmine.Spy} a Jasmine spy that can be chained with all spy methods
479
+ */
480
+ var spyOn = function(obj, methodName) {
481
+ return jasmine.getEnv().currentSpec.spyOn(obj, methodName);
482
+ };
483
+ if (isCommonJS) exports.spyOn = spyOn;
484
+
485
+ /**
486
+ * Creates a Jasmine spec that will be added to the current suite.
487
+ *
488
+ * // TODO: pending tests
489
+ *
490
+ * @example
491
+ * it('should be true', function() {
492
+ * expect(true).toEqual(true);
493
+ * });
494
+ *
495
+ * @param {String} desc description of this specification
496
+ * @param {Function} func defines the preconditions and expectations of the spec
497
+ */
498
+ var it = function(desc, func) {
499
+ return jasmine.getEnv().it(desc, func);
500
+ };
501
+ if (isCommonJS) exports.it = it;
502
+
503
+ /**
504
+ * Creates a <em>disabled</em> Jasmine spec.
505
+ *
506
+ * A convenience method that allows existing specs to be disabled temporarily during development.
507
+ *
508
+ * @param {String} desc description of this specification
509
+ * @param {Function} func defines the preconditions and expectations of the spec
510
+ */
511
+ var xit = function(desc, func) {
512
+ return jasmine.getEnv().xit(desc, func);
513
+ };
514
+ if (isCommonJS) exports.xit = xit;
515
+
516
+ /**
517
+ * Starts a chain for a Jasmine expectation.
518
+ *
519
+ * It is passed an Object that is the actual value and should chain to one of the many
520
+ * jasmine.Matchers functions.
521
+ *
522
+ * @param {Object} actual Actual value to test against and expected value
523
+ * @return {jasmine.Matchers}
524
+ */
525
+ var expect = function(actual) {
526
+ return jasmine.getEnv().currentSpec.expect(actual);
527
+ };
528
+ if (isCommonJS) exports.expect = expect;
529
+
530
+ /**
531
+ * Defines part of a jasmine spec. Used in cominbination with waits or waitsFor in asynchrnous specs.
532
+ *
533
+ * @param {Function} func Function that defines part of a jasmine spec.
534
+ */
535
+ var runs = function(func) {
536
+ jasmine.getEnv().currentSpec.runs(func);
537
+ };
538
+ if (isCommonJS) exports.runs = runs;
539
+
540
+ /**
541
+ * Waits a fixed time period before moving to the next block.
542
+ *
543
+ * @deprecated Use waitsFor() instead
544
+ * @param {Number} timeout milliseconds to wait
545
+ */
546
+ var waits = function(timeout) {
547
+ jasmine.getEnv().currentSpec.waits(timeout);
548
+ };
549
+ if (isCommonJS) exports.waits = waits;
550
+
551
+ /**
552
+ * Waits for the latchFunction to return true before proceeding to the next block.
553
+ *
554
+ * @param {Function} latchFunction
555
+ * @param {String} optional_timeoutMessage
556
+ * @param {Number} optional_timeout
557
+ */
558
+ var waitsFor = function(latchFunction, optional_timeoutMessage, optional_timeout) {
559
+ jasmine.getEnv().currentSpec.waitsFor.apply(jasmine.getEnv().currentSpec, arguments);
560
+ };
561
+ if (isCommonJS) exports.waitsFor = waitsFor;
562
+
563
+ /**
564
+ * A function that is called before each spec in a suite.
565
+ *
566
+ * Used for spec setup, including validating assumptions.
567
+ *
568
+ * @param {Function} beforeEachFunction
569
+ */
570
+ var beforeEach = function(beforeEachFunction) {
571
+ jasmine.getEnv().beforeEach(beforeEachFunction);
572
+ };
573
+ if (isCommonJS) exports.beforeEach = beforeEach;
574
+
575
+ /**
576
+ * A function that is called after each spec in a suite.
577
+ *
578
+ * Used for restoring any state that is hijacked during spec execution.
579
+ *
580
+ * @param {Function} afterEachFunction
581
+ */
582
+ var afterEach = function(afterEachFunction) {
583
+ jasmine.getEnv().afterEach(afterEachFunction);
584
+ };
585
+ if (isCommonJS) exports.afterEach = afterEach;
586
+
587
+ /**
588
+ * Defines a suite of specifications.
589
+ *
590
+ * Stores the description and all defined specs in the Jasmine environment as one suite of specs. Variables declared
591
+ * are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be nested, allowing for specialization
592
+ * of setup in some tests.
593
+ *
594
+ * @example
595
+ * // TODO: a simple suite
596
+ *
597
+ * // TODO: a simple suite with a nested describe block
598
+ *
599
+ * @param {String} description A string, usually the class under test.
600
+ * @param {Function} specDefinitions function that defines several specs.
601
+ */
602
+ var describe = function(description, specDefinitions) {
603
+ return jasmine.getEnv().describe(description, specDefinitions);
604
+ };
605
+ if (isCommonJS) exports.describe = describe;
606
+
607
+ /**
608
+ * Disables a suite of specifications. Used to disable some suites in a file, or files, temporarily during development.
609
+ *
610
+ * @param {String} description A string, usually the class under test.
611
+ * @param {Function} specDefinitions function that defines several specs.
612
+ */
613
+ var xdescribe = function(description, specDefinitions) {
614
+ return jasmine.getEnv().xdescribe(description, specDefinitions);
615
+ };
616
+ if (isCommonJS) exports.xdescribe = xdescribe;
617
+
618
+
619
+ // Provide the XMLHttpRequest class for IE 5.x-6.x:
620
+ jasmine.XmlHttpRequest = (typeof XMLHttpRequest == "undefined") ? function() {
621
+ function tryIt(f) {
622
+ try {
623
+ return f();
624
+ } catch(e) {
625
+ }
626
+ return null;
627
+ }
628
+
629
+ var xhr = tryIt(function() {
630
+ return new ActiveXObject("Msxml2.XMLHTTP.6.0");
631
+ }) ||
632
+ tryIt(function() {
633
+ return new ActiveXObject("Msxml2.XMLHTTP.3.0");
634
+ }) ||
635
+ tryIt(function() {
636
+ return new ActiveXObject("Msxml2.XMLHTTP");
637
+ }) ||
638
+ tryIt(function() {
639
+ return new ActiveXObject("Microsoft.XMLHTTP");
640
+ });
641
+
642
+ if (!xhr) throw new Error("This browser does not support XMLHttpRequest.");
643
+
644
+ return xhr;
645
+ } : XMLHttpRequest;
646
+ /**
647
+ * @namespace
648
+ */
649
+ jasmine.util = {};
650
+
651
+ /**
652
+ * Declare that a child class inherit it's prototype from the parent class.
653
+ *
654
+ * @private
655
+ * @param {Function} childClass
656
+ * @param {Function} parentClass
657
+ */
658
+ jasmine.util.inherit = function(childClass, parentClass) {
659
+ /**
660
+ * @private
661
+ */
662
+ var subclass = function() {
663
+ };
664
+ subclass.prototype = parentClass.prototype;
665
+ childClass.prototype = new subclass();
666
+ };
667
+
668
+ jasmine.util.formatException = function(e) {
669
+ var lineNumber;
670
+ if (e.line) {
671
+ lineNumber = e.line;
672
+ }
673
+ else if (e.lineNumber) {
674
+ lineNumber = e.lineNumber;
675
+ }
676
+
677
+ var file;
678
+
679
+ if (e.sourceURL) {
680
+ file = e.sourceURL;
681
+ }
682
+ else if (e.fileName) {
683
+ file = e.fileName;
684
+ }
685
+
686
+ var message = (e.name && e.message) ? (e.name + ': ' + e.message) : e.toString();
687
+
688
+ if (file && lineNumber) {
689
+ message += ' in ' + file + ' (line ' + lineNumber + ')';
690
+ }
691
+
692
+ return message;
693
+ };
694
+
695
+ jasmine.util.htmlEscape = function(str) {
696
+ if (!str) return str;
697
+ return str.replace(/&/g, '&amp;')
698
+ .replace(/</g, '&lt;')
699
+ .replace(/>/g, '&gt;');
700
+ };
701
+
702
+ jasmine.util.argsToArray = function(args) {
703
+ var arrayOfArgs = [];
704
+ for (var i = 0; i < args.length; i++) arrayOfArgs.push(args[i]);
705
+ return arrayOfArgs;
706
+ };
707
+
708
+ jasmine.util.extend = function(destination, source) {
709
+ for (var property in source) destination[property] = source[property];
710
+ return destination;
711
+ };
712
+
713
+ /**
714
+ * Environment for Jasmine
715
+ *
716
+ * @constructor
717
+ */
718
+ jasmine.Env = function() {
719
+ this.currentSpec = null;
720
+ this.currentSuite = null;
721
+ this.currentRunner_ = new jasmine.Runner(this);
722
+
723
+ this.reporter = new jasmine.MultiReporter();
724
+
725
+ this.updateInterval = jasmine.DEFAULT_UPDATE_INTERVAL;
726
+ this.defaultTimeoutInterval = jasmine.DEFAULT_TIMEOUT_INTERVAL;
727
+ this.lastUpdate = 0;
728
+ this.specFilter = function() {
729
+ return true;
730
+ };
731
+
732
+ this.nextSpecId_ = 0;
733
+ this.nextSuiteId_ = 0;
734
+ this.equalityTesters_ = [];
735
+
736
+ // wrap matchers
737
+ this.matchersClass = function() {
738
+ jasmine.Matchers.apply(this, arguments);
739
+ };
740
+ jasmine.util.inherit(this.matchersClass, jasmine.Matchers);
741
+
742
+ jasmine.Matchers.wrapInto_(jasmine.Matchers.prototype, this.matchersClass);
743
+ };
744
+
745
+
746
+ jasmine.Env.prototype.setTimeout = jasmine.setTimeout;
747
+ jasmine.Env.prototype.clearTimeout = jasmine.clearTimeout;
748
+ jasmine.Env.prototype.setInterval = jasmine.setInterval;
749
+ jasmine.Env.prototype.clearInterval = jasmine.clearInterval;
750
+
751
+ /**
752
+ * @returns an object containing jasmine version build info, if set.
753
+ */
754
+ jasmine.Env.prototype.version = function () {
755
+ if (jasmine.version_) {
756
+ return jasmine.version_;
757
+ } else {
758
+ throw new Error('Version not set');
759
+ }
760
+ };
761
+
762
+ /**
763
+ * @returns string containing jasmine version build info, if set.
764
+ */
765
+ jasmine.Env.prototype.versionString = function() {
766
+ if (!jasmine.version_) {
767
+ return "version unknown";
768
+ }
769
+
770
+ var version = this.version();
771
+ var versionString = version.major + "." + version.minor + "." + version.build;
772
+ if (version.release_candidate) {
773
+ versionString += ".rc" + version.release_candidate;
774
+ }
775
+ versionString += " revision " + version.revision;
776
+ return versionString;
777
+ };
778
+
779
+ /**
780
+ * @returns a sequential integer starting at 0
781
+ */
782
+ jasmine.Env.prototype.nextSpecId = function () {
783
+ return this.nextSpecId_++;
784
+ };
785
+
786
+ /**
787
+ * @returns a sequential integer starting at 0
788
+ */
789
+ jasmine.Env.prototype.nextSuiteId = function () {
790
+ return this.nextSuiteId_++;
791
+ };
792
+
793
+ /**
794
+ * Register a reporter to receive status updates from Jasmine.
795
+ * @param {jasmine.Reporter} reporter An object which will receive status updates.
796
+ */
797
+ jasmine.Env.prototype.addReporter = function(reporter) {
798
+ this.reporter.addReporter(reporter);
799
+ };
800
+
801
+ jasmine.Env.prototype.execute = function() {
802
+ this.currentRunner_.execute();
803
+ };
804
+
805
+ jasmine.Env.prototype.describe = function(description, specDefinitions) {
806
+ var suite = new jasmine.Suite(this, description, specDefinitions, this.currentSuite);
807
+
808
+ var parentSuite = this.currentSuite;
809
+ if (parentSuite) {
810
+ parentSuite.add(suite);
811
+ } else {
812
+ this.currentRunner_.add(suite);
813
+ }
814
+
815
+ this.currentSuite = suite;
816
+
817
+ var declarationError = null;
818
+ try {
819
+ specDefinitions.call(suite);
820
+ } catch(e) {
821
+ declarationError = e;
822
+ }
823
+
824
+ if (declarationError) {
825
+ this.it("encountered a declaration exception", function() {
826
+ throw declarationError;
827
+ });
828
+ }
829
+
830
+ this.currentSuite = parentSuite;
831
+
832
+ return suite;
833
+ };
834
+
835
+ jasmine.Env.prototype.beforeEach = function(beforeEachFunction) {
836
+ if (this.currentSuite) {
837
+ this.currentSuite.beforeEach(beforeEachFunction);
838
+ } else {
839
+ this.currentRunner_.beforeEach(beforeEachFunction);
840
+ }
841
+ };
842
+
843
+ jasmine.Env.prototype.currentRunner = function () {
844
+ return this.currentRunner_;
845
+ };
846
+
847
+ jasmine.Env.prototype.afterEach = function(afterEachFunction) {
848
+ if (this.currentSuite) {
849
+ this.currentSuite.afterEach(afterEachFunction);
850
+ } else {
851
+ this.currentRunner_.afterEach(afterEachFunction);
852
+ }
853
+
854
+ };
855
+
856
+ jasmine.Env.prototype.xdescribe = function(desc, specDefinitions) {
857
+ return {
858
+ execute: function() {
859
+ }
860
+ };
861
+ };
862
+
863
+ jasmine.Env.prototype.it = function(description, func) {
864
+ var spec = new jasmine.Spec(this, this.currentSuite, description);
865
+ this.currentSuite.add(spec);
866
+ this.currentSpec = spec;
867
+
868
+ if (func) {
869
+ spec.runs(func);
870
+ }
871
+
872
+ return spec;
873
+ };
874
+
875
+ jasmine.Env.prototype.xit = function(desc, func) {
876
+ return {
877
+ id: this.nextSpecId(),
878
+ runs: function() {
879
+ }
880
+ };
881
+ };
882
+
883
+ jasmine.Env.prototype.compareRegExps_ = function(a, b, mismatchKeys, mismatchValues) {
884
+ if (a.source != b.source)
885
+ mismatchValues.push("expected pattern /" + b.source + "/ is not equal to the pattern /" + a.source + "/");
886
+
887
+ if (a.ignoreCase != b.ignoreCase)
888
+ mismatchValues.push("expected modifier i was" + (b.ignoreCase ? " " : " not ") + "set and does not equal the origin modifier");
889
+
890
+ if (a.global != b.global)
891
+ mismatchValues.push("expected modifier g was" + (b.global ? " " : " not ") + "set and does not equal the origin modifier");
892
+
893
+ if (a.multiline != b.multiline)
894
+ mismatchValues.push("expected modifier m was" + (b.multiline ? " " : " not ") + "set and does not equal the origin modifier");
895
+
896
+ if (a.sticky != b.sticky)
897
+ mismatchValues.push("expected modifier y was" + (b.sticky ? " " : " not ") + "set and does not equal the origin modifier");
898
+
899
+ return (mismatchValues.length === 0);
900
+ };
901
+
902
+ jasmine.Env.prototype.compareObjects_ = function(a, b, mismatchKeys, mismatchValues) {
903
+ if (a.__Jasmine_been_here_before__ === b && b.__Jasmine_been_here_before__ === a) {
904
+ return true;
905
+ }
906
+
907
+ a.__Jasmine_been_here_before__ = b;
908
+ b.__Jasmine_been_here_before__ = a;
909
+
910
+ var hasKey = function(obj, keyName) {
911
+ return obj !== null && obj[keyName] !== jasmine.undefined;
912
+ };
913
+
914
+ for (var property in b) {
915
+ if (!hasKey(a, property) && hasKey(b, property)) {
916
+ mismatchKeys.push("expected has key '" + property + "', but missing from actual.");
917
+ }
918
+ }
919
+ for (property in a) {
920
+ if (!hasKey(b, property) && hasKey(a, property)) {
921
+ mismatchKeys.push("expected missing key '" + property + "', but present in actual.");
922
+ }
923
+ }
924
+ for (property in b) {
925
+ if (property == '__Jasmine_been_here_before__') continue;
926
+ if (!this.equals_(a[property], b[property], mismatchKeys, mismatchValues)) {
927
+ mismatchValues.push("'" + property + "' was '" + (b[property] ? jasmine.util.htmlEscape(b[property].toString()) : b[property]) + "' in expected, but was '" + (a[property] ? jasmine.util.htmlEscape(a[property].toString()) : a[property]) + "' in actual.");
928
+ }
929
+ }
930
+
931
+ if (jasmine.isArray_(a) && jasmine.isArray_(b) && a.length != b.length) {
932
+ mismatchValues.push("arrays were not the same length");
933
+ }
934
+
935
+ delete a.__Jasmine_been_here_before__;
936
+ delete b.__Jasmine_been_here_before__;
937
+ return (mismatchKeys.length === 0 && mismatchValues.length === 0);
938
+ };
939
+
940
+ jasmine.Env.prototype.equals_ = function(a, b, mismatchKeys, mismatchValues) {
941
+ mismatchKeys = mismatchKeys || [];
942
+ mismatchValues = mismatchValues || [];
943
+
944
+ for (var i = 0; i < this.equalityTesters_.length; i++) {
945
+ var equalityTester = this.equalityTesters_[i];
946
+ var result = equalityTester(a, b, this, mismatchKeys, mismatchValues);
947
+ if (result !== jasmine.undefined) return result;
948
+ }
949
+
950
+ if (a === b) return true;
951
+
952
+ if (a === jasmine.undefined || a === null || b === jasmine.undefined || b === null) {
953
+ return (a == jasmine.undefined && b == jasmine.undefined);
954
+ }
955
+
956
+ if (jasmine.isDomNode(a) && jasmine.isDomNode(b)) {
957
+ return a === b;
958
+ }
959
+
960
+ if (a instanceof Date && b instanceof Date) {
961
+ return a.getTime() == b.getTime();
962
+ }
963
+
964
+ if (a.jasmineMatches) {
965
+ return a.jasmineMatches(b);
966
+ }
967
+
968
+ if (b.jasmineMatches) {
969
+ return b.jasmineMatches(a);
970
+ }
971
+
972
+ if (a instanceof jasmine.Matchers.ObjectContaining) {
973
+ return a.matches(b);
974
+ }
975
+
976
+ if (b instanceof jasmine.Matchers.ObjectContaining) {
977
+ return b.matches(a);
978
+ }
979
+
980
+ if (jasmine.isString_(a) && jasmine.isString_(b)) {
981
+ return (a == b);
982
+ }
983
+
984
+ if (jasmine.isNumber_(a) && jasmine.isNumber_(b)) {
985
+ return (a == b);
986
+ }
987
+
988
+ if (a instanceof RegExp && b instanceof RegExp) {
989
+ return this.compareRegExps_(a, b, mismatchKeys, mismatchValues);
990
+ }
991
+
992
+ if (typeof a === "object" && typeof b === "object") {
993
+ return this.compareObjects_(a, b, mismatchKeys, mismatchValues);
994
+ }
995
+
996
+ //Straight check
997
+ return (a === b);
998
+ };
999
+
1000
+ jasmine.Env.prototype.contains_ = function(haystack, needle) {
1001
+ if (jasmine.isArray_(haystack)) {
1002
+ for (var i = 0; i < haystack.length; i++) {
1003
+ if (this.equals_(haystack[i], needle)) return true;
1004
+ }
1005
+ return false;
1006
+ }
1007
+ return haystack.indexOf(needle) >= 0;
1008
+ };
1009
+
1010
+ jasmine.Env.prototype.addEqualityTester = function(equalityTester) {
1011
+ this.equalityTesters_.push(equalityTester);
1012
+ };
1013
+ /** No-op base class for Jasmine reporters.
1014
+ *
1015
+ * @constructor
1016
+ */
1017
+ jasmine.Reporter = function() {
1018
+ };
1019
+
1020
+ //noinspection JSUnusedLocalSymbols
1021
+ jasmine.Reporter.prototype.reportRunnerStarting = function(runner) {
1022
+ };
1023
+
1024
+ //noinspection JSUnusedLocalSymbols
1025
+ jasmine.Reporter.prototype.reportRunnerResults = function(runner) {
1026
+ };
1027
+
1028
+ //noinspection JSUnusedLocalSymbols
1029
+ jasmine.Reporter.prototype.reportSuiteResults = function(suite) {
1030
+ };
1031
+
1032
+ //noinspection JSUnusedLocalSymbols
1033
+ jasmine.Reporter.prototype.reportSpecStarting = function(spec) {
1034
+ };
1035
+
1036
+ //noinspection JSUnusedLocalSymbols
1037
+ jasmine.Reporter.prototype.reportSpecResults = function(spec) {
1038
+ };
1039
+
1040
+ //noinspection JSUnusedLocalSymbols
1041
+ jasmine.Reporter.prototype.log = function(str) {
1042
+ };
1043
+
1044
+ /**
1045
+ * Blocks are functions with executable code that make up a spec.
1046
+ *
1047
+ * @constructor
1048
+ * @param {jasmine.Env} env
1049
+ * @param {Function} func
1050
+ * @param {jasmine.Spec} spec
1051
+ */
1052
+ jasmine.Block = function(env, func, spec) {
1053
+ this.env = env;
1054
+ this.func = func;
1055
+ this.spec = spec;
1056
+ };
1057
+
1058
+ jasmine.Block.prototype.execute = function(onComplete) {
1059
+ if (!jasmine.CATCH_EXCEPTIONS) {
1060
+ this.func.apply(this.spec);
1061
+ }
1062
+ else {
1063
+ try {
1064
+ this.func.apply(this.spec);
1065
+ } catch (e) {
1066
+ this.spec.fail(e);
1067
+ }
1068
+ }
1069
+ onComplete();
1070
+ };
1071
+ /** JavaScript API reporter.
1072
+ *
1073
+ * @constructor
1074
+ */
1075
+ jasmine.JsApiReporter = function() {
1076
+ this.started = false;
1077
+ this.finished = false;
1078
+ this.suites_ = [];
1079
+ this.results_ = {};
1080
+ };
1081
+
1082
+ jasmine.JsApiReporter.prototype.reportRunnerStarting = function(runner) {
1083
+ this.started = true;
1084
+ var suites = runner.topLevelSuites();
1085
+ for (var i = 0; i < suites.length; i++) {
1086
+ var suite = suites[i];
1087
+ this.suites_.push(this.summarize_(suite));
1088
+ }
1089
+ };
1090
+
1091
+ jasmine.JsApiReporter.prototype.suites = function() {
1092
+ return this.suites_;
1093
+ };
1094
+
1095
+ jasmine.JsApiReporter.prototype.summarize_ = function(suiteOrSpec) {
1096
+ var isSuite = suiteOrSpec instanceof jasmine.Suite;
1097
+ var summary = {
1098
+ id: suiteOrSpec.id,
1099
+ name: suiteOrSpec.description,
1100
+ type: isSuite ? 'suite' : 'spec',
1101
+ children: []
1102
+ };
1103
+
1104
+ if (isSuite) {
1105
+ var children = suiteOrSpec.children();
1106
+ for (var i = 0; i < children.length; i++) {
1107
+ summary.children.push(this.summarize_(children[i]));
1108
+ }
1109
+ }
1110
+ return summary;
1111
+ };
1112
+
1113
+ jasmine.JsApiReporter.prototype.results = function() {
1114
+ return this.results_;
1115
+ };
1116
+
1117
+ jasmine.JsApiReporter.prototype.resultsForSpec = function(specId) {
1118
+ return this.results_[specId];
1119
+ };
1120
+
1121
+ //noinspection JSUnusedLocalSymbols
1122
+ jasmine.JsApiReporter.prototype.reportRunnerResults = function(runner) {
1123
+ this.finished = true;
1124
+ };
1125
+
1126
+ //noinspection JSUnusedLocalSymbols
1127
+ jasmine.JsApiReporter.prototype.reportSuiteResults = function(suite) {
1128
+ };
1129
+
1130
+ //noinspection JSUnusedLocalSymbols
1131
+ jasmine.JsApiReporter.prototype.reportSpecResults = function(spec) {
1132
+ this.results_[spec.id] = {
1133
+ messages: spec.results().getItems(),
1134
+ result: spec.results().failedCount > 0 ? "failed" : "passed"
1135
+ };
1136
+ };
1137
+
1138
+ //noinspection JSUnusedLocalSymbols
1139
+ jasmine.JsApiReporter.prototype.log = function(str) {
1140
+ };
1141
+
1142
+ jasmine.JsApiReporter.prototype.resultsForSpecs = function(specIds){
1143
+ var results = {};
1144
+ for (var i = 0; i < specIds.length; i++) {
1145
+ var specId = specIds[i];
1146
+ results[specId] = this.summarizeResult_(this.results_[specId]);
1147
+ }
1148
+ return results;
1149
+ };
1150
+
1151
+ jasmine.JsApiReporter.prototype.summarizeResult_ = function(result){
1152
+ var summaryMessages = [];
1153
+ var messagesLength = result.messages.length;
1154
+ for (var messageIndex = 0; messageIndex < messagesLength; messageIndex++) {
1155
+ var resultMessage = result.messages[messageIndex];
1156
+ summaryMessages.push({
1157
+ text: resultMessage.type == 'log' ? resultMessage.toString() : jasmine.undefined,
1158
+ passed: resultMessage.passed ? resultMessage.passed() : true,
1159
+ type: resultMessage.type,
1160
+ message: resultMessage.message,
1161
+ trace: {
1162
+ stack: resultMessage.passed && !resultMessage.passed() ? resultMessage.trace.stack : jasmine.undefined
1163
+ }
1164
+ });
1165
+ }
1166
+
1167
+ return {
1168
+ result : result.result,
1169
+ messages : summaryMessages
1170
+ };
1171
+ };
1172
+
1173
+ /**
1174
+ * @constructor
1175
+ * @param {jasmine.Env} env
1176
+ * @param actual
1177
+ * @param {jasmine.Spec} spec
1178
+ */
1179
+ jasmine.Matchers = function(env, actual, spec, opt_isNot) {
1180
+ this.env = env;
1181
+ this.actual = actual;
1182
+ this.spec = spec;
1183
+ this.isNot = opt_isNot || false;
1184
+ this.reportWasCalled_ = false;
1185
+ };
1186
+
1187
+ // todo: @deprecated as of Jasmine 0.11, remove soon [xw]
1188
+ jasmine.Matchers.pp = function(str) {
1189
+ throw new Error("jasmine.Matchers.pp() is no longer supported, please use jasmine.pp() instead!");
1190
+ };
1191
+
1192
+ // todo: @deprecated Deprecated as of Jasmine 0.10. Rewrite your custom matchers to return true or false. [xw]
1193
+ jasmine.Matchers.prototype.report = function(result, failing_message, details) {
1194
+ throw new Error("As of jasmine 0.11, custom matchers must be implemented differently -- please see jasmine docs");
1195
+ };
1196
+
1197
+ jasmine.Matchers.wrapInto_ = function(prototype, matchersClass) {
1198
+ for (var methodName in prototype) {
1199
+ if (methodName == 'report') continue;
1200
+ var orig = prototype[methodName];
1201
+ matchersClass.prototype[methodName] = jasmine.Matchers.matcherFn_(methodName, orig);
1202
+ }
1203
+ };
1204
+
1205
+ jasmine.Matchers.matcherFn_ = function(matcherName, matcherFunction) {
1206
+ return function() {
1207
+ var matcherArgs = jasmine.util.argsToArray(arguments);
1208
+ var result = matcherFunction.apply(this, arguments);
1209
+
1210
+ if (this.isNot) {
1211
+ result = !result;
1212
+ }
1213
+
1214
+ if (this.reportWasCalled_) return result;
1215
+
1216
+ var message;
1217
+ if (!result) {
1218
+ if (this.message) {
1219
+ message = this.message.apply(this, arguments);
1220
+ if (jasmine.isArray_(message)) {
1221
+ message = message[this.isNot ? 1 : 0];
1222
+ }
1223
+ } else {
1224
+ var englishyPredicate = matcherName.replace(/[A-Z]/g, function(s) { return ' ' + s.toLowerCase(); });
1225
+ message = "Expected " + jasmine.pp(this.actual) + (this.isNot ? " not " : " ") + englishyPredicate;
1226
+ if (matcherArgs.length > 0) {
1227
+ for (var i = 0; i < matcherArgs.length; i++) {
1228
+ if (i > 0) message += ",";
1229
+ message += " " + jasmine.pp(matcherArgs[i]);
1230
+ }
1231
+ }
1232
+ message += ".";
1233
+ }
1234
+ }
1235
+ var expectationResult = new jasmine.ExpectationResult({
1236
+ matcherName: matcherName,
1237
+ passed: result,
1238
+ expected: matcherArgs.length > 1 ? matcherArgs : matcherArgs[0],
1239
+ actual: this.actual,
1240
+ message: message
1241
+ });
1242
+ this.spec.addMatcherResult(expectationResult);
1243
+ return jasmine.undefined;
1244
+ };
1245
+ };
1246
+
1247
+
1248
+
1249
+
1250
+ /**
1251
+ * toBe: compares the actual to the expected using ===
1252
+ * @param expected
1253
+ */
1254
+ jasmine.Matchers.prototype.toBe = function(expected) {
1255
+ return this.actual === expected;
1256
+ };
1257
+
1258
+ /**
1259
+ * toNotBe: compares the actual to the expected using !==
1260
+ * @param expected
1261
+ * @deprecated as of 1.0. Use not.toBe() instead.
1262
+ */
1263
+ jasmine.Matchers.prototype.toNotBe = function(expected) {
1264
+ return this.actual !== expected;
1265
+ };
1266
+
1267
+ /**
1268
+ * toEqual: compares the actual to the expected using common sense equality. Handles Objects, Arrays, etc.
1269
+ *
1270
+ * @param expected
1271
+ */
1272
+ jasmine.Matchers.prototype.toEqual = function(expected) {
1273
+ return this.env.equals_(this.actual, expected);
1274
+ };
1275
+
1276
+ /**
1277
+ * toNotEqual: compares the actual to the expected using the ! of jasmine.Matchers.toEqual
1278
+ * @param expected
1279
+ * @deprecated as of 1.0. Use not.toEqual() instead.
1280
+ */
1281
+ jasmine.Matchers.prototype.toNotEqual = function(expected) {
1282
+ return !this.env.equals_(this.actual, expected);
1283
+ };
1284
+
1285
+ /**
1286
+ * Matcher that compares the actual to the expected using a regular expression. Constructs a RegExp, so takes
1287
+ * a pattern or a String.
1288
+ *
1289
+ * @param expected
1290
+ */
1291
+ jasmine.Matchers.prototype.toMatch = function(expected) {
1292
+ return new RegExp(expected).test(this.actual);
1293
+ };
1294
+
1295
+ /**
1296
+ * Matcher that compares the actual to the expected using the boolean inverse of jasmine.Matchers.toMatch
1297
+ * @param expected
1298
+ * @deprecated as of 1.0. Use not.toMatch() instead.
1299
+ */
1300
+ jasmine.Matchers.prototype.toNotMatch = function(expected) {
1301
+ return !(new RegExp(expected).test(this.actual));
1302
+ };
1303
+
1304
+ /**
1305
+ * Matcher that compares the actual to jasmine.undefined.
1306
+ */
1307
+ jasmine.Matchers.prototype.toBeDefined = function() {
1308
+ return (this.actual !== jasmine.undefined);
1309
+ };
1310
+
1311
+ /**
1312
+ * Matcher that compares the actual to jasmine.undefined.
1313
+ */
1314
+ jasmine.Matchers.prototype.toBeUndefined = function() {
1315
+ return (this.actual === jasmine.undefined);
1316
+ };
1317
+
1318
+ /**
1319
+ * Matcher that compares the actual to null.
1320
+ */
1321
+ jasmine.Matchers.prototype.toBeNull = function() {
1322
+ return (this.actual === null);
1323
+ };
1324
+
1325
+ /**
1326
+ * Matcher that compares the actual to NaN.
1327
+ */
1328
+ jasmine.Matchers.prototype.toBeNaN = function() {
1329
+ this.message = function() {
1330
+ return [ "Expected " + jasmine.pp(this.actual) + " to be NaN." ];
1331
+ };
1332
+
1333
+ return (this.actual !== this.actual);
1334
+ };
1335
+
1336
+ /**
1337
+ * Matcher that boolean not-nots the actual.
1338
+ */
1339
+ jasmine.Matchers.prototype.toBeTruthy = function() {
1340
+ return !!this.actual;
1341
+ };
1342
+
1343
+
1344
+ /**
1345
+ * Matcher that boolean nots the actual.
1346
+ */
1347
+ jasmine.Matchers.prototype.toBeFalsy = function() {
1348
+ return !this.actual;
1349
+ };
1350
+
1351
+
1352
+ /**
1353
+ * Matcher that checks to see if the actual, a Jasmine spy, was called.
1354
+ */
1355
+ jasmine.Matchers.prototype.toHaveBeenCalled = function() {
1356
+ if (arguments.length > 0) {
1357
+ throw new Error('toHaveBeenCalled does not take arguments, use toHaveBeenCalledWith');
1358
+ }
1359
+
1360
+ if (!jasmine.isSpy(this.actual)) {
1361
+ throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.');
1362
+ }
1363
+
1364
+ this.message = function() {
1365
+ return [
1366
+ "Expected spy " + this.actual.identity + " to have been called.",
1367
+ "Expected spy " + this.actual.identity + " not to have been called."
1368
+ ];
1369
+ };
1370
+
1371
+ return this.actual.wasCalled;
1372
+ };
1373
+
1374
+ /** @deprecated Use expect(xxx).toHaveBeenCalled() instead */
1375
+ jasmine.Matchers.prototype.wasCalled = jasmine.Matchers.prototype.toHaveBeenCalled;
1376
+
1377
+ /**
1378
+ * Matcher that checks to see if the actual, a Jasmine spy, was not called.
1379
+ *
1380
+ * @deprecated Use expect(xxx).not.toHaveBeenCalled() instead
1381
+ */
1382
+ jasmine.Matchers.prototype.wasNotCalled = function() {
1383
+ if (arguments.length > 0) {
1384
+ throw new Error('wasNotCalled does not take arguments');
1385
+ }
1386
+
1387
+ if (!jasmine.isSpy(this.actual)) {
1388
+ throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.');
1389
+ }
1390
+
1391
+ this.message = function() {
1392
+ return [
1393
+ "Expected spy " + this.actual.identity + " to not have been called.",
1394
+ "Expected spy " + this.actual.identity + " to have been called."
1395
+ ];
1396
+ };
1397
+
1398
+ return !this.actual.wasCalled;
1399
+ };
1400
+
1401
+ /**
1402
+ * Matcher that checks to see if the actual, a Jasmine spy, was called with a set of parameters.
1403
+ *
1404
+ * @example
1405
+ *
1406
+ */
1407
+ jasmine.Matchers.prototype.toHaveBeenCalledWith = function() {
1408
+ var expectedArgs = jasmine.util.argsToArray(arguments);
1409
+ if (!jasmine.isSpy(this.actual)) {
1410
+ throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.');
1411
+ }
1412
+ this.message = function() {
1413
+ var invertedMessage = "Expected spy " + this.actual.identity + " not to have been called with " + jasmine.pp(expectedArgs) + " but it was.";
1414
+ var positiveMessage = "";
1415
+ if (this.actual.callCount === 0) {
1416
+ positiveMessage = "Expected spy " + this.actual.identity + " to have been called with " + jasmine.pp(expectedArgs) + " but it was never called.";
1417
+ } else {
1418
+ positiveMessage = "Expected spy " + this.actual.identity + " to have been called with " + jasmine.pp(expectedArgs) + " but actual calls were " + jasmine.pp(this.actual.argsForCall).replace(/^\[ | \]$/g, '')
1419
+ }
1420
+ return [positiveMessage, invertedMessage];
1421
+ };
1422
+
1423
+ return this.env.contains_(this.actual.argsForCall, expectedArgs);
1424
+ };
1425
+
1426
+ /** @deprecated Use expect(xxx).toHaveBeenCalledWith() instead */
1427
+ jasmine.Matchers.prototype.wasCalledWith = jasmine.Matchers.prototype.toHaveBeenCalledWith;
1428
+
1429
+ /** @deprecated Use expect(xxx).not.toHaveBeenCalledWith() instead */
1430
+ jasmine.Matchers.prototype.wasNotCalledWith = function() {
1431
+ var expectedArgs = jasmine.util.argsToArray(arguments);
1432
+ if (!jasmine.isSpy(this.actual)) {
1433
+ throw new Error('Expected a spy, but got ' + jasmine.pp(this.actual) + '.');
1434
+ }
1435
+
1436
+ this.message = function() {
1437
+ return [
1438
+ "Expected spy not to have been called with " + jasmine.pp(expectedArgs) + " but it was",
1439
+ "Expected spy to have been called with " + jasmine.pp(expectedArgs) + " but it was"
1440
+ ];
1441
+ };
1442
+
1443
+ return !this.env.contains_(this.actual.argsForCall, expectedArgs);
1444
+ };
1445
+
1446
+ /**
1447
+ * Matcher that checks that the expected item is an element in the actual Array.
1448
+ *
1449
+ * @param {Object} expected
1450
+ */
1451
+ jasmine.Matchers.prototype.toContain = function(expected) {
1452
+ return this.env.contains_(this.actual, expected);
1453
+ };
1454
+
1455
+ /**
1456
+ * Matcher that checks that the expected item is NOT an element in the actual Array.
1457
+ *
1458
+ * @param {Object} expected
1459
+ * @deprecated as of 1.0. Use not.toContain() instead.
1460
+ */
1461
+ jasmine.Matchers.prototype.toNotContain = function(expected) {
1462
+ return !this.env.contains_(this.actual, expected);
1463
+ };
1464
+
1465
+ jasmine.Matchers.prototype.toBeLessThan = function(expected) {
1466
+ return this.actual < expected;
1467
+ };
1468
+
1469
+ jasmine.Matchers.prototype.toBeGreaterThan = function(expected) {
1470
+ return this.actual > expected;
1471
+ };
1472
+
1473
+ /**
1474
+ * Matcher that checks that the expected item is equal to the actual item
1475
+ * up to a given level of decimal precision (default 2).
1476
+ *
1477
+ * @param {Number} expected
1478
+ * @param {Number} precision, as number of decimal places
1479
+ */
1480
+ jasmine.Matchers.prototype.toBeCloseTo = function(expected, precision) {
1481
+ if (!(precision === 0)) {
1482
+ precision = precision || 2;
1483
+ }
1484
+ return Math.abs(expected - this.actual) < (Math.pow(10, -precision) / 2);
1485
+ };
1486
+
1487
+ /**
1488
+ * Matcher that checks that the expected exception was thrown by the actual.
1489
+ *
1490
+ * @param {String} [expected]
1491
+ */
1492
+ jasmine.Matchers.prototype.toThrow = function(expected) {
1493
+ var result = false;
1494
+ var exception;
1495
+ if (typeof this.actual != 'function') {
1496
+ throw new Error('Actual is not a function');
1497
+ }
1498
+ try {
1499
+ this.actual();
1500
+ } catch (e) {
1501
+ exception = e;
1502
+ }
1503
+ if (exception) {
1504
+ result = (expected === jasmine.undefined || this.env.equals_(exception.message || exception, expected.message || expected));
1505
+ }
1506
+
1507
+ var not = this.isNot ? "not " : "";
1508
+
1509
+ this.message = function() {
1510
+ if (exception && (expected === jasmine.undefined || !this.env.equals_(exception.message || exception, expected.message || expected))) {
1511
+ return ["Expected function " + not + "to throw", expected ? expected.message || expected : "an exception", ", but it threw", exception.message || exception].join(' ');
1512
+ } else {
1513
+ return "Expected function to throw an exception.";
1514
+ }
1515
+ };
1516
+
1517
+ return result;
1518
+ };
1519
+
1520
+ jasmine.Matchers.Any = function(expectedClass) {
1521
+ this.expectedClass = expectedClass;
1522
+ };
1523
+
1524
+ jasmine.Matchers.Any.prototype.jasmineMatches = function(other) {
1525
+ if (this.expectedClass == String) {
1526
+ return typeof other == 'string' || other instanceof String;
1527
+ }
1528
+
1529
+ if (this.expectedClass == Number) {
1530
+ return typeof other == 'number' || other instanceof Number;
1531
+ }
1532
+
1533
+ if (this.expectedClass == Function) {
1534
+ return typeof other == 'function' || other instanceof Function;
1535
+ }
1536
+
1537
+ if (this.expectedClass == Object) {
1538
+ return typeof other == 'object';
1539
+ }
1540
+
1541
+ return other instanceof this.expectedClass;
1542
+ };
1543
+
1544
+ jasmine.Matchers.Any.prototype.jasmineToString = function() {
1545
+ return '<jasmine.any(' + this.expectedClass + ')>';
1546
+ };
1547
+
1548
+ jasmine.Matchers.ObjectContaining = function (sample) {
1549
+ this.sample = sample;
1550
+ };
1551
+
1552
+ jasmine.Matchers.ObjectContaining.prototype.jasmineMatches = function(other, mismatchKeys, mismatchValues) {
1553
+ mismatchKeys = mismatchKeys || [];
1554
+ mismatchValues = mismatchValues || [];
1555
+
1556
+ var env = jasmine.getEnv();
1557
+
1558
+ var hasKey = function(obj, keyName) {
1559
+ return obj != null && obj[keyName] !== jasmine.undefined;
1560
+ };
1561
+
1562
+ for (var property in this.sample) {
1563
+ if (!hasKey(other, property) && hasKey(this.sample, property)) {
1564
+ mismatchKeys.push("expected has key '" + property + "', but missing from actual.");
1565
+ }
1566
+ else if (!env.equals_(this.sample[property], other[property], mismatchKeys, mismatchValues)) {
1567
+ mismatchValues.push("'" + property + "' was '" + (other[property] ? jasmine.util.htmlEscape(other[property].toString()) : other[property]) + "' in expected, but was '" + (this.sample[property] ? jasmine.util.htmlEscape(this.sample[property].toString()) : this.sample[property]) + "' in actual.");
1568
+ }
1569
+ }
1570
+
1571
+ return (mismatchKeys.length === 0 && mismatchValues.length === 0);
1572
+ };
1573
+
1574
+ jasmine.Matchers.ObjectContaining.prototype.jasmineToString = function () {
1575
+ return "<jasmine.objectContaining(" + jasmine.pp(this.sample) + ")>";
1576
+ };
1577
+ // Mock setTimeout, clearTimeout
1578
+ // Contributed by Pivotal Computer Systems, www.pivotalsf.com
1579
+
1580
+ jasmine.FakeTimer = function() {
1581
+ this.reset();
1582
+
1583
+ var self = this;
1584
+ self.setTimeout = function(funcToCall, millis) {
1585
+ self.timeoutsMade++;
1586
+ self.scheduleFunction(self.timeoutsMade, funcToCall, millis, false);
1587
+ return self.timeoutsMade;
1588
+ };
1589
+
1590
+ self.setInterval = function(funcToCall, millis) {
1591
+ self.timeoutsMade++;
1592
+ self.scheduleFunction(self.timeoutsMade, funcToCall, millis, true);
1593
+ return self.timeoutsMade;
1594
+ };
1595
+
1596
+ self.clearTimeout = function(timeoutKey) {
1597
+ self.scheduledFunctions[timeoutKey] = jasmine.undefined;
1598
+ };
1599
+
1600
+ self.clearInterval = function(timeoutKey) {
1601
+ self.scheduledFunctions[timeoutKey] = jasmine.undefined;
1602
+ };
1603
+
1604
+ };
1605
+
1606
+ jasmine.FakeTimer.prototype.reset = function() {
1607
+ this.timeoutsMade = 0;
1608
+ this.scheduledFunctions = {};
1609
+ this.nowMillis = 0;
1610
+ };
1611
+
1612
+ jasmine.FakeTimer.prototype.tick = function(millis) {
1613
+ var oldMillis = this.nowMillis;
1614
+ var newMillis = oldMillis + millis;
1615
+ this.runFunctionsWithinRange(oldMillis, newMillis);
1616
+ this.nowMillis = newMillis;
1617
+ };
1618
+
1619
+ jasmine.FakeTimer.prototype.runFunctionsWithinRange = function(oldMillis, nowMillis) {
1620
+ var scheduledFunc;
1621
+ var funcsToRun = [];
1622
+ for (var timeoutKey in this.scheduledFunctions) {
1623
+ scheduledFunc = this.scheduledFunctions[timeoutKey];
1624
+ if (scheduledFunc != jasmine.undefined &&
1625
+ scheduledFunc.runAtMillis >= oldMillis &&
1626
+ scheduledFunc.runAtMillis <= nowMillis) {
1627
+ funcsToRun.push(scheduledFunc);
1628
+ this.scheduledFunctions[timeoutKey] = jasmine.undefined;
1629
+ }
1630
+ }
1631
+
1632
+ if (funcsToRun.length > 0) {
1633
+ funcsToRun.sort(function(a, b) {
1634
+ return a.runAtMillis - b.runAtMillis;
1635
+ });
1636
+ for (var i = 0; i < funcsToRun.length; ++i) {
1637
+ try {
1638
+ var funcToRun = funcsToRun[i];
1639
+ this.nowMillis = funcToRun.runAtMillis;
1640
+ funcToRun.funcToCall();
1641
+ if (funcToRun.recurring) {
1642
+ this.scheduleFunction(funcToRun.timeoutKey,
1643
+ funcToRun.funcToCall,
1644
+ funcToRun.millis,
1645
+ true);
1646
+ }
1647
+ } catch(e) {
1648
+ }
1649
+ }
1650
+ this.runFunctionsWithinRange(oldMillis, nowMillis);
1651
+ }
1652
+ };
1653
+
1654
+ jasmine.FakeTimer.prototype.scheduleFunction = function(timeoutKey, funcToCall, millis, recurring) {
1655
+ this.scheduledFunctions[timeoutKey] = {
1656
+ runAtMillis: this.nowMillis + millis,
1657
+ funcToCall: funcToCall,
1658
+ recurring: recurring,
1659
+ timeoutKey: timeoutKey,
1660
+ millis: millis
1661
+ };
1662
+ };
1663
+
1664
+ /**
1665
+ * @namespace
1666
+ */
1667
+ jasmine.Clock = {
1668
+ defaultFakeTimer: new jasmine.FakeTimer(),
1669
+
1670
+ reset: function() {
1671
+ jasmine.Clock.assertInstalled();
1672
+ jasmine.Clock.defaultFakeTimer.reset();
1673
+ },
1674
+
1675
+ tick: function(millis) {
1676
+ jasmine.Clock.assertInstalled();
1677
+ jasmine.Clock.defaultFakeTimer.tick(millis);
1678
+ },
1679
+
1680
+ runFunctionsWithinRange: function(oldMillis, nowMillis) {
1681
+ jasmine.Clock.defaultFakeTimer.runFunctionsWithinRange(oldMillis, nowMillis);
1682
+ },
1683
+
1684
+ scheduleFunction: function(timeoutKey, funcToCall, millis, recurring) {
1685
+ jasmine.Clock.defaultFakeTimer.scheduleFunction(timeoutKey, funcToCall, millis, recurring);
1686
+ },
1687
+
1688
+ useMock: function() {
1689
+ if (!jasmine.Clock.isInstalled()) {
1690
+ var spec = jasmine.getEnv().currentSpec;
1691
+ spec.after(jasmine.Clock.uninstallMock);
1692
+
1693
+ jasmine.Clock.installMock();
1694
+ }
1695
+ },
1696
+
1697
+ installMock: function() {
1698
+ jasmine.Clock.installed = jasmine.Clock.defaultFakeTimer;
1699
+ },
1700
+
1701
+ uninstallMock: function() {
1702
+ jasmine.Clock.assertInstalled();
1703
+ jasmine.Clock.installed = jasmine.Clock.real;
1704
+ },
1705
+
1706
+ real: {
1707
+ setTimeout: jasmine.getGlobal().setTimeout,
1708
+ clearTimeout: jasmine.getGlobal().clearTimeout,
1709
+ setInterval: jasmine.getGlobal().setInterval,
1710
+ clearInterval: jasmine.getGlobal().clearInterval
1711
+ },
1712
+
1713
+ assertInstalled: function() {
1714
+ if (!jasmine.Clock.isInstalled()) {
1715
+ throw new Error("Mock clock is not installed, use jasmine.Clock.useMock()");
1716
+ }
1717
+ },
1718
+
1719
+ isInstalled: function() {
1720
+ return jasmine.Clock.installed == jasmine.Clock.defaultFakeTimer;
1721
+ },
1722
+
1723
+ installed: null
1724
+ };
1725
+ jasmine.Clock.installed = jasmine.Clock.real;
1726
+
1727
+ //else for IE support
1728
+ jasmine.getGlobal().setTimeout = function(funcToCall, millis) {
1729
+ if (jasmine.Clock.installed.setTimeout.apply) {
1730
+ return jasmine.Clock.installed.setTimeout.apply(this, arguments);
1731
+ } else {
1732
+ return jasmine.Clock.installed.setTimeout(funcToCall, millis);
1733
+ }
1734
+ };
1735
+
1736
+ jasmine.getGlobal().setInterval = function(funcToCall, millis) {
1737
+ if (jasmine.Clock.installed.setInterval.apply) {
1738
+ return jasmine.Clock.installed.setInterval.apply(this, arguments);
1739
+ } else {
1740
+ return jasmine.Clock.installed.setInterval(funcToCall, millis);
1741
+ }
1742
+ };
1743
+
1744
+ jasmine.getGlobal().clearTimeout = function(timeoutKey) {
1745
+ if (jasmine.Clock.installed.clearTimeout.apply) {
1746
+ return jasmine.Clock.installed.clearTimeout.apply(this, arguments);
1747
+ } else {
1748
+ return jasmine.Clock.installed.clearTimeout(timeoutKey);
1749
+ }
1750
+ };
1751
+
1752
+ jasmine.getGlobal().clearInterval = function(timeoutKey) {
1753
+ if (jasmine.Clock.installed.clearTimeout.apply) {
1754
+ return jasmine.Clock.installed.clearInterval.apply(this, arguments);
1755
+ } else {
1756
+ return jasmine.Clock.installed.clearInterval(timeoutKey);
1757
+ }
1758
+ };
1759
+
1760
+ /**
1761
+ * @constructor
1762
+ */
1763
+ jasmine.MultiReporter = function() {
1764
+ this.subReporters_ = [];
1765
+ };
1766
+ jasmine.util.inherit(jasmine.MultiReporter, jasmine.Reporter);
1767
+
1768
+ jasmine.MultiReporter.prototype.addReporter = function(reporter) {
1769
+ this.subReporters_.push(reporter);
1770
+ };
1771
+
1772
+ (function() {
1773
+ var functionNames = [
1774
+ "reportRunnerStarting",
1775
+ "reportRunnerResults",
1776
+ "reportSuiteResults",
1777
+ "reportSpecStarting",
1778
+ "reportSpecResults",
1779
+ "log"
1780
+ ];
1781
+ for (var i = 0; i < functionNames.length; i++) {
1782
+ var functionName = functionNames[i];
1783
+ jasmine.MultiReporter.prototype[functionName] = (function(functionName) {
1784
+ return function() {
1785
+ for (var j = 0; j < this.subReporters_.length; j++) {
1786
+ var subReporter = this.subReporters_[j];
1787
+ if (subReporter[functionName]) {
1788
+ subReporter[functionName].apply(subReporter, arguments);
1789
+ }
1790
+ }
1791
+ };
1792
+ })(functionName);
1793
+ }
1794
+ })();
1795
+ /**
1796
+ * Holds results for a set of Jasmine spec. Allows for the results array to hold another jasmine.NestedResults
1797
+ *
1798
+ * @constructor
1799
+ */
1800
+ jasmine.NestedResults = function() {
1801
+ /**
1802
+ * The total count of results
1803
+ */
1804
+ this.totalCount = 0;
1805
+ /**
1806
+ * Number of passed results
1807
+ */
1808
+ this.passedCount = 0;
1809
+ /**
1810
+ * Number of failed results
1811
+ */
1812
+ this.failedCount = 0;
1813
+ /**
1814
+ * Was this suite/spec skipped?
1815
+ */
1816
+ this.skipped = false;
1817
+ /**
1818
+ * @ignore
1819
+ */
1820
+ this.items_ = [];
1821
+ };
1822
+
1823
+ /**
1824
+ * Roll up the result counts.
1825
+ *
1826
+ * @param result
1827
+ */
1828
+ jasmine.NestedResults.prototype.rollupCounts = function(result) {
1829
+ this.totalCount += result.totalCount;
1830
+ this.passedCount += result.passedCount;
1831
+ this.failedCount += result.failedCount;
1832
+ };
1833
+
1834
+ /**
1835
+ * Adds a log message.
1836
+ * @param values Array of message parts which will be concatenated later.
1837
+ */
1838
+ jasmine.NestedResults.prototype.log = function(values) {
1839
+ this.items_.push(new jasmine.MessageResult(values));
1840
+ };
1841
+
1842
+ /**
1843
+ * Getter for the results: message & results.
1844
+ */
1845
+ jasmine.NestedResults.prototype.getItems = function() {
1846
+ return this.items_;
1847
+ };
1848
+
1849
+ /**
1850
+ * Adds a result, tracking counts (total, passed, & failed)
1851
+ * @param {jasmine.ExpectationResult|jasmine.NestedResults} result
1852
+ */
1853
+ jasmine.NestedResults.prototype.addResult = function(result) {
1854
+ if (result.type != 'log') {
1855
+ if (result.items_) {
1856
+ this.rollupCounts(result);
1857
+ } else {
1858
+ this.totalCount++;
1859
+ if (result.passed()) {
1860
+ this.passedCount++;
1861
+ } else {
1862
+ this.failedCount++;
1863
+ }
1864
+ }
1865
+ }
1866
+ this.items_.push(result);
1867
+ };
1868
+
1869
+ /**
1870
+ * @returns {Boolean} True if <b>everything</b> below passed
1871
+ */
1872
+ jasmine.NestedResults.prototype.passed = function() {
1873
+ return this.passedCount === this.totalCount;
1874
+ };
1875
+ /**
1876
+ * Base class for pretty printing for expectation results.
1877
+ */
1878
+ jasmine.PrettyPrinter = function() {
1879
+ this.ppNestLevel_ = 0;
1880
+ };
1881
+
1882
+ /**
1883
+ * Formats a value in a nice, human-readable string.
1884
+ *
1885
+ * @param value
1886
+ */
1887
+ jasmine.PrettyPrinter.prototype.format = function(value) {
1888
+ this.ppNestLevel_++;
1889
+ try {
1890
+ if (value === jasmine.undefined) {
1891
+ this.emitScalar('undefined');
1892
+ } else if (value === null) {
1893
+ this.emitScalar('null');
1894
+ } else if (value === jasmine.getGlobal()) {
1895
+ this.emitScalar('<global>');
1896
+ } else if (value.jasmineToString) {
1897
+ this.emitScalar(value.jasmineToString());
1898
+ } else if (typeof value === 'string') {
1899
+ this.emitString(value);
1900
+ } else if (jasmine.isSpy(value)) {
1901
+ this.emitScalar("spy on " + value.identity);
1902
+ } else if (value instanceof RegExp) {
1903
+ this.emitScalar(value.toString());
1904
+ } else if (typeof value === 'function') {
1905
+ this.emitScalar('Function');
1906
+ } else if (typeof value.nodeType === 'number') {
1907
+ this.emitScalar('HTMLNode');
1908
+ } else if (value instanceof Date) {
1909
+ this.emitScalar('Date(' + value + ')');
1910
+ } else if (value.__Jasmine_been_here_before__) {
1911
+ this.emitScalar('<circular reference: ' + (jasmine.isArray_(value) ? 'Array' : 'Object') + '>');
1912
+ } else if (jasmine.isArray_(value) || typeof value == 'object') {
1913
+ value.__Jasmine_been_here_before__ = true;
1914
+ if (jasmine.isArray_(value)) {
1915
+ this.emitArray(value);
1916
+ } else {
1917
+ this.emitObject(value);
1918
+ }
1919
+ delete value.__Jasmine_been_here_before__;
1920
+ } else {
1921
+ this.emitScalar(value.toString());
1922
+ }
1923
+ } finally {
1924
+ this.ppNestLevel_--;
1925
+ }
1926
+ };
1927
+
1928
+ jasmine.PrettyPrinter.prototype.iterateObject = function(obj, fn) {
1929
+ for (var property in obj) {
1930
+ if (!obj.hasOwnProperty(property)) continue;
1931
+ if (property == '__Jasmine_been_here_before__') continue;
1932
+ fn(property, obj.__lookupGetter__ ? (obj.__lookupGetter__(property) !== jasmine.undefined &&
1933
+ obj.__lookupGetter__(property) !== null) : false);
1934
+ }
1935
+ };
1936
+
1937
+ jasmine.PrettyPrinter.prototype.emitArray = jasmine.unimplementedMethod_;
1938
+ jasmine.PrettyPrinter.prototype.emitObject = jasmine.unimplementedMethod_;
1939
+ jasmine.PrettyPrinter.prototype.emitScalar = jasmine.unimplementedMethod_;
1940
+ jasmine.PrettyPrinter.prototype.emitString = jasmine.unimplementedMethod_;
1941
+
1942
+ jasmine.StringPrettyPrinter = function() {
1943
+ jasmine.PrettyPrinter.call(this);
1944
+
1945
+ this.string = '';
1946
+ };
1947
+ jasmine.util.inherit(jasmine.StringPrettyPrinter, jasmine.PrettyPrinter);
1948
+
1949
+ jasmine.StringPrettyPrinter.prototype.emitScalar = function(value) {
1950
+ this.append(value);
1951
+ };
1952
+
1953
+ jasmine.StringPrettyPrinter.prototype.emitString = function(value) {
1954
+ this.append("'" + value + "'");
1955
+ };
1956
+
1957
+ jasmine.StringPrettyPrinter.prototype.emitArray = function(array) {
1958
+ if (this.ppNestLevel_ > jasmine.MAX_PRETTY_PRINT_DEPTH) {
1959
+ this.append("Array");
1960
+ return;
1961
+ }
1962
+
1963
+ this.append('[ ');
1964
+ for (var i = 0; i < array.length; i++) {
1965
+ if (i > 0) {
1966
+ this.append(', ');
1967
+ }
1968
+ this.format(array[i]);
1969
+ }
1970
+ this.append(' ]');
1971
+ };
1972
+
1973
+ jasmine.StringPrettyPrinter.prototype.emitObject = function(obj) {
1974
+ if (this.ppNestLevel_ > jasmine.MAX_PRETTY_PRINT_DEPTH) {
1975
+ this.append("Object");
1976
+ return;
1977
+ }
1978
+
1979
+ var self = this;
1980
+ this.append('{ ');
1981
+ var first = true;
1982
+
1983
+ this.iterateObject(obj, function(property, isGetter) {
1984
+ if (first) {
1985
+ first = false;
1986
+ } else {
1987
+ self.append(', ');
1988
+ }
1989
+
1990
+ self.append(property);
1991
+ self.append(' : ');
1992
+ if (isGetter) {
1993
+ self.append('<getter>');
1994
+ } else {
1995
+ self.format(obj[property]);
1996
+ }
1997
+ });
1998
+
1999
+ this.append(' }');
2000
+ };
2001
+
2002
+ jasmine.StringPrettyPrinter.prototype.append = function(value) {
2003
+ this.string += value;
2004
+ };
2005
+ jasmine.Queue = function(env) {
2006
+ this.env = env;
2007
+
2008
+ // parallel to blocks. each true value in this array means the block will
2009
+ // get executed even if we abort
2010
+ this.ensured = [];
2011
+ this.blocks = [];
2012
+ this.running = false;
2013
+ this.index = 0;
2014
+ this.offset = 0;
2015
+ this.abort = false;
2016
+ };
2017
+
2018
+ jasmine.Queue.prototype.addBefore = function(block, ensure) {
2019
+ if (ensure === jasmine.undefined) {
2020
+ ensure = false;
2021
+ }
2022
+
2023
+ this.blocks.unshift(block);
2024
+ this.ensured.unshift(ensure);
2025
+ };
2026
+
2027
+ jasmine.Queue.prototype.add = function(block, ensure) {
2028
+ if (ensure === jasmine.undefined) {
2029
+ ensure = false;
2030
+ }
2031
+
2032
+ this.blocks.push(block);
2033
+ this.ensured.push(ensure);
2034
+ };
2035
+
2036
+ jasmine.Queue.prototype.insertNext = function(block, ensure) {
2037
+ if (ensure === jasmine.undefined) {
2038
+ ensure = false;
2039
+ }
2040
+
2041
+ this.ensured.splice((this.index + this.offset + 1), 0, ensure);
2042
+ this.blocks.splice((this.index + this.offset + 1), 0, block);
2043
+ this.offset++;
2044
+ };
2045
+
2046
+ jasmine.Queue.prototype.start = function(onComplete) {
2047
+ this.running = true;
2048
+ this.onComplete = onComplete;
2049
+ this.next_();
2050
+ };
2051
+
2052
+ jasmine.Queue.prototype.isRunning = function() {
2053
+ return this.running;
2054
+ };
2055
+
2056
+ jasmine.Queue.LOOP_DONT_RECURSE = true;
2057
+
2058
+ jasmine.Queue.prototype.next_ = function() {
2059
+ var self = this;
2060
+ var goAgain = true;
2061
+
2062
+ while (goAgain) {
2063
+ goAgain = false;
2064
+
2065
+ if (self.index < self.blocks.length && !(this.abort && !this.ensured[self.index])) {
2066
+ var calledSynchronously = true;
2067
+ var completedSynchronously = false;
2068
+
2069
+ var onComplete = function () {
2070
+ if (jasmine.Queue.LOOP_DONT_RECURSE && calledSynchronously) {
2071
+ completedSynchronously = true;
2072
+ return;
2073
+ }
2074
+
2075
+ if (self.blocks[self.index].abort) {
2076
+ self.abort = true;
2077
+ }
2078
+
2079
+ self.offset = 0;
2080
+ self.index++;
2081
+
2082
+ var now = new Date().getTime();
2083
+ if (self.env.updateInterval && now - self.env.lastUpdate > self.env.updateInterval) {
2084
+ self.env.lastUpdate = now;
2085
+ self.env.setTimeout(function() {
2086
+ self.next_();
2087
+ }, 0);
2088
+ } else {
2089
+ if (jasmine.Queue.LOOP_DONT_RECURSE && completedSynchronously) {
2090
+ goAgain = true;
2091
+ } else {
2092
+ self.next_();
2093
+ }
2094
+ }
2095
+ };
2096
+ self.blocks[self.index].execute(onComplete);
2097
+
2098
+ calledSynchronously = false;
2099
+ if (completedSynchronously) {
2100
+ onComplete();
2101
+ }
2102
+
2103
+ } else {
2104
+ self.running = false;
2105
+ if (self.onComplete) {
2106
+ self.onComplete();
2107
+ }
2108
+ }
2109
+ }
2110
+ };
2111
+
2112
+ jasmine.Queue.prototype.results = function() {
2113
+ var results = new jasmine.NestedResults();
2114
+ for (var i = 0; i < this.blocks.length; i++) {
2115
+ if (this.blocks[i].results) {
2116
+ results.addResult(this.blocks[i].results());
2117
+ }
2118
+ }
2119
+ return results;
2120
+ };
2121
+
2122
+
2123
+ /**
2124
+ * Runner
2125
+ *
2126
+ * @constructor
2127
+ * @param {jasmine.Env} env
2128
+ */
2129
+ jasmine.Runner = function(env) {
2130
+ var self = this;
2131
+ self.env = env;
2132
+ self.queue = new jasmine.Queue(env);
2133
+ self.before_ = [];
2134
+ self.after_ = [];
2135
+ self.suites_ = [];
2136
+ };
2137
+
2138
+ jasmine.Runner.prototype.execute = function() {
2139
+ var self = this;
2140
+ if (self.env.reporter.reportRunnerStarting) {
2141
+ self.env.reporter.reportRunnerStarting(this);
2142
+ }
2143
+ self.queue.start(function () {
2144
+ self.finishCallback();
2145
+ });
2146
+ };
2147
+
2148
+ jasmine.Runner.prototype.beforeEach = function(beforeEachFunction) {
2149
+ beforeEachFunction.typeName = 'beforeEach';
2150
+ this.before_.splice(0,0,beforeEachFunction);
2151
+ };
2152
+
2153
+ jasmine.Runner.prototype.afterEach = function(afterEachFunction) {
2154
+ afterEachFunction.typeName = 'afterEach';
2155
+ this.after_.splice(0,0,afterEachFunction);
2156
+ };
2157
+
2158
+
2159
+ jasmine.Runner.prototype.finishCallback = function() {
2160
+ this.env.reporter.reportRunnerResults(this);
2161
+ };
2162
+
2163
+ jasmine.Runner.prototype.addSuite = function(suite) {
2164
+ this.suites_.push(suite);
2165
+ };
2166
+
2167
+ jasmine.Runner.prototype.add = function(block) {
2168
+ if (block instanceof jasmine.Suite) {
2169
+ this.addSuite(block);
2170
+ }
2171
+ this.queue.add(block);
2172
+ };
2173
+
2174
+ jasmine.Runner.prototype.specs = function () {
2175
+ var suites = this.suites();
2176
+ var specs = [];
2177
+ for (var i = 0; i < suites.length; i++) {
2178
+ specs = specs.concat(suites[i].specs());
2179
+ }
2180
+ return specs;
2181
+ };
2182
+
2183
+ jasmine.Runner.prototype.suites = function() {
2184
+ return this.suites_;
2185
+ };
2186
+
2187
+ jasmine.Runner.prototype.topLevelSuites = function() {
2188
+ var topLevelSuites = [];
2189
+ for (var i = 0; i < this.suites_.length; i++) {
2190
+ if (!this.suites_[i].parentSuite) {
2191
+ topLevelSuites.push(this.suites_[i]);
2192
+ }
2193
+ }
2194
+ return topLevelSuites;
2195
+ };
2196
+
2197
+ jasmine.Runner.prototype.results = function() {
2198
+ return this.queue.results();
2199
+ };
2200
+ /**
2201
+ * Internal representation of a Jasmine specification, or test.
2202
+ *
2203
+ * @constructor
2204
+ * @param {jasmine.Env} env
2205
+ * @param {jasmine.Suite} suite
2206
+ * @param {String} description
2207
+ */
2208
+ jasmine.Spec = function(env, suite, description) {
2209
+ if (!env) {
2210
+ throw new Error('jasmine.Env() required');
2211
+ }
2212
+ if (!suite) {
2213
+ throw new Error('jasmine.Suite() required');
2214
+ }
2215
+ var spec = this;
2216
+ spec.id = env.nextSpecId ? env.nextSpecId() : null;
2217
+ spec.env = env;
2218
+ spec.suite = suite;
2219
+ spec.description = description;
2220
+ spec.queue = new jasmine.Queue(env);
2221
+
2222
+ spec.afterCallbacks = [];
2223
+ spec.spies_ = [];
2224
+
2225
+ spec.results_ = new jasmine.NestedResults();
2226
+ spec.results_.description = description;
2227
+ spec.matchersClass = null;
2228
+ };
2229
+
2230
+ jasmine.Spec.prototype.getFullName = function() {
2231
+ return this.suite.getFullName() + ' ' + this.description + '.';
2232
+ };
2233
+
2234
+
2235
+ jasmine.Spec.prototype.results = function() {
2236
+ return this.results_;
2237
+ };
2238
+
2239
+ /**
2240
+ * All parameters are pretty-printed and concatenated together, then written to the spec's output.
2241
+ *
2242
+ * Be careful not to leave calls to <code>jasmine.log</code> in production code.
2243
+ */
2244
+ jasmine.Spec.prototype.log = function() {
2245
+ return this.results_.log(arguments);
2246
+ };
2247
+
2248
+ jasmine.Spec.prototype.runs = function (func) {
2249
+ var block = new jasmine.Block(this.env, func, this);
2250
+ this.addToQueue(block);
2251
+ return this;
2252
+ };
2253
+
2254
+ jasmine.Spec.prototype.addToQueue = function (block) {
2255
+ if (this.queue.isRunning()) {
2256
+ this.queue.insertNext(block);
2257
+ } else {
2258
+ this.queue.add(block);
2259
+ }
2260
+ };
2261
+
2262
+ /**
2263
+ * @param {jasmine.ExpectationResult} result
2264
+ */
2265
+ jasmine.Spec.prototype.addMatcherResult = function(result) {
2266
+ this.results_.addResult(result);
2267
+ };
2268
+
2269
+ jasmine.Spec.prototype.expect = function(actual) {
2270
+ var positive = new (this.getMatchersClass_())(this.env, actual, this);
2271
+ positive.not = new (this.getMatchersClass_())(this.env, actual, this, true);
2272
+ return positive;
2273
+ };
2274
+
2275
+ /**
2276
+ * Waits a fixed time period before moving to the next block.
2277
+ *
2278
+ * @deprecated Use waitsFor() instead
2279
+ * @param {Number} timeout milliseconds to wait
2280
+ */
2281
+ jasmine.Spec.prototype.waits = function(timeout) {
2282
+ var waitsFunc = new jasmine.WaitsBlock(this.env, timeout, this);
2283
+ this.addToQueue(waitsFunc);
2284
+ return this;
2285
+ };
2286
+
2287
+ /**
2288
+ * Waits for the latchFunction to return true before proceeding to the next block.
2289
+ *
2290
+ * @param {Function} latchFunction
2291
+ * @param {String} optional_timeoutMessage
2292
+ * @param {Number} optional_timeout
2293
+ */
2294
+ jasmine.Spec.prototype.waitsFor = function(latchFunction, optional_timeoutMessage, optional_timeout) {
2295
+ var latchFunction_ = null;
2296
+ var optional_timeoutMessage_ = null;
2297
+ var optional_timeout_ = null;
2298
+
2299
+ for (var i = 0; i < arguments.length; i++) {
2300
+ var arg = arguments[i];
2301
+ switch (typeof arg) {
2302
+ case 'function':
2303
+ latchFunction_ = arg;
2304
+ break;
2305
+ case 'string':
2306
+ optional_timeoutMessage_ = arg;
2307
+ break;
2308
+ case 'number':
2309
+ optional_timeout_ = arg;
2310
+ break;
2311
+ }
2312
+ }
2313
+
2314
+ var waitsForFunc = new jasmine.WaitsForBlock(this.env, optional_timeout_, latchFunction_, optional_timeoutMessage_, this);
2315
+ this.addToQueue(waitsForFunc);
2316
+ return this;
2317
+ };
2318
+
2319
+ jasmine.Spec.prototype.fail = function (e) {
2320
+ var expectationResult = new jasmine.ExpectationResult({
2321
+ passed: false,
2322
+ message: e ? jasmine.util.formatException(e) : 'Exception',
2323
+ trace: { stack: e.stack }
2324
+ });
2325
+ this.results_.addResult(expectationResult);
2326
+ };
2327
+
2328
+ jasmine.Spec.prototype.getMatchersClass_ = function() {
2329
+ return this.matchersClass || this.env.matchersClass;
2330
+ };
2331
+
2332
+ jasmine.Spec.prototype.addMatchers = function(matchersPrototype) {
2333
+ var parent = this.getMatchersClass_();
2334
+ var newMatchersClass = function() {
2335
+ parent.apply(this, arguments);
2336
+ };
2337
+ jasmine.util.inherit(newMatchersClass, parent);
2338
+ jasmine.Matchers.wrapInto_(matchersPrototype, newMatchersClass);
2339
+ this.matchersClass = newMatchersClass;
2340
+ };
2341
+
2342
+ jasmine.Spec.prototype.finishCallback = function() {
2343
+ this.env.reporter.reportSpecResults(this);
2344
+ };
2345
+
2346
+ jasmine.Spec.prototype.finish = function(onComplete) {
2347
+ this.removeAllSpies();
2348
+ this.finishCallback();
2349
+ if (onComplete) {
2350
+ onComplete();
2351
+ }
2352
+ };
2353
+
2354
+ jasmine.Spec.prototype.after = function(doAfter) {
2355
+ if (this.queue.isRunning()) {
2356
+ this.queue.add(new jasmine.Block(this.env, doAfter, this), true);
2357
+ } else {
2358
+ this.afterCallbacks.unshift(doAfter);
2359
+ }
2360
+ };
2361
+
2362
+ jasmine.Spec.prototype.execute = function(onComplete) {
2363
+ var spec = this;
2364
+ if (!spec.env.specFilter(spec)) {
2365
+ spec.results_.skipped = true;
2366
+ spec.finish(onComplete);
2367
+ return;
2368
+ }
2369
+
2370
+ this.env.reporter.reportSpecStarting(this);
2371
+
2372
+ spec.env.currentSpec = spec;
2373
+
2374
+ spec.addBeforesAndAftersToQueue();
2375
+
2376
+ spec.queue.start(function () {
2377
+ spec.finish(onComplete);
2378
+ });
2379
+ };
2380
+
2381
+ jasmine.Spec.prototype.addBeforesAndAftersToQueue = function() {
2382
+ var runner = this.env.currentRunner();
2383
+ var i;
2384
+
2385
+ for (var suite = this.suite; suite; suite = suite.parentSuite) {
2386
+ for (i = 0; i < suite.before_.length; i++) {
2387
+ this.queue.addBefore(new jasmine.Block(this.env, suite.before_[i], this));
2388
+ }
2389
+ }
2390
+ for (i = 0; i < runner.before_.length; i++) {
2391
+ this.queue.addBefore(new jasmine.Block(this.env, runner.before_[i], this));
2392
+ }
2393
+ for (i = 0; i < this.afterCallbacks.length; i++) {
2394
+ this.queue.add(new jasmine.Block(this.env, this.afterCallbacks[i], this), true);
2395
+ }
2396
+ for (suite = this.suite; suite; suite = suite.parentSuite) {
2397
+ for (i = 0; i < suite.after_.length; i++) {
2398
+ this.queue.add(new jasmine.Block(this.env, suite.after_[i], this), true);
2399
+ }
2400
+ }
2401
+ for (i = 0; i < runner.after_.length; i++) {
2402
+ this.queue.add(new jasmine.Block(this.env, runner.after_[i], this), true);
2403
+ }
2404
+ };
2405
+
2406
+ jasmine.Spec.prototype.explodes = function() {
2407
+ throw 'explodes function should not have been called';
2408
+ };
2409
+
2410
+ jasmine.Spec.prototype.spyOn = function(obj, methodName, ignoreMethodDoesntExist) {
2411
+ if (obj == jasmine.undefined) {
2412
+ throw "spyOn could not find an object to spy upon for " + methodName + "()";
2413
+ }
2414
+
2415
+ if (!ignoreMethodDoesntExist && obj[methodName] === jasmine.undefined) {
2416
+ throw methodName + '() method does not exist';
2417
+ }
2418
+
2419
+ if (!ignoreMethodDoesntExist && obj[methodName] && obj[methodName].isSpy) {
2420
+ throw new Error(methodName + ' has already been spied upon');
2421
+ }
2422
+
2423
+ var spyObj = jasmine.createSpy(methodName);
2424
+
2425
+ this.spies_.push(spyObj);
2426
+ spyObj.baseObj = obj;
2427
+ spyObj.methodName = methodName;
2428
+ spyObj.originalValue = obj[methodName];
2429
+
2430
+ obj[methodName] = spyObj;
2431
+
2432
+ return spyObj;
2433
+ };
2434
+
2435
+ jasmine.Spec.prototype.removeAllSpies = function() {
2436
+ for (var i = 0; i < this.spies_.length; i++) {
2437
+ var spy = this.spies_[i];
2438
+ spy.baseObj[spy.methodName] = spy.originalValue;
2439
+ }
2440
+ this.spies_ = [];
2441
+ };
2442
+
2443
+ /**
2444
+ * Internal representation of a Jasmine suite.
2445
+ *
2446
+ * @constructor
2447
+ * @param {jasmine.Env} env
2448
+ * @param {String} description
2449
+ * @param {Function} specDefinitions
2450
+ * @param {jasmine.Suite} parentSuite
2451
+ */
2452
+ jasmine.Suite = function(env, description, specDefinitions, parentSuite) {
2453
+ var self = this;
2454
+ self.id = env.nextSuiteId ? env.nextSuiteId() : null;
2455
+ self.description = description;
2456
+ self.queue = new jasmine.Queue(env);
2457
+ self.parentSuite = parentSuite;
2458
+ self.env = env;
2459
+ self.before_ = [];
2460
+ self.after_ = [];
2461
+ self.children_ = [];
2462
+ self.suites_ = [];
2463
+ self.specs_ = [];
2464
+ };
2465
+
2466
+ jasmine.Suite.prototype.getFullName = function() {
2467
+ var fullName = this.description;
2468
+ for (var parentSuite = this.parentSuite; parentSuite; parentSuite = parentSuite.parentSuite) {
2469
+ fullName = parentSuite.description + ' ' + fullName;
2470
+ }
2471
+ return fullName;
2472
+ };
2473
+
2474
+ jasmine.Suite.prototype.finish = function(onComplete) {
2475
+ this.env.reporter.reportSuiteResults(this);
2476
+ this.finished = true;
2477
+ if (typeof(onComplete) == 'function') {
2478
+ onComplete();
2479
+ }
2480
+ };
2481
+
2482
+ jasmine.Suite.prototype.beforeEach = function(beforeEachFunction) {
2483
+ beforeEachFunction.typeName = 'beforeEach';
2484
+ this.before_.unshift(beforeEachFunction);
2485
+ };
2486
+
2487
+ jasmine.Suite.prototype.afterEach = function(afterEachFunction) {
2488
+ afterEachFunction.typeName = 'afterEach';
2489
+ this.after_.unshift(afterEachFunction);
2490
+ };
2491
+
2492
+ jasmine.Suite.prototype.results = function() {
2493
+ return this.queue.results();
2494
+ };
2495
+
2496
+ jasmine.Suite.prototype.add = function(suiteOrSpec) {
2497
+ this.children_.push(suiteOrSpec);
2498
+ if (suiteOrSpec instanceof jasmine.Suite) {
2499
+ this.suites_.push(suiteOrSpec);
2500
+ this.env.currentRunner().addSuite(suiteOrSpec);
2501
+ } else {
2502
+ this.specs_.push(suiteOrSpec);
2503
+ }
2504
+ this.queue.add(suiteOrSpec);
2505
+ };
2506
+
2507
+ jasmine.Suite.prototype.specs = function() {
2508
+ return this.specs_;
2509
+ };
2510
+
2511
+ jasmine.Suite.prototype.suites = function() {
2512
+ return this.suites_;
2513
+ };
2514
+
2515
+ jasmine.Suite.prototype.children = function() {
2516
+ return this.children_;
2517
+ };
2518
+
2519
+ jasmine.Suite.prototype.execute = function(onComplete) {
2520
+ var self = this;
2521
+ this.queue.start(function () {
2522
+ self.finish(onComplete);
2523
+ });
2524
+ };
2525
+ jasmine.WaitsBlock = function(env, timeout, spec) {
2526
+ this.timeout = timeout;
2527
+ jasmine.Block.call(this, env, null, spec);
2528
+ };
2529
+
2530
+ jasmine.util.inherit(jasmine.WaitsBlock, jasmine.Block);
2531
+
2532
+ jasmine.WaitsBlock.prototype.execute = function (onComplete) {
2533
+ if (jasmine.VERBOSE) {
2534
+ this.env.reporter.log('>> Jasmine waiting for ' + this.timeout + ' ms...');
2535
+ }
2536
+ this.env.setTimeout(function () {
2537
+ onComplete();
2538
+ }, this.timeout);
2539
+ };
2540
+ /**
2541
+ * A block which waits for some condition to become true, with timeout.
2542
+ *
2543
+ * @constructor
2544
+ * @extends jasmine.Block
2545
+ * @param {jasmine.Env} env The Jasmine environment.
2546
+ * @param {Number} timeout The maximum time in milliseconds to wait for the condition to become true.
2547
+ * @param {Function} latchFunction A function which returns true when the desired condition has been met.
2548
+ * @param {String} message The message to display if the desired condition hasn't been met within the given time period.
2549
+ * @param {jasmine.Spec} spec The Jasmine spec.
2550
+ */
2551
+ jasmine.WaitsForBlock = function(env, timeout, latchFunction, message, spec) {
2552
+ this.timeout = timeout || env.defaultTimeoutInterval;
2553
+ this.latchFunction = latchFunction;
2554
+ this.message = message;
2555
+ this.totalTimeSpentWaitingForLatch = 0;
2556
+ jasmine.Block.call(this, env, null, spec);
2557
+ };
2558
+ jasmine.util.inherit(jasmine.WaitsForBlock, jasmine.Block);
2559
+
2560
+ jasmine.WaitsForBlock.TIMEOUT_INCREMENT = 10;
2561
+
2562
+ jasmine.WaitsForBlock.prototype.execute = function(onComplete) {
2563
+ if (jasmine.VERBOSE) {
2564
+ this.env.reporter.log('>> Jasmine waiting for ' + (this.message || 'something to happen'));
2565
+ }
2566
+ var latchFunctionResult;
2567
+ try {
2568
+ latchFunctionResult = this.latchFunction.apply(this.spec);
2569
+ } catch (e) {
2570
+ this.spec.fail(e);
2571
+ onComplete();
2572
+ return;
2573
+ }
2574
+
2575
+ if (latchFunctionResult) {
2576
+ onComplete();
2577
+ } else if (this.totalTimeSpentWaitingForLatch >= this.timeout) {
2578
+ var message = 'timed out after ' + this.timeout + ' msec waiting for ' + (this.message || 'something to happen');
2579
+ this.spec.fail({
2580
+ name: 'timeout',
2581
+ message: message
2582
+ });
2583
+
2584
+ this.abort = true;
2585
+ onComplete();
2586
+ } else {
2587
+ this.totalTimeSpentWaitingForLatch += jasmine.WaitsForBlock.TIMEOUT_INCREMENT;
2588
+ var self = this;
2589
+ this.env.setTimeout(function() {
2590
+ self.execute(onComplete);
2591
+ }, jasmine.WaitsForBlock.TIMEOUT_INCREMENT);
2592
+ }
2593
+ };
2594
+
2595
+ jasmine.version_= {
2596
+ "major": 1,
2597
+ "minor": 3,
2598
+ "build": 1,
2599
+ "revision": 1354556913
2600
+ };