cross-seed 6.13.6 → 7.0.0-1

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 (147) hide show
  1. package/README.md +12 -13
  2. package/dist/webui/assets/FieldInfo-Bxj_j8SJ.js +1 -0
  3. package/dist/webui/assets/Page-C3rteCZt.js +1 -0
  4. package/dist/webui/assets/array-field-DVSC6nHP.js +1 -0
  5. package/dist/webui/assets/badge-DTZMtS0e.js +1 -0
  6. package/dist/webui/assets/check-Bu3ldi63.js +1 -0
  7. package/dist/webui/assets/chevron-down-CRy8M0kJ.js +1 -0
  8. package/dist/webui/assets/clients-CW8oEZoQ.js +1 -0
  9. package/dist/webui/assets/connect-YBNsnjWT.js +1 -0
  10. package/dist/webui/assets/debug-mz8-WYZj.js +1 -0
  11. package/dist/webui/assets/directories-BSK28RgR.js +1 -0
  12. package/dist/webui/assets/duration-field-C6xoSlJg.js +1 -0
  13. package/dist/webui/assets/general-lJJxZhH7.js +1 -0
  14. package/dist/webui/assets/health-CXbsVrie.js +1 -0
  15. package/dist/webui/assets/index-Bi48hI2z.js +54 -0
  16. package/dist/webui/assets/index-C-Ul7GNg.css +1 -0
  17. package/dist/webui/assets/index-C2cH1Gst.js +1 -0
  18. package/dist/webui/assets/index-Cc5bDmJr.js +1 -0
  19. package/dist/webui/assets/jobs-CxmNab9w.js +1 -0
  20. package/dist/webui/assets/library-vaj2W8sE.js +1 -0
  21. package/dist/webui/assets/loader-circle-M0gu1gZ-.js +1 -0
  22. package/dist/webui/assets/logs-Cu9RyKS0.js +1 -0
  23. package/dist/webui/assets/search-2R5sIdT8.js +1 -0
  24. package/dist/webui/assets/select-field-BCqNLDrJ.js +1 -0
  25. package/dist/webui/assets/select-zHgqMzLj.js +1 -0
  26. package/dist/webui/assets/settings-CMYjpTbZ.js +1 -0
  27. package/dist/webui/assets/submit-button-BtcnyggQ.js +1 -0
  28. package/dist/webui/assets/switch-G0W3uJVN.js +1 -0
  29. package/dist/webui/assets/switch-field-IBd9ORNq.js +1 -0
  30. package/dist/webui/assets/table-DvgJU7Gh.js +1 -0
  31. package/dist/webui/assets/test-tube-BIwmoM45.js +1 -0
  32. package/dist/webui/assets/text-field-DruSbGhy.js +1 -0
  33. package/dist/webui/assets/time-BSMZjmyW.js +1 -0
  34. package/dist/webui/assets/trackers-D-OpAe63.js +7 -0
  35. package/dist/webui/assets/use-form-validation-context-BkAfWAh0.js +1 -0
  36. package/dist/webui/assets/use-settings-form-submit-CDRh-E9U.js +2 -0
  37. package/dist/webui/assets/useQuery-A4Hv_4uX.js +1 -0
  38. package/dist/webui/index.html +13 -0
  39. package/node_modules/@cross-seed/shared/dist/configSchema.d.ts +261 -0
  40. package/node_modules/@cross-seed/shared/dist/configSchema.d.ts.map +1 -0
  41. package/node_modules/@cross-seed/shared/dist/configSchema.js +53 -0
  42. package/node_modules/@cross-seed/shared/dist/configSchema.js.map +1 -0
  43. package/node_modules/@cross-seed/shared/dist/constants.d.ts +122 -0
  44. package/node_modules/@cross-seed/shared/dist/constants.d.ts.map +1 -0
  45. package/node_modules/@cross-seed/shared/dist/constants.js +127 -0
  46. package/node_modules/@cross-seed/shared/dist/constants.js.map +1 -0
  47. package/node_modules/@cross-seed/shared/dist/tsconfig.tsbuildinfo +1 -0
  48. package/node_modules/@cross-seed/shared/dist/utils.d.ts +6 -0
  49. package/node_modules/@cross-seed/shared/dist/utils.d.ts.map +1 -0
  50. package/node_modules/@cross-seed/shared/dist/utils.js +9 -0
  51. package/node_modules/@cross-seed/shared/dist/utils.js.map +1 -0
  52. package/node_modules/@cross-seed/shared/package.json +22 -0
  53. package/package.json +35 -11
  54. package/dist/Result.js +0 -64
  55. package/dist/Result.js.map +0 -1
  56. package/dist/action.js +0 -693
  57. package/dist/action.js.map +0 -1
  58. package/dist/arr.js +0 -199
  59. package/dist/arr.js.map +0 -1
  60. package/dist/auth.js +0 -25
  61. package/dist/auth.js.map +0 -1
  62. package/dist/clients/Deluge.js +0 -698
  63. package/dist/clients/Deluge.js.map +0 -1
  64. package/dist/clients/QBittorrent.js +0 -785
  65. package/dist/clients/QBittorrent.js.map +0 -1
  66. package/dist/clients/RTorrent.js +0 -654
  67. package/dist/clients/RTorrent.js.map +0 -1
  68. package/dist/clients/TorrentClient.js +0 -272
  69. package/dist/clients/TorrentClient.js.map +0 -1
  70. package/dist/clients/Transmission.js +0 -404
  71. package/dist/clients/Transmission.js.map +0 -1
  72. package/dist/cmd.js +0 -196
  73. package/dist/cmd.js.map +0 -1
  74. package/dist/config.template.cjs +0 -353
  75. package/dist/config.template.cjs.map +0 -1
  76. package/dist/configSchema.js +0 -667
  77. package/dist/configSchema.js.map +0 -1
  78. package/dist/configuration.js +0 -82
  79. package/dist/configuration.js.map +0 -1
  80. package/dist/constants.js +0 -281
  81. package/dist/constants.js.map +0 -1
  82. package/dist/dataFiles.js +0 -208
  83. package/dist/dataFiles.js.map +0 -1
  84. package/dist/db.js +0 -216
  85. package/dist/db.js.map +0 -1
  86. package/dist/decide.js +0 -553
  87. package/dist/decide.js.map +0 -1
  88. package/dist/diff.js +0 -24
  89. package/dist/diff.js.map +0 -1
  90. package/dist/errors.js +0 -16
  91. package/dist/errors.js.map +0 -1
  92. package/dist/indexers.js +0 -180
  93. package/dist/indexers.js.map +0 -1
  94. package/dist/inject.js +0 -594
  95. package/dist/inject.js.map +0 -1
  96. package/dist/jobs.js +0 -146
  97. package/dist/jobs.js.map +0 -1
  98. package/dist/logger.js +0 -143
  99. package/dist/logger.js.map +0 -1
  100. package/dist/migrations/00-initialSchema.js +0 -30
  101. package/dist/migrations/00-initialSchema.js.map +0 -1
  102. package/dist/migrations/01-jobs.js +0 -12
  103. package/dist/migrations/01-jobs.js.map +0 -1
  104. package/dist/migrations/02-timestamps.js +0 -21
  105. package/dist/migrations/02-timestamps.js.map +0 -1
  106. package/dist/migrations/03-rateLimits.js +0 -14
  107. package/dist/migrations/03-rateLimits.js.map +0 -1
  108. package/dist/migrations/04-auth.js +0 -13
  109. package/dist/migrations/04-auth.js.map +0 -1
  110. package/dist/migrations/05-caps.js +0 -16
  111. package/dist/migrations/05-caps.js.map +0 -1
  112. package/dist/migrations/06-uniqueDecisions.js +0 -29
  113. package/dist/migrations/06-uniqueDecisions.js.map +0 -1
  114. package/dist/migrations/07-limits.js +0 -12
  115. package/dist/migrations/07-limits.js.map +0 -1
  116. package/dist/migrations/08-rss.js +0 -15
  117. package/dist/migrations/08-rss.js.map +0 -1
  118. package/dist/migrations/09-clientAndDataSearchees.js +0 -34
  119. package/dist/migrations/09-clientAndDataSearchees.js.map +0 -1
  120. package/dist/migrations/10-indexerNameAudioBookCaps.js +0 -18
  121. package/dist/migrations/10-indexerNameAudioBookCaps.js.map +0 -1
  122. package/dist/migrations/11-trackers.js +0 -38
  123. package/dist/migrations/11-trackers.js.map +0 -1
  124. package/dist/migrations/migrations.js +0 -31
  125. package/dist/migrations/migrations.js.map +0 -1
  126. package/dist/parseTorrent.js +0 -128
  127. package/dist/parseTorrent.js.map +0 -1
  128. package/dist/pipeline.js +0 -527
  129. package/dist/pipeline.js.map +0 -1
  130. package/dist/preFilter.js +0 -250
  131. package/dist/preFilter.js.map +0 -1
  132. package/dist/pushNotifier.js +0 -137
  133. package/dist/pushNotifier.js.map +0 -1
  134. package/dist/runtimeConfig.js +0 -11
  135. package/dist/runtimeConfig.js.map +0 -1
  136. package/dist/searchee.js +0 -658
  137. package/dist/searchee.js.map +0 -1
  138. package/dist/server.js +0 -456
  139. package/dist/server.js.map +0 -1
  140. package/dist/startup.js +0 -203
  141. package/dist/startup.js.map +0 -1
  142. package/dist/torrent.js +0 -637
  143. package/dist/torrent.js.map +0 -1
  144. package/dist/torznab.js +0 -786
  145. package/dist/torznab.js.map +0 -1
  146. package/dist/utils.js +0 -637
  147. package/dist/utils.js.map +0 -1
