@pie-players/tts-client-server 0.2.0 → 0.2.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.
- package/package.json +6 -3
- package/.turbo/turbo-build.log +0 -1
- package/CHANGELOG.md +0 -78
- package/src/ServerTTSProvider.ts +0 -528
- package/src/index.ts +0 -7
- package/tsconfig.json +0 -24
- package/tsconfig.tsbuildinfo +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/tts-client-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Client-side TTS provider that calls server API for synthesis",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,10 +11,13 @@
|
|
|
11
11
|
"import": "./dist/index.js"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
14
17
|
"scripts": {
|
|
15
18
|
"build": "tsc",
|
|
16
19
|
"dev": "tsc --watch",
|
|
17
|
-
"test": "vitest",
|
|
20
|
+
"test": "vitest run --passWithNoTests",
|
|
18
21
|
"test:coverage": "vitest --coverage"
|
|
19
22
|
},
|
|
20
23
|
"keywords": [
|
|
@@ -30,7 +33,7 @@
|
|
|
30
33
|
"access": "public"
|
|
31
34
|
},
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@pie-players/pie-tts": "
|
|
36
|
+
"@pie-players/pie-tts": "0.1.1"
|
|
34
37
|
},
|
|
35
38
|
"devDependencies": {
|
|
36
39
|
"typescript": "^5.3.3",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
$ tsc
|
package/CHANGELOG.md
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# @pie-players/tts-client-server
|
|
2
|
-
|
|
3
|
-
## 0.2.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 8584a3f: Initial 0.1.0 release of PIE section player and dependencies
|
|
8
|
-
|
|
9
|
-
This release includes:
|
|
10
|
-
|
|
11
|
-
## New Packages
|
|
12
|
-
|
|
13
|
-
### Section Player
|
|
14
|
-
|
|
15
|
-
- **@pie-players/pie-section-player** - QTI 3.0 compliant section player with support for passages, rubric blocks, page/item modes, and comprehensive tooling integration
|
|
16
|
-
|
|
17
|
-
### Player Variants
|
|
18
|
-
|
|
19
|
-
- **@pie-players/pie-esm-player** - ESM-based player for modern module loading
|
|
20
|
-
- **@pie-players/pie-fixed-player** - Fixed player for static content
|
|
21
|
-
- **@pie-players/pie-iife-player** - IIFE player for bundle-based loading
|
|
22
|
-
- **@pie-players/pie-inline-player** - Inline player for embedded scenarios
|
|
23
|
-
|
|
24
|
-
### Tools
|
|
25
|
-
|
|
26
|
-
- **@pie-players/pie-section-tools-toolbar** - Section-level toolbar for assessment tools
|
|
27
|
-
- **@pie-players/pie-tool-answer-eliminator** - Answer elimination tool with element-level state tracking
|
|
28
|
-
- **@pie-players/pie-tool-tts-inline** - Inline text-to-speech controls
|
|
29
|
-
|
|
30
|
-
### Core Libraries
|
|
31
|
-
|
|
32
|
-
- **@pie-players/pie-assessment-toolkit** - Core toolkit with tool coordination, TTS services, and accessibility features
|
|
33
|
-
- **@pie-players/pie-players-shared** - Shared types and utilities
|
|
34
|
-
- **@pie-players/tts-client-server** - Client-side TTS provider for server API integration
|
|
35
|
-
- **@pie-players/pie-calculator-desmos** - Desmos calculator provider for graphing and scientific calculators
|
|
36
|
-
|
|
37
|
-
## Publishing Fixes
|
|
38
|
-
|
|
39
|
-
All packages now properly configured for npm publishing:
|
|
40
|
-
|
|
41
|
-
- ✅ ESM-only format (no UMD mixing)
|
|
42
|
-
- ✅ CDN fields (unpkg/jsdelivr) for browser loading
|
|
43
|
-
- ✅ Correct exports configuration
|
|
44
|
-
- ✅ Public access configured
|
|
45
|
-
- ✅ TypeScript declarations included
|
|
46
|
-
|
|
47
|
-
## Features
|
|
48
|
-
|
|
49
|
-
### Section Player
|
|
50
|
-
|
|
51
|
-
- QTI 3.0 section structure support
|
|
52
|
-
- Passage handling with deduplication
|
|
53
|
-
- Rubric blocks (stimulus, instructions, rubric classes)
|
|
54
|
-
- Page mode (all items visible) and item mode (one at a time)
|
|
55
|
-
- Multiple layout options (split-panel, vertical)
|
|
56
|
-
- Session management and restoration
|
|
57
|
-
- Comprehensive event system
|
|
58
|
-
|
|
59
|
-
### Assessment Toolkit
|
|
60
|
-
|
|
61
|
-
- Tool coordination system
|
|
62
|
-
- TTS integration (Browser and Polly providers)
|
|
63
|
-
- Answer eliminator with element-level state
|
|
64
|
-
- Accessibility catalog support
|
|
65
|
-
- Highlight coordination
|
|
66
|
-
|
|
67
|
-
### Element Loading
|
|
68
|
-
|
|
69
|
-
- Multiple player types (ESM, IIFE, Fixed, Inline)
|
|
70
|
-
- Element pre-loading optimization
|
|
71
|
-
- Import map support
|
|
72
|
-
- Local ESM CDN for testing
|
|
73
|
-
|
|
74
|
-
## Development Tools
|
|
75
|
-
|
|
76
|
-
- Local ESM CDN plugin for testing packages before publishing
|
|
77
|
-
- Section-demos app with UI toggles for different player modes
|
|
78
|
-
- Comprehensive testing infrastructure
|
package/src/ServerTTSProvider.ts
DELETED
|
@@ -1,528 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ServerTTSProvider - Client-side TTS provider that calls server API
|
|
3
|
-
*
|
|
4
|
-
* Provides high-quality TTS by calling a server-side API that uses
|
|
5
|
-
* providers like AWS Polly, Google Cloud TTS, etc.
|
|
6
|
-
* Returns audio with precise word-level timing (speech marks).
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import type {
|
|
10
|
-
ITTSProvider,
|
|
11
|
-
ITTSProviderImplementation,
|
|
12
|
-
TTSConfig,
|
|
13
|
-
TTSFeature,
|
|
14
|
-
TTSProviderCapabilities,
|
|
15
|
-
} from "@pie-players/pie-tts";
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Configuration for ServerTTSProvider
|
|
19
|
-
*/
|
|
20
|
-
export interface ServerTTSProviderConfig extends TTSConfig {
|
|
21
|
-
/** API endpoint base URL (e.g., '/api/tts' or 'https://api.example.com/tts') */
|
|
22
|
-
apiEndpoint: string;
|
|
23
|
-
|
|
24
|
-
/** Provider to use on server ('polly', 'google', 'elevenlabs', etc.) */
|
|
25
|
-
provider?: string;
|
|
26
|
-
|
|
27
|
-
/** Authentication token or API key */
|
|
28
|
-
authToken?: string;
|
|
29
|
-
|
|
30
|
-
/** Custom headers for API requests */
|
|
31
|
-
headers?: Record<string, string>;
|
|
32
|
-
|
|
33
|
-
/** Language code */
|
|
34
|
-
language?: string;
|
|
35
|
-
|
|
36
|
-
/** Volume level 0-1 */
|
|
37
|
-
volume?: number;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Validate API endpoint availability during initialization (slower but safer)
|
|
41
|
-
*
|
|
42
|
-
* @extension Performance vs safety tradeoff
|
|
43
|
-
* @default false (fast initialization, fail on first synthesis if unavailable)
|
|
44
|
-
* @note When true, adds 100-500ms to initialization time
|
|
45
|
-
*/
|
|
46
|
-
validateEndpoint?: boolean;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Word timing from speech marks
|
|
51
|
-
*/
|
|
52
|
-
interface WordTiming {
|
|
53
|
-
time: number; // Milliseconds from audio start
|
|
54
|
-
wordIndex: number;
|
|
55
|
-
charIndex: number; // Character position in text
|
|
56
|
-
length: number; // Word length in characters
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Server API response for synthesis
|
|
61
|
-
*/
|
|
62
|
-
interface SynthesizeAPIResponse {
|
|
63
|
-
audio: string; // Base64 encoded audio
|
|
64
|
-
contentType: string;
|
|
65
|
-
speechMarks: Array<{
|
|
66
|
-
time: number;
|
|
67
|
-
type: string;
|
|
68
|
-
start: number;
|
|
69
|
-
end: number;
|
|
70
|
-
value: string;
|
|
71
|
-
}>;
|
|
72
|
-
metadata: {
|
|
73
|
-
providerId: string;
|
|
74
|
-
voice: string;
|
|
75
|
-
duration: number;
|
|
76
|
-
charCount: number;
|
|
77
|
-
cached: boolean;
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Provider implementation that handles audio playback
|
|
83
|
-
*/
|
|
84
|
-
class ServerTTSProviderImpl implements ITTSProviderImplementation {
|
|
85
|
-
private config: ServerTTSProviderConfig;
|
|
86
|
-
private currentAudio: HTMLAudioElement | null = null;
|
|
87
|
-
private pausedState = false;
|
|
88
|
-
private wordTimings: WordTiming[] = [];
|
|
89
|
-
private highlightInterval: number | null = null;
|
|
90
|
-
private intentionallyStopped = false;
|
|
91
|
-
|
|
92
|
-
public onWordBoundary?: (
|
|
93
|
-
word: string,
|
|
94
|
-
position: number,
|
|
95
|
-
length?: number,
|
|
96
|
-
) => void;
|
|
97
|
-
|
|
98
|
-
constructor(config: ServerTTSProviderConfig) {
|
|
99
|
-
this.config = config;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
async speak(text: string): Promise<void> {
|
|
103
|
-
// Stop any current playback
|
|
104
|
-
this.stop();
|
|
105
|
-
|
|
106
|
-
// Reset intentionally stopped flag for new playback
|
|
107
|
-
this.intentionallyStopped = false;
|
|
108
|
-
|
|
109
|
-
// Call server API to synthesize speech
|
|
110
|
-
const { audioUrl, wordTimings } = await this.synthesizeSpeech(text);
|
|
111
|
-
|
|
112
|
-
// Adjust word timing for playback rate
|
|
113
|
-
// Speech marks are at 1.0x speed, so we need to scale them
|
|
114
|
-
const playbackRate = this.config.rate || 1.0;
|
|
115
|
-
this.wordTimings = wordTimings.map((timing) => ({
|
|
116
|
-
...timing,
|
|
117
|
-
time: timing.time / playbackRate,
|
|
118
|
-
}));
|
|
119
|
-
|
|
120
|
-
return new Promise((resolve, reject) => {
|
|
121
|
-
// Create audio element
|
|
122
|
-
const audio = new Audio(audioUrl);
|
|
123
|
-
this.currentAudio = audio;
|
|
124
|
-
|
|
125
|
-
// Apply rate from config
|
|
126
|
-
if (this.config.rate) {
|
|
127
|
-
audio.playbackRate = Math.max(0.25, Math.min(4.0, this.config.rate));
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
// Apply volume from config
|
|
131
|
-
if (this.config.volume !== undefined) {
|
|
132
|
-
audio.volume = Math.max(0, Math.min(1, this.config.volume));
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
// Setup event handlers
|
|
136
|
-
audio.onplay = () => {
|
|
137
|
-
this.pausedState = false;
|
|
138
|
-
|
|
139
|
-
// Start word highlighting
|
|
140
|
-
if (this.onWordBoundary && this.wordTimings.length > 0) {
|
|
141
|
-
this.startWordHighlighting();
|
|
142
|
-
}
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
audio.onended = () => {
|
|
146
|
-
this.stopWordHighlighting();
|
|
147
|
-
URL.revokeObjectURL(audioUrl);
|
|
148
|
-
this.currentAudio = null;
|
|
149
|
-
this.wordTimings = [];
|
|
150
|
-
resolve();
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
audio.onerror = (event) => {
|
|
154
|
-
this.stopWordHighlighting();
|
|
155
|
-
URL.revokeObjectURL(audioUrl);
|
|
156
|
-
this.currentAudio = null;
|
|
157
|
-
this.wordTimings = [];
|
|
158
|
-
// Only reject if this wasn't an intentional stop
|
|
159
|
-
if (!this.intentionallyStopped) {
|
|
160
|
-
reject(new Error("Failed to play audio from server"));
|
|
161
|
-
} else {
|
|
162
|
-
// Intentional stop, resolve normally
|
|
163
|
-
resolve();
|
|
164
|
-
}
|
|
165
|
-
};
|
|
166
|
-
|
|
167
|
-
audio.onpause = () => {
|
|
168
|
-
this.stopWordHighlighting();
|
|
169
|
-
this.pausedState = true;
|
|
170
|
-
};
|
|
171
|
-
|
|
172
|
-
// Start playback
|
|
173
|
-
audio.play().catch(reject);
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Call server API to synthesize speech
|
|
179
|
-
*/
|
|
180
|
-
private async synthesizeSpeech(
|
|
181
|
-
text: string,
|
|
182
|
-
): Promise<{ audioUrl: string; wordTimings: WordTiming[] }> {
|
|
183
|
-
const headers: Record<string, string> = {
|
|
184
|
-
"Content-Type": "application/json",
|
|
185
|
-
...this.config.headers,
|
|
186
|
-
};
|
|
187
|
-
|
|
188
|
-
// Add authentication if provided
|
|
189
|
-
if (this.config.authToken) {
|
|
190
|
-
headers["Authorization"] = `Bearer ${this.config.authToken}`;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
const requestBody = {
|
|
194
|
-
text,
|
|
195
|
-
provider: this.config.provider || "polly",
|
|
196
|
-
voice: this.config.voice,
|
|
197
|
-
language: this.config.language,
|
|
198
|
-
rate: this.config.rate,
|
|
199
|
-
includeSpeechMarks: true,
|
|
200
|
-
};
|
|
201
|
-
|
|
202
|
-
const response = await fetch(`${this.config.apiEndpoint}/synthesize`, {
|
|
203
|
-
method: "POST",
|
|
204
|
-
headers,
|
|
205
|
-
body: JSON.stringify(requestBody),
|
|
206
|
-
});
|
|
207
|
-
|
|
208
|
-
if (!response.ok) {
|
|
209
|
-
const errorData = await response.json().catch(() => ({}));
|
|
210
|
-
const errorMessage =
|
|
211
|
-
errorData.message ||
|
|
212
|
-
errorData.error?.message ||
|
|
213
|
-
`Server returned ${response.status}`;
|
|
214
|
-
throw new Error(errorMessage);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
const data: SynthesizeAPIResponse = await response.json();
|
|
218
|
-
|
|
219
|
-
// Convert base64 audio to blob URL
|
|
220
|
-
const audioBlob = this.base64ToBlob(data.audio, data.contentType);
|
|
221
|
-
const audioUrl = URL.createObjectURL(audioBlob);
|
|
222
|
-
|
|
223
|
-
// Convert speech marks to word timings
|
|
224
|
-
const wordTimings = this.parseSpeechMarks(data.speechMarks);
|
|
225
|
-
|
|
226
|
-
return { audioUrl, wordTimings };
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* Convert base64 to Blob
|
|
231
|
-
*/
|
|
232
|
-
private base64ToBlob(base64: string, contentType: string): Blob {
|
|
233
|
-
const byteCharacters = atob(base64);
|
|
234
|
-
const byteNumbers = new Array(byteCharacters.length);
|
|
235
|
-
|
|
236
|
-
for (let i = 0; i < byteCharacters.length; i++) {
|
|
237
|
-
byteNumbers[i] = byteCharacters.charCodeAt(i);
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
const byteArray = new Uint8Array(byteNumbers);
|
|
241
|
-
return new Blob([byteArray], { type: contentType });
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* Parse speech marks into word timings
|
|
246
|
-
*/
|
|
247
|
-
private parseSpeechMarks(
|
|
248
|
-
marks: SynthesizeAPIResponse["speechMarks"],
|
|
249
|
-
): WordTiming[] {
|
|
250
|
-
return marks
|
|
251
|
-
.filter((mark) => mark.type === "word")
|
|
252
|
-
.map((mark, index) => ({
|
|
253
|
-
time: mark.time,
|
|
254
|
-
wordIndex: index,
|
|
255
|
-
charIndex: mark.start,
|
|
256
|
-
length: mark.end - mark.start,
|
|
257
|
-
}));
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/**
|
|
261
|
-
* Start word highlighting synchronized with audio playback
|
|
262
|
-
*/
|
|
263
|
-
private startWordHighlighting(): void {
|
|
264
|
-
this.stopWordHighlighting();
|
|
265
|
-
|
|
266
|
-
if (
|
|
267
|
-
!this.currentAudio ||
|
|
268
|
-
!this.onWordBoundary ||
|
|
269
|
-
this.wordTimings.length === 0
|
|
270
|
-
) {
|
|
271
|
-
console.log("[ServerTTSProvider] Cannot start highlighting:", {
|
|
272
|
-
hasAudio: !!this.currentAudio,
|
|
273
|
-
hasCallback: !!this.onWordBoundary,
|
|
274
|
-
wordTimingsCount: this.wordTimings.length,
|
|
275
|
-
});
|
|
276
|
-
return;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
console.log(
|
|
280
|
-
"[ServerTTSProvider] Starting word highlighting with",
|
|
281
|
-
this.wordTimings.length,
|
|
282
|
-
"word timings",
|
|
283
|
-
);
|
|
284
|
-
console.log(
|
|
285
|
-
"[ServerTTSProvider] Playback rate:",
|
|
286
|
-
this.currentAudio.playbackRate,
|
|
287
|
-
);
|
|
288
|
-
console.log(
|
|
289
|
-
"[ServerTTSProvider] First 3 timings:",
|
|
290
|
-
this.wordTimings.slice(0, 3),
|
|
291
|
-
);
|
|
292
|
-
|
|
293
|
-
let lastWordIndex = -1;
|
|
294
|
-
|
|
295
|
-
// Poll every 50ms to check current playback time
|
|
296
|
-
this.highlightInterval = window.setInterval(() => {
|
|
297
|
-
if (!this.currentAudio) {
|
|
298
|
-
this.stopWordHighlighting();
|
|
299
|
-
return;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
// Get current playback time in milliseconds
|
|
303
|
-
const currentTime = this.currentAudio.currentTime * 1000;
|
|
304
|
-
|
|
305
|
-
// Find words that should be highlighted at current time
|
|
306
|
-
for (let i = 0; i < this.wordTimings.length; i++) {
|
|
307
|
-
const timing = this.wordTimings[i];
|
|
308
|
-
|
|
309
|
-
if (currentTime >= timing.time && i > lastWordIndex) {
|
|
310
|
-
// Fire word boundary callback
|
|
311
|
-
if (this.onWordBoundary) {
|
|
312
|
-
console.log(
|
|
313
|
-
"[ServerTTSProvider] Highlighting word at charIndex:",
|
|
314
|
-
timing.charIndex,
|
|
315
|
-
"length:",
|
|
316
|
-
timing.length,
|
|
317
|
-
"time:",
|
|
318
|
-
timing.time,
|
|
319
|
-
"currentTime:",
|
|
320
|
-
currentTime,
|
|
321
|
-
);
|
|
322
|
-
// Pass the length as the "word" parameter so TTSService can use it
|
|
323
|
-
this.onWordBoundary("", timing.charIndex, timing.length);
|
|
324
|
-
}
|
|
325
|
-
lastWordIndex = i;
|
|
326
|
-
break;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
}, 50); // 50ms polling = 20 times per second
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Stop word highlighting
|
|
334
|
-
*/
|
|
335
|
-
private stopWordHighlighting(): void {
|
|
336
|
-
if (this.highlightInterval !== null) {
|
|
337
|
-
clearInterval(this.highlightInterval);
|
|
338
|
-
this.highlightInterval = null;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
pause(): void {
|
|
343
|
-
if (this.currentAudio && !this.pausedState) {
|
|
344
|
-
this.currentAudio.pause();
|
|
345
|
-
this.stopWordHighlighting();
|
|
346
|
-
this.pausedState = true;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
resume(): void {
|
|
351
|
-
if (this.currentAudio && this.pausedState) {
|
|
352
|
-
this.currentAudio.play();
|
|
353
|
-
this.pausedState = false;
|
|
354
|
-
|
|
355
|
-
// Resume word highlighting
|
|
356
|
-
if (this.onWordBoundary && this.wordTimings.length > 0) {
|
|
357
|
-
this.startWordHighlighting();
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
stop(): void {
|
|
363
|
-
this.stopWordHighlighting();
|
|
364
|
-
|
|
365
|
-
if (this.currentAudio) {
|
|
366
|
-
// Mark as intentionally stopped to prevent error handler from rejecting
|
|
367
|
-
this.intentionallyStopped = true;
|
|
368
|
-
this.currentAudio.pause();
|
|
369
|
-
if (this.currentAudio.src) {
|
|
370
|
-
URL.revokeObjectURL(this.currentAudio.src);
|
|
371
|
-
}
|
|
372
|
-
this.currentAudio.src = "";
|
|
373
|
-
this.currentAudio = null;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
this.pausedState = false;
|
|
377
|
-
this.wordTimings = [];
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
isPlaying(): boolean {
|
|
381
|
-
return this.currentAudio !== null && !this.pausedState;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
isPaused(): boolean {
|
|
385
|
-
return this.pausedState;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* Update settings dynamically (rate, pitch, voice)
|
|
390
|
-
* Note: Voice changes require resynthesis, so voice updates are stored but
|
|
391
|
-
* take effect on the next speak() call. Rate can be applied to current playback.
|
|
392
|
-
*/
|
|
393
|
-
updateSettings(settings: Partial<ServerTTSProviderConfig>): void {
|
|
394
|
-
// Update config
|
|
395
|
-
if (settings.rate !== undefined) {
|
|
396
|
-
this.config.rate = settings.rate;
|
|
397
|
-
// Apply rate immediately to current playback if active
|
|
398
|
-
if (this.currentAudio) {
|
|
399
|
-
this.currentAudio.playbackRate = Math.max(
|
|
400
|
-
0.25,
|
|
401
|
-
Math.min(4.0, settings.rate),
|
|
402
|
-
);
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
if (settings.pitch !== undefined) {
|
|
406
|
-
// Server-side pitch is baked into audio, so this only affects next speak()
|
|
407
|
-
this.config.pitch = settings.pitch;
|
|
408
|
-
}
|
|
409
|
-
if (settings.voice !== undefined) {
|
|
410
|
-
// Voice change requires resynthesis, affects next speak()
|
|
411
|
-
this.config.voice = settings.voice;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* Server TTS Provider
|
|
418
|
-
*
|
|
419
|
-
* Client-side provider that calls a server API for TTS synthesis.
|
|
420
|
-
* The server handles provider selection (Polly, Google, etc.) and credential management.
|
|
421
|
-
*/
|
|
422
|
-
export class ServerTTSProvider implements ITTSProvider {
|
|
423
|
-
readonly providerId = "server-tts";
|
|
424
|
-
readonly providerName = "Server TTS";
|
|
425
|
-
readonly version = "1.0.0";
|
|
426
|
-
|
|
427
|
-
private config: ServerTTSProviderConfig | null = null;
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
* Initialize the server TTS provider.
|
|
431
|
-
*
|
|
432
|
-
* This is designed to be fast by default (no API calls).
|
|
433
|
-
* Set validateEndpoint: true in config to test API availability during initialization.
|
|
434
|
-
*
|
|
435
|
-
* @performance Default: <10ms, With validation: 100-500ms
|
|
436
|
-
*/
|
|
437
|
-
async initialize(config: TTSConfig): Promise<ITTSProviderImplementation> {
|
|
438
|
-
const serverConfig = config as ServerTTSProviderConfig;
|
|
439
|
-
|
|
440
|
-
if (!serverConfig.apiEndpoint) {
|
|
441
|
-
throw new Error("apiEndpoint is required for ServerTTSProvider");
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
this.config = serverConfig;
|
|
445
|
-
|
|
446
|
-
// Only test API availability if explicitly requested (slower but safer)
|
|
447
|
-
if (serverConfig.validateEndpoint) {
|
|
448
|
-
const available = await this.testAPIAvailability();
|
|
449
|
-
if (!available) {
|
|
450
|
-
throw new Error(
|
|
451
|
-
`Server TTS API not available at ${serverConfig.apiEndpoint}`,
|
|
452
|
-
);
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
return new ServerTTSProviderImpl(serverConfig);
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* Test if API endpoint is available (with timeout).
|
|
461
|
-
*
|
|
462
|
-
* @performance 100-500ms depending on network
|
|
463
|
-
*/
|
|
464
|
-
private async testAPIAvailability(): Promise<boolean> {
|
|
465
|
-
if (!this.config) return false;
|
|
466
|
-
|
|
467
|
-
try {
|
|
468
|
-
const headers: Record<string, string> = { ...this.config.headers };
|
|
469
|
-
|
|
470
|
-
if (this.config.authToken) {
|
|
471
|
-
headers["Authorization"] = `Bearer ${this.config.authToken}`;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// Create abort controller for timeout
|
|
475
|
-
const controller = new AbortController();
|
|
476
|
-
const timeoutId = setTimeout(() => controller.abort(), 5000); // 5 second timeout
|
|
477
|
-
|
|
478
|
-
try {
|
|
479
|
-
// Try to fetch voices to test API
|
|
480
|
-
const response = await fetch(`${this.config.apiEndpoint}/voices`, {
|
|
481
|
-
headers,
|
|
482
|
-
signal: controller.signal,
|
|
483
|
-
});
|
|
484
|
-
|
|
485
|
-
clearTimeout(timeoutId);
|
|
486
|
-
return response.ok;
|
|
487
|
-
} catch (fetchError) {
|
|
488
|
-
clearTimeout(timeoutId);
|
|
489
|
-
// If aborted due to timeout or network error, consider API unavailable
|
|
490
|
-
return false;
|
|
491
|
-
}
|
|
492
|
-
} catch {
|
|
493
|
-
return false;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
supportsFeature(feature: TTSFeature): boolean {
|
|
498
|
-
switch (feature) {
|
|
499
|
-
case "pause":
|
|
500
|
-
case "resume":
|
|
501
|
-
case "wordBoundary":
|
|
502
|
-
case "voiceSelection":
|
|
503
|
-
case "rateControl":
|
|
504
|
-
return true;
|
|
505
|
-
case "pitchControl":
|
|
506
|
-
// Depends on server provider, assume no for safety
|
|
507
|
-
return false;
|
|
508
|
-
default:
|
|
509
|
-
return false;
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
getCapabilities(): TTSProviderCapabilities {
|
|
514
|
-
return {
|
|
515
|
-
supportsPause: true,
|
|
516
|
-
supportsResume: true,
|
|
517
|
-
supportsWordBoundary: true, // ✅ Via speech marks from server
|
|
518
|
-
supportsVoiceSelection: true,
|
|
519
|
-
supportsRateControl: true,
|
|
520
|
-
supportsPitchControl: false, // Depends on server provider
|
|
521
|
-
maxTextLength: 3000, // Conservative estimate
|
|
522
|
-
};
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
destroy(): void {
|
|
526
|
-
this.config = null;
|
|
527
|
-
}
|
|
528
|
-
}
|
package/src/index.ts
DELETED
package/tsconfig.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ES2022",
|
|
4
|
-
"module": "ESNext",
|
|
5
|
-
"lib": ["ES2022", "DOM"],
|
|
6
|
-
"moduleResolution": "bundler",
|
|
7
|
-
"outDir": "./dist",
|
|
8
|
-
"rootDir": "./src",
|
|
9
|
-
"declaration": true,
|
|
10
|
-
"declarationMap": true,
|
|
11
|
-
"sourceMap": true,
|
|
12
|
-
"composite": true,
|
|
13
|
-
"strict": true,
|
|
14
|
-
"esModuleInterop": true,
|
|
15
|
-
"skipLibCheck": true,
|
|
16
|
-
"forceConsistentCasingInFileNames": true,
|
|
17
|
-
"resolveJsonModule": true
|
|
18
|
-
},
|
|
19
|
-
"include": ["src/**/*"],
|
|
20
|
-
"exclude": ["node_modules", "dist", "**/*.test.ts"],
|
|
21
|
-
"references": [
|
|
22
|
-
{ "path": "../tts" }
|
|
23
|
-
]
|
|
24
|
-
}
|
package/tsconfig.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"fileNames":["../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../tts/dist/provider-interface.d.ts","../tts/dist/index.d.ts","./src/ServerTTSProvider.ts","./src/index.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/compatibility/index.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/globals.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/web-globals/events.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/assert.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/buffer.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/child_process.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/cluster.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/console.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/constants.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/crypto.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/dgram.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/dns.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/domain.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/events.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/fs.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/http.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/http2.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/https.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/inspector.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/inspector.generated.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/module.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/net.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/os.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/path.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/process.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/punycode.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/querystring.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/readline.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/repl.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/sea.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/sqlite.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/stream.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/stream/web.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/test.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/timers.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/tls.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/trace_events.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/tty.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/url.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/util.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/v8.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/vm.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/wasi.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/zlib.d.ts","../../node_modules/.bun/@types+node@22.19.3/node_modules/@types/node/index.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/globals.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/s3.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/fetch.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/bun.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/extensions.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/devserver.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/ffi.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/html-rewriter.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/jsc.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/sqlite.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/utils.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/overloads.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/branding.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/messages.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/index.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/test.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/wasm.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/overrides.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/deprecated.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/redis.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/shell.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/serve.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/sql.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/security.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/bundle.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/bun.ns.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/compatibility/index.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/globals.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/web-globals/events.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/assert.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/buffer.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/child_process.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/cluster.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/console.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/constants.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/crypto.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/dgram.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/dns.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/domain.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/events.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/fs.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/http.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/http2.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/https.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/inspector.generated.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/module.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/net.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/os.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/path.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/process.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/punycode.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/querystring.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/readline.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/repl.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/sea.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/stream.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/stream/web.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/test.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/timers.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/tls.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/trace_events.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/tty.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/url.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/util.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/v8.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/vm.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/wasi.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/zlib.d.ts","../../node_modules/.bun/@types+node@20.19.27/node_modules/@types/node/index.d.ts","../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/index.d.ts","../../node_modules/.bun/@types+bun@1.3.5/node_modules/@types/bun/index.d.ts"],"fileIdsList":[[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,193,194,195,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,166,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[65,66,67,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,166,167,168,169,172,173,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,166,167,168,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,166,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,171,172,173,174,175,176,182,183,184,185,186,187,188,189,190,191,192,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255],[10,70,71,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,185,186,187,188,189,190,198,199,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,176,183,184,185,186,187,188,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,181,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,177,178,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,177,178,179,180,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,177,179,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,177,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,142,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,133,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,135,138,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[63,64,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,134,137,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,145,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[63,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,136,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,159,160,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,134,138,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,159,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,153,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,145,146,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,136,138,146,147,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,137,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[63,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,133,138,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,138,142,146,147,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,142,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,136,138,141,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[63,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,135,138,145,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,138,159,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[60,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[61,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254],[59,70,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,167,168,169,170,172,183,184,185,186,187,188,189,190,198,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},"06d44e9f09b8c014b10860557dc92a03aa4c55e414e0fdbe0023fe621b9b470d","10b3f81add87449084cfa0940494972bd7512627a7f22ce2fc6b2195dba0b410",{"version":"3d4cb4dd3914587ca9db446b778c9ac6728d88116a05cc1ef11e9078d9be61ea","signature":"e3422d2b145984573ae31adb42ace7d701a56dca5f4a1cb76b188305ced0850a"},{"version":"1ed0b2cdfa1d8b22d86072057a11e18741c427578477b145535d71779574c856","signature":"0965ba3122aa40c504b87fe33b5dee04346bd420754c35e5c787616947190929"},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f5c844119c43e51ce777c509267f14d6aaf31eafb2c2b002ca35584cd13b29","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c906fb15bd2aabc9ed1e3f44eb6a8661199d6c320b3aa196b826121552cb3695","impliedFormat":1},{"version":"22295e8103f1d6d8ea4b5d6211e43421fe4564e34d0dd8e09e520e452d89e659","impliedFormat":1},{"version":"bb45cd435da536500f1d9692a9b49d0c570b763ccbf00473248b777f5c1f353b","impliedFormat":1},{"version":"6b4e081d55ac24fc8a4631d5dd77fe249fa25900abd7d046abb87d90e3b45645","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"83e63d6ccf8ec004a3bb6d58b9bb0104f60e002754b1e968024b320730cc5311","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac39df6dfb9e284bb0c205b15f4d9a2b260f5bab5c85bf2fb97d0cdd509c06ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"a3fc63c0d7b031693f665f5494412ba4b551fe644ededccc0ab5922401079c95","impliedFormat":1},{"version":"f27524f4bef4b6519c604bdb23bf4465bddcccbf3f003abb901acbd0d7404d99","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"dba28a419aec76ed864ef43e5f577a5c99a010c32e5949fe4e17a4d57c58dd11","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"c959a391a75be9789b43c8468f71e3fa06488b4d691d5729dde1416dcd38225b","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"5ebe6f4cc3b803cbfc962bae0d954f9c80e5078ca41eb3f1de41d92e7193ef37","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"47613031a5a31510831304405af561b0ffaedb734437c595256bb61a90f9311b","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"8a1a0d0a4a06a8d278947fcb66bf684f117bf147f89b06e50662d79a53be3e9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"9f663c2f91127ef7024e8ca4b3b4383ff2770e5f826696005de382282794b127","impliedFormat":1},{"version":"9f55299850d4f0921e79b6bf344b47c420ce0f507b9dcf593e532b09ea7eeea1","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"6e215dac8b234548d91b718f9c07d5b09473cd5cabb29053fcd8be0af190acb6","affectsGlobalScope":true,"impliedFormat":1},{"version":"0da1adb8d70eba31791b5f9203a384a628f9a1b03162bc68306838e842eff203","impliedFormat":1},{"version":"f3d3e999a323c85c8a63ce90c6e4624ff89fe137a0e2508fddc08e0556d08abf","impliedFormat":1},{"version":"a1fdda024d346cd1906d4a1f66c2804217ef88b554946ac7d9b7bcbadcc75f11","impliedFormat":1},{"version":"49ae37a1b5de16f762c8a151eeaec6b558ce3c27251052ef7a361144af42cad4","impliedFormat":1},{"version":"fc9e630f9302d0414ccd6c8ed2706659cff5ae454a56560c6122fa4a3fac5bbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa0a44af370a2d7c1aac988a17836f57910a6c52689f52f5b3ac1d4c6cadcb23","impliedFormat":1},{"version":"0ac74c7586880e26b6a599c710b59284a284e084a2bbc82cd40fb3fbfdea71ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce12357dadbb8efc4e4ec4dab709c8071bf992722fc9adfea2fe0bd5b50923f","impliedFormat":1},{"version":"31bd1a31f935276adf90384a35edbd4614018ff008f57d62ffb57ac538e94e51","impliedFormat":1},{"version":"ffd344731abee98a0a85a735b19052817afd2156d97d1410819cd9bcd1bd575e","impliedFormat":1},{"version":"475e07c959f4766f90678425b45cf58ac9b95e50de78367759c1e5118e85d5c3","impliedFormat":1},{"version":"a524ae401b30a1b0814f1bbcdae459da97fa30ae6e22476e506bb3f82e3d9456","impliedFormat":1},{"version":"7375e803c033425e27cb33bae21917c106cb37b508fd242cccd978ef2ee244c7","impliedFormat":1},{"version":"eeb890c7e9218afdad2f30ad8a76b0b0b5161d11ce13b6723879de408e6bc47a","impliedFormat":1},{"version":"561c795984d06b91091780cebeac616e9e41d83240770e1af14e6ec083b713d5","impliedFormat":1},{"version":"dfbcc400ac6d20b941ccc7bd9031b9d9f54e4d495dd79117334e771959df4805","affectsGlobalScope":true,"impliedFormat":1},{"version":"944d65951e33a13068be5cd525ec42bf9bc180263ba0b723fa236970aa21f611","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b386c7b6ce6f369d18246904fa5eac73566167c88fb6508feba74fa7501a384","affectsGlobalScope":true,"impliedFormat":1},{"version":"592a109e67b907ffd2078cd6f727d5c326e06eaada169eef8fb18546d96f6797","impliedFormat":1},{"version":"f2eb1e35cae499d57e34b4ac3650248776fe7dbd9a3ec34b23754cfd8c22fceb","impliedFormat":1},{"version":"fbed43a6fcf5b675f5ec6fc960328114777862b58a2bb19c109e8fc1906caa09","impliedFormat":1},{"version":"9e98bd421e71f70c75dae7029e316745c89fa7b8bc8b43a91adf9b82c206099c","impliedFormat":1},{"version":"fc803e6b01f4365f71f51f9ce13f71396766848204d4f7a1b2b6154434b84b15","impliedFormat":1},{"version":"f3afcc0d6f77a9ca2d2c5c92eb4b89cd38d6fa4bdc1410d626bd701760a977ec","impliedFormat":1},{"version":"c8109fe76467db6e801d0edfbc50e6826934686467c9418ce6b246232ce7f109","affectsGlobalScope":true,"impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"d9e971bba9cf977c7774abbd4d2e3413a231af8a06a2e8b16af2a606bc91ddd0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"f9ab232778f2842ffd6955f88b1049982fa2ecb764d129ee4893cbc290f41977","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1},{"version":"e6f803e4e45915d58e721c04ec17830c6e6678d1e3e00e28edf3d52720909cea","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be812b06e518320ba82e2aff3ac2ca37370a9df917db708f081b9043fa3315","impliedFormat":1}],"root":[61,62],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":99,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9},"referencedMap":[[257,1],[204,2],[205,3],[206,2],[198,4],[207,2],[208,2],[209,2],[193,2],[196,5],[194,2],[195,2],[210,2],[211,2],[212,2],[213,2],[214,2],[215,2],[216,2],[217,2],[218,2],[219,2],[220,2],[199,2],[197,2],[221,2],[222,2],[223,2],[255,6],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[230,2],[231,2],[232,2],[233,2],[234,2],[235,2],[236,7],[237,2],[239,2],[238,2],[240,2],[241,2],[242,2],[243,2],[244,2],[245,2],[246,2],[247,2],[248,2],[249,2],[250,2],[251,2],[252,2],[200,2],[201,2],[202,2],[203,8],[253,8],[254,2],[78,2],[79,2],[80,2],[70,9],[81,2],[82,2],[83,2],[65,2],[68,10],[66,2],[67,2],[84,2],[85,2],[86,2],[87,2],[88,2],[89,2],[90,2],[91,2],[92,2],[93,2],[94,2],[71,2],[69,2],[95,8],[96,2],[97,2],[131,11],[98,2],[99,2],[100,2],[101,2],[102,2],[103,2],[104,2],[105,12],[106,2],[107,2],[108,2],[109,2],[110,2],[111,13],[112,2],[113,2],[115,2],[114,2],[116,2],[117,2],[118,2],[119,2],[120,2],[121,2],[122,2],[123,2],[124,2],[125,2],[126,2],[127,2],[128,2],[72,2],[73,2],[74,2],[75,8],[76,2],[77,2],[129,8],[130,2],[170,14],[192,2],[191,2],[185,15],[172,16],[171,2],[169,17],[173,2],[167,18],[174,2],[256,19],[175,2],[184,20],[186,21],[168,22],[190,23],[188,24],[187,25],[189,26],[176,2],[182,27],[179,28],[181,29],[180,30],[178,31],[177,2],[183,32],[57,2],[58,2],[10,2],[12,2],[11,2],[2,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[3,2],[21,2],[22,2],[4,2],[23,2],[27,2],[24,2],[25,2],[26,2],[28,2],[29,2],[30,2],[5,2],[31,2],[32,2],[33,2],[34,2],[6,2],[38,2],[35,2],[36,2],[37,2],[39,2],[7,2],[40,2],[45,2],[46,2],[41,2],[42,2],[43,2],[44,2],[8,2],[50,2],[47,2],[48,2],[49,2],[51,2],[9,2],[52,2],[53,2],[54,2],[56,2],[55,2],[1,2],[145,33],[155,34],[144,33],[165,35],[136,36],[135,2],[164,37],[158,38],[163,36],[138,39],[152,40],[137,41],[161,42],[133,43],[132,37],[162,44],[134,45],[139,34],[140,2],[143,34],[63,2],[166,46],[156,47],[147,48],[148,49],[150,50],[146,51],[149,52],[159,37],[141,53],[142,54],[151,55],[64,2],[154,47],[153,34],[157,2],[160,56],[61,57],[62,58],[60,59],[59,2]],"latestChangedDtsFile":"./dist/index.d.ts","version":"5.9.3"}
|