compost-jekyll-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +16 -0
  3. data/LICENSE.txt +202 -0
  4. data/README.md +70 -0
  5. data/_data/components.yml +21 -0
  6. data/_data/en.yml +23 -0
  7. data/_data/es.yml +19 -0
  8. data/_data/full_width_components.yml +5 -0
  9. data/_data/layouts/about.yml +108 -0
  10. data/_data/layouts/author.yml +62 -0
  11. data/_data/layouts/back_cover.yml +101 -0
  12. data/_data/layouts/button.yml +34 -0
  13. data/_data/layouts/button_copy.yml +34 -0
  14. data/_data/layouts/footer.yml +90 -0
  15. data/_data/layouts/front_cover.yml +91 -0
  16. data/_data/layouts/goal.yml +63 -0
  17. data/_data/layouts/menu.yml +35 -0
  18. data/_data/layouts/post.yml +110 -0
  19. data/_data/layouts/support.yml +78 -0
  20. data/_data/layouts/supporter.yml +50 -0
  21. data/_data/layouts/theme.yml +267 -0
  22. data/_data/manifest.json +1314 -0
  23. data/_data/theme.yml +184 -0
  24. data/_data/theme.yml.html +143 -0
  25. data/_includes/author_block.html +22 -0
  26. data/_includes/biography.html +10 -0
  27. data/_includes/btn_header.html +14 -0
  28. data/_includes/buttons/with_copy.html +24 -0
  29. data/_includes/buttons/with_link.html +17 -0
  30. data/_includes/card_horizontal.html +27 -0
  31. data/_includes/cover_post/generic.html +34 -0
  32. data/_includes/cover_post/home.html +23 -0
  33. data/_includes/cover_post/menu.html +19 -0
  34. data/_includes/device_detector.html +30 -0
  35. data/_includes/embed_responsive.html +16 -0
  36. data/_includes/footer.html +32 -0
  37. data/_includes/goal.html +28 -0
  38. data/_includes/header.html +24 -0
  39. data/_includes/header_toggler.html +84 -0
  40. data/_includes/headings/generic.html +14 -0
  41. data/_includes/headings/h1.html +9 -0
  42. data/_includes/headings/h2.html +9 -0
  43. data/_includes/headings/h3.html +9 -0
  44. data/_includes/headings/with_link.html +15 -0
  45. data/_includes/image_supporter.html +13 -0
  46. data/_includes/image_with_link.html +22 -0
  47. data/_includes/license_block.html +15 -0
  48. data/_includes/menu_close.html +11 -0
  49. data/_includes/menu_item.html +10 -0
  50. data/_includes/menu_open.html +11 -0
  51. data/_includes/navigation_post.html +39 -0
  52. data/_includes/picture.html +25 -0
  53. data/_includes/script.html +5 -0
  54. data/_includes/svg/copy-icon.svg +1 -0
  55. data/_includes/svg/done-icon.svg +1 -0
  56. data/_includes/svg/menu.svg +9 -0
  57. data/_includes/svg/x.svg +3 -0
  58. data/_includes/text_link.html +12 -0
  59. data/_includes/theme/author_block.html +3 -0
  60. data/_includes/theme/biography.html +5 -0
  61. data/_includes/theme/btn_header.html +6 -0
  62. data/_includes/theme/button_with_copy.html +1 -0
  63. data/_includes/theme/button_with_link.html +5 -0
  64. data/_includes/theme/card_horizontal.html +18 -0
  65. data/_includes/theme/colors.html +14 -0
  66. data/_includes/theme/content.html +41 -0
  67. data/_includes/theme/cover_post.html +19 -0
  68. data/_includes/theme/embed_responsive.html +10 -0
  69. data/_includes/theme/font_sizes.html +18 -0
  70. data/_includes/theme/footer.html +49 -0
  71. data/_includes/theme/goal.html +5 -0
  72. data/_includes/theme/header_close.html +18 -0
  73. data/_includes/theme/header_open.html +18 -0
  74. data/_includes/theme/header_toggler.html +11 -0
  75. data/_includes/theme/image_supporter.html +5 -0
  76. data/_includes/theme/image_with_link.html +4 -0
  77. data/_includes/theme/letter_spacing.html +3 -0
  78. data/_includes/theme/license_block.html +1 -0
  79. data/_includes/theme/menu_item.html +7 -0
  80. data/_includes/theme/navigation_post.html +17 -0
  81. data/_includes/theme/picture.html +5 -0
  82. data/_includes/toggler/toggler.html +21 -0
  83. data/_includes/toggler/toggler_label.html +21 -0
  84. data/_includes/toggler/toggler_related.html +23 -0
  85. data/_layouts/about.html +9 -0
  86. data/_layouts/back_cover.html +68 -0
  87. data/_layouts/default.html +52 -0
  88. data/_layouts/default_with_menu.html +24 -0
  89. data/_layouts/home.html +35 -0
  90. data/_layouts/post.html +58 -0
  91. data/_layouts/support.html +45 -0
  92. data/_layouts/theme.html +60 -0
  93. data/_sass/content.scss +93 -0
  94. data/_sass/open_sans.scss +80 -0
  95. data/_sass/open_sans_wght_700.scss +80 -0
  96. data/_sass/roboto_mono_ital_wght_0_400_0_700_1_400_1_700.scss +28 -0
  97. data/_sass/source_serif_4_ital_wght_0_400_0_700_1_400_1_700.scss +28 -0
  98. data/_sass/toggler.scss +20 -0
  99. data/_sass/utilities.scss +245 -0
  100. data/_sass/work_sans_ital_wght_1_300.scss +7 -0
  101. data/assets/css/styles.scss +23 -0
  102. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2 +0 -0
  103. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVIGxA.woff2 +0 -0
  104. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVIGxA.woff2 +0 -0
  105. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVIGxA.woff2 +0 -0
  106. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVIGxA.woff2 +0 -0
  107. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVIGxA.woff2 +0 -0
  108. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2 +0 -0
  109. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVIGxA.woff2 +0 -0
  110. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2 +0 -0
  111. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2 +0 -0
  112. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2 +0 -0
  113. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2 +0 -0
  114. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2 +0 -0
  115. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2 +0 -0
  116. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2 +0 -0
  117. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2 +0 -0
  118. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9-subset.woff2 +0 -0
  119. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9.ttf +0 -0
  120. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9-subset.woff2 +0 -0
  121. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9.ttf +0 -0
  122. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw-subset.woff2 +0 -0
  123. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw.ttf +0 -0
  124. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw-subset.woff2 +0 -0
  125. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw.ttf +0 -0
  126. data/assets/fonts/sourceserif4/SourceSerif4-Bold.ttf.woff2 +3 -0
  127. data/assets/fonts/sourceserif4/SourceSerif4-BoldIt.ttf.woff2 +3 -0
  128. data/assets/fonts/sourceserif4/SourceSerif4-It.ttf.woff2 +3 -0
  129. data/assets/fonts/sourceserif4/SourceSerif4-Regular.ttf.woff2 +3 -0
  130. data/assets/fonts/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJow-subset.woff2 +0 -0
  131. data/assets/fonts/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJow.ttf +0 -0
  132. data/assets/js/env.js +8 -0
  133. data/assets/js/pack.K7EEKFVP.js +40 -0
  134. data/assets/js/pack.K7EEKFVP.js.map +7 -0
  135. metadata +457 -0
