testaro 60.12.0 → 60.14.0
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/AGENTS.md +6 -2
- package/CONTRIBUTING.md +9 -24
- package/LICENSE +1 -1
- package/README.md +7 -24
- package/UPGRADES.md +15 -28
- package/VALIDATION_README.md +7 -24
- package/aceconfig.js +3 -18
- package/actSpecs.js +4 -19
- package/call.js +3 -18
- package/data/template.js +3 -18
- package/dirWatch.js +3 -18
- package/netWatch.js +4 -19
- package/package.json +1 -1
- package/procs/aslint.js +3 -18
- package/procs/dateOf.js +3 -18
- package/procs/doTestAct.js +5 -20
- package/procs/getLocatorData.js +3 -18
- package/procs/getSource.js +3 -18
- package/procs/identify.js +3 -18
- package/procs/isInlineLink.js +4 -19
- package/procs/job.js +3 -18
- package/procs/sample.js +3 -18
- package/procs/screenShot.js +1 -1
- package/procs/shoot.js +1 -1
- package/procs/standardize.js +4 -19
- package/procs/target.js +4 -19
- package/procs/tellServer.js +3 -18
- package/procs/testaro.js +111 -25
- package/procs/visChange.js +4 -19
- package/pw-aslint-claude.js +1 -1
- package/run.js +5 -20
- package/scripts/dumpAlts.js +4 -19
- package/testaro/adbID.js +5 -22
- package/testaro/allCaps.js +4 -19
- package/testaro/allHidden.js +4 -19
- package/testaro/allSlanted.js +4 -19
- package/testaro/altScheme.js +5 -22
- package/testaro/attVal.js +3 -18
- package/testaro/autocomplete.js +4 -19
- package/testaro/bulk.js +4 -19
- package/testaro/buttonMenu.js +4 -19
- package/testaro/captionLoc.js +5 -22
- package/testaro/datalistRef.js +5 -20
- package/testaro/distortion.js +4 -19
- package/testaro/docType.js +3 -18
- package/testaro/dupAtt.js +3 -18
- package/testaro/elements.js +3 -18
- package/testaro/embAc.js +4 -19
- package/testaro/focAll.js +4 -19
- package/testaro/focAndOp.js +5 -22
- package/testaro/focInd.js +5 -22
- package/testaro/focVis.js +27 -54
- package/testaro/headEl.js +4 -19
- package/testaro/headingAmb.js +3 -18
- package/testaro/hovInd.js +4 -19
- package/testaro/hover.js +70 -77
- package/testaro/imageLink.js +3 -18
- package/testaro/labClash.js +29 -48
- package/testaro/legendLoc.js +3 -18
- package/testaro/lineHeight.js +5 -22
- package/testaro/linkAmb.js +4 -19
- package/testaro/linkTitle.js +4 -19
- package/testaro/linkUl.js +4 -19
- package/testaro/miniText.js +5 -20
- package/testaro/motion.js +1 -1
- package/testaro/motionSolo.js +4 -19
- package/testaro/nonTable.js +4 -19
- package/testaro/optRoleSel.js +3 -18
- package/testaro/phOnly.js +3 -18
- package/testaro/pseudoP.js +3 -18
- package/testaro/radioSet.js +3 -18
- package/testaro/role.js +4 -19
- package/testaro/secHeading.js +3 -18
- package/testaro/shoot0.js +1 -1
- package/testaro/shoot1.js +1 -1
- package/testaro/styleDiff.js +3 -18
- package/testaro/tabNav.js +4 -19
- package/testaro/targetSmall.js +4 -19
- package/testaro/targetTiny.js +4 -19
- package/testaro/textNodes.js +3 -18
- package/testaro/textSem.js +3 -18
- package/testaro/title.js +3 -18
- package/testaro/zIndex.js +3 -18
- package/tests/alfa.js +4 -19
- package/tests/aslint.js +4 -19
- package/tests/axe.js +4 -19
- package/tests/ed11y.js +4 -19
- package/tests/htmlcs.js +3 -18
- package/tests/ibm.js +4 -19
- package/tests/nuVal.js +3 -18
- package/tests/qualWeb.js +3 -18
- package/tests/testaro.js +22 -30
- package/tests/wave.js +3 -18
- package/tests/wax.js +4 -19
- package/validation/done/README.md +8 -23
- package/validation/executors/dirWatch.js +4 -19
- package/validation/executors/netWatch.js +3 -18
- package/validation/executors/run.js +3 -18
- package/validation/executors/test.js +3 -18
- package/validation/executors/tests.js +3 -18
- package/validation/jobs/done/README.md +9 -0
- package/validation/jobs/todo/README.md +3 -16
- package/validation/tests/targets/adbID/index.html +3 -18
- package/validation/tests/targets/allCaps/index.html +3 -18
- package/validation/tests/targets/allHidden/ariaHiddenBody.html +3 -18
- package/validation/tests/targets/allHidden/good.html +3 -18
- package/validation/tests/targets/allHidden/hiddenMain.html +3 -18
- package/validation/tests/targets/allHidden/mixedHidden.html +3 -18
- package/validation/tests/targets/allHidden/noBody.html +4 -19
- package/validation/tests/targets/allHidden/noMain.html +4 -19
- package/validation/tests/targets/allHidden/noneDoc.html +3 -18
- package/validation/tests/targets/allHidden/visHiddenMain.html +3 -18
- package/validation/tests/targets/allSlanted/index.html +3 -18
- package/validation/tests/targets/altScheme/index.html +3 -18
- package/validation/tests/targets/attVal/bad.html +3 -18
- package/validation/tests/targets/attVal/good.html +3 -18
- package/validation/tests/targets/autocomplete/bad.html +3 -18
- package/validation/tests/targets/autocomplete/good.html +3 -18
- package/validation/tests/targets/bulk/bad.html +3 -18
- package/validation/tests/targets/bulk/good.html +3 -18
- package/validation/tests/targets/buttonMenu/bad.html +3 -18
- package/validation/tests/targets/buttonMenu/bad.js +3 -18
- package/validation/tests/targets/buttonMenu/good.html +3 -18
- package/validation/tests/targets/buttonMenu/good.js +3 -18
- package/validation/tests/targets/buttonMenu/style.css +3 -18
- package/validation/tests/targets/captionLoc/index.html +3 -18
- package/validation/tests/targets/datalistRef/index.html +3 -18
- package/validation/tests/targets/distortion/index.html +3 -18
- package/validation/tests/targets/docType/bad.html +3 -18
- package/validation/tests/targets/docType/good.html +3 -18
- package/validation/tests/targets/dupAtt/bad.html +3 -18
- package/validation/tests/targets/dupAtt/good.html +3 -18
- package/validation/tests/targets/elements/index.html +3 -18
- package/validation/tests/targets/embAc/bad.html +3 -18
- package/validation/tests/targets/embAc/good.html +3 -18
- package/validation/tests/targets/focAll/good.html +3 -18
- package/validation/tests/targets/focAll/less.html +3 -18
- package/validation/tests/targets/focAll/more.html +3 -18
- package/validation/tests/targets/focInd/bad.html +4 -19
- package/validation/tests/targets/focInd/good.html +3 -18
- package/validation/tests/targets/focOp/bad.html +3 -18
- package/validation/tests/targets/focOp/good.html +3 -18
- package/validation/tests/targets/focVis/index.html +3 -18
- package/validation/tests/targets/headEl/index.html +3 -18
- package/validation/tests/targets/headingAmb/index.html +3 -18
- package/validation/tests/targets/hovInd/index.html +4 -19
- package/validation/tests/targets/hover/bad.html +3 -18
- package/validation/tests/targets/hover/good.html +3 -18
- package/validation/tests/targets/hr/index.html +3 -18
- package/validation/tests/targets/imageLink/index.html +3 -18
- package/validation/tests/targets/labClash/bad.html +3 -18
- package/validation/tests/targets/labClash/good.html +3 -18
- package/validation/tests/targets/legendLoc/index.html +3 -18
- package/validation/tests/targets/lineHeight/index.html +3 -18
- package/validation/tests/targets/linkAmb/index.html +4 -19
- package/validation/tests/targets/linkExt/index.html +3 -18
- package/validation/tests/targets/linkOldAtt/index.html +3 -18
- package/validation/tests/targets/linkTitle/index.html +3 -18
- package/validation/tests/targets/linkTo/index.html +3 -18
- package/validation/tests/targets/linkUl/bad.html +4 -19
- package/validation/tests/targets/linkUl/good.html +4 -19
- package/validation/tests/targets/linkUl/na.html +4 -19
- package/validation/tests/targets/miniText/index.html +3 -18
- package/validation/tests/targets/motion/bad.css +3 -18
- package/validation/tests/targets/motion/bad.html +3 -18
- package/validation/tests/targets/motion/good.html +3 -18
- package/validation/tests/targets/nonTable/index.html +3 -18
- package/validation/tests/targets/opFoc/bad.html +3 -18
- package/validation/tests/targets/opFoc/good.html +3 -18
- package/validation/tests/targets/optRoleSel/index.html +3 -18
- package/validation/tests/targets/phOnly/index.html +3 -18
- package/validation/tests/targets/pseudoP/index.html +3 -18
- package/validation/tests/targets/radioSet/bad.html +3 -18
- package/validation/tests/targets/radioSet/good.html +3 -18
- package/validation/tests/targets/role/bad.html +4 -19
- package/validation/tests/targets/role/good.html +3 -18
- package/validation/tests/targets/secHeading/index.html +3 -18
- package/validation/tests/targets/styleDiff/bad.html +3 -18
- package/validation/tests/targets/styleDiff/good.html +3 -18
- package/validation/tests/targets/tabNav/bad.html +3 -18
- package/validation/tests/targets/tabNav/bad.js +3 -18
- package/validation/tests/targets/tabNav/good.html +3 -18
- package/validation/tests/targets/tabNav/good.js +3 -18
- package/validation/tests/targets/tabNav/style.css +3 -18
- package/validation/tests/targets/targetSize/index.html +4 -19
- package/validation/tests/targets/textNodes/index.html +3 -18
- package/validation/tests/targets/textSem/index.html +3 -18
- package/validation/tests/targets/title/bad.html +3 -18
- package/validation/tests/targets/title/good.html +3 -18
- package/validation/tests/targets/titledEl/index.html +3 -18
- package/validation/tests/targets/zIndex/bad.html +3 -18
- package/validation/tests/targets/zIndex/good.html +3 -18
- package/validation/validateTest.js +4 -19
- package/validation/watch/done/README.md +5 -20
- package/validation/watch/todo/README.md +5 -20
package/tests/nuVal.js
CHANGED
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
package/tests/qualWeb.js
CHANGED
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
package/tests/testaro.js
CHANGED
|
@@ -1,26 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2025 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
|
-
© 2025 Jonathan Robert Pool.
|
|
3
|
+
© 2025 Jonathan Robert Pool.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
*/
|
|
25
10
|
|
|
26
11
|
/*
|
|
@@ -409,7 +394,7 @@ const allRules = [
|
|
|
409
394
|
id: 'hover',
|
|
410
395
|
what: 'hover-caused content changes',
|
|
411
396
|
launchRole: 'waster',
|
|
412
|
-
timeOut:
|
|
397
|
+
timeOut: 300,
|
|
413
398
|
defaultOn: true
|
|
414
399
|
},
|
|
415
400
|
{
|
|
@@ -582,8 +567,9 @@ exports.reporter = async (page, report, actIndex) => {
|
|
|
582
567
|
ruleArgs.push(... args[ruleID]);
|
|
583
568
|
}
|
|
584
569
|
result[ruleID] ??= {};
|
|
570
|
+
const ruleResult = result[ruleID];
|
|
585
571
|
const {what} = rule;
|
|
586
|
-
|
|
572
|
+
ruleResult.what = what || '';
|
|
587
573
|
const startTime = Date.now();
|
|
588
574
|
let timeout;
|
|
589
575
|
let testRetries = 2;
|
|
@@ -600,8 +586,8 @@ exports.reporter = async (page, report, actIndex) => {
|
|
|
600
586
|
testTimes.push([rule, Math.round((endTime - startTime) / 1000)]);
|
|
601
587
|
data.rulePreventions.push(ruleID);
|
|
602
588
|
data.rulePreventionMessages[ruleID] = 'Timeout';
|
|
603
|
-
|
|
604
|
-
|
|
589
|
+
ruleResult.totals = [0, 0, 0, 0];
|
|
590
|
+
ruleResult.standardInstances = [];
|
|
605
591
|
console.log(`ERROR: Test of testaro rule ${ruleID} timed out`);
|
|
606
592
|
resolve({timedOut: true});
|
|
607
593
|
}, timeLimit);
|
|
@@ -618,26 +604,32 @@ exports.reporter = async (page, report, actIndex) => {
|
|
|
618
604
|
const endTime = Date.now();
|
|
619
605
|
testTimes.push([ruleID, Math.round((endTime - startTime) / 1000)]);
|
|
620
606
|
Object.keys(ruleOrTimeoutReport).forEach(key => {
|
|
621
|
-
|
|
607
|
+
ruleResult[key] = ruleOrTimeoutReport[key];
|
|
622
608
|
});
|
|
609
|
+
// If the test was prevented:
|
|
610
|
+
if (ruleResult.data?.prevented && ruleResult.data.error) {
|
|
611
|
+
// Add this to the result.
|
|
612
|
+
data.rulePreventions.push(ruleID);
|
|
613
|
+
data.rulePreventionMessages[ruleID] = ruleResult.data.error;
|
|
614
|
+
}
|
|
623
615
|
// If the result includes totals:
|
|
624
|
-
if (
|
|
616
|
+
if (ruleResult.totals) {
|
|
625
617
|
// Round them.
|
|
626
|
-
|
|
618
|
+
ruleResult.totals = ruleResult.totals.map(total => Math.round(total));
|
|
627
619
|
}
|
|
628
620
|
// Prevent a retry of the test.
|
|
629
621
|
testSuccess = true;
|
|
630
622
|
// If testing is to stop after a failure and the page failed the test:
|
|
631
|
-
if (
|
|
632
|
-
stopOnFail
|
|
633
|
-
&& ruleOrTimeoutReport.totals
|
|
634
|
-
&& ruleOrTimeoutReport.totals.some(total => total)) {
|
|
623
|
+
if (stopOnFail && ruleResult.totals && ruleResult.totals.some(total => total)) {
|
|
635
624
|
// Stop testing.
|
|
636
625
|
break;
|
|
637
626
|
}
|
|
638
627
|
}
|
|
639
628
|
// Otherwise, i.e. if the test timed out:
|
|
640
629
|
else {
|
|
630
|
+
// Report this.
|
|
631
|
+
data.rulePreventions.push(ruleID);
|
|
632
|
+
data.rulePreventionMessages[ruleID] = 'Timeout';
|
|
641
633
|
// Stop retrying the test.
|
|
642
634
|
break;
|
|
643
635
|
}
|
package/tests/wave.js
CHANGED
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
package/tests/wax.js
CHANGED
|
@@ -1,26 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
|
-
© 2025 Jonathan Robert Pool.
|
|
3
|
+
© 2025 Jonathan Robert Pool.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
*/
|
|
25
10
|
|
|
26
11
|
/*
|
|
@@ -1,28 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
|
-
© 2025 Jonathan Robert Pool. All rights reserved.
|
|
1
|
+
# exJobs
|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
Directory into which executor `dirWatch` archives jobs.
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
5
|
+
## License
|
|
13
6
|
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
8
|
+
© 2025 Jonathan Robert Pool.
|
|
16
9
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
24
|
-
*/
|
|
10
|
+
Licensed under the [MIT License](https://opensource.org/license/mit/). See [LICENSE](../../LICENSE) file
|
|
11
|
+
at the project root for details.
|
|
25
12
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
Directory into which executor `dirWatch` archives jobs.
|
|
13
|
+
SPDX-License-Identifier: MIT
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
6
|
+
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
-
MIT License
|
|
4
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
5
|
+
https://opensource.org/license/mit/ for details.
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
-
in the Software without restriction, including without limitation the rights
|
|
9
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14
|
-
copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
7
|
+
SPDX-License-Identifier: MIT
|
|
23
8
|
*/
|
|
24
9
|
|
|
25
10
|
/*
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
# jobs
|
|
2
2
|
|
|
3
3
|
Directory containing validated jobs.
|
|
4
|
+
|
|
5
|
+
## License
|
|
6
|
+
|
|
7
|
+
© 2025 Jonathan Robert Pool.
|
|
8
|
+
|
|
9
|
+
Licensed under the [MIT License](https://opensource.org/license/mit/). See [LICENSE](../../LICENSE) file
|
|
10
|
+
at the project root for details.
|
|
11
|
+
|
|
12
|
+
SPDX-License-Identifier: MIT
|
|
@@ -6,20 +6,7 @@ Directory containing jobs for validation.
|
|
|
6
6
|
|
|
7
7
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
in the Software without restriction, including without limitation the rights
|
|
12
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14
|
-
furnished to do so, subject to the following conditions:
|
|
9
|
+
Licensed under the [MIT License](https://opensource.org/license/mit/). See [LICENSE](../../LICENSE) file
|
|
10
|
+
at the project root for details.
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
copies or substantial portions of the Software.
|
|
18
|
-
|
|
19
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
-
SOFTWARE.
|
|
12
|
+
SPDX-License-Identifier: MIT
|
|
@@ -2,25 +2,10 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
-->
|
|
25
10
|
<html lang="en-US">
|
|
26
11
|
<head>
|
|
@@ -2,25 +2,10 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
-->
|
|
25
10
|
<html lang="en-US">
|
|
26
11
|
<head>
|
|
@@ -2,25 +2,10 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
-->
|
|
25
10
|
<html lang="en-US">
|
|
26
11
|
<head>
|
|
@@ -2,25 +2,10 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
-->
|
|
25
10
|
<html lang="en-US">
|
|
26
11
|
<head>
|
|
@@ -2,25 +2,10 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
-->
|
|
25
10
|
<html lang="en-US">
|
|
26
11
|
<head>
|
|
@@ -2,25 +2,10 @@
|
|
|
2
2
|
<!--
|
|
3
3
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
|
-
MIT License
|
|
5
|
+
Licensed under the MIT License. See LICENSE file at the project root or
|
|
6
|
+
https://opensource.org/license/mit/ for details.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
furnished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
SOFTWARE.
|
|
8
|
+
SPDX-License-Identifier: MIT
|
|
24
9
|
-->
|
|
25
10
|
<html lang="en-US" aria-hidden="true">
|
|
26
11
|
<head>
|