@nitpicker/analyze-search 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/index.d.ts +59 -0
- package/lib/index.js +177 -0
- package/lib/types.d.ts +27 -0
- package/lib/types.js +1 -0
- package/package.json +34 -0
- package/src/index.ts +241 -0
- package/src/types.ts +28 -0
- package/tsconfig.json +11 -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/analyze-search
|
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/index.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A search item with a custom display title.
|
|
3
|
+
* Allows decoupling the search pattern from its column header label
|
|
4
|
+
* so that report columns can have human-friendly names.
|
|
5
|
+
*/
|
|
6
|
+
type Content = {
|
|
7
|
+
/** The search pattern string (keyword or CSS selector). */
|
|
8
|
+
search: string;
|
|
9
|
+
/** Column header label displayed in the report. */
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Plugin options for the keyword/selector search analysis.
|
|
14
|
+
*/
|
|
15
|
+
type Options = {
|
|
16
|
+
/**
|
|
17
|
+
* CSS selector to narrow the search scope within each page.
|
|
18
|
+
* When omitted, the entire `documentElement` is searched.
|
|
19
|
+
* Useful for restricting searches to main content areas and
|
|
20
|
+
* ignoring headers, footers, and navigation.
|
|
21
|
+
*/
|
|
22
|
+
scope?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Keywords to search for in DOM text nodes and element attributes.
|
|
25
|
+
* Each item can be a plain string or a `Content` object with a
|
|
26
|
+
* custom display title. Strings are converted to regex via
|
|
27
|
+
* `strToRegex` (supporting literal and `/pattern/flags` syntax).
|
|
28
|
+
*/
|
|
29
|
+
keywords?: (string | Content)[];
|
|
30
|
+
/**
|
|
31
|
+
* CSS selectors to check for existence on each page.
|
|
32
|
+
* The result is boolean (present or absent), not a count.
|
|
33
|
+
*/
|
|
34
|
+
selectors?: (string | Content)[];
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Analyze plugin that searches page DOMs for keywords and CSS selectors.
|
|
38
|
+
*
|
|
39
|
+
* Keywords are matched using `recursiveSearch()`, which traverses the
|
|
40
|
+
* DOM tree depth-first and checks both text nodes and element attributes.
|
|
41
|
+
* Selectors are checked with `querySelector()` for simple existence.
|
|
42
|
+
* @example
|
|
43
|
+
* ```jsonc
|
|
44
|
+
* // nitpicker.config.json
|
|
45
|
+
* {
|
|
46
|
+
* "plugins": {
|
|
47
|
+
* "analyze": {
|
|
48
|
+
* "@nitpicker/analyze-search": {
|
|
49
|
+
* "scope": "main",
|
|
50
|
+
* "keywords": ["lorem ipsum", "/\\d{3}-\\d{4}/"],
|
|
51
|
+
* "selectors": [".breadcrumb", "nav.global"]
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
* }
|
|
55
|
+
* }
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
declare const _default: import("@nitpicker/core").PluginFactory<Options, string>;
|
|
59
|
+
export default _default;
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { strToRegex } from '@d-zero/shared/str-to-regex';
|
|
2
|
+
import { definePlugin } from '@nitpicker/core';
|
|
3
|
+
/**
|
|
4
|
+
* Analyze plugin that searches page DOMs for keywords and CSS selectors.
|
|
5
|
+
*
|
|
6
|
+
* Keywords are matched using `recursiveSearch()`, which traverses the
|
|
7
|
+
* DOM tree depth-first and checks both text nodes and element attributes.
|
|
8
|
+
* Selectors are checked with `querySelector()` for simple existence.
|
|
9
|
+
* @example
|
|
10
|
+
* ```jsonc
|
|
11
|
+
* // nitpicker.config.json
|
|
12
|
+
* {
|
|
13
|
+
* "plugins": {
|
|
14
|
+
* "analyze": {
|
|
15
|
+
* "@nitpicker/analyze-search": {
|
|
16
|
+
* "scope": "main",
|
|
17
|
+
* "keywords": ["lorem ipsum", "/\\d{3}-\\d{4}/"],
|
|
18
|
+
* "selectors": [".breadcrumb", "nav.global"]
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* }
|
|
22
|
+
* }
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export default definePlugin((options) => {
|
|
26
|
+
const headers = {
|
|
27
|
+
...toHeader('keyword', options.keywords),
|
|
28
|
+
...toHeader('selector', options.selectors),
|
|
29
|
+
};
|
|
30
|
+
const keywords = toArray(options.keywords);
|
|
31
|
+
const selectors = toArray(options.selectors);
|
|
32
|
+
return {
|
|
33
|
+
label: 'キーワード検索',
|
|
34
|
+
headers,
|
|
35
|
+
eachPage({ window }) {
|
|
36
|
+
const result = {};
|
|
37
|
+
const $scope = options.scope
|
|
38
|
+
? window.document.querySelector(options.scope)
|
|
39
|
+
: window.document.documentElement;
|
|
40
|
+
if (!$scope) {
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
for (const keyword of keywords) {
|
|
44
|
+
const regex = strToRegex(keyword);
|
|
45
|
+
const searched = recursiveSearch($scope, regex);
|
|
46
|
+
result[`keyword:${keyword}`] = { value: searched.length };
|
|
47
|
+
}
|
|
48
|
+
for (const selector of selectors) {
|
|
49
|
+
try {
|
|
50
|
+
const $main = window.document.querySelector(selector);
|
|
51
|
+
if ($main) {
|
|
52
|
+
result[`selector:${selector}`] = { value: true };
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
catch {
|
|
56
|
+
// Error
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
page: result,
|
|
61
|
+
};
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
});
|
|
65
|
+
/**
|
|
66
|
+
* Extracts unique search terms from a mixed array of strings and Content objects.
|
|
67
|
+
* Deduplication ensures the same keyword/selector is not searched twice even
|
|
68
|
+
* when specified in both plain-string and Content-object forms.
|
|
69
|
+
* @param search - Array of keyword/selector items.
|
|
70
|
+
* @returns Deduplicated array of search term strings.
|
|
71
|
+
*/
|
|
72
|
+
function toArray(search) {
|
|
73
|
+
if (!search) {
|
|
74
|
+
return [];
|
|
75
|
+
}
|
|
76
|
+
const set = new Set();
|
|
77
|
+
for (const item of search) {
|
|
78
|
+
if (typeof item === 'string') {
|
|
79
|
+
set.add(item);
|
|
80
|
+
continue;
|
|
81
|
+
}
|
|
82
|
+
set.add(item.title);
|
|
83
|
+
}
|
|
84
|
+
return [...set];
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Builds a header map from search items, keyed by `"{type}:{term}"`.
|
|
88
|
+
*
|
|
89
|
+
* The compound key format ensures keyword and selector columns are
|
|
90
|
+
* namespaced and do not collide (e.g. `"keyword:foo"` vs `"selector:foo"`).
|
|
91
|
+
* Content objects use their custom `title` as the column header label;
|
|
92
|
+
* plain strings get a generated label like `"Search keyword: foo"`.
|
|
93
|
+
* @param type - Whether these are keyword or selector items.
|
|
94
|
+
* @param search - Array of search items to generate headers from.
|
|
95
|
+
* @returns Header map compatible with the plugin's `headers` property.
|
|
96
|
+
*/
|
|
97
|
+
function toHeader(type, search) {
|
|
98
|
+
const header = {};
|
|
99
|
+
if (!search) {
|
|
100
|
+
return header;
|
|
101
|
+
}
|
|
102
|
+
for (const item of search) {
|
|
103
|
+
if (typeof item === 'string') {
|
|
104
|
+
header[`${type}:${item}`] = `Search ${type}: ${item}`;
|
|
105
|
+
continue;
|
|
106
|
+
}
|
|
107
|
+
header[`${type}:${item.search}`] = item.title;
|
|
108
|
+
}
|
|
109
|
+
return header;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Recursively searches a DOM subtree for regex matches in text nodes
|
|
113
|
+
* and element attributes.
|
|
114
|
+
*
|
|
115
|
+
* ## Traversal algorithm
|
|
116
|
+
*
|
|
117
|
+
* 1. **Depth-first children first**: For each child node, recurse before
|
|
118
|
+
* examining the current node. This ensures matches are collected in
|
|
119
|
+
* document order (deepest nodes first in each subtree).
|
|
120
|
+
*
|
|
121
|
+
* 2. **`<script>` / `<style>` exclusion**: These elements are skipped
|
|
122
|
+
* entirely (including their children) because their text content is
|
|
123
|
+
* code, not user-visible content. The check happens *after* recursion
|
|
124
|
+
* so that nested elements within `<script>` templates are still
|
|
125
|
+
* excluded via the early return.
|
|
126
|
+
*
|
|
127
|
+
* 3. **Text nodes**: `TEXT_NODE` content is tested against the regex.
|
|
128
|
+
* The parent element's tag name is recorded for context.
|
|
129
|
+
*
|
|
130
|
+
* 4. **Element attributes**: For `ELEMENT_NODE`, each attribute is tested
|
|
131
|
+
* except for structural/styling attributes (`href`, `src`, `srcset`,
|
|
132
|
+
* `id`, `class`, `style`, `d`, `data-*`). These are excluded because
|
|
133
|
+
* they contain URLs, identifiers, or CSS that would produce false
|
|
134
|
+
* positives for content-oriented keyword searches.
|
|
135
|
+
* @param el - The root node to search from.
|
|
136
|
+
* @param search - The regex pattern to match against.
|
|
137
|
+
* @returns Array of matches with the element context and matched text.
|
|
138
|
+
*/
|
|
139
|
+
function recursiveSearch(el, search) {
|
|
140
|
+
const result = [];
|
|
141
|
+
for (const child of el.childNodes) {
|
|
142
|
+
result.push(...recursiveSearch(child, search));
|
|
143
|
+
}
|
|
144
|
+
if ('tagName' in el && (el.tagName === 'SCRIPT' || el.tagName === 'STYLE')) {
|
|
145
|
+
return [];
|
|
146
|
+
}
|
|
147
|
+
if (el.nodeType === Node.TEXT_NODE) {
|
|
148
|
+
const textMatched = search.exec(el.textContent || '');
|
|
149
|
+
if (textMatched) {
|
|
150
|
+
for (const matched of textMatched) {
|
|
151
|
+
result.push({
|
|
152
|
+
el: '<' + (el.parentElement?.localName || '???') + '>',
|
|
153
|
+
text: matched,
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
if (el.nodeType === Node.ELEMENT_NODE) {
|
|
159
|
+
const _el = el;
|
|
160
|
+
for (const attr of _el.attributes) {
|
|
161
|
+
if (['href', 'src', 'srcset', 'id', 'class', 'style', 'd'].includes(attr.name) ||
|
|
162
|
+
attr.name.startsWith('data-')) {
|
|
163
|
+
continue;
|
|
164
|
+
}
|
|
165
|
+
const attrMatched = search.exec(attr.value);
|
|
166
|
+
if (attrMatched) {
|
|
167
|
+
for (const matched of attrMatched) {
|
|
168
|
+
result.push({
|
|
169
|
+
el: `${_el.localName}[${attr.localName}]`,
|
|
170
|
+
text: matched,
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
return result;
|
|
177
|
+
}
|
package/lib/types.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Input parameters for the search analysis worker.
|
|
3
|
+
*/
|
|
4
|
+
export type Param = {
|
|
5
|
+
/** The page URL being searched. */
|
|
6
|
+
url: string;
|
|
7
|
+
/** Raw HTML of the page. */
|
|
8
|
+
html: string;
|
|
9
|
+
/** Keyword patterns to search for in the DOM text and attributes. */
|
|
10
|
+
keywords: string[];
|
|
11
|
+
/** CSS selectors to check for existence on the page. */
|
|
12
|
+
selectors: string[];
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Search result for a single page.
|
|
16
|
+
*/
|
|
17
|
+
export type Result = {
|
|
18
|
+
/** The page URL that was searched. */
|
|
19
|
+
url: string;
|
|
20
|
+
/** Lists of matched keywords and selectors found on the page. */
|
|
21
|
+
matched: {
|
|
22
|
+
/** Keywords that had at least one match. */
|
|
23
|
+
keywords: string[];
|
|
24
|
+
/** Selectors that matched at least one element. */
|
|
25
|
+
selectors: string[];
|
|
26
|
+
};
|
|
27
|
+
};
|
package/lib/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nitpicker/analyze-search",
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "Nitpicker plugin for keyword and CSS selector search",
|
|
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/analyze-search"
|
|
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
|
+
"dependencies": {
|
|
27
|
+
"@d-zero/shared": "0.20.0",
|
|
28
|
+
"@nitpicker/core": "0.4.1",
|
|
29
|
+
"@nitpicker/crawler": "0.4.1",
|
|
30
|
+
"@nitpicker/types": "0.4.1",
|
|
31
|
+
"jsdom": "28.1.0"
|
|
32
|
+
},
|
|
33
|
+
"gitHead": "32b83ee38eba7dfd237adb1b41f69e049e8d4ceb"
|
|
34
|
+
}
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import type { TableData } from '@nitpicker/core';
|
|
2
|
+
|
|
3
|
+
import { strToRegex } from '@d-zero/shared/str-to-regex';
|
|
4
|
+
import { definePlugin } from '@nitpicker/core';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* A search item with a custom display title.
|
|
8
|
+
* Allows decoupling the search pattern from its column header label
|
|
9
|
+
* so that report columns can have human-friendly names.
|
|
10
|
+
*/
|
|
11
|
+
type Content = {
|
|
12
|
+
/** The search pattern string (keyword or CSS selector). */
|
|
13
|
+
search: string;
|
|
14
|
+
/** Column header label displayed in the report. */
|
|
15
|
+
title: string;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Plugin options for the keyword/selector search analysis.
|
|
20
|
+
*/
|
|
21
|
+
type Options = {
|
|
22
|
+
/**
|
|
23
|
+
* CSS selector to narrow the search scope within each page.
|
|
24
|
+
* When omitted, the entire `documentElement` is searched.
|
|
25
|
+
* Useful for restricting searches to main content areas and
|
|
26
|
+
* ignoring headers, footers, and navigation.
|
|
27
|
+
*/
|
|
28
|
+
scope?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Keywords to search for in DOM text nodes and element attributes.
|
|
31
|
+
* Each item can be a plain string or a `Content` object with a
|
|
32
|
+
* custom display title. Strings are converted to regex via
|
|
33
|
+
* `strToRegex` (supporting literal and `/pattern/flags` syntax).
|
|
34
|
+
*/
|
|
35
|
+
keywords?: (string | Content)[];
|
|
36
|
+
/**
|
|
37
|
+
* CSS selectors to check for existence on each page.
|
|
38
|
+
* The result is boolean (present or absent), not a count.
|
|
39
|
+
*/
|
|
40
|
+
selectors?: (string | Content)[];
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Analyze plugin that searches page DOMs for keywords and CSS selectors.
|
|
45
|
+
*
|
|
46
|
+
* Keywords are matched using `recursiveSearch()`, which traverses the
|
|
47
|
+
* DOM tree depth-first and checks both text nodes and element attributes.
|
|
48
|
+
* Selectors are checked with `querySelector()` for simple existence.
|
|
49
|
+
* @example
|
|
50
|
+
* ```jsonc
|
|
51
|
+
* // nitpicker.config.json
|
|
52
|
+
* {
|
|
53
|
+
* "plugins": {
|
|
54
|
+
* "analyze": {
|
|
55
|
+
* "@nitpicker/analyze-search": {
|
|
56
|
+
* "scope": "main",
|
|
57
|
+
* "keywords": ["lorem ipsum", "/\\d{3}-\\d{4}/"],
|
|
58
|
+
* "selectors": [".breadcrumb", "nav.global"]
|
|
59
|
+
* }
|
|
60
|
+
* }
|
|
61
|
+
* }
|
|
62
|
+
* }
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
export default definePlugin((options: Options) => {
|
|
66
|
+
const headers = {
|
|
67
|
+
...toHeader('keyword', options.keywords),
|
|
68
|
+
...toHeader('selector', options.selectors),
|
|
69
|
+
};
|
|
70
|
+
const keywords = toArray(options.keywords);
|
|
71
|
+
const selectors = toArray(options.selectors);
|
|
72
|
+
|
|
73
|
+
return {
|
|
74
|
+
label: 'キーワード検索',
|
|
75
|
+
headers,
|
|
76
|
+
eachPage({ window }) {
|
|
77
|
+
const result: TableData<string> = {};
|
|
78
|
+
|
|
79
|
+
const $scope = options.scope
|
|
80
|
+
? window.document.querySelector(options.scope)
|
|
81
|
+
: window.document.documentElement;
|
|
82
|
+
|
|
83
|
+
if (!$scope) {
|
|
84
|
+
return null;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
for (const keyword of keywords) {
|
|
88
|
+
const regex = strToRegex(keyword);
|
|
89
|
+
|
|
90
|
+
const searched = recursiveSearch($scope, regex);
|
|
91
|
+
|
|
92
|
+
result[`keyword:${keyword}`] = { value: searched.length };
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
for (const selector of selectors) {
|
|
96
|
+
try {
|
|
97
|
+
const $main = window.document.querySelector(selector);
|
|
98
|
+
if ($main) {
|
|
99
|
+
result[`selector:${selector}`] = { value: true };
|
|
100
|
+
}
|
|
101
|
+
} catch {
|
|
102
|
+
// Error
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
return {
|
|
107
|
+
page: result,
|
|
108
|
+
};
|
|
109
|
+
},
|
|
110
|
+
};
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Extracts unique search terms from a mixed array of strings and Content objects.
|
|
115
|
+
* Deduplication ensures the same keyword/selector is not searched twice even
|
|
116
|
+
* when specified in both plain-string and Content-object forms.
|
|
117
|
+
* @param search - Array of keyword/selector items.
|
|
118
|
+
* @returns Deduplicated array of search term strings.
|
|
119
|
+
*/
|
|
120
|
+
function toArray(search?: (string | Content)[]) {
|
|
121
|
+
if (!search) {
|
|
122
|
+
return [];
|
|
123
|
+
}
|
|
124
|
+
const set = new Set<string>();
|
|
125
|
+
for (const item of search) {
|
|
126
|
+
if (typeof item === 'string') {
|
|
127
|
+
set.add(item);
|
|
128
|
+
continue;
|
|
129
|
+
}
|
|
130
|
+
set.add(item.title);
|
|
131
|
+
}
|
|
132
|
+
return [...set];
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Builds a header map from search items, keyed by `"{type}:{term}"`.
|
|
137
|
+
*
|
|
138
|
+
* The compound key format ensures keyword and selector columns are
|
|
139
|
+
* namespaced and do not collide (e.g. `"keyword:foo"` vs `"selector:foo"`).
|
|
140
|
+
* Content objects use their custom `title` as the column header label;
|
|
141
|
+
* plain strings get a generated label like `"Search keyword: foo"`.
|
|
142
|
+
* @param type - Whether these are keyword or selector items.
|
|
143
|
+
* @param search - Array of search items to generate headers from.
|
|
144
|
+
* @returns Header map compatible with the plugin's `headers` property.
|
|
145
|
+
*/
|
|
146
|
+
function toHeader(type: 'keyword' | 'selector', search?: (string | Content)[]) {
|
|
147
|
+
const header: Record<string, string> = {};
|
|
148
|
+
if (!search) {
|
|
149
|
+
return header;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
for (const item of search) {
|
|
153
|
+
if (typeof item === 'string') {
|
|
154
|
+
header[`${type}:${item}`] = `Search ${type}: ${item}`;
|
|
155
|
+
continue;
|
|
156
|
+
}
|
|
157
|
+
header[`${type}:${item.search}`] = item.title;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
return header;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Recursively searches a DOM subtree for regex matches in text nodes
|
|
165
|
+
* and element attributes.
|
|
166
|
+
*
|
|
167
|
+
* ## Traversal algorithm
|
|
168
|
+
*
|
|
169
|
+
* 1. **Depth-first children first**: For each child node, recurse before
|
|
170
|
+
* examining the current node. This ensures matches are collected in
|
|
171
|
+
* document order (deepest nodes first in each subtree).
|
|
172
|
+
*
|
|
173
|
+
* 2. **`<script>` / `<style>` exclusion**: These elements are skipped
|
|
174
|
+
* entirely (including their children) because their text content is
|
|
175
|
+
* code, not user-visible content. The check happens *after* recursion
|
|
176
|
+
* so that nested elements within `<script>` templates are still
|
|
177
|
+
* excluded via the early return.
|
|
178
|
+
*
|
|
179
|
+
* 3. **Text nodes**: `TEXT_NODE` content is tested against the regex.
|
|
180
|
+
* The parent element's tag name is recorded for context.
|
|
181
|
+
*
|
|
182
|
+
* 4. **Element attributes**: For `ELEMENT_NODE`, each attribute is tested
|
|
183
|
+
* except for structural/styling attributes (`href`, `src`, `srcset`,
|
|
184
|
+
* `id`, `class`, `style`, `d`, `data-*`). These are excluded because
|
|
185
|
+
* they contain URLs, identifiers, or CSS that would produce false
|
|
186
|
+
* positives for content-oriented keyword searches.
|
|
187
|
+
* @param el - The root node to search from.
|
|
188
|
+
* @param search - The regex pattern to match against.
|
|
189
|
+
* @returns Array of matches with the element context and matched text.
|
|
190
|
+
*/
|
|
191
|
+
function recursiveSearch(el: Node, search: RegExp) {
|
|
192
|
+
type Result = {
|
|
193
|
+
el: string;
|
|
194
|
+
text: string;
|
|
195
|
+
};
|
|
196
|
+
const result: Result[] = [];
|
|
197
|
+
|
|
198
|
+
for (const child of el.childNodes) {
|
|
199
|
+
result.push(...recursiveSearch(child, search));
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
if ('tagName' in el && (el.tagName === 'SCRIPT' || el.tagName === 'STYLE')) {
|
|
203
|
+
return [];
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
if (el.nodeType === Node.TEXT_NODE) {
|
|
207
|
+
const textMatched = search.exec(el.textContent || '');
|
|
208
|
+
|
|
209
|
+
if (textMatched) {
|
|
210
|
+
for (const matched of textMatched) {
|
|
211
|
+
result.push({
|
|
212
|
+
el: '<' + (el.parentElement?.localName || '???') + '>',
|
|
213
|
+
text: matched,
|
|
214
|
+
});
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
if (el.nodeType === Node.ELEMENT_NODE) {
|
|
220
|
+
const _el: Element = el as Element;
|
|
221
|
+
for (const attr of _el.attributes) {
|
|
222
|
+
if (
|
|
223
|
+
['href', 'src', 'srcset', 'id', 'class', 'style', 'd'].includes(attr.name) ||
|
|
224
|
+
attr.name.startsWith('data-')
|
|
225
|
+
) {
|
|
226
|
+
continue;
|
|
227
|
+
}
|
|
228
|
+
const attrMatched = search.exec(attr.value);
|
|
229
|
+
if (attrMatched) {
|
|
230
|
+
for (const matched of attrMatched) {
|
|
231
|
+
result.push({
|
|
232
|
+
el: `${_el.localName}[${attr.localName}]`,
|
|
233
|
+
text: matched,
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
return result;
|
|
241
|
+
}
|
package/src/types.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Input parameters for the search analysis worker.
|
|
3
|
+
*/
|
|
4
|
+
export type Param = {
|
|
5
|
+
/** The page URL being searched. */
|
|
6
|
+
url: string;
|
|
7
|
+
/** Raw HTML of the page. */
|
|
8
|
+
html: string;
|
|
9
|
+
/** Keyword patterns to search for in the DOM text and attributes. */
|
|
10
|
+
keywords: string[];
|
|
11
|
+
/** CSS selectors to check for existence on the page. */
|
|
12
|
+
selectors: string[];
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Search result for a single page.
|
|
17
|
+
*/
|
|
18
|
+
export type Result = {
|
|
19
|
+
/** The page URL that was searched. */
|
|
20
|
+
url: string;
|
|
21
|
+
/** Lists of matched keywords and selectors found on the page. */
|
|
22
|
+
matched: {
|
|
23
|
+
/** Keywords that had at least one match. */
|
|
24
|
+
keywords: string[];
|
|
25
|
+
/** Selectors that matched at least one element. */
|
|
26
|
+
selectors: string[];
|
|
27
|
+
};
|
|
28
|
+
};
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"composite": true,
|
|
5
|
+
"outDir": "./lib",
|
|
6
|
+
"rootDir": "./src"
|
|
7
|
+
},
|
|
8
|
+
"references": [{ "path": "../types" }, { "path": "../core" }, { "path": "../crawler" }],
|
|
9
|
+
"include": ["./src/**/*"],
|
|
10
|
+
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
|
|
11
|
+
}
|
|
@@ -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","../../../node_modules/@d-zero/dealer/dist/types.d.ts","../../../node_modules/@d-zero/dealer/dist/dealer.d.ts","../../../node_modules/@d-zero/dealer/dist/lanes.d.ts","../../../node_modules/@d-zero/shared/dist/random-int.d.ts","../../../node_modules/@d-zero/shared/dist/sample-distribution.d.ts","../../../node_modules/@d-zero/shared/dist/delay.d.ts","../../../node_modules/@d-zero/dealer/dist/deal.d.ts","../../../node_modules/@d-zero/dealer/dist/index.d.ts","../../../node_modules/@d-zero/shared/dist/parse-url.d.ts","../types/lib/log.d.ts","../types/lib/config.d.ts","../types/lib/reports.d.ts","../types/lib/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/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","../core/lib/types.d.ts","../../../node_modules/@d-zero/shared/dist/typed-await-event-emitter.d.ts","../../../node_modules/@d-zero/beholder/node_modules/@d-zero/shared/dist/parse-url.d.ts","../../../node_modules/@d-zero/beholder/node_modules/@d-zero/shared/dist/detect-compress.d.ts","../../../node_modules/@d-zero/beholder/node_modules/@d-zero/shared/dist/detect-cdn.d.ts","../../../node_modules/@d-zero/beholder/dist/types.d.ts","../../../node_modules/typed-query-selector/parser.d.ts","../../../node_modules/devtools-protocol/types/protocol.d.ts","../../../node_modules/devtools-protocol/types/protocol-mapping.d.ts","../../../node_modules/webdriver-bidi-protocol/out/gen/main.d.ts","../../../node_modules/webdriver-bidi-protocol/out/gen/permissions.d.ts","../../../node_modules/webdriver-bidi-protocol/out/gen/web-bluetooth.d.ts","../../../node_modules/webdriver-bidi-protocol/out/gen/ua-client-hints.d.ts","../../../node_modules/webdriver-bidi-protocol/out/gen/mapping.d.ts","../../../node_modules/webdriver-bidi-protocol/out/index.d.ts","../../../node_modules/puppeteer-core/lib/types.d.ts","../../../node_modules/puppeteer/lib/types.d.ts","../../../node_modules/@d-zero/beholder/node_modules/@d-zero/shared/dist/typed-await-event-emitter.d.ts","../../../node_modules/@d-zero/beholder/dist/scraper.d.ts","../../../node_modules/@d-zero/beholder/dist/is-error.d.ts","../../../node_modules/@d-zero/beholder/dist/index.d.ts","../../../node_modules/@d-zero/shared/dist/detect-compress.d.ts","../../../node_modules/@d-zero/shared/dist/detect-cdn.d.ts","../crawler/lib/utils/types/types.d.ts","../crawler/lib/utils/types/index.d.ts","../crawler/lib/utils/array/each-splitted.d.ts","../crawler/lib/utils/array/index.d.ts","../crawler/lib/utils/error/dom-evaluation-error.d.ts","../crawler/lib/utils/error/error-emitter.d.ts","../crawler/lib/utils/error/index.d.ts","../crawler/lib/utils/object/clean-object.d.ts","../crawler/lib/utils/object/index.d.ts","../../../node_modules/@types/ms/index.d.ts","../../../node_modules/@types/debug/index.d.ts","../crawler/lib/utils/debug.d.ts","../crawler/lib/utils/index.d.ts","../crawler/lib/archive/types.d.ts","../crawler/lib/archive/database.d.ts","../crawler/lib/archive/page.d.ts","../crawler/lib/archive/resource.d.ts","../crawler/lib/archive/archive-accessor.d.ts","../crawler/lib/archive/archive.d.ts","../crawler/lib/types.d.ts","../crawler/lib/crawler-orchestrator.d.ts","../crawler/lib/crawler/types.d.ts","../crawler/lib/index.d.ts","../core/lib/hooks/define-plugin.d.ts","../core/lib/nitpicker.d.ts","../core/lib/hooks/index.d.ts","../core/lib/read-plugin-labels.d.ts","../core/lib/url-event-bus.d.ts","../core/lib/worker/run-in-worker.d.ts","../core/lib/index.d.ts","../../../node_modules/@d-zero/shared/dist/str-to-regex.d.ts","./src/index.ts","./src/types.ts","../../../node_modules/@types/deep-eql/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/css-tree/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/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":[[98,150,167,168,266,267,268,281,282],[98,150,167,168],[98,150,167,168,268,279,280],[98,150,167,168,265,266,267],[84,85,88,98,150,167,168],[83,98,150,167,168],[84,85,89,98,150,167,168],[87,98,150,167,168],[86,98,150,167,168],[98,150,167,168,319],[98,150,164,167,168,200],[98,150,167,168,295],[98,150,164,166,167,168,182,193,200],[98,150,162,167,168,200,325,326],[98,150,167,168,328],[98,150,161,167,168,196,200,217,218,260,262],[98,150,167,168,261],[98,150,167,168,202],[98,150,167,168,201,202],[98,150,167,168,201],[98,150,167,168,201,202,203,209,210,213,214,215,216],[98,150,167,168,202,210],[98,150,167,168,201,202,203,209,210,211,212],[98,150,167,168,201,210],[98,150,167,168,210,214],[98,150,167,168,202,203,204,208],[98,150,167,168,203],[98,150,167,168,201,202,210],[98,150,167,168,193,225,228,231,232],[98,150,167,168,182,193,228],[98,150,167,168,193,228,232],[98,150,167,168,182],[98,150,167,168,222],[98,150,167,168,226],[98,150,167,168,193,224,225,228],[98,150,167,168,170,190],[98,150,167,168,200],[98,150,167,168,200,222],[98,150,167,168,170,193,224,228],[98,150,161,167,168,182,193,219,220,221,223,227],[98,150,167,168,228,237,245],[98,150,167,168,220,226],[98,150,167,168,228,254,255],[98,150,167,168,185,193,200,220,223,228],[98,150,167,168,228],[98,150,167,168,193,224,228],[98,150,167,168,219],[98,150,167,168,222,223,224,226,227,228,229,230,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259],[98,150,158,167,168,228,247,250],[98,150,167,168,228,237,238,239],[98,150,167,168,226,228,238,240],[98,150,167,168,227],[98,150,167,168,220,222,228],[98,150,167,168,228,232,238,240],[98,150,167,168,232],[98,150,167,168,193,226,228,231],[98,150,167,168,220,224,228,237],[98,150,167,168,228,247],[98,150,167,168,240],[98,150,167,168,185,198,200,222,228,254],[98,150,162,167,168,193,200],[98,150,161,167,168,182,190,200],[98,147,150,167,168],[98,149,150,167,168],[150,167,168],[98,150,155,167,168,185],[98,150,151,156,161,167,168,170,182,193],[98,150,151,152,161,167,168,170],[98,150,153,167,168,194],[98,150,154,155,162,167,168,171],[98,150,155,167,168,182,190],[98,150,156,158,161,167,168,170],[98,149,150,157,167,168],[98,150,158,159,167,168],[98,150,160,161,167,168],[98,149,150,161,167,168],[98,150,161,162,163,167,168,182,193],[98,150,161,162,163,167,168,177,182,185],[98,143,150,158,161,164,167,168,170,182,193],[98,150,161,162,164,165,167,168,170,182,190,193],[98,150,164,166,167,168,182,190,193],[96,97,98,99,100,101,102,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,193,194,195,196,197,198,199],[98,150,161,167,168],[98,150,167,168,169,193],[98,150,158,161,167,168,170,182],[98,150,167,168,171],[98,150,167,168,172],[98,149,150,167,168,173],[98,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,193,194,195,196,197,198,199],[98,150,167,168,175],[98,150,167,168,176],[98,150,161,167,168,177,178],[98,150,167,168,177,179,194,196],[98,150,161,167,168,182,183,185],[98,150,167,168,184,185],[98,150,167,168,182,183],[98,150,167,168,185],[98,150,167,168,186],[98,147,150,167,168,182,187],[98,150,161,167,168,188,189],[98,150,167,168,188,189],[98,150,155,167,168,170,182,190],[98,150,167,168,191],[98,150,167,168,170,192],[98,150,164,167,168,176,193],[98,150,155,167,168,194],[98,150,167,168,182,195],[98,150,167,168,169,196],[98,150,167,168,197],[98,143,150,167,168],[98,150,167,168,198],[98,143,150,161,163,167,168,173,182,185,193,195,196,198],[98,150,167,168,182,199],[98,150,167,168,344],[98,150,161,167,168,182,190,200,337,338,341,343,344],[98,150,161,167,168,182,190,200,337,338,341,342],[98,150,161,167,168,190,200],[98,150,164,167,168,182,200],[98,150,161,167,168,182,200],[98,150,167,168,270],[98,150,167,168,205,206,207],[98,150,161,167,168,186,200],[98,150,167,168,200,338,339,340],[98,150,167,168,182,200,338],[98,150,151,167,168,182,200,269,270,271,277],[98,150,167,168,278],[98,150,167,168,358,359],[98,150,167,168,359,366],[98,150,167,168,350],[98,150,167,168,350,351,352,353,355,356,358,360,364,366,367,368,369,370],[98,150,167,168,356,359,364],[98,150,167,168,356],[98,150,167,168,361,362],[98,150,162,167,168,349,353,354,355],[98,150,162,167,168,347,349,353,354,355,356,357],[98,150,161,167,168,349,352,353,354,356],[98,150,167,168,351],[98,150,167,168,347,350,351,352],[98,150,167,168,359],[98,150,162,167,168,353,354,356,362,363,364,365],[98,150,167,168,347],[98,150,162,167,168,347,350,351,353,354,356],[98,150,167,168,199,347,348],[98,110,113,116,117,150,167,168,193],[98,113,150,167,168,182,193],[98,113,117,150,167,168,193],[98,107,150,167,168],[98,111,150,167,168],[98,109,110,113,150,167,168,193],[98,107,150,167,168,200],[98,109,113,150,167,168,170,193],[98,104,105,106,108,112,150,161,167,168,182,193],[98,113,121,128,150,167,168],[98,105,111,150,167,168],[98,113,137,138,150,167,168],[98,105,108,113,150,167,168,185,193,200],[98,113,150,167,168],[98,109,113,150,167,168,193],[98,104,150,167,168],[98,107,108,109,111,112,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,150,167,168],[98,113,130,133,150,158,167,168],[98,113,121,122,123,150,167,168],[98,111,113,122,124,150,167,168],[98,112,150,167,168],[98,105,107,113,150,167,168],[98,113,117,122,124,150,167,168],[98,117,150,167,168],[98,111,113,116,150,167,168,193],[98,105,109,113,121,150,167,168],[98,113,130,150,167,168],[98,107,113,137,150,167,168,185,198,200],[98,150,167,168,376,377,378,379,380,381,382,384,385,386,387,388,389,390,391],[98,150,167,168,376],[98,150,167,168,376,383],[98,150,167,168,272,273,274,275],[98,150,167,168,272,273,274,275,276],[98,150,167,168,315,316],[98,150,167,168,263],[98,150,167,168,309],[98,150,167,168,263,310,311,312,314],[98,150,167,168,263,264,308,309],[90,91,95,98,150,167,168,261,262],[98,150,167,168,264],[98,150,167,168,313],[91,98,150,167,168,264,299,300,301,302],[91,98,150,167,168,298,299,303],[98,150,167,168,264,298,299],[91,98,150,167,168,299,303],[98,150,167,168,299,303],[91,98,150,167,168],[91,98,150,167,168,264,299,304,305],[91,98,150,167,168,283,298],[98,150,167,168,298,299,301,302,303,304,305,306,307],[98,150,167,168,298],[98,150,167,168,288],[98,150,167,168,296],[98,150,167,168,290,291],[98,150,167,168,287,289,292,294,297],[98,150,167,168,293],[98,150,167,168,286],[91,98,150,167,168,283,284,285],[92,93,94,98,150,167,168]],"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":"42ef4323d823b56a5087151d45dc1d5d18697649fef6f8c384b5a476c7b93590","impliedFormat":99},{"version":"f7e3b017a443e0e589c519c2739467c6ba7f67d44588589d924e4939937684d8","impliedFormat":99},{"version":"7a527e15b4c76f364cb89402e83f702a73428b03c4bba9e1944169a44359e8c2","impliedFormat":99},{"version":"3aa88bafcca2307c9a13de810f29c0bfc33a36d3e087e50e070f2c090baddf32","impliedFormat":99},{"version":"821305174ffac944247b10acea3c3c7f957e3d511c5477227e556f0e8e57716c","impliedFormat":99},{"version":"ffde342e2ed009fa61cefb9fbe2a36e8a6051f0d3e538da00d31350ecfb2a3e9","impliedFormat":99},{"version":"e6d6ec531b77263aaca5afe529f74cd5785a674ae363cf72161da7c1566b9c09","impliedFormat":99},{"version":"26175abd234d2ac7bc03db0f5d7921ece88e8fd6abe63429f2d358509b820a9d","impliedFormat":99},{"version":"711014bc66c9bc920a37b3cf1dc86c2858678558e983c3f5c31fda0d82e22d5f","impliedFormat":99},{"version":"d864e898febc9d8d9e5d5f3905925ba167e46d011f6cb08123d6ec615c82fa57","impliedFormat":99},{"version":"984243fcca5143b669573ce7459649b195a69c007a5b222d4baea4986b9744b6","impliedFormat":99},{"version":"e257fc699c721d89b36fd42785217a98e951eb6158165919b10aedd84e9e42d7","impliedFormat":99},{"version":"542b5d6f14f53c9543458c895c29863f7e1ac68f7ac4f9b84bdd7eaed0158a49","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":"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":"28cd6017d7e73e3c9c9af776deb152ce2c5660f75f0c60dc5958d17bfd3a7153","impliedFormat":99},{"version":"c4b7f9d8ba3e3ef99fb003715b98fcfc26ae7de4c2d04243f1972d300431413d","impliedFormat":99},{"version":"711014bc66c9bc920a37b3cf1dc86c2858678558e983c3f5c31fda0d82e22d5f","impliedFormat":99},{"version":"5fc2e5495efb0b71dcb0964f9d1e6c06c11d421bb154a7306648149dec2e23b0","impliedFormat":99},{"version":"23f6f80b74cc0d7d3f6c368d3e6c65fcc6383f6667d6f5c502ddb660789929c4","impliedFormat":99},{"version":"782289ecd74012fcdabdacc5e1930c37f1c8255eeb848827ce7c91d4ee54cbf5","impliedFormat":99},{"version":"f21ce049835dad382b22691fb6b34076d0717307d46d92320893765be010cd56","impliedFormat":1},{"version":"2f804ab26e5f627aba6a475d3771193ecefc983ba7e58b0c1de865b8dc61cb22","impliedFormat":1},{"version":"d52b303a136569033729603705d5339f466a94e959a507a5e1a83632c1c95445","impliedFormat":1},{"version":"2c9fcad3baa27abe08d2aec59a11a52c0ed908551e2024386cc06dfb5bff6244","impliedFormat":1},{"version":"a081114975823082bd7f2a7743f2634e8669b00c2bd41eaf75ff4d7825dd2e4d","impliedFormat":1},{"version":"b1fc7cad221e8d71166e2109224e6a98894b78325138ce2f423d6eab3ee53d63","impliedFormat":1},{"version":"7854c65e65559b79ea904321c842c618a7b7719703746e7165050a006e50992b","impliedFormat":1},{"version":"8e6150050e7c69fdbd01058bbe9bb47195aa9d58c2ed1585cb93e065b7dd94f8","impliedFormat":1},{"version":"fc649a6e398a6b17ca3c5311c3ac787ad306142e95735a86362f5adf75e44546","impliedFormat":1},{"version":"f6f14bcef9eb2abff3b9b8b33b5ff71004e5d7bc175fcb5b402513ae866f601e","impliedFormat":1},{"version":"b5ab035868e112944676d66f50efffc97522cd1e7fe191774fac1b9bbd008e02","impliedFormat":1},{"version":"c4b7f9d8ba3e3ef99fb003715b98fcfc26ae7de4c2d04243f1972d300431413d","impliedFormat":99},{"version":"5e5ebd3895b53c7842780ec8f267d4fdc8e11257f7963fe9e8c8929d9d67fd38","impliedFormat":99},{"version":"9437cb1a985a3373aeffb22d0b19b8bb19e196501406be06846383a634dacb97","impliedFormat":99},{"version":"9b48bf851035b52caf012a940c4850d9eecc4904aaf00d2a9ab3a3ad27d9600d","impliedFormat":99},{"version":"5fc2e5495efb0b71dcb0964f9d1e6c06c11d421bb154a7306648149dec2e23b0","impliedFormat":99},{"version":"23f6f80b74cc0d7d3f6c368d3e6c65fcc6383f6667d6f5c502ddb660789929c4","impliedFormat":99},{"version":"d7cd2f254665e6fd29370ce0c24416e0816095b1d0ffe3ea482409555e175eaf","impliedFormat":99},{"version":"e9b7713e6b98b868101a342a9e61bae68cba5f20b8bb214a3e5ef1b015cadb22","impliedFormat":99},{"version":"7b7fb5171af23476ced70da2617404df2e8c14d422e22ab71a6788780c905805","impliedFormat":99},{"version":"61ef33e166b200af0ca2952a6481545ac291ca9d404ea79558a110e9af702a5c","impliedFormat":99},{"version":"9b936298114a2bae3db7a2da70146a63217f6f25a9ced57d34fa177c949fa6bd","impliedFormat":99},{"version":"a17a53991e79c4d27ce391717ec6b3a51d762bcf9e586b382168cfa756684b82","impliedFormat":99},{"version":"2a19ca73a112b50a4ee989447d06be0727e004efdb0a15b43ecf84f0dba79235","impliedFormat":99},{"version":"1ef5261be81c5ec294f4203bc3e5a90a31de7ae51770f0ea5770f969302e4cd9","impliedFormat":99},{"version":"55009bc81b91c163d947db7594f1999abb8aacfd4dff2af76c22f2545fa5a34b","impliedFormat":99},{"version":"fb893a0dfc3c9fb0f9ca93d0648694dd95f33cbad2c0f2c629f842981dfd4e2e","impliedFormat":1},{"version":"3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","impliedFormat":1},{"version":"90e7f6b2dd9ae263e516bc3fa634fd0b1051134eee77418323e87ca1ff3cc159","impliedFormat":99},{"version":"25d0dd6cce3efd7b5b5c9fe0e2a4c3e5e65ca61917bcc42612552bafbe785c50","impliedFormat":99},{"version":"74fe47f0f134b194302618d065b1958af3365e8215a4e98af907591a51f2f7fe","impliedFormat":99},{"version":"d42b745b8d50a9c43176201f0c04715ca40acde901696b30bd585cd8ecd505fb","impliedFormat":99},{"version":"bd1ff68a9c8ac5fad1b4b3328951aae55f4a6f03a86895d3a9784dbf1ce0709d","impliedFormat":99},{"version":"85a27b389cd00c121d02f698157a93ea3623d1d0cb5382cf2265a97f1dc05f50","impliedFormat":99},{"version":"15ce134183513757e0420d8c0dcc4eff15ee5ef77950f8c0553c26ae92dca473","impliedFormat":99},{"version":"4e6cf81b59e3f73abdde1442bd184748ff10671151c2f5e0d9a3af9340593afe","impliedFormat":99},{"version":"3244d8a9c84320addc838d68c142968b1b22e83956d71a4780212e7819825efa","impliedFormat":99},{"version":"7820d2740ba3337ff4460a506187a91387aac9dd284a8b129f31915678c37bf9","impliedFormat":99},{"version":"e814e7954d18ca2200d8117499f39b7153f7b3c4f8fd9c919ebcb886e10c52d1","impliedFormat":99},{"version":"525c5374e9a315e9609fc848573c8f743b502e6c1e9d00ab576610f1e168ac71","impliedFormat":99},{"version":"6cd0488051de5f9409805b5110f74d592a01085fe85d740fb1b7e93a7c5e45bb","impliedFormat":99},{"version":"71e956ce9ec8269ac9a00121a7ad82ecb7382ecc481ffa0c0bac83a39bc8ecc5","impliedFormat":99},{"version":"2b1c254b9b715758e9a00c2102c07066b97c223eb8f07ad678ec2beb52c378ce","impliedFormat":99},{"version":"b7b6ba8962ecd1e3f79a3ad8256f5f9270af81a4ab9eeb2a6a25726da308219b","impliedFormat":99},{"version":"f1edebd7a2ef396fc16f0a1ffcb67fad1beefdc6cf208177256474d76d6b2d79","impliedFormat":99},{"version":"97eefc2fc6366197b90d64dbd10882286f01893afbea144dc8de86c91955d68b","impliedFormat":99},{"version":"a182b7a39d02a5f951be9c28e8733b1b8e49737dc9dc95dd05dabd6111be0a91","impliedFormat":99},{"version":"0c114992fe460c5d1bccacd65a9be1e5ab80aa0f585077a682479a1b5629095b","impliedFormat":99},{"version":"06b09c3c6a9a46b278b3ac2fce438331b3d693adfc84ea52ee3e15ac6b3d8c74","signature":"8bb6ea89041d085ea42979987e3b3247c3b15496fe09e36cb5da85bdfc629f48","impliedFormat":99},{"version":"e62ed7980499d9c4c5ee9f14df01080cf3fe3c276ab9528ba4a4f689b0929e6a","signature":"334ed57c14016aad7fc9a6c59fde535e3dbb10e458ac8821327f81833eeaa6f2","impliedFormat":99},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"c8905dbea83f3220676a669366cd8c1acef56af4d9d72a8b2241b1d044bb4302","affectsGlobalScope":true,"impliedFormat":99},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"c46946588655653b74d37284ad9e4f7739ccdbbdf39267e6e59c877e2fe5b57e","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":"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":[317,318],"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":[[283,1],[282,2],[281,3],[268,4],[267,2],[266,2],[265,2],[280,2],[89,5],[84,6],[90,7],[85,6],[83,2],[88,8],[285,2],[284,2],[91,2],[86,2],[87,9],[316,2],[264,2],[320,10],[321,11],[322,2],[296,12],[319,2],[323,2],[324,13],[327,14],[329,15],[261,16],[262,17],[203,18],[216,19],[201,2],[202,20],[217,21],[212,22],[213,23],[211,24],[215,25],[209,26],[204,27],[214,28],[210,19],[237,29],[249,30],[234,31],[250,32],[259,33],[225,34],[226,35],[224,36],[258,37],[253,38],[257,39],[228,40],[246,41],[227,42],[256,43],[222,44],[223,38],[229,45],[230,2],[236,46],[233,45],[220,47],[260,48],[251,49],[240,50],[239,45],[241,51],[244,52],[238,53],[242,54],[254,37],[231,55],[232,56],[245,57],[221,32],[248,58],[247,45],[235,56],[243,59],[252,2],[219,2],[255,60],[330,2],[325,61],[326,2],[331,15],[332,2],[333,2],[295,2],[334,2],[335,62],[147,63],[148,63],[149,64],[98,65],[150,66],[151,67],[152,68],[96,2],[153,69],[154,70],[155,71],[156,72],[157,73],[158,74],[159,74],[160,75],[161,76],[162,77],[163,78],[99,2],[97,2],[164,79],[165,80],[166,81],[200,82],[167,83],[168,2],[169,84],[170,85],[171,86],[172,87],[173,88],[174,89],[175,90],[176,91],[177,92],[178,92],[179,93],[180,2],[181,2],[182,94],[184,95],[183,96],[185,97],[186,98],[187,99],[188,100],[189,101],[190,102],[191,103],[192,104],[193,105],[194,106],[195,107],[196,108],[197,109],[100,2],[101,2],[102,2],[144,110],[145,111],[146,2],[198,112],[199,113],[336,2],[345,114],[344,115],[343,114],[342,116],[346,2],[372,117],[373,2],[374,2],[328,2],[375,118],[393,2],[394,119],[103,2],[271,120],[270,2],[207,2],[208,121],[205,2],[206,2],[347,122],[341,123],[338,37],[340,124],[339,2],[337,2],[278,125],[279,126],[360,127],[361,2],[367,128],[351,129],[371,130],[368,131],[359,132],[363,133],[356,134],[358,135],[364,136],[365,2],[352,137],[353,138],[369,139],[362,2],[350,2],[366,140],[370,139],[354,141],[355,142],[348,2],[349,143],[357,2],[218,2],[269,2],[81,2],[82,2],[13,2],[14,2],[16,2],[15,2],[2,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[24,2],[3,2],[25,2],[26,2],[4,2],[27,2],[31,2],[28,2],[29,2],[30,2],[32,2],[33,2],[34,2],[5,2],[35,2],[36,2],[37,2],[38,2],[6,2],[42,2],[39,2],[40,2],[41,2],[43,2],[7,2],[44,2],[49,2],[50,2],[45,2],[46,2],[47,2],[48,2],[8,2],[54,2],[51,2],[52,2],[53,2],[55,2],[9,2],[56,2],[57,2],[58,2],[60,2],[59,2],[61,2],[62,2],[10,2],[63,2],[64,2],[65,2],[11,2],[66,2],[67,2],[68,2],[69,2],[70,2],[1,2],[71,2],[72,2],[12,2],[76,2],[74,2],[79,2],[78,2],[73,2],[77,2],[75,2],[80,2],[121,144],[132,145],[119,146],[133,32],[142,147],[110,148],[111,149],[109,36],[141,37],[136,150],[140,151],[113,152],[129,153],[112,154],[139,155],[107,156],[108,150],[114,157],[115,2],[120,158],[118,157],[105,159],[143,160],[134,161],[124,162],[123,157],[125,163],[127,164],[122,165],[126,166],[137,37],[116,167],[117,168],[128,169],[106,32],[131,170],[130,157],[135,2],[104,2],[138,171],[392,172],[377,2],[378,2],[379,2],[380,2],[376,2],[381,173],[382,2],[384,174],[383,173],[385,173],[386,174],[387,173],[388,2],[389,173],[390,2],[391,2],[272,2],[276,175],[273,2],[275,2],[274,2],[277,176],[317,177],[318,2],[309,178],[311,179],[315,180],[310,181],[312,178],[263,182],[313,183],[314,184],[303,185],[304,186],[300,187],[301,188],[302,189],[299,190],[306,191],[307,192],[308,193],[305,194],[288,2],[289,195],[297,196],[290,2],[291,183],[292,197],[298,198],[293,2],[294,199],[287,200],[286,201],[93,2],[95,202],[92,2],[94,2]],"latestChangedDtsFile":"./lib/index.d.ts","version":"5.9.3"}
|