@nitpicker/types 0.4.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 +8 -0
- package/LICENSE +191 -0
- package/README.md +13 -0
- package/lib/config.d.ts +25 -0
- package/lib/config.js +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +3 -0
- package/lib/log.d.ts +8 -0
- package/lib/log.js +1 -0
- package/lib/reports.d.ts +125 -0
- package/lib/reports.js +1 -0
- package/package.json +27 -0
- package/src/config.ts +26 -0
- package/src/index.ts +3 -0
- package/src/log.ts +8 -0
- package/src/reports.ts +128 -0
- package/tsconfig.json +10 -0
- package/tsconfig.tsbuildinfo +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [0.4.1](https://github.com/d-zero-dev/nitpicker/compare/v0.4.0...v0.4.1) (2026-02-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nitpicker/types
|
package/LICENSE
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by the Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding any notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
Copyright 2025 D-ZERO Co., Ltd.
|
|
180
|
+
|
|
181
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
|
+
you may not use this file except in compliance with the License.
|
|
183
|
+
You may obtain a copy of the License at
|
|
184
|
+
|
|
185
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
186
|
+
|
|
187
|
+
Unless required by applicable law or agreed to in writing, software
|
|
188
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
189
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
190
|
+
See the License for the specific language governing permissions and
|
|
191
|
+
limitations under the License.
|
package/README.md
ADDED
package/lib/config.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* JSON configuration for Nitpicker loaded from `nitpicker.config.json` or
|
|
3
|
+
* the `nitpicker` key in `package.json`.
|
|
4
|
+
* @see {@link ../../core/src/load-plugin-settings.ts} for cosmiconfig resolution logic
|
|
5
|
+
*/
|
|
6
|
+
export interface ConfigJSON {
|
|
7
|
+
/**
|
|
8
|
+
* Plugin configuration section.
|
|
9
|
+
*/
|
|
10
|
+
plugins?: {
|
|
11
|
+
/**
|
|
12
|
+
* Map of analyze plugin package names to their settings.
|
|
13
|
+
* Keys are npm package names (e.g. `"@nitpicker/analyze-axe"`).
|
|
14
|
+
* A `true` value enables the plugin with default settings;
|
|
15
|
+
* an object value passes custom configuration to the plugin.
|
|
16
|
+
*/
|
|
17
|
+
analyze?: Record<string, PluginSetting | boolean>;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Arbitrary key-value settings passed to an analyze plugin.
|
|
22
|
+
* Each plugin defines its own schema; this type serves as the
|
|
23
|
+
* common transport shape between the config loader and the plugin runner.
|
|
24
|
+
*/
|
|
25
|
+
export type PluginSetting = Record<string, unknown>;
|
package/lib/config.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/index.d.ts
ADDED
package/lib/index.js
ADDED
package/lib/log.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Callback for receiving log messages during plugin execution.
|
|
3
|
+
* Passed to analyze plugins so they can report progress
|
|
4
|
+
* without directly writing to stdout (which would interfere
|
|
5
|
+
* with the deal() progress display).
|
|
6
|
+
* @param log - The log message string
|
|
7
|
+
*/
|
|
8
|
+
export type ProcessLogger = (log: string) => void;
|
package/lib/log.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/reports.d.ts
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A single violation found by an analyze plugin (e.g. accessibility, markup, text).
|
|
3
|
+
*
|
|
4
|
+
* Each violation is associated with a specific page URL and includes enough
|
|
5
|
+
* context for the reporter to group and display results.
|
|
6
|
+
*/
|
|
7
|
+
export interface Violation {
|
|
8
|
+
/** Name of the validator that produced this violation (e.g. `"axe-core"`, `"markuplint"`). */
|
|
9
|
+
validator: string;
|
|
10
|
+
/** Severity level as defined by the validator (e.g. `"error"`, `"warning"`, `"info"`). */
|
|
11
|
+
severity: string;
|
|
12
|
+
/** Rule identifier within the validator's ruleset (e.g. `"color-contrast"`, `"no-hard-coded-color"`). */
|
|
13
|
+
rule: string;
|
|
14
|
+
/** Source code snippet or element selector where the violation occurred. */
|
|
15
|
+
code: string;
|
|
16
|
+
/** Human-readable description of the violation. */
|
|
17
|
+
message: string;
|
|
18
|
+
/** Page URL where the violation was detected. */
|
|
19
|
+
url: string;
|
|
20
|
+
/** Raw violation object from the underlying tool, preserved for debugging. */
|
|
21
|
+
_raw?: unknown;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A pair of items showing a discrepancy found across pages in the report.
|
|
25
|
+
* Used by plugins that detect inconsistencies across pages
|
|
26
|
+
* (e.g. different meta descriptions for the same canonical URL).
|
|
27
|
+
*/
|
|
28
|
+
export interface Discrepancy {
|
|
29
|
+
/** Left item's display value. */
|
|
30
|
+
left: string;
|
|
31
|
+
/** Optional annotation for the left item. */
|
|
32
|
+
leftNote?: string;
|
|
33
|
+
/** URL where the left item was found. */
|
|
34
|
+
leftSourceUrl: string;
|
|
35
|
+
/** Optional annotation for the left item's source URL. */
|
|
36
|
+
leftSourceUrlNote?: string;
|
|
37
|
+
/** Right item's display value. */
|
|
38
|
+
right: string;
|
|
39
|
+
/** Optional annotation for the right item. */
|
|
40
|
+
rightNote?: string;
|
|
41
|
+
/** URL where the right item was found. */
|
|
42
|
+
rightSourceUrl: string;
|
|
43
|
+
/** Optional annotation for the right item's source URL. */
|
|
44
|
+
rightSourceUrlNote?: string;
|
|
45
|
+
/** General note for this discrepancy entry. */
|
|
46
|
+
note?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Output produced by a single analyze plugin for a single run.
|
|
50
|
+
*
|
|
51
|
+
* A plugin may return any combination of `pageData`, `violations`,
|
|
52
|
+
* `discrepancies`, and `summary` depending on its nature.
|
|
53
|
+
* @see {@link ../../core/src/types.ts} for the `Plugin` interface that produces this
|
|
54
|
+
*/
|
|
55
|
+
export interface Report {
|
|
56
|
+
/** Plugin display name shown in report headers. */
|
|
57
|
+
name: string;
|
|
58
|
+
/**
|
|
59
|
+
* Per-page tabular data. Keys of the `data` record are page URLs.
|
|
60
|
+
* Used for metrics that are best displayed in a spreadsheet-like format.
|
|
61
|
+
*/
|
|
62
|
+
pageData?: DataTable<string>;
|
|
63
|
+
/** List of violations found across all pages. */
|
|
64
|
+
violations?: Violation[];
|
|
65
|
+
/** List of cross-page discrepancies. */
|
|
66
|
+
discrepancies?: Discrepancy[];
|
|
67
|
+
/** Aggregate summary (e.g. total score, pass rate). */
|
|
68
|
+
summary?: {
|
|
69
|
+
/** Summary title (e.g. `"Accessibility Score"`). */
|
|
70
|
+
title: string;
|
|
71
|
+
/** Top-level summary value. */
|
|
72
|
+
value?: string;
|
|
73
|
+
/** Breakdown details under the summary. */
|
|
74
|
+
details?: {
|
|
75
|
+
/** Detail label. */
|
|
76
|
+
title: string;
|
|
77
|
+
/** Detail value. */
|
|
78
|
+
value: string;
|
|
79
|
+
}[];
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Generic tabular data structure used by analyze plugins.
|
|
84
|
+
* @template K - String literal union of column keys
|
|
85
|
+
* @template H - Header record type mapping column keys to display names
|
|
86
|
+
* @example
|
|
87
|
+
* ```ts
|
|
88
|
+
* const table: DataTable<'title' | 'score'> = {
|
|
89
|
+
* headers: { title: 'Page Title', score: 'Score' },
|
|
90
|
+
* data: {
|
|
91
|
+
* 'https://example.com/': {
|
|
92
|
+
* title: { value: 'Home' },
|
|
93
|
+
* score: { value: 95 },
|
|
94
|
+
* },
|
|
95
|
+
* },
|
|
96
|
+
* };
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
export type DataTable<K extends string, H = Record<K, string>> = {
|
|
100
|
+
/** Column header labels keyed by column identifier. */
|
|
101
|
+
headers: H;
|
|
102
|
+
/**
|
|
103
|
+
* Row data keyed by page URL.
|
|
104
|
+
* Each row contains a value for every column defined in `headers`.
|
|
105
|
+
*/
|
|
106
|
+
data: Record<string, {
|
|
107
|
+
[P in keyof H]: TableValue;
|
|
108
|
+
}>;
|
|
109
|
+
/**
|
|
110
|
+
* Optional per-cell metadata (e.g. formatting hints, conditional styles).
|
|
111
|
+
* Outer key is page URL, inner keys match `headers`.
|
|
112
|
+
*/
|
|
113
|
+
options?: Record<string, {
|
|
114
|
+
[P in keyof H]: Record<string, string | number | boolean | null>;
|
|
115
|
+
}>;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* A single cell value in a {@link DataTable}.
|
|
119
|
+
*/
|
|
120
|
+
export interface TableValue {
|
|
121
|
+
/** The cell's display value. `null` represents an empty cell. */
|
|
122
|
+
value: string | number | boolean | null;
|
|
123
|
+
/** Optional tooltip or annotation shown alongside the value. */
|
|
124
|
+
note?: string;
|
|
125
|
+
}
|
package/lib/reports.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nitpicker/types",
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "Shared TypeScript type definitions for Nitpicker plugins",
|
|
5
|
+
"author": "D-ZERO",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/d-zero-dev/nitpicker.git",
|
|
10
|
+
"directory": "packages/@nitpicker/types"
|
|
11
|
+
},
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"type": "module",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./lib/index.js",
|
|
19
|
+
"types": "./lib/index.d.ts"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "tsc",
|
|
24
|
+
"clean": "tsc --build --clean"
|
|
25
|
+
},
|
|
26
|
+
"gitHead": "32b83ee38eba7dfd237adb1b41f69e049e8d4ceb"
|
|
27
|
+
}
|
package/src/config.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* JSON configuration for Nitpicker loaded from `nitpicker.config.json` or
|
|
3
|
+
* the `nitpicker` key in `package.json`.
|
|
4
|
+
* @see {@link ../../core/src/load-plugin-settings.ts} for cosmiconfig resolution logic
|
|
5
|
+
*/
|
|
6
|
+
export interface ConfigJSON {
|
|
7
|
+
/**
|
|
8
|
+
* Plugin configuration section.
|
|
9
|
+
*/
|
|
10
|
+
plugins?: {
|
|
11
|
+
/**
|
|
12
|
+
* Map of analyze plugin package names to their settings.
|
|
13
|
+
* Keys are npm package names (e.g. `"@nitpicker/analyze-axe"`).
|
|
14
|
+
* A `true` value enables the plugin with default settings;
|
|
15
|
+
* an object value passes custom configuration to the plugin.
|
|
16
|
+
*/
|
|
17
|
+
analyze?: Record<string, PluginSetting | boolean>;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Arbitrary key-value settings passed to an analyze plugin.
|
|
23
|
+
* Each plugin defines its own schema; this type serves as the
|
|
24
|
+
* common transport shape between the config loader and the plugin runner.
|
|
25
|
+
*/
|
|
26
|
+
export type PluginSetting = Record<string, unknown>;
|
package/src/index.ts
ADDED
package/src/log.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Callback for receiving log messages during plugin execution.
|
|
3
|
+
* Passed to analyze plugins so they can report progress
|
|
4
|
+
* without directly writing to stdout (which would interfere
|
|
5
|
+
* with the deal() progress display).
|
|
6
|
+
* @param log - The log message string
|
|
7
|
+
*/
|
|
8
|
+
export type ProcessLogger = (log: string) => void;
|
package/src/reports.ts
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A single violation found by an analyze plugin (e.g. accessibility, markup, text).
|
|
3
|
+
*
|
|
4
|
+
* Each violation is associated with a specific page URL and includes enough
|
|
5
|
+
* context for the reporter to group and display results.
|
|
6
|
+
*/
|
|
7
|
+
export interface Violation {
|
|
8
|
+
/** Name of the validator that produced this violation (e.g. `"axe-core"`, `"markuplint"`). */
|
|
9
|
+
validator: string;
|
|
10
|
+
/** Severity level as defined by the validator (e.g. `"error"`, `"warning"`, `"info"`). */
|
|
11
|
+
severity: string;
|
|
12
|
+
/** Rule identifier within the validator's ruleset (e.g. `"color-contrast"`, `"no-hard-coded-color"`). */
|
|
13
|
+
rule: string;
|
|
14
|
+
/** Source code snippet or element selector where the violation occurred. */
|
|
15
|
+
code: string;
|
|
16
|
+
/** Human-readable description of the violation. */
|
|
17
|
+
message: string;
|
|
18
|
+
/** Page URL where the violation was detected. */
|
|
19
|
+
url: string;
|
|
20
|
+
/** Raw violation object from the underlying tool, preserved for debugging. */
|
|
21
|
+
_raw?: unknown;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* A pair of items showing a discrepancy found across pages in the report.
|
|
26
|
+
* Used by plugins that detect inconsistencies across pages
|
|
27
|
+
* (e.g. different meta descriptions for the same canonical URL).
|
|
28
|
+
*/
|
|
29
|
+
export interface Discrepancy {
|
|
30
|
+
/** Left item's display value. */
|
|
31
|
+
left: string;
|
|
32
|
+
/** Optional annotation for the left item. */
|
|
33
|
+
leftNote?: string;
|
|
34
|
+
/** URL where the left item was found. */
|
|
35
|
+
leftSourceUrl: string;
|
|
36
|
+
/** Optional annotation for the left item's source URL. */
|
|
37
|
+
leftSourceUrlNote?: string;
|
|
38
|
+
/** Right item's display value. */
|
|
39
|
+
right: string;
|
|
40
|
+
/** Optional annotation for the right item. */
|
|
41
|
+
rightNote?: string;
|
|
42
|
+
/** URL where the right item was found. */
|
|
43
|
+
rightSourceUrl: string;
|
|
44
|
+
/** Optional annotation for the right item's source URL. */
|
|
45
|
+
rightSourceUrlNote?: string;
|
|
46
|
+
/** General note for this discrepancy entry. */
|
|
47
|
+
note?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Output produced by a single analyze plugin for a single run.
|
|
52
|
+
*
|
|
53
|
+
* A plugin may return any combination of `pageData`, `violations`,
|
|
54
|
+
* `discrepancies`, and `summary` depending on its nature.
|
|
55
|
+
* @see {@link ../../core/src/types.ts} for the `Plugin` interface that produces this
|
|
56
|
+
*/
|
|
57
|
+
export interface Report {
|
|
58
|
+
/** Plugin display name shown in report headers. */
|
|
59
|
+
name: string;
|
|
60
|
+
/**
|
|
61
|
+
* Per-page tabular data. Keys of the `data` record are page URLs.
|
|
62
|
+
* Used for metrics that are best displayed in a spreadsheet-like format.
|
|
63
|
+
*/
|
|
64
|
+
pageData?: DataTable<string>;
|
|
65
|
+
/** List of violations found across all pages. */
|
|
66
|
+
violations?: Violation[];
|
|
67
|
+
/** List of cross-page discrepancies. */
|
|
68
|
+
discrepancies?: Discrepancy[];
|
|
69
|
+
/** Aggregate summary (e.g. total score, pass rate). */
|
|
70
|
+
summary?: {
|
|
71
|
+
/** Summary title (e.g. `"Accessibility Score"`). */
|
|
72
|
+
title: string;
|
|
73
|
+
/** Top-level summary value. */
|
|
74
|
+
value?: string;
|
|
75
|
+
/** Breakdown details under the summary. */
|
|
76
|
+
details?: {
|
|
77
|
+
/** Detail label. */
|
|
78
|
+
title: string;
|
|
79
|
+
/** Detail value. */
|
|
80
|
+
value: string;
|
|
81
|
+
}[];
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Generic tabular data structure used by analyze plugins.
|
|
87
|
+
* @template K - String literal union of column keys
|
|
88
|
+
* @template H - Header record type mapping column keys to display names
|
|
89
|
+
* @example
|
|
90
|
+
* ```ts
|
|
91
|
+
* const table: DataTable<'title' | 'score'> = {
|
|
92
|
+
* headers: { title: 'Page Title', score: 'Score' },
|
|
93
|
+
* data: {
|
|
94
|
+
* 'https://example.com/': {
|
|
95
|
+
* title: { value: 'Home' },
|
|
96
|
+
* score: { value: 95 },
|
|
97
|
+
* },
|
|
98
|
+
* },
|
|
99
|
+
* };
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
export type DataTable<K extends string, H = Record<K, string>> = {
|
|
103
|
+
/** Column header labels keyed by column identifier. */
|
|
104
|
+
headers: H;
|
|
105
|
+
/**
|
|
106
|
+
* Row data keyed by page URL.
|
|
107
|
+
* Each row contains a value for every column defined in `headers`.
|
|
108
|
+
*/
|
|
109
|
+
data: Record<string, { [P in keyof H]: TableValue }>;
|
|
110
|
+
/**
|
|
111
|
+
* Optional per-cell metadata (e.g. formatting hints, conditional styles).
|
|
112
|
+
* Outer key is page URL, inner keys match `headers`.
|
|
113
|
+
*/
|
|
114
|
+
options?: Record<
|
|
115
|
+
string,
|
|
116
|
+
{ [P in keyof H]: Record<string, string | number | boolean | null> }
|
|
117
|
+
>;
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* A single cell value in a {@link DataTable}.
|
|
122
|
+
*/
|
|
123
|
+
export interface TableValue {
|
|
124
|
+
/** The cell's display value. `null` represents an empty cell. */
|
|
125
|
+
value: string | number | boolean | null;
|
|
126
|
+
/** Optional tooltip or annotation shown alongside the value. */
|
|
127
|
+
note?: string;
|
|
128
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","./src/config.ts","./src/log.ts","./src/reports.ts","./src/index.ts","../../../node_modules/@types/deep-eql/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/utility.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client-stats.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/h2c-client.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/css-tree/index.d.ts","../../../node_modules/@types/ms/index.d.ts","../../../node_modules/@types/debug/index.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/follow-redirects/index.d.ts","../../../node_modules/@types/jsonfile/index.d.ts","../../../node_modules/@types/jsonfile/utils.d.ts","../../../node_modules/@types/fs-extra/index.d.ts","../../../node_modules/@types/unist/index.d.ts","../../../node_modules/@types/hast/index.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/common/html.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/common/token.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/common/error-codes.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/tokenizer/preprocessor.d.ts","../../../node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts","../../../node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts","../../../node_modules/entities/dist/commonjs/decode-codepoint.d.ts","../../../node_modules/entities/dist/commonjs/decode.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/tokenizer/index.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/tree-adapters/interface.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/parser/formatting-element-list.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/parser/index.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/tree-adapters/default.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/serializer/index.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/common/foreign-content.d.ts","../../../node_modules/@types/jsdom/node_modules/parse5/dist/cjs/index.d.ts","../../../node_modules/tough-cookie/dist/index.d.cts","../../../node_modules/@types/jsdom/node_modules/undici-types/utility.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/header.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/readable.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/fetch.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/formdata.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/connector.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/client-stats.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/client.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/errors.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/global-origin.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/pool.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/handlers.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/round-robin-pool.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/h2c-client.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/agent.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/mock-client.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/snapshot-agent.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/api.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/interceptors.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/util.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/cookies.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/patch.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/websocket.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/eventsource.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/content-type.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/cache.d.ts","../../../node_modules/@types/jsdom/node_modules/undici-types/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/mdast/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/mustache/index.d.ts","../../../node_modules/@types/mysql/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/pg-types/index.d.ts","../../../node_modules/pg-protocol/dist/messages.d.ts","../../../node_modules/pg-protocol/dist/serializer.d.ts","../../../node_modules/pg-protocol/dist/parser.d.ts","../../../node_modules/pg-protocol/dist/index.d.ts","../../../node_modules/@types/pg/index.d.ts","../../../node_modules/@types/pg-pool/node_modules/@types/pg/lib/type-overrides.d.ts","../../../node_modules/@types/pg-pool/node_modules/@types/pg/index.d.ts","../../../node_modules/@types/pg-pool/index.d.ts","../../../node_modules/@types/shimmer/index.d.ts","../../../node_modules/minipass/dist/commonjs/index.d.ts","../../../node_modules/tar/node_modules/minizlib/dist/commonjs/constants.d.ts","../../../node_modules/tar/node_modules/minizlib/dist/commonjs/index.d.ts","../../../node_modules/tar/dist/commonjs/types.d.ts","../../../node_modules/tar/dist/commonjs/header.d.ts","../../../node_modules/tar/dist/commonjs/pax.d.ts","../../../node_modules/tar/dist/commonjs/read-entry.d.ts","../../../node_modules/tar/dist/commonjs/warn-method.d.ts","../../../node_modules/tar/dist/commonjs/write-entry.d.ts","../../../node_modules/tar/dist/commonjs/options.d.ts","../../../node_modules/tar/node_modules/yallist/dist/commonjs/index.d.ts","../../../node_modules/tar/dist/commonjs/pack.d.ts","../../../node_modules/tar/dist/commonjs/make-command.d.ts","../../../node_modules/tar/dist/commonjs/create.d.ts","../../../node_modules/tar/dist/commonjs/cwd-error.d.ts","../../../node_modules/tar/dist/commonjs/symlink-error.d.ts","../../../node_modules/tar/dist/commonjs/mkdir.d.ts","../../../node_modules/tar/dist/commonjs/parse.d.ts","../../../node_modules/tar/dist/commonjs/path-reservations.d.ts","../../../node_modules/tar/dist/commonjs/unpack.d.ts","../../../node_modules/tar/dist/commonjs/extract.d.ts","../../../node_modules/tar/dist/commonjs/list.d.ts","../../../node_modules/tar/dist/commonjs/replace.d.ts","../../../node_modules/tar/dist/commonjs/update.d.ts","../../../node_modules/tar/dist/commonjs/index.d.ts","../../../node_modules/@types/tedious/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/turndown/index.d.ts","../../../node_modules/@types/unzipper/index.d.ts","../../../node_modules/uuid/dist/cjs/types.d.ts","../../../node_modules/uuid/dist/cjs/max.d.ts","../../../node_modules/uuid/dist/cjs/nil.d.ts","../../../node_modules/uuid/dist/cjs/parse.d.ts","../../../node_modules/uuid/dist/cjs/stringify.d.ts","../../../node_modules/uuid/dist/cjs/v1.d.ts","../../../node_modules/uuid/dist/cjs/v1tov6.d.ts","../../../node_modules/uuid/dist/cjs/v35.d.ts","../../../node_modules/uuid/dist/cjs/v3.d.ts","../../../node_modules/uuid/dist/cjs/v4.d.ts","../../../node_modules/uuid/dist/cjs/v5.d.ts","../../../node_modules/uuid/dist/cjs/v6.d.ts","../../../node_modules/uuid/dist/cjs/v6tov1.d.ts","../../../node_modules/uuid/dist/cjs/v7.d.ts","../../../node_modules/uuid/dist/cjs/validate.d.ts","../../../node_modules/uuid/dist/cjs/version.d.ts","../../../node_modules/uuid/dist/cjs/index.d.ts","../../../node_modules/@types/whatwg-mimetype/index.d.ts","../../../node_modules/@types/yauzl/index.d.ts"],"fileIdsList":[[87,91,143,160,161],[91,143,157,160,161,193],[91,143,160,161],[91,143,160,161,196],[91,143,157,159,160,161,175,186,193],[91,143,155,160,161,193,200,201],[91,143,160,161,203],[91,143,154,160,161,189,193,221,222,264,266],[91,143,160,161,265],[91,143,160,161,206],[91,143,160,161,205,206],[91,143,160,161,205],[91,143,160,161,205,206,207,213,214,217,218,219,220],[91,143,160,161,206,214],[91,143,160,161,205,206,207,213,214,215,216],[91,143,160,161,205,214],[91,143,160,161,214,218],[91,143,160,161,206,207,208,212],[91,143,160,161,207],[91,143,160,161,205,206,214],[91,143,160,161,186,229,232,235,236],[91,143,160,161,175,186,232],[91,143,160,161,186,232,236],[91,143,160,161,175],[91,143,160,161,226],[91,143,160,161,230],[91,143,160,161,186,228,229,232],[91,143,160,161,163,183],[91,143,160,161,193],[91,143,160,161,193,226],[91,143,160,161,163,186,228,232],[91,143,154,160,161,175,186,223,224,225,227,231],[91,143,160,161,232,241,249],[91,143,160,161,224,230],[91,143,160,161,232,258,259],[91,143,160,161,178,186,193,224,227,232],[91,143,160,161,232],[91,143,160,161,186,228,232],[91,143,160,161,223],[91,143,160,161,226,227,228,230,231,232,233,234,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263],[91,143,151,160,161,232,251,254],[91,143,160,161,232,241,242,243],[91,143,160,161,230,232,242,244],[91,143,160,161,231],[91,143,160,161,224,226,232],[91,143,160,161,232,236,242,244],[91,143,160,161,236],[91,143,160,161,186,230,232,235],[91,143,160,161,224,228,232,241],[91,143,160,161,232,251],[91,143,160,161,244],[91,143,160,161,178,191,193,226,232,258],[91,143,155,160,161,186,193],[91,143,154,160,161,175,183,193],[91,140,143,160,161],[91,142,143,160,161],[143,160,161],[91,143,148,160,161,178],[91,143,144,149,154,160,161,163,175,186],[91,143,144,145,154,160,161,163],[91,143,146,160,161,187],[91,143,147,148,155,160,161,164],[91,143,148,160,161,175,183],[91,143,149,151,154,160,161,163],[91,142,143,150,160,161],[91,143,151,152,160,161],[91,143,153,154,160,161],[91,142,143,154,160,161],[91,143,154,155,156,160,161,175,186],[91,143,154,155,156,160,161,170,175,178],[91,136,143,151,154,157,160,161,163,175,186],[91,143,154,155,157,158,160,161,163,175,183,186],[91,143,157,159,160,161,175,183,186],[89,90,91,92,93,94,95,137,138,139,140,141,142,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,182,183,184,185,186,187,188,189,190,191,192],[91,143,154,160,161],[91,143,160,161,162,186],[91,143,151,154,160,161,163,175],[91,143,160,161,164],[91,143,160,161,165],[91,142,143,160,161,166],[91,140,141,142,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,182,183,184,185,186,187,188,189,190,191,192],[91,143,160,161,168],[91,143,160,161,169],[91,143,154,160,161,170,171],[91,143,160,161,170,172,187,189],[91,143,154,160,161,175,176,178],[91,143,160,161,177,178],[91,143,160,161,175,176],[91,143,160,161,178],[91,143,160,161,179],[91,140,143,160,161,175,180],[91,143,154,160,161,181,182],[91,143,160,161,181,182],[91,143,148,160,161,163,175,183],[91,143,160,161,184],[91,143,160,161,163,185],[91,143,157,160,161,169,186],[91,143,148,160,161,187],[91,143,160,161,175,188],[91,143,160,161,162,189],[91,143,160,161,190],[91,136,143,160,161],[91,143,160,161,191],[91,136,143,154,156,160,161,166,175,178,186,188,189,191],[91,143,160,161,175,192],[91,143,160,161,281],[91,143,154,160,161,175,183,193,274,275,278,280,281],[91,143,154,160,161,175,183,193,274,275,278,279],[91,143,154,160,161,183,193],[91,143,157,160,161,175,193],[91,143,154,160,161,175,193],[91,143,160,161,209,210,211],[91,143,154,160,161,179,193],[91,143,160,161,193,275,276,277],[91,143,160,161,175,193,275],[91,143,160,161,295,296],[91,143,160,161,296,303],[91,143,160,161,287],[91,143,160,161,287,288,289,290,292,293,295,297,301,303,304,305,306,307],[91,143,160,161,293,296,301],[91,143,160,161,293],[91,143,160,161,298,299],[91,143,155,160,161,286,290,291,292],[91,143,155,160,161,284,286,290,291,292,293,294],[91,143,154,160,161,286,289,290,291,293],[91,143,160,161,288],[91,143,160,161,284,287,288,289],[91,143,160,161,296],[91,143,155,160,161,290,291,293,299,300,301,302],[91,143,160,161,284],[91,143,155,160,161,284,287,288,290,291,293],[91,143,160,161,192,284,285],[91,103,106,109,110,143,160,161,186],[91,106,143,160,161,175,186],[91,106,110,143,160,161,186],[91,100,143,160,161],[91,104,143,160,161],[91,102,103,106,143,160,161,186],[91,100,143,160,161,193],[91,102,106,143,160,161,163,186],[91,97,98,99,101,105,143,154,160,161,175,186],[91,106,114,121,143,160,161],[91,98,104,143,160,161],[91,106,130,131,143,160,161],[91,98,101,106,143,160,161,178,186,193],[91,106,143,160,161],[91,102,106,143,160,161,186],[91,97,143,160,161],[91,100,101,102,104,105,106,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,143,160,161],[91,106,123,126,143,151,160,161],[91,106,114,115,116,143,160,161],[91,104,106,115,117,143,160,161],[91,105,143,160,161],[91,98,100,106,143,160,161],[91,106,110,115,117,143,160,161],[91,110,143,160,161],[91,104,106,109,143,160,161,186],[91,98,102,106,114,143,160,161],[91,106,123,143,160,161],[91,100,106,130,143,160,161,178,191,193],[91,143,160,161,313,314,315,316,317,318,319,321,322,323,324,325,326,327,328],[91,143,160,161,313],[91,143,160,161,313,320],[83,84,85,91,143,160,161]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"84ac00f58be33e886285798fc54a67bade36626538a7b833721757f8d824886a","signature":"984243fcca5143b669573ce7459649b195a69c007a5b222d4baea4986b9744b6","impliedFormat":99},{"version":"d864e898febc9d8d9e5d5f3905925ba167e46d011f6cb08123d6ec615c82fa57","impliedFormat":99},{"version":"92464c8e442704e24923389f61a1d9af6c77f4480b717746366f607e35e98c14","signature":"e257fc699c721d89b36fd42785217a98e951eb6158165919b10aedd84e9e42d7","impliedFormat":99},{"version":"542b5d6f14f53c9543458c895c29863f7e1ac68f7ac4f9b84bdd7eaed0158a49","impliedFormat":99},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"c8905dbea83f3220676a669366cd8c1acef56af4d9d72a8b2241b1d044bb4302","affectsGlobalScope":true,"impliedFormat":99},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0671b50bb99cc7ad46e9c68fa0e7f15ba4bc898b59c31a17ea4611fab5095da","affectsGlobalScope":true,"impliedFormat":1},{"version":"d802f0e6b5188646d307f070d83512e8eb94651858de8a82d1e47f60fb6da4e2","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa83e100f0c74a06c9d24f40a096c9e9cc3c02704250d01541e22c0ae9264eda","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"456fa0c0ab68731564917642b977c71c3b7682240685b118652fb9253c9a6429","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"4bc0794175abedf989547e628949888c1085b1efcd93fc482bccd77ee27f8b7c","impliedFormat":1},{"version":"3c8e93af4d6ce21eb4c8d005ad6dc02e7b5e6781f429d52a35290210f495a674","impliedFormat":1},{"version":"78c69908f7b42d6001037eb8e2d7ec501897ac9cee8d58f31923ff15b3fd4e02","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"1cd673d367293fc5cb31cd7bf03d598eb368e4f31f39cf2b908abbaf120ab85a","impliedFormat":1},{"version":"af13e99445f37022c730bfcafcdc1761e9382ce1ea02afb678e3130b01ce5676","impliedFormat":1},{"version":"e5c4fceee379a4a8f5e0266172c33de9dd240e1218b6a439a30c96200190752b","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"78b29846349d4dfdd88bd6650cc5d2baaa67f2e89dc8a80c8e26ef7995386583","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"0040f0c70a793bdc76e4eace5de03485d76f667009656c5fc8d4da4eaf0aa2da","impliedFormat":1},{"version":"18f8cfbb14ba9405e67d30968ae67b8d19133867d13ebc49c8ed37ec64ce9bdb","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"99f569b42ea7e7c5fe404b2848c0893f3e1a56e0547c1cd0f74d5dbb9a9de27e","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"bbcfd9cd76d92c3ee70475270156755346c9086391e1b9cb643d072e0cf576b8","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"18334defc3d0a0e1966f5f3c23c7c83b62c77811e51045c5a7ff3883b446f81f","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b17fcd63aa13734bf1d01419f4d6031b1c6a5fb2cbdb45e9839fb1762bdf0df","impliedFormat":1},{"version":"c4e8e8031808b158cfb5ac5c4b38d4a26659aec4b57b6a7e2ba0a141439c208c","impliedFormat":1},{"version":"2c91d8366ff2506296191c26fd97cc1990bab3ee22576275d28b654a21261a44","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"247b8f93f31c5918444116471bfb90810e268339bf5c678657ca99ca7183dabb","affectsGlobalScope":true,"impliedFormat":1},{"version":"289e9894a4668c61b5ffed09e196c1f0c2f87ca81efcaebdf6357cfb198dac14","impliedFormat":1},{"version":"25a1105595236f09f5bce42398be9f9ededc8d538c258579ab662d509aa3b98e","impliedFormat":1},{"version":"aa9224557befad144262c85b463c0a7ba8a3a0ad2a7c907349f8bb8bc3fe4abc","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"62f572306e0b173cc5dfc4c583471151f16ef3779cf27ab96922c92ec82a3bc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"92dab1293d03f6cbd5d53c31b723c30ff5a52eaacd717ee3226e18739b5bb722","impliedFormat":1},{"version":"c6176c7b9f3769ba7f076c7a791588562c653cc0ba08fb2184f87bf78db2a87c","impliedFormat":1},{"version":"c6a532cab53ec1f87eb0b6a3a9882f4cf13c25b4a89495b3b3001a35f74224c6","impliedFormat":1},{"version":"bcbabfaca3f6b8a76cb2739e57710daf70ab5c9479ab70f5351c9b4932abf6bd","impliedFormat":1},{"version":"165a0c1f95bc939c72f18a280fc707fba6f2f349539246b050cfc09eb1d9f446","impliedFormat":1},{"version":"ca0f30343ce1a43181684c02af2ac708ba26d00f689be5e96e7301c374d64c7e","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"7baae9bf5b50e572e7742c886c73c6f8fa50b34190bc5f0fd20dd7e706fda832","impliedFormat":1},{"version":"e99b0e71f07128fc32583e88ccd509a1aaa9524c290efb2f48c22f9bf8ba83b1","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"5e9f8c1e042b0f598a9be018fc8c3cb670fe579e9f2e18e3388b63327544fe16","affectsGlobalScope":true,"impliedFormat":1},{"version":"a8a99a5e6ed33c4a951b67cc1fd5b64fd6ad719f5747845c165ca12f6c21ba16","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"70b57b5529051497e9f6482b76d91c0dcbb103d9ead8a0549f5bab8f65e5d031","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"1013eb2e2547ad8c100aca52ef9df8c3f209edee32bb387121bb3227f7c00088","impliedFormat":1},{"version":"29c83cc89ddbdd5ffae8c00f4e6fab6f8f0e8076f87a866b132e8751e88cb848","impliedFormat":1},{"version":"363eedb495912790e867da6ff96e81bf792c8cfe386321e8163b71823a35719a","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"dba28a419aec76ed864ef43e5f577a5c99a010c32e5949fe4e17a4d57c58dd11","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea713aa14a670b1ea0fbaaca4fd204e645f71ca7653a834a8ec07ee889c45de6","impliedFormat":1},{"version":"07199a85560f473f37363d8f1300fac361cda2e954caf8a40221f83a6bfa7ade","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"3af7d02e5d6ecbf363e61fb842ee55d3518a140fd226bdfb24a3bca6768c58df","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"0d7393564d48a3f6f08c76b8d4de48260a072801422548e2030e386acd530dbf","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fcb71410ad8a48bbdd13cd4c3eedf78ac0416e9f3533ae98e19cc6f3c7f5474","affectsGlobalScope":true,"impliedFormat":1},{"version":"784490137935e1e38c49b9289110e74a1622baf8a8907888dcbe9e476d7c5e44","impliedFormat":1},{"version":"420fdd37c51263be9db3fcac35ffd836216c71e6000e6a9740bb950fb0540654","impliedFormat":1},{"version":"73b0bff83ee76e3a9320e93c7fc15596e858b33c687c39a57567e75c43f2a324","impliedFormat":1},{"version":"cd3256f2ac09c65d2ee473916c273c45221367ab457fa1778a5696bccf5c4e8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4445f6ce6289c5b2220398138da23752fd84152c5c95bb8b58dedefc1758c036","impliedFormat":1},{"version":"7ac7756e2b43f021fa3d3b562a7ea8bf579543521a18b5682935d015361e6a35","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"c46946588655653b74d37284ad9e4f7739ccdbbdf39267e6e59c877e2fe5b57e","impliedFormat":1},{"version":"fb893a0dfc3c9fb0f9ca93d0648694dd95f33cbad2c0f2c629f842981dfd4e2e","impliedFormat":1},{"version":"3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","impliedFormat":1},{"version":"151ff381ef9ff8da2da9b9663ebf657eac35c4c9a19183420c05728f31a6761d","impliedFormat":1},{"version":"fc235bce306cfc1b1a1a0848d551501709389ecd8fa12baa6bc156904763315a","impliedFormat":1},{"version":"211440ce81e87b3491cdf07155881344b0a61566df6e749acff0be7e8b9d1a07","impliedFormat":1},{"version":"5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","impliedFormat":1},{"version":"880da0e0f3ebca42f9bd1bc2d3e5e7df33f2619d85f18ee0ed4bd16d1800bc32","impliedFormat":1},{"version":"6d09838b65c3c780513878793fc394ae29b8595d9e4729246d14ce69abc71140","impliedFormat":1},{"version":"fefa1d4c62ddb09c78d9f46e498a186e72b5e7aeb37093aa6b2c321b9d6ecd14","impliedFormat":1},{"version":"19990350fca066265b2c190c9b6cde1229f35002ea2d4df8c9e397e9942f6c89","impliedFormat":1},{"version":"8fb8fdda477cd7382477ffda92c2bb7d9f7ef583b1aa531eb6b2dc2f0a206c10","impliedFormat":1},{"version":"66995b0c991b5c5d42eff1d950733f85482c7419f7296ab8952e03718169e379","impliedFormat":1},{"version":"9863f888da357e35e013ca3465b794a490a198226bd8232c2f81fb44e16ff323","impliedFormat":1},{"version":"84bc2d80326a83ee4a6e7cba2fd480b86502660770c0e24da96535af597c9f1e","impliedFormat":1},{"version":"ea27768379b866ee3f5da2419650acdb01125479f7af73580a4bceb25b79e372","impliedFormat":1},{"version":"598931eeb4362542cae5845f95c5f0e45ac668925a40ce201e244d7fe808e965","impliedFormat":1},{"version":"da9ef88cde9f715756da642ad80c4cd87a987f465d325462d6bc2a0b11d202c8","impliedFormat":1},{"version":"b4c6184d78303b0816e779a48bef779b15aea4a66028eb819aac0abee8407dea","impliedFormat":1},{"version":"db085d2171d48938a99e851dafe0e486dce9859e5dfa73c21de5ed3d4d6fb0c5","impliedFormat":1},{"version":"62a3ad1ddd1f5974b3bf105680b3e09420f2230711d6520a521fab2be1a32838","impliedFormat":1},{"version":"a77be6fc44c876bc10c897107f84eaba10790913ebdcad40fcda7e47469b2160","impliedFormat":1},{"version":"06cf55b6da5cef54eaaf51cdc3d4e5ebf16adfdd9ebd20cec7fe719be9ced017","impliedFormat":1},{"version":"91f5dbcdb25d145a56cffe957ec665256827892d779ef108eb2f3864faff523b","impliedFormat":1},{"version":"052ba354bab8fb943e0bc05a0769f7b81d7c3b3c6cd0f5cfa53c7b2da2a525c5","impliedFormat":1},{"version":"927955a3de5857e0a1c575ced5a4245e74e6821d720ed213141347dd1870197f","impliedFormat":1},{"version":"fec804d54cd97dd77e956232fc37dc13f53e160d4bbeeb5489e86eeaa91f7ebd","impliedFormat":1},{"version":"1fd5dcbeb175a97c46ac125c12cb8f0de5186e76f5ee3c4708fa0cca1874d585","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"10ec5e82144dfac6f04fa5d1d6c11763b3e4dbbac6d99101427219ab3e2ae887","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"074de5b2fdead0165a2757e3aaef20f27a6347b1c36adea27d51456795b37682","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"21adf13435b9b748529c8cedf80f884e5130b9684188120a686cd2b26a2059c7","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"170431a9a3180034439e806b68e192e35d58ce104b42d19ee67217d3729c96e0","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"9c32412007b5662fd34a8eb04292fb5314ec370d7016d1c2fb8aa193c807fe22","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"6ebe8ebb8659aaa9d1acbf3710d7dae3e923e97610238b9511c25dc39023a166","impliedFormat":1},{"version":"e85d7f8068f6a26710bff0cc8c0fc5e47f71089c3780fbede05857331d2ddec9","impliedFormat":1},{"version":"7befaf0e76b5671be1d47b77fcc65f2b0aad91cc26529df1904f4a7c46d216e9","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"98498b101803bb3dde9f76a56e65c14b75db1cc8bec5f4db72be541570f74fc5","impliedFormat":1},{"version":"1cc2a09e1a61a5222d4174ab358a9f9de5e906afe79dbf7363d871a7edda3955","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"436d7b4543b340b0f3eef4310d524242e41369b9652aa9c70428767c4dcac455","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"c9381908473a1c92cb8c516b184e75f4d226dad95c3a85a5af35f670064d9a2f","impliedFormat":1},{"version":"e3c827e01ff4e94ccd169c1e9c72b5297aad8a3e85035444b53c506339501f03","impliedFormat":1},{"version":"af11413ffc8c34a2a2475cb9d2982b4cc87a9317bf474474eedaacc4aaab4582","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2","impliedFormat":1},{"version":"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","impliedFormat":1},{"version":"fbca5ffaebf282ec3cdac47b0d1d4a138a8b0bb32105251a38acb235087d3318","impliedFormat":1},{"version":"b58c81d4cc365d3986aee6c2a86592edc50f141b796899079196ffb103047390","impliedFormat":1},{"version":"6eb639ffa89a206d4eb9e68270ba781caede9fe44aa5dc8f73600a2f6b166715","impliedFormat":1},{"version":"22293bd6fa12747929f8dfca3ec1684a3fe08638aa18023dd286ab337e88a592","impliedFormat":1},{"version":"f60e3e3060207ac982da13363181fd7ee4beecc19a7c569f0d6bb034331066c2","impliedFormat":1},{"version":"17230b34bb564a3a2e36f9d3985372ccab4ad1722df2c43f7c5c2b553f68e5db","impliedFormat":1},{"version":"6e5c9272f6b3783be7bdddaf207cccdb8e033be3d14c5beacc03ae9d27d50929","impliedFormat":1},{"version":"21ac4cf3f8d8c6e1201cb31f600be708c9a37867fc5c73b7ccf80560fae591c8","impliedFormat":1},{"version":"0dfe35191a04e8f9dc7caeb9f52f2ee07402736563d12cbccd15fb5f31ac877f","impliedFormat":1},{"version":"fd29886b17d20dc9a8145d3476309ac313de0ee3fe57db4ad88de91de1882fd8","impliedFormat":1},{"version":"798367363a3274220cbed839b883fe2f52ba7197b25e8cb2ac59c1e1fd8af6b7","impliedFormat":1},{"version":"3fa6aece30a44b769633651b07e0a0859e8194dfbbcfe0d7cda561bc521a5d7c","impliedFormat":1},{"version":"b3a24e1c22dd4fde2ce413fb8244e5fa8773ffca88e8173c780845c9856aef73","impliedFormat":1},{"version":"837f5c12e3e94ee97aca37aa2a50ede521e5887fb7fa89330f5625b70597e116","impliedFormat":1},{"version":"041597c12abeaa2ef07766775955fc87cfc65c43e0fe86c836071bea787e967c","impliedFormat":1},{"version":"1bf311491cae973e1081f797a344b0ac7e21350a57501eb7be6d04fde7c6c8eb","impliedFormat":1},{"version":"beef9f750c79e1f382edcbf274ac6bb046ee88f0d0b020b56d614de1338f451f","impliedFormat":1},{"version":"76f0ffe16fb97817cbbcee983747fdf20581cac255df7c6790c5eb368554e7b0","impliedFormat":1},{"version":"8fcfa0bc4e099329cb6ca98a992aaa6fa08149c8b19e21e9e3302be79b63e6ac","impliedFormat":1},{"version":"efd7bb6439c2a171b08527a55ec2138e56565f5e442e3ddcd1b463bc9eaa5589","impliedFormat":1},{"version":"6614f87dc79e972068ab1ec7a79e42628e7eec76529401c1c047979be9363a6a","impliedFormat":1},{"version":"f3d5676ed1e5230ba8b5dd730a9168f00f8c283deef77f13f71eadb1e0ea6202","impliedFormat":1},{"version":"eabb61ecd690332363d52661566c78227cd2197605e2612c497d5d5fc3e8f60b","impliedFormat":1},{"version":"ce79b4bfe357b0525e336c402d9522f07942317768545da71d6d1da384d799f2","impliedFormat":1},{"version":"63be35c29de4a1a1c1f4e37c18df94219ec0e35a577b1c5cd07e1938d47b8bd0","impliedFormat":1},{"version":"3627c05e94352214c1afc21a7eae02f78ad6c8a5c8c2f461377939677b1b71ae","impliedFormat":1},{"version":"004b154cd5736ad776aae859fa311c39080bed8f2dd008c80917fec82077017e","impliedFormat":1},{"version":"1ab8b5adda7fda1e3aead58515f60e3c51a9d7890c7b85de785c4a1b08a81729","impliedFormat":1},{"version":"ad7b7fb3126cc65a1b7cec66d8bf4bdff740e443c00cce1075d50586eaba698f","impliedFormat":1},{"version":"51f72ab7ec8de377bca6c580e69ee43c8b81ebb0fb44e5e4e869345a04abc1fa","impliedFormat":1},{"version":"8718d7aa4b1c22bd61aa694a0585ba5f36fb0a578732ff1c99787dd4baeab159","impliedFormat":1},{"version":"373009eb742accbdf6e4563691925d1ca8b1156daba8dbcdb682fb21dd5830c7","impliedFormat":1},{"version":"840bcf7ada12224d296cfc3231492a14e552d7a04178cdb61b5b2e9e16259f0f","impliedFormat":1},{"version":"5c54764dc3b702bcaa14f3376945efdf68cb45823cfeaccdd0a70c10839604f2","impliedFormat":1},{"version":"a448f7f6df5f88878ebc3df3c13f933ee1de539f411a22e5e827f36ec11bfcc5","impliedFormat":1},{"version":"19017bf87855d1fd60aa1340f27c6ab3bfe322dd3c5c04c88ee6eab26c6d66e0","impliedFormat":1},{"version":"57d86cf0627c5f9780ffffed06a8224e2284d75d052a7450dba4fddf73d985e8","impliedFormat":1},{"version":"801b3238f458e1faee30b2740c5d8203b9ee2f3256abb0f703a9041773975cdc","impliedFormat":1},{"version":"addfb5c6643bb41ed03b218c5afcfc63b278518bb70b4278704d1334bf5f25cf","impliedFormat":1},{"version":"c130f9616a960edc892aa0eb7a8a59f33e662c561474ed092c43a955cdb91dab","impliedFormat":1},{"version":"03c258e060b7da220973f84b89615e4e9850e9b5d30b3a8e4840b3e3268ae8eb","impliedFormat":1},{"version":"f80cb0ced191be0a08767ee613ec61b89d193ab698c7c0c8133b49a183c5ea26","impliedFormat":1},{"version":"9ff1801b61156afc6647a4214fdfce309226b968701b72b7392dc96413d2ad9b","impliedFormat":1},{"version":"cff399d99c68e4fafdd5835d443a980622267a39ac6f3f59b9e3d60d60c4f133","impliedFormat":1},{"version":"6ada175c0c585e89569e8feb8ff6fc9fc443d7f9ca6340b456e0f94cbef559bf","impliedFormat":1},{"version":"e56e4d95fad615c97eb0ae39c329a4cda9c0af178273a9173676cc9b14b58520","impliedFormat":1},{"version":"73e8dfd5e7d2abc18bdb5c5873e64dbdd1082408dd1921cad6ff7130d8339334","impliedFormat":1},{"version":"fc820b2f0c21501f51f79b58a21d3fa7ae5659fc1812784dbfbb72af147659ee","impliedFormat":1},{"version":"4f041ef66167b5f9c73101e5fd8468774b09429932067926f9b2960cc3e4f99d","impliedFormat":1},{"version":"31501b8fc4279e78f6a05ca35e365e73c0b0c57d06dbe8faecb10c7254ce7714","impliedFormat":1},{"version":"7bc76e7d4bbe3764abaf054aed3a622c5cdbac694e474050d71ce9d4ab93ea4b","impliedFormat":1},{"version":"ff4e9db3eb1e95d7ba4b5765e4dc7f512b90fb3b588adfd5ca9b0d9d7a56a1ae","impliedFormat":1},{"version":"f205fd03cd15ea054f7006b7ef8378ef29c315149da0726f4928d291e7dce7b9","impliedFormat":1},{"version":"d683908557d53abeb1b94747e764b3bd6b6226273514b96a942340e9ce4b7be7","impliedFormat":1},{"version":"7c6d5704e2f236fddaf8dbe9131d998a4f5132609ef795b78c3b63f46317f88a","impliedFormat":1},{"version":"d05bd4d28c12545827349b0ac3a79c50658d68147dad38d13e97e22353544496","impliedFormat":1},{"version":"b6436d90a5487d9b3c3916b939f68e43f7eaca4b0bb305d897d5124180a122b9","impliedFormat":1},{"version":"04ace6bedd6f59c30ea6df1f0f8d432c728c8bc5c5fd0c5c1c80242d3ab51977","impliedFormat":1},{"version":"57a8a7772769c35ba7b4b1ba125f0812deec5c7102a0d04d9e15b1d22880c9e8","impliedFormat":1},{"version":"badcc9d59770b91987e962f8e3ddfa1e06671b0e4c5e2738bbd002255cad3f38","impliedFormat":1},{"version":"18942319aff2c9619e05c379641b571f0958506472a4b539f906be08fcccf806","impliedFormat":1},{"version":"74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185","impliedFormat":1}],"root":[[83,86]],"options":{"allowUnreachableCode":false,"allowUnusedLabels":false,"composite":true,"esModuleInterop":true,"exactOptionalPropertyTypes":false,"module":199,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"strict":true,"target":11},"referencedMap":[[88,1],[194,2],[195,3],[197,4],[87,3],[198,3],[199,5],[202,6],[204,7],[265,8],[266,9],[207,10],[220,11],[205,3],[206,12],[221,13],[216,14],[217,15],[215,16],[219,17],[213,18],[208,19],[218,20],[214,11],[241,21],[253,22],[238,23],[254,24],[263,25],[229,26],[230,27],[228,28],[262,29],[257,30],[261,31],[232,32],[250,33],[231,34],[260,35],[226,36],[227,30],[233,37],[234,3],[240,38],[237,37],[224,39],[264,40],[255,41],[244,42],[243,37],[245,43],[248,44],[242,45],[246,46],[258,29],[235,47],[236,48],[249,49],[225,24],[252,50],[251,37],[239,48],[247,51],[256,3],[223,3],[259,52],[267,3],[200,53],[201,3],[268,7],[269,3],[270,3],[196,3],[271,3],[272,54],[140,55],[141,55],[142,56],[91,57],[143,58],[144,59],[145,60],[89,3],[146,61],[147,62],[148,63],[149,64],[150,65],[151,66],[152,66],[153,67],[154,68],[155,69],[156,70],[92,3],[90,3],[157,71],[158,72],[159,73],[193,74],[160,75],[161,3],[162,76],[163,77],[164,78],[165,79],[166,80],[167,81],[168,82],[169,83],[170,84],[171,84],[172,85],[173,3],[174,3],[175,86],[177,87],[176,88],[178,89],[179,90],[180,91],[181,92],[182,93],[183,94],[184,95],[185,96],[186,97],[187,98],[188,99],[189,100],[190,101],[93,3],[94,3],[95,3],[137,102],[138,103],[139,3],[191,104],[192,105],[273,3],[282,106],[281,107],[280,106],[279,108],[283,3],[309,109],[310,3],[311,3],[203,3],[312,110],[330,3],[331,111],[96,3],[211,3],[212,112],[209,3],[210,3],[284,113],[278,114],[275,29],[277,115],[276,3],[274,3],[297,116],[298,3],[304,117],[288,118],[308,119],[305,120],[296,121],[300,122],[293,123],[295,124],[301,125],[302,3],[289,126],[290,127],[306,128],[299,3],[287,3],[303,129],[307,128],[291,130],[292,131],[285,3],[286,132],[294,3],[222,3],[81,3],[82,3],[13,3],[14,3],[16,3],[15,3],[2,3],[17,3],[18,3],[19,3],[20,3],[21,3],[22,3],[23,3],[24,3],[3,3],[25,3],[26,3],[4,3],[27,3],[31,3],[28,3],[29,3],[30,3],[32,3],[33,3],[34,3],[5,3],[35,3],[36,3],[37,3],[38,3],[6,3],[42,3],[39,3],[40,3],[41,3],[43,3],[7,3],[44,3],[49,3],[50,3],[45,3],[46,3],[47,3],[48,3],[8,3],[54,3],[51,3],[52,3],[53,3],[55,3],[9,3],[56,3],[57,3],[58,3],[60,3],[59,3],[61,3],[62,3],[10,3],[63,3],[64,3],[65,3],[11,3],[66,3],[67,3],[68,3],[69,3],[70,3],[1,3],[71,3],[72,3],[12,3],[76,3],[74,3],[79,3],[78,3],[73,3],[77,3],[75,3],[80,3],[114,133],[125,134],[112,135],[126,24],[135,136],[103,137],[104,138],[102,28],[134,29],[129,139],[133,140],[106,141],[122,142],[105,143],[132,144],[100,145],[101,139],[107,146],[108,3],[113,147],[111,146],[98,148],[136,149],[127,150],[117,151],[116,146],[118,152],[120,153],[115,154],[119,155],[130,29],[109,156],[110,157],[121,158],[99,24],[124,159],[123,146],[128,3],[97,3],[131,160],[329,161],[314,3],[315,3],[316,3],[317,3],[313,3],[318,162],[319,3],[321,163],[320,162],[322,162],[323,163],[324,162],[325,3],[326,162],[327,3],[328,3],[83,3],[86,164],[84,3],[85,3]],"latestChangedDtsFile":"./lib/reports.d.ts","version":"5.9.3"}
|