@@ -1,353 +0,0 @@
1
- "use strict";
2
- // If you find yourself always using the same command-line flag, you can set it
3
- // here as a default. For a complete guide on configuration, please visit:
4
- // https://www.cross-seed.org
5
- module.exports = {
6
- /**
7
- * WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
8
- *
9
- * THE NEXT 8 OPTIONS CONTAIN POTENTIALLY SENSITIVE INFORMATION
10
- * THERE IS A NOTE WHERE YOU WILL WANT TO START COPYING FROM
11
- * IF YOU ARE TRYING TO SHARE YOUR CONFIGURATION SETTINGS!
12
- *
13
- * WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
14
- **/
15
- /**
16
- * Provide your own API key here to override the autogenerated one.
17
- * Not recommended - prefer using the autogenerated API key via
18
- * `cross-seed api-key`.
19
- * Must be 24+ characters.
20
- */
21
- apiKey: undefined,
22
- /**
23
- * List of Torznab URLs.
24
- * For Jackett, click "Copy RSS feed".
25
- * For Prowlarr, click on the indexer name and copy the Torznab Url, then
26
- * append "?apikey=YOUR_PROWLARR_API_KEY". Wrap each URL in quotation marks
27
- * and separate them with commas, and surround the entire set in brackets.
28
- * https://www.cross-seed.org/docs/basics/getting-started#3-edit-the-config-file
29
- */
30
- torznab: [],
31
- /**
32
- * URL(s) to your Sonarr instance(s). For benefits and usage, please read:
33
- * https://www.cross-seed.org/docs/tutorials/id-searching
34
- *
35
- * You should order these in most likely to match -> the least likely order.
36
- * They are searched sequentially as they are listed.
37
- */
38
- sonarr: [],
39
- /**
40
- * URL(s) to your Radarr instance(s). For benefits and usage, please read:
41
- * https://www.cross-seed.org/docs/tutorials/id-searching
42
- *
43
- * You should order these in most likely to match -> the least likely order.
44
- * They are searched sequentially as they are listed.
45
- */
46
- radarr: [],
47
- /**
48
- * Bind to a specific host address. Do not change without a good reason.
49
- * Example: "127.0.0.1"
50
- * Default is "0.0.0.0"
51
- */
52
- host: "0.0.0.0",
53
- /**
54
- * The port you wish to listen on for daemon mode.
55
- */
56
- port: 2468,
57
- /**
58
- * cross-seed will send caronc/apprise POST requests to these urls
59
- * with a JSON payload of:
60
- * https://www.cross-seed.org/docs/basics/options#notificationwebhookurls
61
- */
62
- notificationWebhookUrls: [],
63
- /**
64
- * The urls of your torrent clients' web interfaces prefixed by their type.
65
- * You may need to urlencode your username and password if they contain special characters:
66
- * https://www.cross-seed.org/docs/basics/faq-troubleshooting#can-i-use-special-characters-in-my-urls
67
- *
68
- * torrentClients: ["qbittorrent:http://username:password@localhost:8080"]
69
- * If using Automatic Torrent Management, please read:
70
- * https://www.cross-seed.org/docs/v6-migration#new-folder-structure-for-links
71
- *
72
- * torrentClients: ["rtorrent:http://username:password@localhost:1234/RPC2"]
73
- *
74
- * torrentClients: ["transmission:http://username:password@localhost:9091/transmission/rpc"]
75
- *
76
- * torrentClients: ["deluge:http://:password@localhost:8112/json"]
77
- * Deluge with Docker can have a desyncing issue with the WebUI daemon after prolonged uptime
78
- * with useClientTorrents, if you notice strange behavior you may need to use torrentDir instead.
79
- *
80
- * You can optionally add readonly: after the prefix to use a client as a
81
- * source for finding cross seeds but not for injecting.
82
- * e.g. "qbittorrent:readonly:http://username:password@localhost:8080"
83
- * https://www.cross-seed.org/docs/basics/options#torrentclients
84
- */
85
- torrentClients: [],
86
- /**
87
- * END OF POTENTIALLY SENSITIVE CONFIGURATION OPTIONS
88
- */
89
- /**
90
- * Use the torrents already in your torrent client to find matches.
91
- * This is the preferred method of cross-seeding, only set to false
92
- * if you want to EXCLUSIVELY use dataDirs.
93
- *
94
- * Deluge with Docker can have a desyncing issue with the WebUI daemon after prolonged uptime
95
- * with useClientTorrents, if you notice strange behavior you may need to use torrentDir instead.
96
- */
97
- useClientTorrents: true,
98
- /**
99
- * Pause at least this many seconds in between each search. Higher is safer
100
- * for you and friendlier for trackers.
101
- * Minimum value of 30.
102
- */
103
- delay: 30,
104
- /**
105
- * Find matches based on the data in these directories, this may not be
106
- * necessary for your setup.
107
- *
108
- * PLEASE READ THE FOLLOWING DOCUMENTATION BEFORE SETTING THIS UP:
109
- * https://www.cross-seed.org/docs/tutorials/data-based-matching
110
- */
111
- dataDirs: [],
112
- /**
113
- * Defines what qBittorrent or Deluge category to set on linked torrents
114
- *
115
- * qBittorrent: If you have linking enabled, all torrents will be injected
116
- * to this category.
117
- *
118
- * Default is "cross-seed-link".
119
- */
120
- linkCategory: "cross-seed-link",
121
- /**
122
- * cross-seed will create links to matched files in the specified directories.
123
- * This is necessary for the best cross seeding experience.
124
- *
125
- * PLEASE READ THE FOLLOWING DOCUMENTATION BEFORE SETTING THIS UP:
126
- * https://www.cross-seed.org/docs/tutorials/linking
127
- */
128
- linkDirs: [],
129
- /**
130
- * cross-seed will use links of this type to inject matches into your client.
131
- * Options: "symlink", "hardlink", "reflink".
132
- *
133
- * https://www.cross-seed.org/docs/tutorials/linking#hardlinks-vs-symlinks-vs-reflinks
134
- */
135
- linkType: "hardlink",
136
- /**
137
- * Enabling this will link files using v5's flat folder style, not recommended.
138
- *
139
- * Each individual Torznab tracker's cross-seeds, otherwise, will have its
140
- * own folder with the tracker's name and it's links within it.
141
- *
142
- * If using Automatic Torrent Management in qBittorrent, please read:
143
- * https://www.cross-seed.org/docs/v6-migration#new-folder-structure-for-links
144
- *
145
- * Default: false.
146
- */
147
- flatLinking: false,
148
- /**
149
- * Determines flexibility of the matching algorithm, all options are equally safe.
150
- * Using "partial" is recommended as it will match all possible cross seeds.
151
- * Options: "strict", "flexible", "partial".
152
- *
153
- * "strict" requires all file names to match exactly (required if not linking).
154
- *
155
- * "flexible" allows for file renames or inconsistencies.
156
- *
157
- * "partial" is like "flexible" but allows matches even if they are missing small
158
- * files like .nfo/.srt.
159
- *
160
- * We recommend reading the following entries:
161
- * https://www.cross-seed.org/docs/tutorials/partial-matching
162
- * https://www.cross-seed.org/docs/basics/faq-troubleshooting#my-partial-matches-from-related-searches-are-missing-the-same-data-how-can-i-only-download-it-once
163
- */
164
- matchMode: "flexible",
165
- /**
166
- * Skip rechecking on injection if unnecessary. Certain matches, such as partial,
167
- * will always be rechecked. Set to false to recheck all torrents before resuming.
168
- */
169
- skipRecheck: true,
170
- /**
171
- * The maximum size in bytes remaining for a torrent to be resumed.
172
- * Must be in the range of 0 to 52428800 (50 MiB).
173
- * https://www.cross-seed.org/docs/basics/faq-troubleshooting#my-partial-matches-from-related-searches-are-missing-the-same-data-how-can-i-only-download-it-once
174
- */
175
- autoResumeMaxDownload: 52428800,
176
- /**
177
- * If set to `true` and the amount remaining is above autoResumeMaxDownload,
178
- * resume if accumulated size of the missing files is less than the
179
- * accumulated size of the known-irrelevant files such as nfo, sample, txt,
180
- * subs, proofs, and bonus/commentary files present in the torrent.
181
- * https://www.cross-seed.org/docs/basics/faq-troubleshooting#my-partial-matches-from-related-searches-are-missing-the-same-data-how-can-i-only-download-it-once
182
- */
183
- ignoreNonRelevantFilesToResume: false,
184
- /**
185
- * Determines how deep into the specified dataDirs to go to generate new
186
- * searchees.
187
- *
188
- * PLEASE READ THE FOLLOWING DOCUMENTATION BEFORE CHANGING THIS VALUE:
189
- * https://www.cross-seed.org/docs/tutorials/data-based-matching#setting-up-data-based-matching
190
- */
191
- maxDataDepth: 2,
192
- /**
193
- * Directory containing your client's internal .torrent files.
194
- * This is unnecessary with useClientTorrents.
195
- *
196
- * PLEASE READ THE FOLLOWING DOCUMENTATION BEFORE SETTING THIS UP:
197
- * https://www.cross-seed.org/docs/basics/options#torrentdir
198
- */
199
- torrentDir: null,
200
- /**
201
- * With action: "inject", cross-seed will use this directory to retry
202
- * injections. This directory will be empty nearly all the time.
203
- * https://www.cross-seed.org/docs/v6-migration#failed-injection-saved-retry
204
- * If you are using action: "save", this will be the directory where the
205
- * .torrent files are saved.
206
- *
207
- * DO NOT USE THIS DIRECTORY AS A WATCH FOLDER FOR YOUR TORRENT CLIENT
208
- *
209
- * You do not need to change this from null. It will map into your cross-seed
210
- * config directory: https://www.cross-seed.org/docs/basics/options#outputdir
211
- */
212
- outputDir: null,
213
- /**
214
- * Whether to include single episode torrents in search/webhook/rss.
215
- *
216
- * This setting does not affect matching episodes from announce. Read more about usage:
217
- * https://www.cross-seed.org/docs/v6-migration#updated-includesingleepisodes-behavior
218
- */
219
- includeSingleEpisodes: false,
220
- /**
221
- * Include torrents/data that are mainly comprised of non-video files.
222
- *
223
- * If this option is set to false, any folders or torrents whose
224
- * totalNonVideoFilesSize / totalSize > fuzzySizeThreshold
225
- * will be excluded.
226
- *
227
- * For example, if you have .srt or .nfo files inside a torrent, using
228
- * false will still allow the torrent to be considered for cross-seeding
229
- * while disallowing torrents that are music, games, books, etc.
230
- * For full disc based folders (not .ISO) you may wish to set this as true.
231
- */
232
- includeNonVideos: false,
233
- /**
234
- * Match season packs from the individual episodes you already have.
235
- * https://www.cross-seed.org/docs/basics/faq-troubleshooting#my-partial-matches-from-related-searches-are-missing-the-same-data-how-can-i-only-download-it-once
236
- *
237
- * null - disabled (required if not linking)
238
- * 1 - must have all episodes (values below 1 requires matchMode: "partial")
239
- * 0.8 - must have at least 80% of the episodes
240
- */
241
- seasonFromEpisodes: 1,
242
- /**
243
- * You should NOT modify this unless you have good reason.
244
- * The following option is the preliminary value to compare sizes of
245
- * releases for further comparison.
246
- *
247
- * decimal value (0.02 = 2%)
248
- */
249
- fuzzySizeThreshold: 0.02,
250
- /**
251
- * Time based options below use the following format:
252
- * https://github.com/vercel/ms
253
- */
254
- /**
255
- * Exclude torrents or data first seen by cross-seed more than this long ago.
256
- * Examples:
257
- * "2 weeks" - if you want to search multiple times quickly
258
- * "450 days" - if you rather spread out the searches over a long period
259
- *
260
- * This value must be in the range of 2-5 times your excludeRecentSearch
261
- */
262
- excludeOlder: "2 weeks",
263
- /**
264
- * Exclude torrents or data which has been searched more recently than this
265
- * long ago. Previously failed searches ignore this value per tracker.
266
- *
267
- * Examples:
268
- * "3 days" - if you want to search multiple times quickly
269
- * "90 days" - if you rather spread out the searches over a long period
270
- *
271
- * This value must be 2-5x less than excludeOlder.
272
- */
273
- excludeRecentSearch: "3 days",
274
- /**
275
- * Which action to take upon a match being found.
276
- * Options: "save", "inject".
277
- *
278
- * https://www.cross-seed.org/docs/tutorials/injection
279
- */
280
- action: "inject",
281
- /**
282
- * qBittorrent and Deluge specific.
283
- * Whether to inject using the same labels/categories as the original
284
- * torrent.
285
- *
286
- * qBittorrent (linking): The category will always be linkCategory.
287
- * If set to true, a tag of category.cross-seed will be added.
288
- *
289
- * Example (Non-Linking): if you have an original label/category called
290
- * "Movies", this will automatically inject cross-seeds to
291
- * "Movies.cross-seed".
292
- */
293
- duplicateCategories: false,
294
- /**
295
- * Run rss scans on a schedule. Set to undefined or null to disable.
296
- * Minimum of 10 minutes.
297
- *
298
- * Examples:
299
- * "30 minutes"
300
- * "1 hour"
301
- *
302
- * To cross seed new releases as soon as they are uploaded, use announce:
303
- * https://www.cross-seed.org/docs/tutorials/announce
304
- */
305
- rssCadence: "30 minutes",
306
- /**
307
- * Run searches on a schedule. Set to undefined or null to disable.
308
- * Minimum of 1 day.
309
- *
310
- * Examples:
311
- * "1 day" - there is not much value in setting this above "1 day"
312
- *
313
- * This value must be at least 3x less than your excludeRecentSearch.
314
- * To trigger a search on download completion, use webhook:
315
- * https://www.cross-seed.org/docs/tutorials/triggering-searches
316
- */
317
- searchCadence: "1 day",
318
- /**
319
- * Fail snatch requests that haven't responded after this long.
320
- * Set to null for an infinite timeout.
321
- *
322
- * Examples:
323
- * "30 seconds"
324
- * null
325
- */
326
- snatchTimeout: "30 seconds",
327
- /**
328
- * Fail search requests that haven't responded after this long.
329
- * Set to null for an infinite timeout.
330
- *
331
- * Examples:
332
- * "2 minutes"
333
- * null
334
- */
335
- searchTimeout: "2 minutes",
336
- /**
337
- * The number of searches (unique queries) to make in one run/batch per indexer.
338
- * If more than this many searches are queued,
339
- * "searchCadence" will determine how long until the next batch.
340
- *
341
- * Combine this with "excludeRecentSearch" and "searchCadence" to smooth
342
- * long-term API usage patterns.
343
- *
344
- * Set to null for no limit.
345
- */
346
- searchLimit: 400,
347
- /**
348
- * Ignore torrents or data containing these properties:
349
- * https://www.cross-seed.org/docs/basics/options#blocklist
350
- */
351
- blockList: [],
352
- };
353
- //# sourceMappingURL=config.template.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"config.template.cjs","sourceRoot":"","sources":["../src/config.template.cjs"],"names":[],"mappings":";AAAA,+EAA+E;AAC/E,0EAA0E;AAC1E,6BAA6B;AAE7B,MAAM,CAAC,OAAO,GAAG;IAChB;;;;;;;;QAQI;IAEJ;;;;;OAKG;IACH,MAAM,EAAE,SAAS;IAEjB;;;;;;;OAOG;IACH,OAAO,EAAE,EAAE;IAEX;;;;;;OAMG;IACH,MAAM,EAAE,EAAE;IAEV;;;;;;OAMG;IACH,MAAM,EAAE,EAAE;IAEV;;;;OAIG;IACH,IAAI,EAAE,SAAS;IAEf;;OAEG;IACH,IAAI,EAAE,IAAI;IAEV;;;;OAIG;IACH,uBAAuB,EAAE,EAAE;IAE3B;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,cAAc,EAAE,EAAE;IAElB;;OAEG;IAEH;;;;;;;OAOG;IACH,iBAAiB,EAAE,IAAI;IAEvB;;;;OAIG;IACH,KAAK,EAAE,EAAE;IAET;;;;;;OAMG;IACH,QAAQ,EAAE,EAAE;IAEZ;;;;;;;OAOG;IACH,YAAY,EAAE,iBAAiB;IAE/B;;;;;;OAMG;IACH,QAAQ,EAAE,EAAE;IAEZ;;;;;OAKG;IACH,QAAQ,EAAE,UAAU;IAEpB;;;;;;;;;;OAUG;IACH,WAAW,EAAE,KAAK;IAElB;;;;;;;;;;;;;;;OAeG;IACH,SAAS,EAAE,UAAU;IAErB;;;OAGG;IACH,WAAW,EAAE,IAAI;IAEjB;;;;OAIG;IACH,qBAAqB,EAAE,QAAQ;IAE/B;;;;;;OAMG;IACH,8BAA8B,EAAE,KAAK;IAErC;;;;;;OAMG;IACH,YAAY,EAAE,CAAC;IAEf;;;;;;OAMG;IACH,UAAU,EAAE,IAAI;IAEhB;;;;;;;;;;;OAWG;IACH,SAAS,EAAE,IAAI;IAEf;;;;;OAKG;IACH,qBAAqB,EAAE,KAAK;IAE5B;;;;;;;;;;;OAWG;IACH,gBAAgB,EAAE,KAAK;IAEvB;;;;;;;OAOG;IACH,kBAAkB,EAAE,CAAC;IAErB;;;;;;OAMG;IACH,kBAAkB,EAAE,IAAI;IAExB;;;OAGG;IAEH;;;;;;;OAOG;IACH,YAAY,EAAE,SAAS;IAEvB;;;;;;;;;OASG;IACH,mBAAmB,EAAE,QAAQ;IAE7B;;;;;OAKG;IACH,MAAM,EAAE,QAAQ;IAEhB;;;;;;;;;;;OAWG;IACH,mBAAmB,EAAE,KAAK;IAE1B;;;;;;;;;;OAUG;IACH,UAAU,EAAE,YAAY;IAExB;;;;;;;;;;OAUG;IACH,aAAa,EAAE,OAAO;IAEtB;;;;;;;OAOG;IACH,aAAa,EAAE,YAAY;IAE3B;;;;;;;OAOG;IACH,aAAa,EAAE,WAAW;IAE1B;;;;;;;;;OASG;IACH,WAAW,EAAE,GAAG;IAEhB;;;OAGG;IACH,SAAS,EAAE,EAAE;CACb,CAAC"}