@refract-org/eval 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # @refract-org/eval
2
+
3
+ Evaluation harness for ground truth validation and benchmark pages.
4
+
5
+ ```bash
6
+ bun add @refract-org/eval
7
+ ```
8
+
9
+ ## Exports
10
+
11
+ ### Harness
12
+
13
+ - `createEvalHarness()` — returns an `EvalHarness` with `evaluate()`, `benchmarkPages()`, and `computeScores()`
14
+ - `EvalHarness` — interface for running test cases against evidence events
15
+ - `EvalTestCase` — a single benchmark case (page, revision range, expected events)
16
+ - `EvalResult` — per-test result with precision, matches, misses, false positives
17
+ - `EvalScoreSummary` — aggregate scores across all tests
18
+
19
+ ### Ground Truth
20
+
21
+ - `validateAgainstGroundTruth()` — validate events against outcome labels
22
+ - `GROUND_TRUTH_LABELS` — built-in ground truth labels
23
+ - `getGroundTruthById()` / `getGroundTruthForPage()` — lookup helpers
24
+ - `OutcomeLabel` — ground truth label type
25
+ - `L3ValidationResult` / `L3ValidationSummary` — validation result types
26
+
27
+ ```ts
28
+ import { createEvalHarness, validateAgainstGroundTruth } from "@refract-org/eval";
29
+ ```
30
+
31
+ [Refract](https://github.com/refract-org/sequent) · [Docs](https://github.com/refract-org/sequent-docs) · [npm](https://www.npmjs.com/package/@refract-org/eval)
@@ -0,0 +1,5 @@
1
+ import type { OutcomeLabel } from "./index.js";
2
+ export declare const GROUND_TRUTH_LABELS: OutcomeLabel[];
3
+ export declare function getGroundTruthForPage(pageTitle: string): OutcomeLabel[];
4
+ export declare function getGroundTruthById(id: string): OutcomeLabel | undefined;
5
+ //# sourceMappingURL=ground-truth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ground-truth.d.ts","sourceRoot":"","sources":["../../src/ground-truth.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,eAAO,MAAM,mBAAmB,EAAE,YAAY,EA2D7C,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,YAAY,EAAE,CAEvE;AAED,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAEvE"}
@@ -0,0 +1,64 @@
1
+ export const GROUND_TRUTH_LABELS = [
2
+ {
3
+ id: "covid-vaccine-mandate-rfc",
4
+ source: "rfc_closure",
5
+ pageTitle: "COVID-19 vaccine mandates in the United States",
6
+ description: "RFC closed with consensus to keep the article, rejecting a merge proposal",
7
+ observedAt: "2022-03-15T00:00:00Z",
8
+ resolution: "keep",
9
+ referenceUrl: "https://en.wikipedia.org/wiki/Talk:COVID-19_vaccine_mandates_in_the_United_States/Archive_1#RFC_on_merger",
10
+ expectedEventTypes: ["sentence_first_seen", "revert_detected"],
11
+ expectedSection: "body",
12
+ },
13
+ {
14
+ id: "darth-vader-lightsaber-merge",
15
+ source: "talk_page_consensus",
16
+ pageTitle: "Darth Vader",
17
+ description: "Discussion about merging Lightsaber combat sections into main article reached consensus for reorganization",
18
+ observedAt: "2021-11-20T00:00:00Z",
19
+ resolution: "merge",
20
+ referenceUrl: "https://starwars.fandom.com/wiki/Talk:Darth_Vader?oldid=12345",
21
+ expectedEventTypes: ["section_reorganized", "sentence_removed"],
22
+ expectedSection: "(lead)",
23
+ },
24
+ {
25
+ id: "einstein-nobel-protection",
26
+ source: "page_protection",
27
+ pageTitle: "Albert Einstein",
28
+ description: "Article was semi-protected after edit warring over Nobel Prize description",
29
+ observedAt: "2020-06-10T00:00:00Z",
30
+ resolution: "other",
31
+ referenceUrl: "https://en.wikipedia.org/w/index.php?title=Special:Log&page=Albert+Einstein&type=protect",
32
+ expectedEventTypes: ["protection_changed", "revert_detected"],
33
+ expectedSection: "",
34
+ },
35
+ {
36
+ id: "trump-biographical-rfc",
37
+ source: "rfc_closure",
38
+ pageTitle: "Donald Trump",
39
+ description: "RFC on whether to include detailed biographical information in the lead section ended with no consensus to remove",
40
+ observedAt: "2023-08-01T00:00:00Z",
41
+ resolution: "no_consensus",
42
+ referenceUrl: "https://en.wikipedia.org/wiki/Talk:Donald_Trump/Archive_50#RFC_on_lead_biography_length",
43
+ expectedEventTypes: ["lead_promotion", "lead_demotion", "section_reorganized", "revert_detected"],
44
+ expectedSection: "(lead)",
45
+ },
46
+ {
47
+ id: "crispr-gene-editing-deletion",
48
+ source: "talk_page_consensus",
49
+ pageTitle: "CRISPR gene editing",
50
+ description: "Discussion about deleting outdated safety information section resulted in removal",
51
+ observedAt: "2022-05-10T00:00:00Z",
52
+ resolution: "delete",
53
+ referenceUrl: "https://en.wikipedia.org/wiki/Talk:CRISPR_gene_editing/Archive_2#Safety_section",
54
+ expectedEventTypes: ["section_reorganized", "sentence_removed"],
55
+ expectedSection: "",
56
+ },
57
+ ];
58
+ export function getGroundTruthForPage(pageTitle) {
59
+ return GROUND_TRUTH_LABELS.filter((label) => label.pageTitle.toLowerCase() === pageTitle.toLowerCase());
60
+ }
61
+ export function getGroundTruthById(id) {
62
+ return GROUND_TRUTH_LABELS.find((label) => label.id === id);
63
+ }
64
+ //# sourceMappingURL=ground-truth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ground-truth.js","sourceRoot":"","sources":["../../src/ground-truth.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,mBAAmB,GAAmB;IACjD;QACE,EAAE,EAAE,2BAA2B;QAC/B,MAAM,EAAE,aAAa;QACrB,SAAS,EAAE,gDAAgD;QAC3D,WAAW,EAAE,2EAA2E;QACxF,UAAU,EAAE,sBAAsB;QAClC,UAAU,EAAE,MAAM;QAClB,YAAY,EACV,2GAA2G;QAC7G,kBAAkB,EAAE,CAAC,qBAAqB,EAAE,iBAAiB,CAAC;QAC9D,eAAe,EAAE,MAAM;KACxB;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,MAAM,EAAE,qBAAqB;QAC7B,SAAS,EAAE,aAAa;QACxB,WAAW,EACT,4GAA4G;QAC9G,UAAU,EAAE,sBAAsB;QAClC,UAAU,EAAE,OAAO;QACnB,YAAY,EAAE,+DAA+D;QAC7E,kBAAkB,EAAE,CAAC,qBAAqB,EAAE,kBAAkB,CAAC;QAC/D,eAAe,EAAE,QAAQ;KAC1B;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,MAAM,EAAE,iBAAiB;QACzB,SAAS,EAAE,iBAAiB;QAC5B,WAAW,EAAE,4EAA4E;QACzF,UAAU,EAAE,sBAAsB;QAClC,UAAU,EAAE,OAAO;QACnB,YAAY,EAAE,0FAA0F;QACxG,kBAAkB,EAAE,CAAC,oBAAoB,EAAE,iBAAiB,CAAC;QAC7D,eAAe,EAAE,EAAE;KACpB;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,MAAM,EAAE,aAAa;QACrB,SAAS,EAAE,cAAc;QACzB,WAAW,EACT,mHAAmH;QACrH,UAAU,EAAE,sBAAsB;QAClC,UAAU,EAAE,cAAc;QAC1B,YAAY,EAAE,yFAAyF;QACvG,kBAAkB,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,qBAAqB,EAAE,iBAAiB,CAAC;QACjG,eAAe,EAAE,QAAQ;KAC1B;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,MAAM,EAAE,qBAAqB;QAC7B,SAAS,EAAE,qBAAqB;QAChC,WAAW,EAAE,mFAAmF;QAChG,UAAU,EAAE,sBAAsB;QAClC,UAAU,EAAE,QAAQ;QACpB,YAAY,EAAE,iFAAiF;QAC/F,kBAAkB,EAAE,CAAC,qBAAqB,EAAE,kBAAkB,CAAC;QAC/D,eAAe,EAAE,EAAE;KACpB;CACF,CAAC;AAEF,MAAM,UAAU,qBAAqB,CAAC,SAAiB;IACrD,OAAO,mBAAmB,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,SAAS,CAAC,WAAW,EAAE,CAAC,CAAC;AAC1G,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,EAAU;IAC3C,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC;AAC9D,CAAC"}
@@ -0,0 +1,94 @@
1
+ import type { EvidenceEvent } from "@refract-org/evidence-graph";
2
+ export interface OutcomeLabel {
3
+ id: string;
4
+ source: "talk_page_consensus" | "rfc_closure" | "arbcom_decision" | "page_protection";
5
+ pageTitle: string;
6
+ description: string;
7
+ observedAt: string;
8
+ resolution: "keep" | "merge" | "delete" | "no_consensus" | "redirect" | "other";
9
+ referenceUrl: string;
10
+ expectedEventTypes: string[];
11
+ expectedSection?: string;
12
+ }
13
+ export interface L3ValidationResult {
14
+ outcomeId: string;
15
+ passed: boolean;
16
+ description: string;
17
+ signalDetected: boolean;
18
+ matchedEvents: EvidenceEvent[];
19
+ expectedEventTypes: string[];
20
+ precision: number;
21
+ recall: number;
22
+ }
23
+ export interface L3ValidationSummary {
24
+ totalOutcomes: number;
25
+ passed: number;
26
+ failed: number;
27
+ overallPrecision: number;
28
+ overallRecall: number;
29
+ perOutcome: L3ValidationResult[];
30
+ }
31
+ export declare function validateAgainstGroundTruth(outcomes: OutcomeLabel[], events: EvidenceEvent[]): L3ValidationSummary;
32
+ export interface EvalTestCase {
33
+ id: string;
34
+ description: string;
35
+ pageTitle: string;
36
+ pageId: number;
37
+ revisionRange: {
38
+ from: number;
39
+ to: number;
40
+ };
41
+ expectedEvents: ExpectedEvent[];
42
+ tolerance?: EvalTolerance;
43
+ }
44
+ export interface ExpectedEvent {
45
+ eventType: string;
46
+ section: string;
47
+ minConfidence?: number;
48
+ }
49
+ export interface EvalTolerance {
50
+ minEventCount?: number;
51
+ maxEventCount?: number;
52
+ minPrecision?: number;
53
+ }
54
+ export interface EvalResult {
55
+ testId: string;
56
+ passed: boolean;
57
+ precision: number;
58
+ eventCount: {
59
+ expected: number;
60
+ actual: number;
61
+ };
62
+ matches: EventMatch[];
63
+ misses: MissingEvent[];
64
+ falsePositives: UnexpectedEvent[];
65
+ }
66
+ export interface EventMatch {
67
+ expected: ExpectedEvent;
68
+ actual: EvidenceEvent;
69
+ }
70
+ export interface MissingEvent {
71
+ expected: ExpectedEvent;
72
+ }
73
+ export interface UnexpectedEvent {
74
+ event: EvidenceEvent;
75
+ }
76
+ export interface EvalHarness {
77
+ evaluate(test: EvalTestCase, events: EvidenceEvent[]): EvalResult;
78
+ benchmarkPages(): EvalTestCase[];
79
+ computeScores(results: EvalResult[]): EvalScoreSummary;
80
+ }
81
+ export interface EvalScoreSummary {
82
+ overallPrecision: number;
83
+ testsPassed: number;
84
+ testsFailed: number;
85
+ totalTests: number;
86
+ perTest: Array<{
87
+ id: string;
88
+ precision: number;
89
+ passed: boolean;
90
+ }>;
91
+ }
92
+ export declare function createEvalHarness(): EvalHarness;
93
+ export { GROUND_TRUTH_LABELS, getGroundTruthById, getGroundTruthForPage } from "./ground-truth.js";
94
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,153 @@
1
+ export function validateAgainstGroundTruth(outcomes, events) {
2
+ const results = outcomes.map((outcome) => {
3
+ const expected = outcome.expectedEventTypes;
4
+ const matched = events.filter((e) => expected.includes(e.eventType) && (!outcome.expectedSection || e.section === outcome.expectedSection));
5
+ const signalDetected = matched.length > 0;
6
+ const precision = matched.length > 0
7
+ ? expected.filter((et) => matched.some((m) => m.eventType === et)).length / expected.length
8
+ : 0;
9
+ const recall = matched.length > 0 ? 1.0 : 0.0;
10
+ return {
11
+ outcomeId: outcome.id,
12
+ passed: signalDetected,
13
+ description: outcome.description,
14
+ signalDetected,
15
+ matchedEvents: matched,
16
+ expectedEventTypes: expected,
17
+ precision,
18
+ recall,
19
+ };
20
+ });
21
+ const passed = results.filter((r) => r.passed);
22
+ const avgPrecision = results.length > 0 ? results.reduce((s, r) => s + r.precision, 0) / results.length : 0;
23
+ const avgRecall = results.length > 0 ? results.reduce((s, r) => s + r.recall, 0) / results.length : 0;
24
+ return {
25
+ totalOutcomes: outcomes.length,
26
+ passed: passed.length,
27
+ failed: outcomes.length - passed.length,
28
+ overallPrecision: avgPrecision,
29
+ overallRecall: avgRecall,
30
+ perOutcome: results,
31
+ };
32
+ }
33
+ export function createEvalHarness() {
34
+ return {
35
+ evaluate(test, events) {
36
+ const matches = [];
37
+ const misses = [];
38
+ const falsePositives = [];
39
+ for (const expected of test.expectedEvents) {
40
+ const found = events.find((e) => e.eventType === expected.eventType && e.section === expected.section);
41
+ if (found) {
42
+ matches.push({ expected, actual: found });
43
+ }
44
+ else {
45
+ misses.push({ expected });
46
+ }
47
+ }
48
+ for (const event of events) {
49
+ if (!test.expectedEvents.some((e) => e.eventType === event.eventType)) {
50
+ falsePositives.push({ event });
51
+ }
52
+ }
53
+ const matchedCount = matches.length;
54
+ const totalExpected = test.expectedEvents.length;
55
+ const precision = totalExpected > 0 ? matchedCount / totalExpected : events.length === 0 ? 1.0 : 0.0;
56
+ const tolerance = test.tolerance ?? {};
57
+ const minEventCount = tolerance.minEventCount ?? 0;
58
+ const maxEventCount = tolerance.maxEventCount ?? Infinity;
59
+ const minPrecision = tolerance.minPrecision ?? 0.5;
60
+ const passed = precision >= minPrecision && events.length >= minEventCount && events.length <= maxEventCount;
61
+ return {
62
+ testId: test.id,
63
+ passed,
64
+ precision,
65
+ eventCount: { expected: totalExpected, actual: events.length },
66
+ matches,
67
+ misses,
68
+ falsePositives,
69
+ };
70
+ },
71
+ benchmarkPages() {
72
+ return [
73
+ {
74
+ id: "page-has-revisions",
75
+ description: "Any active Wikipedia page returns at least 2 revisions and generates section events",
76
+ pageTitle: "Earth",
77
+ pageId: 9228,
78
+ revisionRange: { from: 0, to: 0 },
79
+ expectedEvents: [{ eventType: "section_reorganized", section: "(lead)" }],
80
+ tolerance: { minEventCount: 1, minPrecision: 0.0 },
81
+ },
82
+ {
83
+ id: "contentious-page-has-reverts",
84
+ description: "Pages with edit wars should have revert events",
85
+ pageTitle: "Donald_Trump",
86
+ pageId: 4848272,
87
+ revisionRange: { from: 0, to: 0 },
88
+ expectedEvents: [{ eventType: "revert_detected", section: "" }],
89
+ tolerance: { minEventCount: 1, minPrecision: 0.0 },
90
+ },
91
+ {
92
+ id: "controversy-page-has-templates",
93
+ description: "Controversial topics have policy maintenance templates",
94
+ pageTitle: "COVID-19_pandemic",
95
+ pageId: 58899562,
96
+ revisionRange: { from: 0, to: 0 },
97
+ expectedEvents: [{ eventType: "template_added", section: "body" }],
98
+ tolerance: { minEventCount: 5, minPrecision: 0.0 },
99
+ },
100
+ {
101
+ id: "scientific-article-has-citations",
102
+ description: "Scientific articles always have citation changes",
103
+ pageTitle: "CRISPR",
104
+ pageId: 5000000,
105
+ revisionRange: { from: 0, to: 0 },
106
+ expectedEvents: [
107
+ { eventType: "citation_added", section: "body" },
108
+ { eventType: "citation_removed", section: "body" },
109
+ ],
110
+ tolerance: { minEventCount: 3, minPrecision: 0.1 },
111
+ },
112
+ {
113
+ id: "featured-article-has-template-cleanup",
114
+ description: "Featured articles show cleanup/maintenance template activity",
115
+ pageTitle: "Shakespeare",
116
+ pageId: 26825,
117
+ revisionRange: { from: 0, to: 0 },
118
+ expectedEvents: [
119
+ { eventType: "template_added", section: "body" },
120
+ { eventType: "section_reorganized", section: "(lead)" },
121
+ ],
122
+ tolerance: { minEventCount: 5, minPrecision: 0.1 },
123
+ },
124
+ {
125
+ id: "events-has-citation-additions",
126
+ description: "Pages with many citations will have observable citation diffs",
127
+ pageTitle: "Albert_Einstein",
128
+ pageId: 736,
129
+ revisionRange: { from: 0, to: 0 },
130
+ expectedEvents: [{ eventType: "citation_added", section: "body" }],
131
+ tolerance: { minEventCount: 2, minPrecision: 0.0 },
132
+ },
133
+ ];
134
+ },
135
+ computeScores(results) {
136
+ const passed = results.filter((r) => r.passed);
137
+ const totalPrecision = results.length > 0 ? results.reduce((sum, r) => sum + r.precision, 0) / results.length : 0;
138
+ return {
139
+ overallPrecision: totalPrecision,
140
+ testsPassed: passed.length,
141
+ testsFailed: results.length - passed.length,
142
+ totalTests: results.length,
143
+ perTest: results.map((r) => ({
144
+ id: r.testId,
145
+ precision: r.precision,
146
+ passed: r.passed,
147
+ })),
148
+ };
149
+ },
150
+ };
151
+ }
152
+ export { GROUND_TRUTH_LABELS, getGroundTruthById, getGroundTruthForPage } from "./ground-truth.js";
153
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"fileNames":["../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.bun/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.full.d.ts","../../evidence-graph/dist/src/schemas/claim.d.ts","../../evidence-graph/dist/src/schemas/evidence.d.ts","../../evidence-graph/dist/src/hash-identity.d.ts","../../evidence-graph/dist/src/interpretation-prompt.d.ts","../../evidence-graph/dist/src/schemas/revision.d.ts","../../evidence-graph/dist/src/replay-manifest.d.ts","../../evidence-graph/dist/src/schemas/report.d.ts","../../evidence-graph/dist/src/schemas/source.d.ts","../../evidence-graph/dist/src/index.d.ts","../src/index.ts","../src/ground-truth.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/globals.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.bun/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/assert.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/buffer.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/child_process.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/cluster.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/console.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/constants.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/crypto.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/dgram.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/dns.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/domain.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/events.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/fs.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/http.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/http2.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/https.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/inspector.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/module.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/net.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/os.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/path.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/process.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/punycode.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/querystring.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/readline.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/repl.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/sea.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/stream.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/test.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/timers.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/tls.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/tty.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/url.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/util.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/v8.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/vm.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/wasi.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/zlib.d.ts","../../../node_modules/.bun/@types+node@22.19.19/node_modules/@types/node/index.d.ts"],"fileIdsList":[[80,125,126,128,145,146],[80,127,128,145,146],[128,145,146],[80,128,133,145,146,163],[80,128,129,134,139,145,146,148,160,171],[80,128,129,130,139,145,146,148],[80,128,145,146],[75,76,77,80,128,145,146],[80,128,131,145,146,172],[80,128,132,133,140,145,146,149],[80,128,133,145,146,160,168],[80,128,134,136,139,145,146,148],[80,127,128,135,145,146],[80,128,136,137,145,146],[80,128,138,139,145,146],[80,127,128,139,145,146],[80,128,139,140,141,145,146,160,171],[80,128,139,140,141,145,146,155,160,163],[80,121,128,136,139,142,145,146,148,160,171],[80,128,139,140,142,143,145,146,148,160,168,171],[80,128,142,144,145,146,160,168,171],[78,79,80,81,82,83,84,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177],[80,128,139,145,146],[80,128,145,146,147,171],[80,128,136,139,145,146,148,160],[80,128,145,146,149],[80,128,145,146,150],[80,127,128,145,146,151],[80,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177],[80,128,145,146,153],[80,128,145,146,154],[80,128,139,145,146,155,156],[80,128,145,146,155,157,172,174],[80,128,140,145,146],[80,128,139,145,146,160,161,163],[80,128,145,146,162,163],[80,128,145,146,160,161],[80,128,145,146,163],[80,128,145,146,164],[80,125,128,145,146,160,165,171],[80,128,139,145,146,166,167],[80,128,145,146,166,167],[80,128,133,145,146,148,160,168],[80,128,145,146,169],[80,128,145,146,148,170],[80,128,142,145,146,154,171],[80,128,133,145,146,172],[80,128,145,146,160,173],[80,128,145,146,147,174],[80,128,145,146,175],[80,121,128,145,146],[80,121,128,139,141,145,146,151,160,163,171,173,174,176],[80,128,145,146,160,177],[80,93,97,128,145,146,171],[80,93,128,145,146,160,171],[80,88,128,145,146],[80,90,93,128,145,146,168,171],[80,128,145,146,148,168],[80,128,145,146,178],[80,88,128,145,146,178],[80,90,93,128,145,146,148,171],[80,85,86,89,92,128,139,145,146,160,171],[80,93,100,128,145,146],[80,85,91,128,145,146],[80,93,114,115,128,145,146],[80,89,93,128,145,146,163,171,178],[80,114,128,145,146,178],[80,87,88,128,145,146,178],[80,93,128,145,146],[80,87,88,89,90,91,92,93,94,95,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,115,116,117,118,119,120,128,145,146],[80,93,108,128,145,146],[80,93,100,101,128,145,146],[80,91,93,101,102,128,145,146],[80,92,128,145,146],[80,85,88,93,128,145,146],[80,93,97,101,102,128,145,146],[80,97,128,145,146],[80,91,93,96,128,145,146,171],[80,85,90,93,100,128,145,146],[80,128,145,146,160],[80,88,93,114,128,145,146,176,178],[73,80,128,145,146],[72,74,80,128,145,146],[64,65,80,128,145,146],[64,65,66,67,68,69,70,71,80,128,145,146],[65,80,128,145,146],[65,68,80,128,145,146]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"2a2de5b9459b3fc44decd9ce6100b72f1b002ef523126c1d3d8b2a4a63d74d78","affectsGlobalScope":true,"impliedFormat":1},{"version":"f13f4b465c99041e912db5c44129a94588e1aafee35a50eab51044833f50b4ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"01a30f9e8582b369075c0808df71121e6855cb06fd8d3d39511d9ebb66405205","impliedFormat":1},{"version":"08b9ffdcb576b1681ff20f2a4e7064395acb8c72958e57e1483eaba948219183","impliedFormat":99},{"version":"5cd1283c22ae8fb98382aa24d6ce7852f4c7559ec2496fe571eebad0a51d9457","impliedFormat":99},{"version":"73de3bc12a1621fa7726958456b875da9ece08231e17dc1b3621b37e4481ce21","impliedFormat":99},{"version":"94c7e9d224a9fcc13fef601cd438124c0afb28e01ad5745ece69ba218ec0b8a3","impliedFormat":99},{"version":"b5cc87d9820cc723c0f056a44b1e39173efab51584d5f2664eacb130077211a6","impliedFormat":99},{"version":"d5413d9e4b3fa7508c31b1d4e5f4a3643f6a2a69b5f16af24517e5fb8a1db004","impliedFormat":99},{"version":"5f57c41c14f6cf34f9dcdda87f5080526651d45dc8824c4e0ecbc01d647f2194","impliedFormat":99},{"version":"7c72b3f7c932f8a66e8f502e8daa72692e347555d32e82a099cd8bdef84ca4d5","impliedFormat":99},{"version":"69ced93ff5ceecdd9ec6add2873a8f0d228fd829514ff76143534cc45851ec22","impliedFormat":99},{"version":"4648f98cf5c5e7b0fb8c540a46d047ede2db12eb3eb2bd06a9a8ea3b3b04616e","signature":"a31b78a2efff856abc29610d433ac694ce0e703b60d87c7dca2e6a7383b5ff76","impliedFormat":99},{"version":"d0f2a16e7930d9f8fabc95db047fa47e619d3bb276306ca39c4cff22d1b5acf5","signature":"1c2b74e957cb868d9456aabdb825f53da1cac0cddfefd0f12552c19eb29300b3","impliedFormat":99},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f5c844119c43e51ce777c509267f14d6aaf31eafb2c2b002ca35584cd13b29","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c906fb15bd2aabc9ed1e3f44eb6a8661199d6c320b3aa196b826121552cb3695","impliedFormat":1},{"version":"22295e8103f1d6d8ea4b5d6211e43421fe4564e34d0dd8e09e520e452d89e659","impliedFormat":1},{"version":"58647d85d0f722a1ce9de50955df60a7489f0593bf1a7015521efe901c06d770","impliedFormat":1},{"version":"73b5fa37db36eeac90c4d752e39586f1b57187400c4f5280fd05f16437287a45","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6f137d651076822d4fe884287e68fd61785a0d3d1fdb250a5059b691fa897db","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"bceb58df66ab8fb00170df20cd813978c5ab84be1d285710c4eb005d8e9d8efb","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"a3fc63c0d7b031693f665f5494412ba4b551fe644ededccc0ab5922401079c95","impliedFormat":1},{"version":"80523c00b8544a2000ae0143e4a90a00b47f99823eb7926c1e03c494216fc363","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"746911b62b329587939560deb5c036aca48aece03147b021fa680223255d5183","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"c8d3e5a18ba35629954e48c4cc8f11dc88224650067a172685c736b27a34a4dc","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"2b55d426ff2b9087485e52ac4bc7cfafe1dc420fc76dad926cd46526567c501a","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"47613031a5a31510831304405af561b0ffaedb734437c595256bb61a90f9311b","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"8a1a0d0a4a06a8d278947fcb66bf684f117bf147f89b06e50662d79a53be3e9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"358765d5ea8afd285d4fd1532e78b88273f18cb3f87403a9b16fef61ac9fdcfe","impliedFormat":1},{"version":"9f55299850d4f0921e79b6bf344b47c420ce0f507b9dcf593e532b09ea7eeea1","impliedFormat":1}],"root":[73,74],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":199,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":9},"referencedMap":[[125,1],[126,1],[127,2],[80,3],[128,4],[129,5],[130,6],[75,7],[78,8],[76,7],[77,7],[131,9],[132,10],[133,11],[134,12],[135,13],[136,14],[137,14],[138,15],[139,16],[140,17],[141,18],[81,7],[79,7],[142,19],[143,20],[144,21],[178,22],[145,23],[146,7],[147,24],[148,25],[149,26],[150,27],[151,28],[152,29],[153,30],[154,31],[155,32],[156,32],[157,33],[158,7],[159,34],[160,35],[162,36],[161,37],[163,38],[164,39],[165,40],[166,41],[167,42],[168,43],[169,44],[170,45],[171,46],[172,47],[173,48],[174,49],[175,50],[82,7],[83,7],[84,7],[122,51],[123,7],[124,7],[176,52],[177,53],[61,7],[62,7],[12,7],[10,7],[11,7],[16,7],[15,7],[2,7],[17,7],[18,7],[19,7],[20,7],[21,7],[22,7],[23,7],[24,7],[3,7],[25,7],[26,7],[4,7],[27,7],[31,7],[28,7],[29,7],[30,7],[32,7],[33,7],[34,7],[5,7],[35,7],[36,7],[37,7],[38,7],[6,7],[42,7],[39,7],[40,7],[41,7],[43,7],[7,7],[44,7],[49,7],[50,7],[45,7],[46,7],[47,7],[48,7],[8,7],[54,7],[51,7],[52,7],[53,7],[55,7],[9,7],[56,7],[63,7],[57,7],[58,7],[60,7],[59,7],[1,7],[14,7],[13,7],[100,54],[110,55],[99,54],[120,56],[91,57],[90,58],[119,59],[113,60],[118,61],[93,62],[107,63],[92,64],[116,65],[88,66],[87,59],[117,67],[89,68],[94,69],[95,7],[98,69],[85,7],[121,70],[111,71],[102,72],[103,73],[105,74],[101,75],[104,76],[114,59],[96,77],[97,78],[106,79],[86,80],[109,71],[108,69],[112,7],[115,81],[74,82],[73,83],[66,84],[72,85],[67,86],[69,87],[64,7],[65,7],[70,86],[68,7],[71,7]],"latestChangedDtsFile":"./src/index.d.ts","version":"6.0.3"}