@dependabit/plugin-context7 0.1.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/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # @dependabit/plugin-context7
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Publish release setup updates and action metadata.
8
+ - Updated dependencies
9
+ - @dependabit/manifest@0.1.1
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024-present Pradeep Mouli
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # @dependabit/plugin-context7
2
+
3
+ Context7 API plugin for dependency tracking.
4
+
5
+ ## Overview
6
+
7
+ This plugin provides integration with the Context7 API for tracking context-aware dependencies.
8
+
9
+ ## Features
10
+
11
+ - Context7 API integration
12
+ - Context tracking and change detection
13
+
14
+ ## Installation
15
+
16
+ ```bash
17
+ pnpm add @dependabit/plugin-context7
18
+ ```
19
+
20
+ ## Usage
21
+
22
+ ```typescript
23
+ import { Context7Plugin } from '@dependabit/plugin-context7';
24
+
25
+ // Coming soon in Phase 5
26
+ ```
27
+
28
+ ## License
29
+
30
+ MIT
@@ -0,0 +1,77 @@
1
+ /**
2
+ * Context7 Checker
3
+ * Monitors documentation via Context7 API for version and content changes
4
+ *
5
+ * Context7 is a documentation API that provides structured access to library docs.
6
+ * This checker tracks library versions and content changes in documentation.
7
+ */
8
+ /**
9
+ * Context7 API configuration
10
+ */
11
+ export interface Context7Config {
12
+ url: string;
13
+ libraryId?: string;
14
+ auth?: {
15
+ type: 'token' | 'none';
16
+ secret?: string;
17
+ };
18
+ }
19
+ /**
20
+ * Context7 library metadata
21
+ */
22
+ export interface Context7Library {
23
+ id: string;
24
+ name: string;
25
+ version: string;
26
+ lastUpdated: string;
27
+ description?: string;
28
+ }
29
+ /**
30
+ * Context7 snapshot result
31
+ */
32
+ export interface Context7Snapshot {
33
+ version: string;
34
+ stateHash: string;
35
+ fetchedAt: Date;
36
+ metadata: {
37
+ libraryId: string;
38
+ libraryName: string;
39
+ lastUpdated: string;
40
+ description?: string;
41
+ contentHash?: string;
42
+ };
43
+ }
44
+ /**
45
+ * Context7 change detection result
46
+ */
47
+ export interface Context7ChangeDetection {
48
+ hasChanged: boolean;
49
+ changes: string[];
50
+ oldVersion?: string;
51
+ newVersion?: string;
52
+ severity?: 'breaking' | 'major' | 'minor';
53
+ }
54
+ /**
55
+ * Context7 checker implementation
56
+ */
57
+ export declare class Context7Checker {
58
+ private baseUrl;
59
+ /**
60
+ * Extract library ID from Context7 URL
61
+ */
62
+ private extractLibraryId;
63
+ /**
64
+ * Fetch library information from Context7 API
65
+ */
66
+ fetch(config: Context7Config): Promise<Context7Snapshot>;
67
+ private fallbackFetch;
68
+ /**
69
+ * Compare two Context7 snapshots to detect changes
70
+ */
71
+ compare(prev: Context7Snapshot, curr: Context7Snapshot): Promise<Context7ChangeDetection>;
72
+ }
73
+ /**
74
+ * Create a Context7 checker instance
75
+ */
76
+ export declare function createContext7Checker(): Context7Checker;
77
+ //# sourceMappingURL=checker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checker.d.ts","sourceRoot":"","sources":["../src/checker.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;QACvB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,IAAI,CAAC;IAChB,QAAQ,EAAE;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC;CAC3C;AAqBD;;GAEG;AACH,qBAAa,eAAe;IAC1B,OAAO,CAAC,OAAO,CAA6B;IAE5C;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAmBxB;;OAEG;IACG,KAAK,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAkE7D;YAKa,aAAa;IAiC3B;;OAEG;IACG,OAAO,CAAC,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAsD9F;CACF;AAED;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,eAAe,CAEvD"}
@@ -0,0 +1,203 @@
1
+ /**
2
+ * Context7 Checker
3
+ * Monitors documentation via Context7 API for version and content changes
4
+ *
5
+ * Context7 is a documentation API that provides structured access to library docs.
6
+ * This checker tracks library versions and content changes in documentation.
7
+ */
8
+ import crypto from 'node:crypto';
9
+ import { z } from 'zod';
10
+ import semver from 'semver';
11
+ /**
12
+ * Context7 API response schema
13
+ */
14
+ const Context7ResponseSchema = z.object({
15
+ library: z.object({
16
+ id: z.string(),
17
+ name: z.string(),
18
+ version: z.string(),
19
+ lastUpdated: z.string(),
20
+ description: z.string().optional()
21
+ }),
22
+ content: z
23
+ .object({
24
+ sections: z.array(z.unknown()).optional(),
25
+ hash: z.string().optional()
26
+ })
27
+ .optional()
28
+ });
29
+ /**
30
+ * Context7 checker implementation
31
+ */
32
+ export class Context7Checker {
33
+ baseUrl = 'https://api.context7.io';
34
+ /**
35
+ * Extract library ID from Context7 URL
36
+ */
37
+ extractLibraryId(url) {
38
+ // Handle various Context7 URL patterns
39
+ // e.g., https://context7.io/docs/react or https://context7.io/library/react
40
+ const patterns = [
41
+ /context7\.io\/docs\/([^/]+)/,
42
+ /context7\.io\/library\/([^/]+)/,
43
+ /context7\.io\/([^/]+)$/
44
+ ];
45
+ for (const pattern of patterns) {
46
+ const match = url.match(pattern);
47
+ if (match?.[1]) {
48
+ return match[1];
49
+ }
50
+ }
51
+ return null;
52
+ }
53
+ /**
54
+ * Fetch library information from Context7 API
55
+ */
56
+ async fetch(config) {
57
+ const { url, libraryId: providedLibraryId, auth } = config;
58
+ // Extract or use provided library ID
59
+ const libraryId = providedLibraryId || this.extractLibraryId(url);
60
+ if (!libraryId) {
61
+ throw new Error(`Could not extract library ID from URL: ${url}`);
62
+ }
63
+ try {
64
+ // Fetch library metadata from Context7 API
65
+ const apiUrl = `${this.baseUrl}/v1/libraries/${libraryId}`;
66
+ const response = await fetch(apiUrl, {
67
+ headers: {
68
+ Accept: 'application/json',
69
+ 'User-Agent': 'dependabit-monitor/1.0',
70
+ ...(auth?.secret && { Authorization: `Bearer ${auth.secret}` })
71
+ }
72
+ });
73
+ if (!response.ok) {
74
+ // If API is unavailable, fall back to URL content check
75
+ if (response.status === 404 || response.status === 503) {
76
+ return this.fallbackFetch(url, libraryId);
77
+ }
78
+ throw new Error(`Context7 API error: ${response.status} ${response.statusText}`);
79
+ }
80
+ const data = await response.json();
81
+ const parsed = Context7ResponseSchema.parse(data);
82
+ // Create state hash from library metadata + content
83
+ const stateContent = JSON.stringify({
84
+ version: parsed.library.version,
85
+ lastUpdated: parsed.library.lastUpdated,
86
+ contentHash: parsed.content?.hash
87
+ });
88
+ const stateHash = crypto.createHash('sha256').update(stateContent).digest('hex');
89
+ const metadata = {
90
+ libraryId: parsed.library.id,
91
+ libraryName: parsed.library.name,
92
+ lastUpdated: parsed.library.lastUpdated
93
+ };
94
+ if (parsed.library.description !== undefined) {
95
+ metadata.description = parsed.library.description;
96
+ }
97
+ if (parsed.content?.hash !== undefined) {
98
+ metadata.contentHash = parsed.content.hash;
99
+ }
100
+ return {
101
+ version: parsed.library.version,
102
+ stateHash,
103
+ fetchedAt: new Date(),
104
+ metadata
105
+ };
106
+ }
107
+ catch (error) {
108
+ // Fallback to simple URL check if API fails
109
+ if (error instanceof z.ZodError) {
110
+ return this.fallbackFetch(url, libraryId);
111
+ }
112
+ throw new Error(`Failed to fetch Context7 library: ${error.message}`);
113
+ }
114
+ }
115
+ /**
116
+ * Fallback: fetch documentation page directly and hash content
117
+ */
118
+ async fallbackFetch(url, libraryId) {
119
+ const response = await fetch(url, {
120
+ headers: {
121
+ 'User-Agent': 'dependabit-monitor/1.0'
122
+ }
123
+ });
124
+ if (!response.ok) {
125
+ throw new Error(`Failed to fetch URL: ${response.status} ${response.statusText}`);
126
+ }
127
+ const content = await response.text();
128
+ // Extract version from page content if possible
129
+ const versionMatch = content.match(/version[:\s]+["']?v?([\d.]+)/i);
130
+ const version = versionMatch?.[1] || 'unknown';
131
+ // Create state hash from content
132
+ const stateHash = crypto.createHash('sha256').update(content).digest('hex');
133
+ return {
134
+ version,
135
+ stateHash,
136
+ fetchedAt: new Date(),
137
+ metadata: {
138
+ libraryId,
139
+ libraryName: libraryId,
140
+ lastUpdated: new Date().toISOString(),
141
+ contentHash: stateHash
142
+ }
143
+ };
144
+ }
145
+ /**
146
+ * Compare two Context7 snapshots to detect changes
147
+ */
148
+ async compare(prev, curr) {
149
+ const changes = [];
150
+ let severity = 'minor';
151
+ // Check version change
152
+ if (prev.version !== curr.version) {
153
+ changes.push('version');
154
+ // Determine severity based on version change using semver
155
+ if (prev.version && curr.version) {
156
+ // Clean and parse versions - semver handles 'v' prefixes automatically
157
+ const prevVersion = semver.coerce(prev.version);
158
+ const currVersion = semver.coerce(curr.version);
159
+ // Only classify if both versions are valid semver
160
+ if (prevVersion && currVersion) {
161
+ const diffType = semver.diff(prevVersion, currVersion);
162
+ if (diffType === 'major' || diffType === 'premajor') {
163
+ severity = 'breaking'; // Major version change
164
+ }
165
+ else if (diffType === 'minor' || diffType === 'preminor') {
166
+ severity = 'major'; // Minor version change
167
+ }
168
+ else {
169
+ severity = 'minor'; // Patch or prerelease change
170
+ }
171
+ }
172
+ // If versions are not valid semver, leave severity as 'minor' (conservative default)
173
+ }
174
+ }
175
+ // Check content hash change
176
+ if (prev.stateHash !== curr.stateHash) {
177
+ if (!changes.includes('version')) {
178
+ changes.push('content');
179
+ }
180
+ }
181
+ // Check last updated change
182
+ if (prev.metadata.lastUpdated !== curr.metadata.lastUpdated) {
183
+ changes.push('lastUpdated');
184
+ }
185
+ const result = {
186
+ hasChanged: changes.length > 0,
187
+ changes,
188
+ oldVersion: prev.version,
189
+ newVersion: curr.version
190
+ };
191
+ if (changes.length > 0) {
192
+ result.severity = severity;
193
+ }
194
+ return result;
195
+ }
196
+ }
197
+ /**
198
+ * Create a Context7 checker instance
199
+ */
200
+ export function createContext7Checker() {
201
+ return new Context7Checker();
202
+ }
203
+ //# sourceMappingURL=checker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checker.js","sourceRoot":"","sources":["../src/checker.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @dependabit/plugin-context7
3
+ *
4
+ * Context7 API plugin for monitoring documentation changes
5
+ */
6
+ export { Context7Checker, createContext7Checker, type Context7Config, type Context7Library, type Context7Snapshot, type Context7ChangeDetection } from './checker.js';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC7B,MAAM,cAAc,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @dependabit/plugin-context7
3
+ *
4
+ * Context7 API plugin for monitoring documentation changes
5
+ */
6
+ export { Context7Checker, createContext7Checker } from './checker.js';
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,eAAe,EACf,qBAAqB,EAKtB,MAAM,cAAc,CAAC"}
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@dependabit/plugin-context7",
3
+ "version": "0.1.1",
4
+ "description": "Context7 API plugin for dependency tracking",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "default": "./dist/index.js"
12
+ }
13
+ },
14
+ "dependencies": {
15
+ "semver": "^7.7.4",
16
+ "zod": "^4.3.6",
17
+ "@dependabit/manifest": "0.1.1"
18
+ },
19
+ "devDependencies": {
20
+ "@types/node": "^25.2.2",
21
+ "@types/semver": "^7.7.1",
22
+ "tsx": "^4.21.0",
23
+ "typescript": "^5.9.3",
24
+ "vitest": "^4.0.18"
25
+ },
26
+ "keywords": [
27
+ "plugin",
28
+ "context7",
29
+ "api"
30
+ ],
31
+ "license": "MIT",
32
+ "scripts": {
33
+ "build": "tsgo -p tsconfig.json",
34
+ "clean": "rm -rf dist",
35
+ "dev": "tsx watch src/index.ts",
36
+ "type-check": "tsgo --noEmit -p tsconfig.json",
37
+ "test": "vitest run",
38
+ "test:watch": "vitest"
39
+ }
40
+ }
@@ -0,0 +1,116 @@
1
+ import { describe, it, expect } from 'vitest';
2
+ import { Context7Checker } from './checker.js';
3
+ import type { Context7Snapshot } from './checker.js';
4
+
5
+ describe('Context7Checker', () => {
6
+ describe('compare', () => {
7
+ const checker = new Context7Checker();
8
+
9
+ const createSnapshot = (version: string): Context7Snapshot => ({
10
+ version,
11
+ stateHash: 'hash123',
12
+ fetchedAt: new Date('2024-01-01'),
13
+ metadata: {
14
+ libraryId: 'test-lib',
15
+ libraryName: 'Test Library',
16
+ lastUpdated: '2024-01-01T00:00:00Z'
17
+ }
18
+ });
19
+
20
+ it('should detect breaking change for major version bump', async () => {
21
+ const prev = createSnapshot('1.0.0');
22
+ const curr = createSnapshot('2.0.0');
23
+ const result = await checker.compare(prev, curr);
24
+
25
+ expect(result.hasChanged).toBe(true);
26
+ expect(result.severity).toBe('breaking');
27
+ expect(result.changes).toContain('version');
28
+ });
29
+
30
+ it('should detect major change for minor version bump', async () => {
31
+ const prev = createSnapshot('1.0.0');
32
+ const curr = createSnapshot('1.1.0');
33
+ const result = await checker.compare(prev, curr);
34
+
35
+ expect(result.hasChanged).toBe(true);
36
+ expect(result.severity).toBe('major');
37
+ expect(result.changes).toContain('version');
38
+ });
39
+
40
+ it('should detect minor change for patch version bump', async () => {
41
+ const prev = createSnapshot('1.0.0');
42
+ const curr = createSnapshot('1.0.1');
43
+ const result = await checker.compare(prev, curr);
44
+
45
+ expect(result.hasChanged).toBe(true);
46
+ expect(result.severity).toBe('minor');
47
+ expect(result.changes).toContain('version');
48
+ });
49
+
50
+ it('should handle versions with v prefix', async () => {
51
+ const prev = createSnapshot('v1.0.0');
52
+ const curr = createSnapshot('v2.0.0');
53
+ const result = await checker.compare(prev, curr);
54
+
55
+ expect(result.hasChanged).toBe(true);
56
+ expect(result.severity).toBe('breaking');
57
+ });
58
+
59
+ it('should handle non-semver versions gracefully', async () => {
60
+ const prev = createSnapshot('unknown');
61
+ const curr = createSnapshot('latest');
62
+ const result = await checker.compare(prev, curr);
63
+
64
+ expect(result.hasChanged).toBe(true);
65
+ expect(result.severity).toBe('minor'); // Conservative default
66
+ expect(result.changes).toContain('version');
67
+ });
68
+
69
+ it('should handle partial version numbers', async () => {
70
+ const prev = createSnapshot('1.2');
71
+ const curr = createSnapshot('2.0');
72
+ const result = await checker.compare(prev, curr);
73
+
74
+ expect(result.hasChanged).toBe(true);
75
+ expect(result.severity).toBe('breaking');
76
+ });
77
+
78
+ it('should not report change when versions are identical', async () => {
79
+ const prev = createSnapshot('1.0.0');
80
+ const curr = createSnapshot('1.0.0');
81
+ const result = await checker.compare(prev, curr);
82
+
83
+ expect(result.changes).not.toContain('version');
84
+ });
85
+
86
+ it('should handle prerelease versions', async () => {
87
+ const prev = createSnapshot('1.0.0');
88
+ const curr = createSnapshot('2.0.0-beta.1');
89
+ const result = await checker.compare(prev, curr);
90
+
91
+ expect(result.hasChanged).toBe(true);
92
+ expect(result.severity).toBe('breaking');
93
+ });
94
+
95
+ it('should detect content changes when hash differs', async () => {
96
+ const prev: Context7Snapshot = {
97
+ version: '1.0.0',
98
+ stateHash: 'hash123',
99
+ fetchedAt: new Date('2024-01-01'),
100
+ metadata: {
101
+ libraryId: 'test-lib',
102
+ libraryName: 'Test Library',
103
+ lastUpdated: '2024-01-01T00:00:00Z'
104
+ }
105
+ };
106
+ const curr: Context7Snapshot = {
107
+ ...prev,
108
+ stateHash: 'hash456'
109
+ };
110
+ const result = await checker.compare(prev, curr);
111
+
112
+ expect(result.hasChanged).toBe(true);
113
+ expect(result.changes).toContain('content');
114
+ });
115
+ });
116
+ });
package/src/checker.ts ADDED
@@ -0,0 +1,282 @@
1
+ /**
2
+ * Context7 Checker
3
+ * Monitors documentation via Context7 API for version and content changes
4
+ *
5
+ * Context7 is a documentation API that provides structured access to library docs.
6
+ * This checker tracks library versions and content changes in documentation.
7
+ */
8
+
9
+ import crypto from 'node:crypto';
10
+ import { z } from 'zod';
11
+ import semver from 'semver';
12
+
13
+ /**
14
+ * Context7 API configuration
15
+ */
16
+ export interface Context7Config {
17
+ url: string;
18
+ libraryId?: string;
19
+ auth?: {
20
+ type: 'token' | 'none';
21
+ secret?: string;
22
+ };
23
+ }
24
+
25
+ /**
26
+ * Context7 library metadata
27
+ */
28
+ export interface Context7Library {
29
+ id: string;
30
+ name: string;
31
+ version: string;
32
+ lastUpdated: string;
33
+ description?: string;
34
+ }
35
+
36
+ /**
37
+ * Context7 snapshot result
38
+ */
39
+ export interface Context7Snapshot {
40
+ version: string;
41
+ stateHash: string;
42
+ fetchedAt: Date;
43
+ metadata: {
44
+ libraryId: string;
45
+ libraryName: string;
46
+ lastUpdated: string;
47
+ description?: string;
48
+ contentHash?: string;
49
+ };
50
+ }
51
+
52
+ /**
53
+ * Context7 change detection result
54
+ */
55
+ export interface Context7ChangeDetection {
56
+ hasChanged: boolean;
57
+ changes: string[];
58
+ oldVersion?: string;
59
+ newVersion?: string;
60
+ severity?: 'breaking' | 'major' | 'minor';
61
+ }
62
+
63
+ /**
64
+ * Context7 API response schema
65
+ */
66
+ const Context7ResponseSchema = z.object({
67
+ library: z.object({
68
+ id: z.string(),
69
+ name: z.string(),
70
+ version: z.string(),
71
+ lastUpdated: z.string(),
72
+ description: z.string().optional()
73
+ }),
74
+ content: z
75
+ .object({
76
+ sections: z.array(z.unknown()).optional(),
77
+ hash: z.string().optional()
78
+ })
79
+ .optional()
80
+ });
81
+
82
+ /**
83
+ * Context7 checker implementation
84
+ */
85
+ export class Context7Checker {
86
+ private baseUrl = 'https://api.context7.io';
87
+
88
+ /**
89
+ * Extract library ID from Context7 URL
90
+ */
91
+ private extractLibraryId(url: string): string | null {
92
+ // Handle various Context7 URL patterns
93
+ // e.g., https://context7.io/docs/react or https://context7.io/library/react
94
+ const patterns = [
95
+ /context7\.io\/docs\/([^/]+)/,
96
+ /context7\.io\/library\/([^/]+)/,
97
+ /context7\.io\/([^/]+)$/
98
+ ];
99
+
100
+ for (const pattern of patterns) {
101
+ const match = url.match(pattern);
102
+ if (match?.[1]) {
103
+ return match[1];
104
+ }
105
+ }
106
+
107
+ return null;
108
+ }
109
+
110
+ /**
111
+ * Fetch library information from Context7 API
112
+ */
113
+ async fetch(config: Context7Config): Promise<Context7Snapshot> {
114
+ const { url, libraryId: providedLibraryId, auth } = config;
115
+
116
+ // Extract or use provided library ID
117
+ const libraryId = providedLibraryId || this.extractLibraryId(url);
118
+ if (!libraryId) {
119
+ throw new Error(`Could not extract library ID from URL: ${url}`);
120
+ }
121
+
122
+ try {
123
+ // Fetch library metadata from Context7 API
124
+ const apiUrl = `${this.baseUrl}/v1/libraries/${libraryId}`;
125
+ const response = await fetch(apiUrl, {
126
+ headers: {
127
+ Accept: 'application/json',
128
+ 'User-Agent': 'dependabit-monitor/1.0',
129
+ ...(auth?.secret && { Authorization: `Bearer ${auth.secret}` })
130
+ }
131
+ });
132
+
133
+ if (!response.ok) {
134
+ // If API is unavailable, fall back to URL content check
135
+ if (response.status === 404 || response.status === 503) {
136
+ return this.fallbackFetch(url, libraryId);
137
+ }
138
+ throw new Error(`Context7 API error: ${response.status} ${response.statusText}`);
139
+ }
140
+
141
+ const data = await response.json();
142
+ const parsed = Context7ResponseSchema.parse(data);
143
+
144
+ // Create state hash from library metadata + content
145
+ const stateContent = JSON.stringify({
146
+ version: parsed.library.version,
147
+ lastUpdated: parsed.library.lastUpdated,
148
+ contentHash: parsed.content?.hash
149
+ });
150
+ const stateHash = crypto.createHash('sha256').update(stateContent).digest('hex');
151
+
152
+ const metadata: Context7Snapshot['metadata'] = {
153
+ libraryId: parsed.library.id,
154
+ libraryName: parsed.library.name,
155
+ lastUpdated: parsed.library.lastUpdated
156
+ };
157
+
158
+ if (parsed.library.description !== undefined) {
159
+ metadata.description = parsed.library.description;
160
+ }
161
+
162
+ if (parsed.content?.hash !== undefined) {
163
+ metadata.contentHash = parsed.content.hash;
164
+ }
165
+
166
+ return {
167
+ version: parsed.library.version,
168
+ stateHash,
169
+ fetchedAt: new Date(),
170
+ metadata
171
+ };
172
+ } catch (error) {
173
+ // Fallback to simple URL check if API fails
174
+ if (error instanceof z.ZodError) {
175
+ return this.fallbackFetch(url, libraryId);
176
+ }
177
+ throw new Error(`Failed to fetch Context7 library: ${(error as Error).message}`);
178
+ }
179
+ }
180
+
181
+ /**
182
+ * Fallback: fetch documentation page directly and hash content
183
+ */
184
+ private async fallbackFetch(url: string, libraryId: string): Promise<Context7Snapshot> {
185
+ const response = await fetch(url, {
186
+ headers: {
187
+ 'User-Agent': 'dependabit-monitor/1.0'
188
+ }
189
+ });
190
+
191
+ if (!response.ok) {
192
+ throw new Error(`Failed to fetch URL: ${response.status} ${response.statusText}`);
193
+ }
194
+
195
+ const content = await response.text();
196
+
197
+ // Extract version from page content if possible
198
+ const versionMatch = content.match(/version[:\s]+["']?v?([\d.]+)/i);
199
+ const version = versionMatch?.[1] || 'unknown';
200
+
201
+ // Create state hash from content
202
+ const stateHash = crypto.createHash('sha256').update(content).digest('hex');
203
+
204
+ return {
205
+ version,
206
+ stateHash,
207
+ fetchedAt: new Date(),
208
+ metadata: {
209
+ libraryId,
210
+ libraryName: libraryId,
211
+ lastUpdated: new Date().toISOString(),
212
+ contentHash: stateHash
213
+ }
214
+ };
215
+ }
216
+
217
+ /**
218
+ * Compare two Context7 snapshots to detect changes
219
+ */
220
+ async compare(prev: Context7Snapshot, curr: Context7Snapshot): Promise<Context7ChangeDetection> {
221
+ const changes: string[] = [];
222
+ let severity: 'breaking' | 'major' | 'minor' = 'minor';
223
+
224
+ // Check version change
225
+ if (prev.version !== curr.version) {
226
+ changes.push('version');
227
+
228
+ // Determine severity based on version change using semver
229
+ if (prev.version && curr.version) {
230
+ // Clean and parse versions - semver handles 'v' prefixes automatically
231
+ const prevVersion = semver.coerce(prev.version);
232
+ const currVersion = semver.coerce(curr.version);
233
+
234
+ // Only classify if both versions are valid semver
235
+ if (prevVersion && currVersion) {
236
+ const diffType = semver.diff(prevVersion, currVersion);
237
+
238
+ if (diffType === 'major' || diffType === 'premajor') {
239
+ severity = 'breaking'; // Major version change
240
+ } else if (diffType === 'minor' || diffType === 'preminor') {
241
+ severity = 'major'; // Minor version change
242
+ } else {
243
+ severity = 'minor'; // Patch or prerelease change
244
+ }
245
+ }
246
+ // If versions are not valid semver, leave severity as 'minor' (conservative default)
247
+ }
248
+ }
249
+
250
+ // Check content hash change
251
+ if (prev.stateHash !== curr.stateHash) {
252
+ if (!changes.includes('version')) {
253
+ changes.push('content');
254
+ }
255
+ }
256
+
257
+ // Check last updated change
258
+ if (prev.metadata.lastUpdated !== curr.metadata.lastUpdated) {
259
+ changes.push('lastUpdated');
260
+ }
261
+
262
+ const result: Context7ChangeDetection = {
263
+ hasChanged: changes.length > 0,
264
+ changes,
265
+ oldVersion: prev.version,
266
+ newVersion: curr.version
267
+ };
268
+
269
+ if (changes.length > 0) {
270
+ result.severity = severity;
271
+ }
272
+
273
+ return result;
274
+ }
275
+ }
276
+
277
+ /**
278
+ * Create a Context7 checker instance
279
+ */
280
+ export function createContext7Checker(): Context7Checker {
281
+ return new Context7Checker();
282
+ }
package/src/index.ts ADDED
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @dependabit/plugin-context7
3
+ *
4
+ * Context7 API plugin for monitoring documentation changes
5
+ */
6
+
7
+ export {
8
+ Context7Checker,
9
+ createContext7Checker,
10
+ type Context7Config,
11
+ type Context7Library,
12
+ type Context7Snapshot,
13
+ type Context7ChangeDetection
14
+ } from './checker.js';
package/tsconfig.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "extends": "../../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "dist",
5
+ "rootDir": "src"
6
+ },
7
+ "include": ["src"],
8
+ "exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"],
9
+ "references": [{ "path": "../../manifest" }]
10
+ }
@@ -0,0 +1 @@
1
+ {"version":"7.0.0-dev.20260209.1","root":[[183,184]],"fileNames":["lib.es5.d.ts","lib.es2015.d.ts","lib.es2016.d.ts","lib.es2017.d.ts","lib.es2018.d.ts","lib.es2019.d.ts","lib.es2020.d.ts","lib.es2021.d.ts","lib.es2022.d.ts","lib.dom.d.ts","lib.dom.iterable.d.ts","lib.dom.asynciterable.d.ts","lib.webworker.importscripts.d.ts","lib.scripthost.d.ts","lib.es2015.core.d.ts","lib.es2015.collection.d.ts","lib.es2015.generator.d.ts","lib.es2015.iterable.d.ts","lib.es2015.promise.d.ts","lib.es2015.proxy.d.ts","lib.es2015.reflect.d.ts","lib.es2015.symbol.d.ts","lib.es2015.symbol.wellknown.d.ts","lib.es2016.array.include.d.ts","lib.es2016.intl.d.ts","lib.es2017.arraybuffer.d.ts","lib.es2017.date.d.ts","lib.es2017.object.d.ts","lib.es2017.sharedmemory.d.ts","lib.es2017.string.d.ts","lib.es2017.intl.d.ts","lib.es2017.typedarrays.d.ts","lib.es2018.asyncgenerator.d.ts","lib.es2018.asynciterable.d.ts","lib.es2018.intl.d.ts","lib.es2018.promise.d.ts","lib.es2018.regexp.d.ts","lib.es2019.array.d.ts","lib.es2019.object.d.ts","lib.es2019.string.d.ts","lib.es2019.symbol.d.ts","lib.es2019.intl.d.ts","lib.es2020.bigint.d.ts","lib.es2020.date.d.ts","lib.es2020.promise.d.ts","lib.es2020.sharedmemory.d.ts","lib.es2020.string.d.ts","lib.es2020.symbol.wellknown.d.ts","lib.es2020.intl.d.ts","lib.es2020.number.d.ts","lib.es2021.promise.d.ts","lib.es2021.string.d.ts","lib.es2021.weakref.d.ts","lib.es2021.intl.d.ts","lib.es2022.array.d.ts","lib.es2022.error.d.ts","lib.es2022.intl.d.ts","lib.es2022.object.d.ts","lib.es2022.string.d.ts","lib.es2022.regexp.d.ts","lib.esnext.disposable.d.ts","lib.esnext.float16.d.ts","lib.decorators.d.ts","lib.decorators.legacy.d.ts","lib.es2022.full.d.ts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/standard-schema.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/versions.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/checks.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/regexes.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ar.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/az.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/be.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/bg.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ca.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/cs.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/da.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/de.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/en.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/eo.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/es.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fa.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fi.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fr.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fr-CA.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/he.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/hu.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/hy.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/id.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/is.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/it.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ja.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ka.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/kh.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/km.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ko.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/lt.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/mk.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ms.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/nl.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/no.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ota.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ps.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/pl.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/pt.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ru.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/sl.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/sv.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ta.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/th.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/tr.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ua.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/uk.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ur.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/uz.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/vi.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/zh-CN.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/zh-TW.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/yo.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/index.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/api.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-generator.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/index.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/errors.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/parse.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/checks.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/compat.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/from-json-schema.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/iso.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/coerce.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/external.d.cts","../../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/index.d.cts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/major.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/classes/range.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/.pnpm/@types+semver@7.7.1/node_modules/@types/semver/index.d.ts","./src/checker.ts","./src/index.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/blob.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/console.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/crypto.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/encoding.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/utility.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client-stats.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/h2c-client.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/snapshot-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/importmeta.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/messaging.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/performance.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/streams.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/timers.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/web-globals/url.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/inspector/promises.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/path/posix.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/path/win32.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/quic.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/test/reporters.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/util/types.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@25.2.2/node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"df03312c77d1966d2a0a6f197374c05d","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"d4306fb2e47f74835e8674ffac07d76f","impliedNodeFormat":99},{"version":"e437c5c1302869326c3bb93da85bbbcf","impliedNodeFormat":99},{"version":"e4324975a566567b21d350615f1fc6ac","impliedNodeFormat":99},{"version":"333b1b9a2a9ac3b8497dba5c63b5ba50","impliedNodeFormat":99},{"version":"6cffacd662b6eb5fa7a36aa2ea366bfa","impliedNodeFormat":99},{"version":"b4c34f9c23304dbef2d23698637ed638","impliedNodeFormat":99},{"version":"e5cb86a5fc491796ecd1d2dd348d208f","impliedNodeFormat":99},{"version":"feb6c6fb19cdb246a5d8acb36a6901c7","impliedNodeFormat":99},{"version":"eac477d74cc026f6836df85e89cbf3d8","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"abad6dd56cc8caf095c165df8124d237","impliedNodeFormat":99},{"version":"abad6dd56cc8caf095c165df8124d237","impliedNodeFormat":99},{"version":"2a9941db0809c9ad0e8837ed629b1dcc","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"d051b93324f36bcc68d152a5ca0988cd","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"01ac052ec4a79e87229f90466a9645f8","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"019459eeccf7db234486aa4785caff64","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"6344b55f26a4e81d9608777dbfb877dd","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"ebbaac7e636b39a2ddebc2bdadb6b64d","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"4c2761daba7f17141c25baa0821ac5da","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"b87656acabd63e69379ff6ffcfe52fc7","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"597469522da047a5af5222cc6989f405","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"bb3a710cbcda0533bb127712927cbe37","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"55d97a8c6fbf34a30450a7b1e5f7a298","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"0ee05eb59426d33e374226d8dcfa708b","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"e347c14030993906efcfbb88915b6a05","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"b0231263857c9b6a03641acdc9280ceb","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"3b15c4a83b598cacb4067676e6f0abed","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"b417d97b7934cef63b1889abec0bbfbf","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"09a6cf4032ebba60ce22a501e663f881","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"7a42de379b489e8f7b647455bebfc576","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"e22cc07e3f3cc242ba52fa3f8ea1fc58","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"2c45da767a1bfbb220848df1bc4029e4","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"b44c3e0fbaf2130cdcf6ac38b120ffa1","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"b612fb5cf8e5d964b92063a75207632a","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"02705151a5e1551b9162a9ed8ab763f7","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"41025e398be9215d32e4337335da8f0b","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"52684c2b1f353a5538e4f275182a54cd","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"6dedb6a4f90d1df3a6fbe5693e44886c","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"ca3f36fe3562c07e0f0d71c2bebd3f6d","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"409974d6129befbb8226ddd1c6558568","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"4d9cfde2a1ae1b4925f1f9bc10848e5d","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"7e1daecc66dd564144e3bb1a0266b5fd","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"e62b1f4762f5ea7dcddc8ba588e5c0d6","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"4f168501772a6543182765bfd5f2fbfe","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"a19c80aad1b2162103496f5ba293a732","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"b69afa63cd5d059851c78adb2856ee09","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"ae2fc5d954e9b0f5feee3d481b953c27","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"8dd461ad1390d6b9a410d725abbc1538","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"692bcd75364db0f65d428801c7884466","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"a0d87491913d843139e0c993650a3235","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"4ef72aa378127e7b7abba915b0110b1e","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"3ec74c6a7d4463f0254db3a74cf75646","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"84c2bdfa470d075526cce6322d81b0b6","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"0b3844c2b8c73e4e1ab91431411cad11","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"4fc71cf4a15b8d99675a31df77f26e07","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"d1b49564ddaeca3df5b6dbae925d2242","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"6a25be566d60ccfc2d6e8b7bfdeefa83","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"8a20e27646985dfd58c57ca6566553dd","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"9969f02ad3cdcbf4f709405cda44167f","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"105b781e6bc26ac78542ea8e2ca31f6e","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"be41035d7b941482a1e1ae6a5c5dcca5","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"0219894bfe5042c7e1aa2d22e4a91ed0","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"f64453cbf9671f28158677fa5c43967a","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"33f317af5428801f944a478d2c1e38e5","affectsGlobalScope":true,"impliedNodeFormat":99},{"version":"0eb5b8b97bde45c8fde5cd07c33f6631","impliedNodeFormat":99},"5f3c015bce4302b247acedb9ec20e302","a9fe29dcdd4288cacf574947747a4572","daada721cfdc43aa8e7c2e2d14d760de","c4d7f2ab9358166b1815281a9e767232","2af86ade36e4051944f46da0fd1df525","90eb781c9a8145090ce17290f0744bb6","a3ddf6412484d665d76145ba7fa319a8","b53e5eafe089103ad7be4f243fb517d4","344aa18a1a1f48b6d51fa564e2910864","ffd8c3d2e39447925561777d1ebcdc02","2b76267afeb2e83dff758e3fba2faa8a","662eae47724ed2ca873fb608034d0645","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","ee9981834b9f6f6958887811182849e8","360c84ef5634445ed4b1111f041b6212","a21f1b172546b6a64cc7ddea394b54ea","937e86ab76f06c8dbd613be6555c03b6","8bdf05c98551836db89f23d60d176f56","5b3f18777c97e7ed444a39661c4462ba","cd3b63580b271a0e93649c0d92a1b098","1cc59f020b9d62d875bdb28a6e2f745b","a06c5977df8ff3f289f16a7505c8d539","652a1f711ddcd6149df9fc04c2d77ec7","f04158c558df8c51d46a1fb44c832c1c","d1ab6402ad42100de1cf3f5d15aa9d27","96b06af537c71de0a80e9ed880958afd","dec40354e62d8ca81f5996c1760bc6da","a9356de7c324c6f49c15587032b1f65f","9db07004a5d271a5a4c3f499ed8a033f","ec7a3f5e189221b1a18bed55a592c89d","9dad91c6969461f75aef8fc683a9376e","c33ae00968f45dfe2ef2bea7966cf6c5","18c8c018e7e8a2f4ae676f8661110c6d","24d9b69b67823f208423e5796b79c23b","bf799332c55c6eb4a6d9d652d6dda457","3948daef404f94c35fb3ceca755a27d6","cd2ad42b2eff27f2277cced9b91b270e","304539db53f7fe3cc4bfd5878b7223fe","9c56184330b09c7c690ed42d3bcff59d","450ca6229325f8123bea072e71c866ed","88d22ddd44a72912036f38833360b8f1","edeec51072253363d7345541bb78d745","32d5973e5b42693387462b0998810615","db80558b0bf2653338bcf91434263fda","0136b37037b7ce74caaad4abcdd15237","e6179eee2131e249ccd9f2dd960b92b5","c089839d8abcdfe1168ebde55894cad4","097a7aae20edb8e5de5f45463d6fa417","c1df21c2195796f767d0e03cf9ac00d1","1362b703c4f9be29bd918a71a07b7e6c","f71afe5e74b683a5260d9b7dbd741104","adcc06f04eaa91f672f07e00c5f63eec","6ea7a8edac19a93df999f41b0058f2a2","563051f5836b5e450d5c9868552c9685","e41fb55415372b37046b46fd27a3e8b9","649b0e8e352b40125538627774ddccd6","b1c43dab0c298c8661b08e49779c32a0","239019e12520a280526af43974a0aeca","ec8beec2c9e2259c26be90574cb94989","57d6b728909ea2c50bf50e0e19c99b8c","93f871c7865a245efe8b0b2405a09c9e","b9b7a66404c8da7d1fc634a7a69a989e","0312a7938ed343c86f23d1178be1a62f","0d34e16363c4b2e88f9be19c0eda14a3","b4646a5c02912f7b2e8ce18a2f960bb7","4ba759be6e6d6510d41817c11f60c6d2","482e3e94bb83169ff0a2f1cd516c9394","9e07e42545fb1aba960b46e3d676c245","bd8fbc7e2e26a4686f8b4c45386a46db","ad1145336b61b23d724d3923b953ae82",{"version":"d1cc6d9a4568994a9c5ec85f4ba140aa","signature":"d18e2fd109ec08a47343bc1f47203169","impliedNodeFormat":1},{"version":"59462008d32453d0dc7bb42732e1087c","signature":"0da1f65c2df2eec252aefb71953c66bc","impliedNodeFormat":1},{"version":"2514e9a2749c0fc18d2f478e9e1e641e","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"014eb4d3e0618e548a7001fb52d9f78b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a852e3e448189a041957576c1c348a63","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"eedc66acd2ff4f27ca8fc1c10daf5304","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ec83150a952000d42a7e6ccedac2d892","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"494755686d9e421e630117d917760e4f","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"c3f3d4053311f68af31e07f6e167faf6","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"86013697f2045d357ef20d7a952cdc12","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"9eca652586205dc5b07f9ba57b1c8500","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1ca5302f6fe11154128eef397b5a285b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"13835e9ba9b025ad7cab01fe7bad1fe3","affectsGlobalScope":true,"impliedNodeFormat":1},"49133c0dfbc32ab95668c3443dea49e5","85c2cf74d24d4069fac4686501a2d7e3","83f416ded62bb31c035580c3b5a8d334","d261ae135609468365bc2d32742d3e0d","60c67c092ae78d2e7858ca0a88f54659","9508c917bd7e458745e222a82dd24ef0","fcd1a513c1e5802916fa602e8b8e64bc","9cf55e98366383279869ace31be98079","8e2bc11d0328ba95e490a741c44a215d","f36661bccb8b9a0b5ccb8539ae751cb3","705645fe223430c696f47b708d592ca8","28d57c837c94adb42add03d499793cab","8c01a9bbae8449be21b3e018d59a74ac","705c3696b9d9681bf22181718bb08ffc","679024f8e9f58a112f4badf119c4d612","16f740a706028e841b09fb8b1aa8faaf","e6828eaf960f006eb1adb6e7df8913c0","6fdde11403da5129f4388a489f361535","d7e5f7a0f1f883f28458f684106e7643","c2364011a80b6a9e3cc0e77895bad577","38da5c670190f4a35cbc204ca6c616bf","d95cc0eb29beed58f5ce72db21398f53","ecd53256b1ec7379c73316eaf392a69c","db5a9211b779628398011a5b8f5b8b5d","69c7bb9c3befe9ae37eed0e6a6310fee","1cba93fafccb7b2655f0e75229185e83","094ecadae30f65a82b77343dde77a666","f75df12d75dd783b03a0329b95abdb25","b438b08b2f0ed94a95a75c8990d9021b","771a77c9bec862600c95f7a563871b5e","c665284a9cb3dd886b14663cd04742e0","1c3833453f6ed0acab1b4663ccdbd310","0468c0ccd0ec7770b76481b165564d62","188234d616a4f50ed9b14c8f84a39f33","4c116bcf0a47ea8fbf4072f380925fa7","1948703c2f27e582e0a0cc37bd67a868","add85ec26ba695fc99c698dbec065f8c","73ba12091cff7d4499df83bbe40d777b","b744265d8ad12b7d4d5c5dc35d18d44e","eff32168b8348b822afeed9cbf61afa7","af51e27e980746d79714b72188b3ee40",{"version":"3b4fc11e9a5d20c846f1ba38889cbc8d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"53b0e86dfe96eb781a056e2662bf1e3b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d0bac56ae60094675c08a325b81d3b1a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"292c9398a407b33b1d9c9812b673387a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"83bc735c360e42b09f2b102d7b831ede","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"45df94b3c51b898624bacc2bcd6d9eb2","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0b1a6b0b0f8828c286f9ae2ba01c4a5c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"8617a23553d74c31be6da303c668bd18","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3f2d808ba5f1ae3681bf7df616488dcd","affectsGlobalScope":true,"impliedNodeFormat":1},"ae44e436733473462c7d10a248dd5444","7fc38339eb8066ef7567eeca0efb7cf8","81142000562b1b15aa5750fb73f1c87f",{"version":"548edbb49da2d3131c4bb334501545b5","affectsGlobalScope":true,"impliedNodeFormat":1},"28654fb3a64057d43ddb28fa25aa3d2c","837adecd6f119b7fb51c6f33323f1d0d","aa6b2bc07eea267cb52b43b52d10156a","87ccca30acfc0b6f9a9cd426d9cd5ea2","69ed9ee63a9a2bc419dfdc2620ffaff4","e3b0c48fe67d62d1ad58b2ae9f7b15cc","8f9b52e23a13387ec1fc3a0278e92f54","afb17362525d34419ae6f156cbb798d0","99a7578ea3b7ff525223e5d327038dd8","7b5d85e1d12c1812cacfa261bd16b90a",{"version":"f02e75d4f05094db09571086b44a5e81","affectsGlobalScope":true,"impliedNodeFormat":1},"c84ceefffcc2db2bb4bde02a0c22c9c2","cf939e72a40fdeea14f66475ed6a73f8","3cdf4406209073e7455d252e67862814","93e765ec9a522b417b0e39ffa6d46e53","bea5cc8a9106cbee78ec42bd4c53cc13","1e5841f675843f64e8de4fcb830488ce","fa427f5530daabe1abf4590ccae90b6e","49f2c170a4aec8f1a6cdca6c8377090f",{"version":"25ca777235cb5b3f0c82b7ad556a88c5","affectsGlobalScope":true,"impliedNodeFormat":1},"87d97c5130c3989eee7f9e5b0f29862f","7cdd39c5f27c245e6f64513928c4e446","f3fbb84a93328524d615a9aa9f53a1d3","235cc33b85ac998f0f2df0807648acb8","c0c62035e8f8a0b6da47b6277fd6dbb2","054e3b0e88266393421cd8e2c18861a6",{"version":"7b76424a07871f13f917f4d2dbcbb29a","affectsGlobalScope":true,"impliedNodeFormat":1},"639eaae8ec61ef0b2f4e5ecf8f2245a3","543125f75eac2c9e75139807c045620d","7fc85ceeeec000d3f9d519fe0a5739af","3f0f9f18f88055f6942dafd0985107fb","fb99021d3801a2c43221d4a17fb3a766","b21c8d32a5db174dd7c8821c11833114","700c606d3d8f61e74b246a569ae6e225","7b829e7d2443373486d7c2595d1ebede",{"version":"bc1d68e52ec4c2f2afb0a03720994609","affectsGlobalScope":true,"impliedNodeFormat":1},"97697f29781aa9af441a4f739c942aa4","1141cefb566cc56833d97ff0504685ae","62322da3e15fd2c6af8cb640b041628d","741e0b7ff4dc69c0eed41387b5bc2867","6a79b54205830771ae752485b233106f","a062c647f6f3a3df91a19b44a7e2f1cf",{"version":"fe419bc933aba1f35709c31d498aff79","affectsGlobalScope":true,"impliedNodeFormat":1},"b06a9bb5bef3a20691fa550e4fc4d8c9","cc354df7b22181851ac0b5a093dff6ae","aa0040d8b926a3c1e92072a3d3931584","bb2fcaaa8543f63b369f0ebaeea7ebfc","bd03337162e0f23847b23896cae3515f","6c669d97ac29c37d0c71a40f7fa153c0","9a4cc72ff885f73bc8e862e4c5fd3e7c","d5756caef1a6e8f56f968f6fb9fc213c","c4af597e02c6754134cc637b736db3b8","8f56574819113544a9fe2aadc0194548","74eec4856e57704718f054359d74cf7a","92ee54f6af8d550e3a7dbacbc1eea666","0d3a56525fc9b908260cdd2c2d40cdde"],"fileIdsList":[[187,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,236,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[185,186,187,188,189,190,191,192,193,194,195,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,303,304],[187,236,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,236,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303],[144,182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[144,167,182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[143,182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[144,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[144,168,182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[168,182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,202,205,208,209,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,209,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,199,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,203,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,201,202,205,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[187,199,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[187,201,205,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,196,197,198,200,204,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,213,221,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,197,203,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,230,231,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,197,200,205,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[187,196,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,199,200,201,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,231,232,233,234,235,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,223,226,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,213,214,215,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,203,205,214,216,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,204,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,197,199,205,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,209,214,216,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,209,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,203,205,208,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,197,201,205,213,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,205,223,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,216,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[187,199,205,230,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[141,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[132,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[132,135,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[127,130,132,133,134,135,136,137,138,139,140,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[66,68,135,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[132,133,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[67,132,134,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[68,70,72,73,74,75,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[70,72,74,75,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[70,72,74,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[67,70,72,73,75,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[66,68,69,70,71,72,73,74,75,76,77,127,128,129,130,131,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[66,68,69,72,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[68,69,72,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[72,75,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[66,67,69,70,71,73,74,75,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[66,67,68,72,132,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[72,73,74,75,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[74,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[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,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[142,182,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[183,187,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304]],"options":{"allowJs":false,"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":99,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"strict":true,"sourceMap":true,"target":9,"verbatimModuleSyntax":true},"referencedMap":[[246,1],[247,2],[248,3],[187,4],[249,5],[250,6],[251,7],[185,8],[252,9],[253,10],[254,11],[255,12],[256,13],[257,14],[258,15],[259,16],[260,17],[261,18],[262,19],[188,8],[186,8],[263,20],[264,21],[265,22],[305,23],[266,24],[267,25],[268,26],[269,27],[270,28],[271,29],[272,30],[273,31],[274,32],[275,33],[276,34],[277,35],[278,36],[279,37],[280,38],[281,39],[282,40],[283,41],[284,42],[285,43],[286,44],[287,45],[288,46],[289,47],[290,48],[291,49],[292,50],[293,51],[294,52],[295,53],[296,54],[297,55],[298,56],[299,57],[300,58],[301,59],[302,60],[189,8],[190,8],[191,8],[192,8],[193,8],[194,8],[195,8],[237,61],[238,8],[239,8],[240,8],[241,8],[242,8],[243,8],[244,8],[245,8],[303,62],[304,63],[167,64],[168,65],[144,66],[147,67],[165,64],[166,64],[156,64],[155,68],[153,64],[148,64],[161,64],[159,64],[163,64],[143,64],[160,64],[164,64],[149,64],[150,64],[162,64],[145,64],[151,64],[152,64],[154,64],[158,64],[169,69],[157,64],[146,64],[182,70],[181,8],[176,69],[178,71],[177,69],[170,69],[171,69],[173,69],[175,69],[179,71],[180,71],[172,71],[174,71],[63,8],[64,8],[12,8],[10,8],[11,8],[16,8],[15,8],[2,8],[17,8],[18,8],[19,8],[20,8],[21,8],[22,8],[23,8],[24,8],[3,8],[25,8],[26,8],[4,8],[27,8],[31,8],[28,8],[29,8],[30,8],[32,8],[33,8],[34,8],[5,8],[35,8],[36,8],[37,8],[38,8],[6,8],[42,8],[39,8],[40,8],[41,8],[43,8],[7,8],[44,8],[49,8],[50,8],[45,8],[46,8],[47,8],[48,8],[8,8],[54,8],[51,8],[52,8],[53,8],[55,8],[9,8],[56,8],[65,8],[57,8],[58,8],[60,8],[59,8],[1,8],[61,8],[62,8],[14,8],[13,8],[213,72],[225,73],[211,74],[226,8],[235,75],[202,76],[203,77],[201,8],[234,78],[229,79],[233,80],[205,81],[222,82],[204,83],[232,84],[199,85],[200,79],[206,73],[207,8],[212,80],[210,73],[197,86],[236,87],[227,88],[216,89],[215,73],[217,90],[220,91],[214,92],[218,93],[230,78],[208,94],[209,95],[221,96],[198,8],[224,97],[223,73],[219,98],[228,8],[196,8],[231,99],[142,100],[136,101],[140,102],[137,102],[133,101],[141,103],[138,104],[139,102],[134,105],[135,106],[129,107],[73,108],[75,109],[128,8],[74,110],[132,111],[131,112],[130,113],[66,8],[76,108],[77,8],[68,114],[72,115],[67,8],[69,116],[70,117],[71,8],[78,118],[79,118],[80,118],[81,118],[82,118],[83,118],[84,118],[85,118],[86,118],[87,118],[88,118],[89,118],[90,118],[92,118],[91,118],[93,118],[94,118],[95,118],[96,118],[127,119],[97,118],[98,118],[99,118],[100,118],[101,118],[102,118],[103,118],[104,118],[105,118],[106,118],[107,118],[108,118],[109,118],[111,118],[110,118],[112,118],[113,118],[114,118],[115,118],[116,118],[117,118],[118,118],[119,118],[120,118],[121,118],[122,118],[123,118],[126,118],[124,118],[125,118],[183,120],[184,121]],"latestChangedDtsFile":"./dist/index.d.ts"}