@@ -0,0 +1,1314 @@
1
+ {
2
+ "inputs": {
3
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/trim.js": {
4
+ "bytes": 194,
5
+ "imports": []
6
+ },
7
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js": {
8
+ "bytes": 1434,
9
+ "imports": [
10
+ {
11
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/trim.js",
12
+ "kind": "require-call"
13
+ }
14
+ ]
15
+ },
16
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js": {
17
+ "bytes": 441,
18
+ "imports": []
19
+ },
20
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/memory-cache.js": {
21
+ "bytes": 410,
22
+ "imports": []
23
+ },
24
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js": {
25
+ "bytes": 848,
26
+ "imports": [
27
+ {
28
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/memory-cache.js",
29
+ "kind": "require-call"
30
+ }
31
+ ]
32
+ },
33
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/browsers.json": {
34
+ "bytes": 59065,
35
+ "imports": []
36
+ },
37
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/browser_engine.json": {
38
+ "bytes": 887,
39
+ "imports": []
40
+ },
41
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/fixtures/available-browsers.json": {
42
+ "bytes": 7886,
43
+ "imports": []
44
+ },
45
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/fixtures/mobile-only-browsers.json": {
46
+ "bytes": 345,
47
+ "imports": []
48
+ },
49
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/browser.js": {
50
+ "bytes": 3932,
51
+ "imports": [
52
+ {
53
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
54
+ "kind": "require-call"
55
+ },
56
+ {
57
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
58
+ "kind": "require-call"
59
+ },
60
+ {
61
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
62
+ "kind": "require-call"
63
+ },
64
+ {
65
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/browsers.json",
66
+ "kind": "require-call"
67
+ },
68
+ {
69
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/browser_engine.json",
70
+ "kind": "require-call"
71
+ },
72
+ {
73
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/fixtures/available-browsers.json",
74
+ "kind": "require-call"
75
+ },
76
+ {
77
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/fixtures/mobile-only-browsers.json",
78
+ "kind": "require-call"
79
+ }
80
+ ]
81
+ },
82
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/mobile_apps.json": {
83
+ "bytes": 14359,
84
+ "imports": []
85
+ },
86
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/mobile-apps.js": {
87
+ "bytes": 1494,
88
+ "imports": [
89
+ {
90
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/mobile_apps.json",
91
+ "kind": "require-call"
92
+ },
93
+ {
94
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
95
+ "kind": "require-call"
96
+ },
97
+ {
98
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
99
+ "kind": "require-call"
100
+ },
101
+ {
102
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
103
+ "kind": "require-call"
104
+ }
105
+ ]
106
+ },
107
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/feed_readers.json": {
108
+ "bytes": 4635,
109
+ "imports": []
110
+ },
111
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/feed-readers.js": {
112
+ "bytes": 1574,
113
+ "imports": [
114
+ {
115
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/feed_readers.json",
116
+ "kind": "require-call"
117
+ },
118
+ {
119
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
120
+ "kind": "require-call"
121
+ },
122
+ {
123
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
124
+ "kind": "require-call"
125
+ },
126
+ {
127
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
128
+ "kind": "require-call"
129
+ }
130
+ ]
131
+ },
132
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/libraries.json": {
133
+ "bytes": 4410,
134
+ "imports": []
135
+ },
136
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/libraries.js": {
137
+ "bytes": 1546,
138
+ "imports": [
139
+ {
140
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/libraries.json",
141
+ "kind": "require-call"
142
+ },
143
+ {
144
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
145
+ "kind": "require-call"
146
+ },
147
+ {
148
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
149
+ "kind": "require-call"
150
+ },
151
+ {
152
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
153
+ "kind": "require-call"
154
+ }
155
+ ]
156
+ },
157
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/mediaplayers.json": {
158
+ "bytes": 2921,
159
+ "imports": []
160
+ },
161
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/media-players.js": {
162
+ "bytes": 1511,
163
+ "imports": [
164
+ {
165
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/mediaplayers.json",
166
+ "kind": "require-call"
167
+ },
168
+ {
169
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
170
+ "kind": "require-call"
171
+ },
172
+ {
173
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
174
+ "kind": "require-call"
175
+ },
176
+ {
177
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
178
+ "kind": "require-call"
179
+ }
180
+ ]
181
+ },
182
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/pim.json": {
183
+ "bytes": 1670,
184
+ "imports": []
185
+ },
186
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/personal-information-managers.js": {
187
+ "bytes": 1590,
188
+ "imports": [
189
+ {
190
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/pim.json",
191
+ "kind": "require-call"
192
+ },
193
+ {
194
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
195
+ "kind": "require-call"
196
+ },
197
+ {
198
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
199
+ "kind": "require-call"
200
+ },
201
+ {
202
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
203
+ "kind": "require-call"
204
+ }
205
+ ]
206
+ },
207
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/index.js": {
208
+ "bytes": 1402,
209
+ "imports": [
210
+ {
211
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/browser.js",
212
+ "kind": "require-call"
213
+ },
214
+ {
215
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/mobile-apps.js",
216
+ "kind": "require-call"
217
+ },
218
+ {
219
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/feed-readers.js",
220
+ "kind": "require-call"
221
+ },
222
+ {
223
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/libraries.js",
224
+ "kind": "require-call"
225
+ },
226
+ {
227
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/media-players.js",
228
+ "kind": "require-call"
229
+ },
230
+ {
231
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/personal-information-managers.js",
232
+ "kind": "require-call"
233
+ }
234
+ ]
235
+ },
236
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/cameras.json": {
237
+ "bytes": 791,
238
+ "imports": []
239
+ },
240
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/cameras.js": {
241
+ "bytes": 1730,
242
+ "imports": [
243
+ {
244
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/cameras.json",
245
+ "kind": "require-call"
246
+ },
247
+ {
248
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
249
+ "kind": "require-call"
250
+ },
251
+ {
252
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
253
+ "kind": "require-call"
254
+ }
255
+ ]
256
+ },
257
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/mobiles.json": {
258
+ "bytes": 1072666,
259
+ "imports": []
260
+ },
261
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/model.js": {
262
+ "bytes": 268,
263
+ "imports": []
264
+ },
265
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/mobiles.js": {
266
+ "bytes": 2607,
267
+ "imports": [
268
+ {
269
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/mobiles.json",
270
+ "kind": "require-call"
271
+ },
272
+ {
273
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
274
+ "kind": "require-call"
275
+ },
276
+ {
277
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
278
+ "kind": "require-call"
279
+ },
280
+ {
281
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/model.js",
282
+ "kind": "require-call"
283
+ }
284
+ ]
285
+ },
286
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/televisions.json": {
287
+ "bytes": 19013,
288
+ "imports": []
289
+ },
290
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/televisions.js": {
291
+ "bytes": 2092,
292
+ "imports": [
293
+ {
294
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/televisions.json",
295
+ "kind": "require-call"
296
+ },
297
+ {
298
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
299
+ "kind": "require-call"
300
+ },
301
+ {
302
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
303
+ "kind": "require-call"
304
+ },
305
+ {
306
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/model.js",
307
+ "kind": "require-call"
308
+ }
309
+ ]
310
+ },
311
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/car_browsers.json": {
312
+ "bytes": 787,
313
+ "imports": []
314
+ },
315
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/cars.js": {
316
+ "bytes": 1393,
317
+ "imports": [
318
+ {
319
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/car_browsers.json",
320
+ "kind": "require-call"
321
+ },
322
+ {
323
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
324
+ "kind": "require-call"
325
+ },
326
+ {
327
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
328
+ "kind": "require-call"
329
+ }
330
+ ]
331
+ },
332
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/consoles.json": {
333
+ "bytes": 1246,
334
+ "imports": []
335
+ },
336
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/consoles.js": {
337
+ "bytes": 1785,
338
+ "imports": [
339
+ {
340
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/consoles.json",
341
+ "kind": "require-call"
342
+ },
343
+ {
344
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
345
+ "kind": "require-call"
346
+ },
347
+ {
348
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
349
+ "kind": "require-call"
350
+ }
351
+ ]
352
+ },
353
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/notebooks.json": {
354
+ "bytes": 5059,
355
+ "imports": []
356
+ },
357
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/notebooks.js": {
358
+ "bytes": 1893,
359
+ "imports": [
360
+ {
361
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/notebooks.json",
362
+ "kind": "require-call"
363
+ },
364
+ {
365
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
366
+ "kind": "require-call"
367
+ },
368
+ {
369
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
370
+ "kind": "require-call"
371
+ },
372
+ {
373
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/model.js",
374
+ "kind": "require-call"
375
+ }
376
+ ]
377
+ },
378
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/portable_media_player.json": {
379
+ "bytes": 2866,
380
+ "imports": []
381
+ },
382
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/portable-media-players.js": {
383
+ "bytes": 1922,
384
+ "imports": [
385
+ {
386
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/portable_media_player.json",
387
+ "kind": "require-call"
388
+ },
389
+ {
390
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
391
+ "kind": "require-call"
392
+ },
393
+ {
394
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
395
+ "kind": "require-call"
396
+ }
397
+ ]
398
+ },
399
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/index.js": {
400
+ "bytes": 1274,
401
+ "imports": [
402
+ {
403
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/cameras.js",
404
+ "kind": "require-call"
405
+ },
406
+ {
407
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/mobiles.js",
408
+ "kind": "require-call"
409
+ },
410
+ {
411
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/televisions.js",
412
+ "kind": "require-call"
413
+ },
414
+ {
415
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/cars.js",
416
+ "kind": "require-call"
417
+ },
418
+ {
419
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/consoles.js",
420
+ "kind": "require-call"
421
+ },
422
+ {
423
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/notebooks.js",
424
+ "kind": "require-call"
425
+ },
426
+ {
427
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/portable-media-players.js",
428
+ "kind": "require-call"
429
+ }
430
+ ]
431
+ },
432
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/oss.json": {
433
+ "bytes": 31130,
434
+ "imports": []
435
+ },
436
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/operating-system/fixtures/operating-system.json": {
437
+ "bytes": 3692,
438
+ "imports": []
439
+ },
440
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/operating-system/index.js": {
441
+ "bytes": 3430,
442
+ "imports": [
443
+ {
444
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/oss.json",
445
+ "kind": "require-call"
446
+ },
447
+ {
448
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js",
449
+ "kind": "require-call"
450
+ },
451
+ {
452
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js",
453
+ "kind": "require-call"
454
+ },
455
+ {
456
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
457
+ "kind": "require-call"
458
+ },
459
+ {
460
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/operating-system/fixtures/operating-system.json",
461
+ "kind": "require-call"
462
+ }
463
+ ]
464
+ },
465
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/vendorfragments.json": {
466
+ "bytes": 1101,
467
+ "imports": []
468
+ },
469
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/vendor-fragment/index.js": {
470
+ "bytes": 913,
471
+ "imports": [
472
+ {
473
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/vendorfragments.json",
474
+ "kind": "require-call"
475
+ },
476
+ {
477
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
478
+ "kind": "require-call"
479
+ }
480
+ ]
481
+ },
482
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/bots.json": {
483
+ "bytes": 82227,
484
+ "imports": []
485
+ },
486
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/bot/index.js": {
487
+ "bytes": 1201,
488
+ "imports": [
489
+ {
490
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/bots.json",
491
+ "kind": "require-call"
492
+ },
493
+ {
494
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
495
+ "kind": "require-call"
496
+ }
497
+ ]
498
+ },
499
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version-compare.js": {
500
+ "bytes": 3894,
501
+ "imports": []
502
+ },
503
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/index.js": {
504
+ "bytes": 11657,
505
+ "imports": [
506
+ {
507
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/index.js",
508
+ "kind": "require-call"
509
+ },
510
+ {
511
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/index.js",
512
+ "kind": "require-call"
513
+ },
514
+ {
515
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/operating-system/index.js",
516
+ "kind": "require-call"
517
+ },
518
+ {
519
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/vendor-fragment/index.js",
520
+ "kind": "require-call"
521
+ },
522
+ {
523
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/browser.js",
524
+ "kind": "require-call"
525
+ },
526
+ {
527
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/bot/index.js",
528
+ "kind": "require-call"
529
+ },
530
+ {
531
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js",
532
+ "kind": "require-call"
533
+ },
534
+ {
535
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version-compare.js",
536
+ "kind": "require-call"
537
+ }
538
+ ]
539
+ },
540
+ "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/finally.js": {
541
+ "bytes": 499,
542
+ "imports": []
543
+ },
544
+ "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/allSettled.js": {
545
+ "bytes": 1221,
546
+ "imports": []
547
+ },
548
+ "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/index.js": {
549
+ "bytes": 6028,
550
+ "imports": [
551
+ {
552
+ "path": "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/finally.js",
553
+ "kind": "import-statement"
554
+ },
555
+ {
556
+ "path": "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/allSettled.js",
557
+ "kind": "import-statement"
558
+ }
559
+ ]
560
+ },
561
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/jsonify_notice.js": {
562
+ "bytes": 6886,
563
+ "imports": []
564
+ },
565
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/metrics.js": {
566
+ "bytes": 2929,
567
+ "imports": []
568
+ },
569
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/scope.js": {
570
+ "bytes": 2654,
571
+ "imports": [
572
+ {
573
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/metrics.js",
574
+ "kind": "import-statement"
575
+ }
576
+ ]
577
+ },
578
+ "node_modules/.pnpm/stackframe@1.3.4/node_modules/stackframe/stackframe.js": {
579
+ "bytes": 4944,
580
+ "imports": []
581
+ },
582
+ "node_modules/.pnpm/error-stack-parser@2.1.4/node_modules/error-stack-parser/error-stack-parser.js": {
583
+ "bytes": 8713,
584
+ "imports": [
585
+ {
586
+ "path": "node_modules/.pnpm/stackframe@1.3.4/node_modules/stackframe/stackframe.js",
587
+ "kind": "require-call"
588
+ }
589
+ ]
590
+ },
591
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/processor/esp.js": {
592
+ "bytes": 1628,
593
+ "imports": [
594
+ {
595
+ "path": "node_modules/.pnpm/error-stack-parser@2.1.4/node_modules/error-stack-parser/error-stack-parser.js",
596
+ "kind": "import-statement"
597
+ }
598
+ ]
599
+ },
600
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/angular_message.js": {
601
+ "bytes": 443,
602
+ "imports": []
603
+ },
604
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/debounce.js": {
605
+ "bytes": 487,
606
+ "imports": []
607
+ },
608
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/ignore_noise.js": {
609
+ "bytes": 510,
610
+ "imports": []
611
+ },
612
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/uncaught_message.js": {
613
+ "bytes": 450,
614
+ "imports": []
615
+ },
616
+ "node_modules/.pnpm/cross-fetch@3.1.5/node_modules/cross-fetch/dist/browser-ponyfill.js": {
617
+ "bytes": 15491,
618
+ "imports": []
619
+ },
620
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/api.js": {
621
+ "bytes": 202,
622
+ "imports": []
623
+ },
624
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/fetch.js": {
625
+ "bytes": 1662,
626
+ "imports": [
627
+ {
628
+ "path": "node_modules/.pnpm/cross-fetch@3.1.5/node_modules/cross-fetch/dist/browser-ponyfill.js",
629
+ "kind": "import-statement"
630
+ },
631
+ {
632
+ "path": "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/index.js",
633
+ "kind": "import-statement"
634
+ },
635
+ {
636
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/api.js",
637
+ "kind": "import-statement"
638
+ }
639
+ ]
640
+ },
641
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/node.js": {
642
+ "bytes": 2929,
643
+ "imports": [
644
+ {
645
+ "path": "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/index.js",
646
+ "kind": "import-statement"
647
+ },
648
+ {
649
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/api.js",
650
+ "kind": "import-statement"
651
+ }
652
+ ]
653
+ },
654
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/index.js": {
655
+ "bytes": 288,
656
+ "imports": [
657
+ {
658
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/fetch.js",
659
+ "kind": "import-statement"
660
+ },
661
+ {
662
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/node.js",
663
+ "kind": "import-statement"
664
+ }
665
+ ]
666
+ },
667
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/treebase.js": {
668
+ "bytes": 5597,
669
+ "imports": []
670
+ },
671
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/rbtree.js": {
672
+ "bytes": 5456,
673
+ "imports": [
674
+ {
675
+ "path": "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/treebase.js",
676
+ "kind": "require-call"
677
+ }
678
+ ]
679
+ },
680
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/bintree.js": {
681
+ "bytes": 2211,
682
+ "imports": [
683
+ {
684
+ "path": "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/treebase.js",
685
+ "kind": "require-call"
686
+ }
687
+ ]
688
+ },
689
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/index.js": {
690
+ "bytes": 97,
691
+ "imports": [
692
+ {
693
+ "path": "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/rbtree.js",
694
+ "kind": "require-call"
695
+ },
696
+ {
697
+ "path": "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/bintree.js",
698
+ "kind": "require-call"
699
+ }
700
+ ]
701
+ },
702
+ "node_modules/.pnpm/tdigest@0.1.2/node_modules/tdigest/tdigest.js": {
703
+ "bytes": 13370,
704
+ "imports": [
705
+ {
706
+ "path": "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/index.js",
707
+ "kind": "require-call"
708
+ }
709
+ ]
710
+ },
711
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/tdshared.js": {
712
+ "bytes": 2873,
713
+ "imports": [
714
+ {
715
+ "path": "node_modules/.pnpm/tdigest@0.1.2/node_modules/tdigest/tdigest.js",
716
+ "kind": "require-call"
717
+ }
718
+ ]
719
+ },
720
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queries.js": {
721
+ "bytes": 3444,
722
+ "imports": [
723
+ {
724
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/index.js",
725
+ "kind": "import-statement"
726
+ },
727
+ {
728
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/tdshared.js",
729
+ "kind": "import-statement"
730
+ }
731
+ ]
732
+ },
733
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queues.js": {
734
+ "bytes": 3631,
735
+ "imports": [
736
+ {
737
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/index.js",
738
+ "kind": "import-statement"
739
+ },
740
+ {
741
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/metrics.js",
742
+ "kind": "import-statement"
743
+ },
744
+ {
745
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/tdshared.js",
746
+ "kind": "import-statement"
747
+ }
748
+ ]
749
+ },
750
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/routes.js": {
751
+ "bytes": 6768,
752
+ "imports": [
753
+ {
754
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/index.js",
755
+ "kind": "import-statement"
756
+ },
757
+ {
758
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/metrics.js",
759
+ "kind": "import-statement"
760
+ },
761
+ {
762
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/tdshared.js",
763
+ "kind": "import-statement"
764
+ }
765
+ ]
766
+ },
767
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/version.js": {
768
+ "bytes": 222,
769
+ "imports": []
770
+ },
771
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/base_notifier.js": {
772
+ "bytes": 9147,
773
+ "imports": [
774
+ {
775
+ "path": "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/index.js",
776
+ "kind": "import-statement"
777
+ },
778
+ {
779
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/jsonify_notice.js",
780
+ "kind": "import-statement"
781
+ },
782
+ {
783
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/scope.js",
784
+ "kind": "import-statement"
785
+ },
786
+ {
787
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/processor/esp.js",
788
+ "kind": "import-statement"
789
+ },
790
+ {
791
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/angular_message.js",
792
+ "kind": "import-statement"
793
+ },
794
+ {
795
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/debounce.js",
796
+ "kind": "import-statement"
797
+ },
798
+ {
799
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/ignore_noise.js",
800
+ "kind": "import-statement"
801
+ },
802
+ {
803
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/uncaught_message.js",
804
+ "kind": "import-statement"
805
+ },
806
+ {
807
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/index.js",
808
+ "kind": "import-statement"
809
+ },
810
+ {
811
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queries.js",
812
+ "kind": "import-statement"
813
+ },
814
+ {
815
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queues.js",
816
+ "kind": "import-statement"
817
+ },
818
+ {
819
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/routes.js",
820
+ "kind": "import-statement"
821
+ },
822
+ {
823
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/version.js",
824
+ "kind": "import-statement"
825
+ }
826
+ ]
827
+ },
828
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/window.js": {
829
+ "bytes": 495,
830
+ "imports": []
831
+ },
832
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/console.js": {
833
+ "bytes": 942,
834
+ "imports": []
835
+ },
836
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/dom.js": {
837
+ "bytes": 2903,
838
+ "imports": []
839
+ },
840
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/fetch.js": {
841
+ "bytes": 1254,
842
+ "imports": []
843
+ },
844
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/location.js": {
845
+ "bytes": 1292,
846
+ "imports": []
847
+ },
848
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/xhr.js": {
849
+ "bytes": 1222,
850
+ "imports": []
851
+ },
852
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/notifier.js": {
853
+ "bytes": 7365,
854
+ "imports": [
855
+ {
856
+ "path": "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/index.js",
857
+ "kind": "import-statement"
858
+ },
859
+ {
860
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/base_notifier.js",
861
+ "kind": "import-statement"
862
+ },
863
+ {
864
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/window.js",
865
+ "kind": "import-statement"
866
+ },
867
+ {
868
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/console.js",
869
+ "kind": "import-statement"
870
+ },
871
+ {
872
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/dom.js",
873
+ "kind": "import-statement"
874
+ },
875
+ {
876
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/fetch.js",
877
+ "kind": "import-statement"
878
+ },
879
+ {
880
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/location.js",
881
+ "kind": "import-statement"
882
+ },
883
+ {
884
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/xhr.js",
885
+ "kind": "import-statement"
886
+ }
887
+ ]
888
+ },
889
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/index.js": {
890
+ "bytes": 192,
891
+ "imports": [
892
+ {
893
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/notifier.js",
894
+ "kind": "import-statement"
895
+ },
896
+ {
897
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/base_notifier.js",
898
+ "kind": "import-statement"
899
+ },
900
+ {
901
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queries.js",
902
+ "kind": "import-statement"
903
+ },
904
+ {
905
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/scope.js",
906
+ "kind": "import-statement"
907
+ }
908
+ ]
909
+ },
910
+ "node_modules/.pnpm/@hotwired+turbo@7.2.4/node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js": {
911
+ "bytes": 135905,
912
+ "imports": []
913
+ },
914
+ "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js": {
915
+ "bytes": 82300,
916
+ "imports": []
917
+ },
918
+ "_packs/controllers/body_scroll_controller.js": {
919
+ "bytes": 438,
920
+ "imports": [
921
+ {
922
+ "path": "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js",
923
+ "kind": "import-statement"
924
+ }
925
+ ]
926
+ },
927
+ "_packs/controllers/device_detector_controller.js": {
928
+ "bytes": 1401,
929
+ "imports": [
930
+ {
931
+ "path": "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js",
932
+ "kind": "import-statement"
933
+ },
934
+ {
935
+ "path": "<runtime>",
936
+ "kind": "import-statement",
937
+ "external": true
938
+ }
939
+ ]
940
+ },
941
+ "_packs/controllers/button_copy_controller.js": {
942
+ "bytes": 742,
943
+ "imports": [
944
+ {
945
+ "path": "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js",
946
+ "kind": "import-statement"
947
+ },
948
+ {
949
+ "path": "<runtime>",
950
+ "kind": "import-statement",
951
+ "external": true
952
+ }
953
+ ]
954
+ },
955
+ "_packs/controllers/footnotes_controller.js": {
956
+ "bytes": 4832,
957
+ "imports": [
958
+ {
959
+ "path": "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js",
960
+ "kind": "import-statement"
961
+ },
962
+ {
963
+ "path": "<runtime>",
964
+ "kind": "import-statement",
965
+ "external": true
966
+ }
967
+ ]
968
+ },
969
+ "_packs/controllers/support_us_controller.js": {
970
+ "bytes": 2093,
971
+ "imports": [
972
+ {
973
+ "path": "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js",
974
+ "kind": "import-statement"
975
+ },
976
+ {
977
+ "path": "<runtime>",
978
+ "kind": "import-statement",
979
+ "external": true
980
+ }
981
+ ]
982
+ },
983
+ "_packs/entry.js": {
984
+ "bytes": 1470,
985
+ "imports": [
986
+ {
987
+ "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/index.js",
988
+ "kind": "import-statement"
989
+ },
990
+ {
991
+ "path": "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/index.js",
992
+ "kind": "import-statement"
993
+ },
994
+ {
995
+ "path": "node_modules/.pnpm/@hotwired+turbo@7.2.4/node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js",
996
+ "kind": "import-statement"
997
+ },
998
+ {
999
+ "path": "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js",
1000
+ "kind": "import-statement"
1001
+ },
1002
+ {
1003
+ "path": "_packs/controllers/body_scroll_controller.js",
1004
+ "kind": "import-statement"
1005
+ },
1006
+ {
1007
+ "path": "_packs/controllers/device_detector_controller.js",
1008
+ "kind": "import-statement"
1009
+ },
1010
+ {
1011
+ "path": "_packs/controllers/button_copy_controller.js",
1012
+ "kind": "import-statement"
1013
+ },
1014
+ {
1015
+ "path": "_packs/controllers/footnotes_controller.js",
1016
+ "kind": "import-statement"
1017
+ },
1018
+ {
1019
+ "path": "_packs/controllers/support_us_controller.js",
1020
+ "kind": "import-statement"
1021
+ }
1022
+ ]
1023
+ }
1024
+ },
1025
+ "outputs": {
1026
+ "assets/js/pack.K7EEKFVP.js.map": {
1027
+ "imports": [],
1028
+ "exports": [],
1029
+ "inputs": {},
1030
+ "bytes": 601284
1031
+ },
1032
+ "assets/js/pack.K7EEKFVP.js": {
1033
+ "imports": [],
1034
+ "exports": [],
1035
+ "entryPoint": "_packs/entry.js",
1036
+ "inputs": {
1037
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/trim.js": {
1038
+ "bytesInOutput": 146
1039
+ },
1040
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version.js": {
1041
+ "bytesInOutput": 637
1042
+ },
1043
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/variable-replacement.js": {
1044
+ "bytesInOutput": 226
1045
+ },
1046
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/memory-cache.js": {
1047
+ "bytesInOutput": 181
1048
+ },
1049
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/user-agent.js": {
1050
+ "bytesInOutput": 343
1051
+ },
1052
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/browsers.json": {
1053
+ "bytesInOutput": 33220
1054
+ },
1055
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/browser_engine.json": {
1056
+ "bytesInOutput": 476
1057
+ },
1058
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/fixtures/available-browsers.json": {
1059
+ "bytesInOutput": 5345
1060
+ },
1061
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/fixtures/mobile-only-browsers.json": {
1062
+ "bytesInOutput": 299
1063
+ },
1064
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/browser.js": {
1065
+ "bytesInOutput": 1357
1066
+ },
1067
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/mobile_apps.json": {
1068
+ "bytesInOutput": 8686
1069
+ },
1070
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/mobile-apps.js": {
1071
+ "bytesInOutput": 622
1072
+ },
1073
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/feed_readers.json": {
1074
+ "bytesInOutput": 3056
1075
+ },
1076
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/feed-readers.js": {
1077
+ "bytesInOutput": 642
1078
+ },
1079
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/libraries.json": {
1080
+ "bytesInOutput": 2861
1081
+ },
1082
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/libraries.js": {
1083
+ "bytesInOutput": 642
1084
+ },
1085
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/mediaplayers.json": {
1086
+ "bytesInOutput": 1802
1087
+ },
1088
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/media-players.js": {
1089
+ "bytesInOutput": 624
1090
+ },
1091
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/client/pim.json": {
1092
+ "bytesInOutput": 1057
1093
+ },
1094
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/personal-information-managers.js": {
1095
+ "bytesInOutput": 640
1096
+ },
1097
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/client/index.js": {
1098
+ "bytesInOutput": 547
1099
+ },
1100
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/cameras.json": {
1101
+ "bytesInOutput": 385
1102
+ },
1103
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/cameras.js": {
1104
+ "bytesInOutput": 631
1105
+ },
1106
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/mobiles.json": {
1107
+ "bytesInOutput": 505099
1108
+ },
1109
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/model.js": {
1110
+ "bytesInOutput": 172
1111
+ },
1112
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/mobiles.js": {
1113
+ "bytesInOutput": 862
1114
+ },
1115
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/televisions.json": {
1116
+ "bytesInOutput": 8514
1117
+ },
1118
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/televisions.js": {
1119
+ "bytesInOutput": 777
1120
+ },
1121
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/car_browsers.json": {
1122
+ "bytesInOutput": 382
1123
+ },
1124
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/cars.js": {
1125
+ "bytesInOutput": 506
1126
+ },
1127
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/consoles.json": {
1128
+ "bytesInOutput": 644
1129
+ },
1130
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/consoles.js": {
1131
+ "bytesInOutput": 631
1132
+ },
1133
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/notebooks.json": {
1134
+ "bytesInOutput": 2425
1135
+ },
1136
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/notebooks.js": {
1137
+ "bytesInOutput": 690
1138
+ },
1139
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/device/portable_media_player.json": {
1140
+ "bytesInOutput": 1405
1141
+ },
1142
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/portable-media-players.js": {
1143
+ "bytesInOutput": 631
1144
+ },
1145
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/device/index.js": {
1146
+ "bytesInOutput": 461
1147
+ },
1148
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/oss.json": {
1149
+ "bytesInOutput": 19433
1150
+ },
1151
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/operating-system/fixtures/operating-system.json": {
1152
+ "bytesInOutput": 2241
1153
+ },
1154
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/operating-system/index.js": {
1155
+ "bytesInOutput": 1383
1156
+ },
1157
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/vendorfragments.json": {
1158
+ "bytesInOutput": 586
1159
+ },
1160
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/vendor-fragment/index.js": {
1161
+ "bytesInOutput": 340
1162
+ },
1163
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/fixtures/regexes/bots.json": {
1164
+ "bytesInOutput": 49634
1165
+ },
1166
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/parsers/bot/index.js": {
1167
+ "bytesInOutput": 519
1168
+ },
1169
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/utils/version-compare.js": {
1170
+ "bytesInOutput": 757
1171
+ },
1172
+ "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/index.js": {
1173
+ "bytesInOutput": 4023
1174
+ },
1175
+ "node_modules/.pnpm/stackframe@1.3.4/node_modules/stackframe/stackframe.js": {
1176
+ "bytesInOutput": 2136
1177
+ },
1178
+ "node_modules/.pnpm/error-stack-parser@2.1.4/node_modules/error-stack-parser/error-stack-parser.js": {
1179
+ "bytesInOutput": 3029
1180
+ },
1181
+ "node_modules/.pnpm/cross-fetch@3.1.5/node_modules/cross-fetch/dist/browser-ponyfill.js": {
1182
+ "bytesInOutput": 8354
1183
+ },
1184
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/treebase.js": {
1185
+ "bytesInOutput": 2577
1186
+ },
1187
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/rbtree.js": {
1188
+ "bytesInOutput": 1921
1189
+ },
1190
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/lib/bintree.js": {
1191
+ "bytesInOutput": 967
1192
+ },
1193
+ "node_modules/.pnpm/bintrees@1.0.2/node_modules/bintrees/index.js": {
1194
+ "bytesInOutput": 59
1195
+ },
1196
+ "node_modules/.pnpm/tdigest@0.1.2/node_modules/tdigest/tdigest.js": {
1197
+ "bytesInOutput": 4705
1198
+ },
1199
+ "_packs/entry.js": {
1200
+ "bytesInOutput": 705
1201
+ },
1202
+ "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/finally.js": {
1203
+ "bytesInOutput": 200
1204
+ },
1205
+ "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/allSettled.js": {
1206
+ "bytesInOutput": 567
1207
+ },
1208
+ "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/index.js": {
1209
+ "bytesInOutput": 2676
1210
+ },
1211
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/jsonify_notice.js": {
1212
+ "bytesInOutput": 3138
1213
+ },
1214
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/metrics.js": {
1215
+ "bytesInOutput": 1480
1216
+ },
1217
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/scope.js": {
1218
+ "bytesInOutput": 1404
1219
+ },
1220
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/processor/esp.js": {
1221
+ "bytesInOutput": 693
1222
+ },
1223
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/angular_message.js": {
1224
+ "bytesInOutput": 223
1225
+ },
1226
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/debounce.js": {
1227
+ "bytesInOutput": 153
1228
+ },
1229
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/ignore_noise.js": {
1230
+ "bytesInOutput": 255
1231
+ },
1232
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/uncaught_message.js": {
1233
+ "bytesInOutput": 223
1234
+ },
1235
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/fetch.js": {
1236
+ "bytesInOutput": 764
1237
+ },
1238
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/api.js": {
1239
+ "bytesInOutput": 142
1240
+ },
1241
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/node.js": {
1242
+ "bytesInOutput": 1061
1243
+ },
1244
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/http_req/index.js": {
1245
+ "bytesInOutput": 48
1246
+ },
1247
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/tdshared.js": {
1248
+ "bytesInOutput": 1297
1249
+ },
1250
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queries.js": {
1251
+ "bytesInOutput": 1538
1252
+ },
1253
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/queues.js": {
1254
+ "bytesInOutput": 1610
1255
+ },
1256
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/routes.js": {
1257
+ "bytesInOutput": 2968
1258
+ },
1259
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/version.js": {
1260
+ "bytesInOutput": 114
1261
+ },
1262
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/base_notifier.js": {
1263
+ "bytesInOutput": 4190
1264
+ },
1265
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/filter/window.js": {
1266
+ "bytesInOutput": 251
1267
+ },
1268
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/console.js": {
1269
+ "bytesInOutput": 351
1270
+ },
1271
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/dom.js": {
1272
+ "bytesInOutput": 1325
1273
+ },
1274
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/fetch.js": {
1275
+ "bytesInOutput": 526
1276
+ },
1277
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/location.js": {
1278
+ "bytesInOutput": 507
1279
+ },
1280
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/instrumentation/xhr.js": {
1281
+ "bytesInOutput": 616
1282
+ },
1283
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/notifier.js": {
1284
+ "bytesInOutput": 3155
1285
+ },
1286
+ "node_modules/.pnpm/@airbrake+browser@1.4.2/node_modules/@airbrake/browser/esm/index.js": {
1287
+ "bytesInOutput": 0
1288
+ },
1289
+ "node_modules/.pnpm/@hotwired+turbo@7.2.4/node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js": {
1290
+ "bytesInOutput": 73392
1291
+ },
1292
+ "node_modules/.pnpm/@hotwired+stimulus@3.2.1/node_modules/@hotwired/stimulus/dist/stimulus.js": {
1293
+ "bytesInOutput": 42017
1294
+ },
1295
+ "_packs/controllers/body_scroll_controller.js": {
1296
+ "bytesInOutput": 273
1297
+ },
1298
+ "_packs/controllers/device_detector_controller.js": {
1299
+ "bytesInOutput": 1038
1300
+ },
1301
+ "_packs/controllers/button_copy_controller.js": {
1302
+ "bytesInOutput": 524
1303
+ },
1304
+ "_packs/controllers/footnotes_controller.js": {
1305
+ "bytesInOutput": 2951
1306
+ },
1307
+ "_packs/controllers/support_us_controller.js": {
1308
+ "bytesInOutput": 1237
1309
+ }
1310
+ },
1311
+ "bytes": 844634
1312
+ }
1313
+ }
1314
+ }