From 46789cc0cd3d839d501bd35171d19a3e82a978ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20M=C3=BClbert?= Date: Sun, 27 Oct 2024 09:22:40 +0100 Subject: [PATCH] Add vale. improve --- .codespellrc | 9 +- .cspellcache | 1 + .eslintignore | 5 - .eslintrc.js | 27 - .github/PULL_REQUEST_TEMPLATE.md | 10 +- .github/actions/spelling/README.md | 2 +- .../vocabularies/cspell/german-words.txt | 0 .../vocabularies/cspell/github-actions.txt | 19 + .../vocabularies/cspell/italian-words.txt | 1 + .../vocabularies/cspell/project-words.txt | 38 + .../vocabularies/cspell/python-words.txt | 22 + .../config/vocabularies/cspell/ruby-words.txt | 1 + .../vocabularies/cspell/spanish-words.txt | 0 .github/styles/vale/Microsoft/AMPM.yml | 9 + .../styles/vale/Microsoft/Accessibility.yml | 30 + .github/styles/vale/Microsoft/Acronyms.yml | 64 + .github/styles/vale/Microsoft/Adverbs.yml | 272 + .github/styles/vale/Microsoft/Auto.yml | 11 + .github/styles/vale/Microsoft/Avoid.yml | 14 + .../styles/vale/Microsoft/Contractions.yml | 38 + .github/styles/vale/Microsoft/Dashes.yml | 13 + .github/styles/vale/Microsoft/DateFormat.yml | 8 + .github/styles/vale/Microsoft/DateNumbers.yml | 40 + .github/styles/vale/Microsoft/DateOrder.yml | 8 + .github/styles/vale/Microsoft/Ellipses.yml | 9 + .github/styles/vale/Microsoft/FirstPerson.yml | 16 + .github/styles/vale/Microsoft/Foreign.yml | 13 + .github/styles/vale/Microsoft/Gender.yml | 8 + .github/styles/vale/Microsoft/GenderBias.yml | 42 + .github/styles/vale/Microsoft/GeneralURL.yml | 11 + .../styles/vale/Microsoft/HeadingAcronyms.yml | 7 + .../styles/vale/Microsoft/HeadingColons.yml | 8 + .../vale/Microsoft/HeadingPunctuation.yml | 13 + .github/styles/vale/Microsoft/Headings.yml | 28 + .github/styles/vale/Microsoft/Hyphens.yml | 14 + .github/styles/vale/Microsoft/Negative.yml | 13 + .github/styles/vale/Microsoft/Ordinal.yml | 13 + .github/styles/vale/Microsoft/OxfordComma.yml | 8 + .github/styles/vale/Microsoft/Passive.yml | 183 + .github/styles/vale/Microsoft/Percentages.yml | 7 + .github/styles/vale/Microsoft/Plurals.yml | 7 + .github/styles/vale/Microsoft/Quotes.yml | 7 + .github/styles/vale/Microsoft/RangeTime.yml | 13 + .github/styles/vale/Microsoft/Semicolon.yml | 8 + .../styles/vale/Microsoft/SentenceLength.yml | 6 + .github/styles/vale/Microsoft/Spacing.yml | 8 + .github/styles/vale/Microsoft/Suspended.yml | 7 + .github/styles/vale/Microsoft/Terms.yml | 42 + .github/styles/vale/Microsoft/URLFormat.yml | 9 + .github/styles/vale/Microsoft/Units.yml | 16 + .github/styles/vale/Microsoft/Vocab.yml | 25 + .github/styles/vale/Microsoft/We.yml | 11 + .github/styles/vale/Microsoft/Wordiness.yml | 127 + .github/styles/vale/Microsoft/meta.json | 4 + .../vale/Readability/AutomatedReadability.yml | 6 + .../styles/vale/Readability/ColemanLiau.yml | 6 + .../styles/vale/Readability/FleschKincaid.yml | 6 + .../vale/Readability/FleschReadingEase.yml | 6 + .../styles/vale/Readability/GunningFog.yml | 6 + .github/styles/vale/Readability/LIX.yml | 15 + .github/styles/vale/Readability/SMOG.yml | 6 + .github/styles/vale/Readability/meta.json | 4 + .github/styles/vale/alex/Ablist.yml | 198 + .github/styles/vale/alex/Condescending.yml | 15 + .github/styles/vale/alex/Gendered.yml | 105 + .github/styles/vale/alex/LGBTQ.yml | 54 + .github/styles/vale/alex/OCD.yml | 9 + .github/styles/vale/alex/Press.yml | 9 + .github/styles/vale/alex/ProfanityLikely.yml | 1289 ++++ .github/styles/vale/alex/ProfanityMaybe.yml | 282 + .../styles/vale/alex/ProfanityUnlikely.yml | 251 + .github/styles/vale/alex/README.md | 27 + .github/styles/vale/alex/Race.yml | 80 + .github/styles/vale/alex/Suicide.yml | 21 + .github/styles/vale/alex/meta.json | 4 + .github/styles/vale/proselint/Airlinese.yml | 8 + .../styles/vale/proselint/AnimalLabels.yml | 48 + .github/styles/vale/proselint/Annotations.yml | 9 + .github/styles/vale/proselint/Apologizing.yml | 8 + .github/styles/vale/proselint/Archaisms.yml | 52 + .github/styles/vale/proselint/But.yml | 8 + .github/styles/vale/proselint/Cliches.yml | 782 +++ .../styles/vale/proselint/CorporateSpeak.yml | 30 + .github/styles/vale/proselint/Currency.yml | 5 + .github/styles/vale/proselint/Cursing.yml | 15 + .github/styles/vale/proselint/DateCase.yml | 7 + .../styles/vale/proselint/DateMidnight.yml | 7 + .../styles/vale/proselint/DateRedundancy.yml | 10 + .github/styles/vale/proselint/DateSpacing.yml | 7 + .../styles/vale/proselint/DenizenLabels.yml | 52 + .github/styles/vale/proselint/Diacritical.yml | 90 + .github/styles/vale/proselint/GenderBias.yml | 45 + .github/styles/vale/proselint/GroupTerms.yml | 39 + .github/styles/vale/proselint/Hedging.yml | 8 + .github/styles/vale/proselint/Hyperbole.yml | 6 + .github/styles/vale/proselint/Jargon.yml | 11 + .../styles/vale/proselint/LGBTOffensive.yml | 13 + .github/styles/vale/proselint/LGBTTerms.yml | 15 + .../styles/vale/proselint/Malapropisms.yml | 8 + .github/styles/vale/proselint/Needless.yml | 358 ++ .github/styles/vale/proselint/Nonwords.yml | 38 + .github/styles/vale/proselint/Oxymorons.yml | 22 + .github/styles/vale/proselint/P-Value.yml | 6 + .github/styles/vale/proselint/RASSyndrome.yml | 30 + .github/styles/vale/proselint/README.md | 12 + .github/styles/vale/proselint/Skunked.yml | 13 + .github/styles/vale/proselint/Spelling.yml | 17 + .github/styles/vale/proselint/Typography.yml | 11 + .../styles/vale/proselint/Uncomparables.yml | 50 + .github/styles/vale/proselint/Very.yml | 6 + .github/styles/vale/proselint/meta.json | 17 + .github/styles/vale/write-good/Cliches.yml | 702 +++ .github/styles/vale/write-good/E-Prime.yml | 32 + .github/styles/vale/write-good/Illusions.yml | 11 + .github/styles/vale/write-good/Passive.yml | 183 + .github/styles/vale/write-good/README.md | 27 + .github/styles/vale/write-good/So.yml | 5 + .github/styles/vale/write-good/ThereIs.yml | 6 + .github/styles/vale/write-good/TooWordy.yml | 221 + .github/styles/vale/write-good/Weasel.yml | 29 + .github/styles/vale/write-good/meta.json | 4 + .gitignore | 2 + .gitlint | 30 - .markdownlint.yml | 241 +- .pre-commit-config.yaml | 180 + .prettierignore | 68 +- .prettierrc | 30 - .prettierrc.yaml | 9 + .stylelintrc.json | 3 + .trunk/.gitignore | 9 - .trunk/configs/.djlintrc | 3 - .trunk/configs/.hadolint.yaml | 4 - .trunk/configs/.isort.cfg | 2 - .trunk/configs/.shellcheckrc | 7 - .trunk/configs/.sqlfluff | 2 - .trunk/configs/ruff.toml | 5 - .trunk/configs/svgo.config.js | 14 - .trunk/trunk.yaml | 104 - .vale.ini | 9 + .../configs/.yamllint.yaml => .yamllint.yaml | 4 + CHANGELOG.md | 18 +- CMakeUserPresets.json | 15 +- CODE_OF_CONDUCT.md | 22 +- CODE_OF_CONDUCT_de-DE.md | 22 +- CONTRIBUTING.md | 48 +- CONTRIBUTING_de-DE.md | 48 +- NEWS.md | 58 +- README.md | 14 +- README_de.md | 6 +- SECURITY.md | 2 +- apps/jmbde-widgets/src/main.cpp | 34 + apps/libs/widgets/CMakeLists.txt | 2 +- biome.json | 125 + conanfile.py | 2 +- config/german-words.txt | 37 + config/linux-package-words.txt | 5 + config/qt-words.txt | 2 + cspell.config.yaml | 40 +- cspell.json | 2 +- docs/CODE_OF_CONDUCT.rst | 208 +- docs/README.md | 14 +- docs/_CONTRIBUTING.rst | 115 +- docs/api/index.rst | 9 +- docs/building.md | 72 +- docs/chapters/database.rst | 10 +- docs/chapters/getting_involved.rst | 53 +- docs/chapters/introduction.rst | 35 +- docs/chapters/user_interface.rst | 5 +- docs/contributing.rst | 2 +- docs/database-design.md | 276 +- docs/dependencies.md | 180 +- docs/docker.md | 4 +- docs/glossary.rst | 17 +- docs/index.rst | 41 +- docs/root/js/version_switcher.js | 80 +- package-lock.json | 1780 ++++++ package.json | 6 + packaging/conanfile.py | 1 - pages/README.md | 2 +- pages/package-lock.json | 5345 +++++++++++++++++ pages/yarn.lock | 889 +-- pnpm-lock.yaml | 990 +++ pnpm-workspace.yaml | 4 + project-words.txt | 59 - resources/text/LICENSE | 190 - scripts/build_flatpak | 2 +- scripts/build_mac | 27 +- 187 files changed, 16673 insertions(+), 1778 deletions(-) create mode 100644 .cspellcache delete mode 100644 .eslintignore delete mode 100644 .eslintrc.js create mode 100644 .github/styles/config/vocabularies/cspell/german-words.txt create mode 100644 .github/styles/config/vocabularies/cspell/github-actions.txt create mode 100644 .github/styles/config/vocabularies/cspell/italian-words.txt create mode 100644 .github/styles/config/vocabularies/cspell/project-words.txt create mode 100644 .github/styles/config/vocabularies/cspell/python-words.txt create mode 100644 .github/styles/config/vocabularies/cspell/ruby-words.txt create mode 100644 .github/styles/config/vocabularies/cspell/spanish-words.txt create mode 100644 .github/styles/vale/Microsoft/AMPM.yml create mode 100644 .github/styles/vale/Microsoft/Accessibility.yml create mode 100644 .github/styles/vale/Microsoft/Acronyms.yml create mode 100644 .github/styles/vale/Microsoft/Adverbs.yml create mode 100644 .github/styles/vale/Microsoft/Auto.yml create mode 100644 .github/styles/vale/Microsoft/Avoid.yml create mode 100644 .github/styles/vale/Microsoft/Contractions.yml create mode 100644 .github/styles/vale/Microsoft/Dashes.yml create mode 100644 .github/styles/vale/Microsoft/DateFormat.yml create mode 100644 .github/styles/vale/Microsoft/DateNumbers.yml create mode 100644 .github/styles/vale/Microsoft/DateOrder.yml create mode 100644 .github/styles/vale/Microsoft/Ellipses.yml create mode 100644 .github/styles/vale/Microsoft/FirstPerson.yml create mode 100644 .github/styles/vale/Microsoft/Foreign.yml create mode 100644 .github/styles/vale/Microsoft/Gender.yml create mode 100644 .github/styles/vale/Microsoft/GenderBias.yml create mode 100644 .github/styles/vale/Microsoft/GeneralURL.yml create mode 100644 .github/styles/vale/Microsoft/HeadingAcronyms.yml create mode 100644 .github/styles/vale/Microsoft/HeadingColons.yml create mode 100644 .github/styles/vale/Microsoft/HeadingPunctuation.yml create mode 100644 .github/styles/vale/Microsoft/Headings.yml create mode 100644 .github/styles/vale/Microsoft/Hyphens.yml create mode 100644 .github/styles/vale/Microsoft/Negative.yml create mode 100644 .github/styles/vale/Microsoft/Ordinal.yml create mode 100644 .github/styles/vale/Microsoft/OxfordComma.yml create mode 100644 .github/styles/vale/Microsoft/Passive.yml create mode 100644 .github/styles/vale/Microsoft/Percentages.yml create mode 100644 .github/styles/vale/Microsoft/Plurals.yml create mode 100644 .github/styles/vale/Microsoft/Quotes.yml create mode 100644 .github/styles/vale/Microsoft/RangeTime.yml create mode 100644 .github/styles/vale/Microsoft/Semicolon.yml create mode 100644 .github/styles/vale/Microsoft/SentenceLength.yml create mode 100644 .github/styles/vale/Microsoft/Spacing.yml create mode 100644 .github/styles/vale/Microsoft/Suspended.yml create mode 100644 .github/styles/vale/Microsoft/Terms.yml create mode 100644 .github/styles/vale/Microsoft/URLFormat.yml create mode 100644 .github/styles/vale/Microsoft/Units.yml create mode 100644 .github/styles/vale/Microsoft/Vocab.yml create mode 100644 .github/styles/vale/Microsoft/We.yml create mode 100644 .github/styles/vale/Microsoft/Wordiness.yml create mode 100644 .github/styles/vale/Microsoft/meta.json create mode 100644 .github/styles/vale/Readability/AutomatedReadability.yml create mode 100644 .github/styles/vale/Readability/ColemanLiau.yml create mode 100644 .github/styles/vale/Readability/FleschKincaid.yml create mode 100644 .github/styles/vale/Readability/FleschReadingEase.yml create mode 100644 .github/styles/vale/Readability/GunningFog.yml create mode 100644 .github/styles/vale/Readability/LIX.yml create mode 100644 .github/styles/vale/Readability/SMOG.yml create mode 100644 .github/styles/vale/Readability/meta.json create mode 100644 .github/styles/vale/alex/Ablist.yml create mode 100644 .github/styles/vale/alex/Condescending.yml create mode 100644 .github/styles/vale/alex/Gendered.yml create mode 100644 .github/styles/vale/alex/LGBTQ.yml create mode 100644 .github/styles/vale/alex/OCD.yml create mode 100644 .github/styles/vale/alex/Press.yml create mode 100644 .github/styles/vale/alex/ProfanityLikely.yml create mode 100644 .github/styles/vale/alex/ProfanityMaybe.yml create mode 100644 .github/styles/vale/alex/ProfanityUnlikely.yml create mode 100644 .github/styles/vale/alex/README.md create mode 100644 .github/styles/vale/alex/Race.yml create mode 100644 .github/styles/vale/alex/Suicide.yml create mode 100644 .github/styles/vale/alex/meta.json create mode 100644 .github/styles/vale/proselint/Airlinese.yml create mode 100644 .github/styles/vale/proselint/AnimalLabels.yml create mode 100644 .github/styles/vale/proselint/Annotations.yml create mode 100644 .github/styles/vale/proselint/Apologizing.yml create mode 100644 .github/styles/vale/proselint/Archaisms.yml create mode 100644 .github/styles/vale/proselint/But.yml create mode 100644 .github/styles/vale/proselint/Cliches.yml create mode 100644 .github/styles/vale/proselint/CorporateSpeak.yml create mode 100644 .github/styles/vale/proselint/Currency.yml create mode 100644 .github/styles/vale/proselint/Cursing.yml create mode 100644 .github/styles/vale/proselint/DateCase.yml create mode 100644 .github/styles/vale/proselint/DateMidnight.yml create mode 100644 .github/styles/vale/proselint/DateRedundancy.yml create mode 100644 .github/styles/vale/proselint/DateSpacing.yml create mode 100644 .github/styles/vale/proselint/DenizenLabels.yml create mode 100644 .github/styles/vale/proselint/Diacritical.yml create mode 100644 .github/styles/vale/proselint/GenderBias.yml create mode 100644 .github/styles/vale/proselint/GroupTerms.yml create mode 100644 .github/styles/vale/proselint/Hedging.yml create mode 100644 .github/styles/vale/proselint/Hyperbole.yml create mode 100644 .github/styles/vale/proselint/Jargon.yml create mode 100644 .github/styles/vale/proselint/LGBTOffensive.yml create mode 100644 .github/styles/vale/proselint/LGBTTerms.yml create mode 100644 .github/styles/vale/proselint/Malapropisms.yml create mode 100644 .github/styles/vale/proselint/Needless.yml create mode 100644 .github/styles/vale/proselint/Nonwords.yml create mode 100644 .github/styles/vale/proselint/Oxymorons.yml create mode 100644 .github/styles/vale/proselint/P-Value.yml create mode 100644 .github/styles/vale/proselint/RASSyndrome.yml create mode 100644 .github/styles/vale/proselint/README.md create mode 100644 .github/styles/vale/proselint/Skunked.yml create mode 100644 .github/styles/vale/proselint/Spelling.yml create mode 100644 .github/styles/vale/proselint/Typography.yml create mode 100644 .github/styles/vale/proselint/Uncomparables.yml create mode 100644 .github/styles/vale/proselint/Very.yml create mode 100644 .github/styles/vale/proselint/meta.json create mode 100644 .github/styles/vale/write-good/Cliches.yml create mode 100644 .github/styles/vale/write-good/E-Prime.yml create mode 100644 .github/styles/vale/write-good/Illusions.yml create mode 100644 .github/styles/vale/write-good/Passive.yml create mode 100644 .github/styles/vale/write-good/README.md create mode 100644 .github/styles/vale/write-good/So.yml create mode 100644 .github/styles/vale/write-good/ThereIs.yml create mode 100644 .github/styles/vale/write-good/TooWordy.yml create mode 100644 .github/styles/vale/write-good/Weasel.yml create mode 100644 .github/styles/vale/write-good/meta.json delete mode 100644 .gitlint create mode 100644 .pre-commit-config.yaml delete mode 100644 .prettierrc create mode 100644 .prettierrc.yaml create mode 100644 .stylelintrc.json delete mode 100644 .trunk/.gitignore delete mode 100644 .trunk/configs/.djlintrc delete mode 100644 .trunk/configs/.hadolint.yaml delete mode 100644 .trunk/configs/.isort.cfg delete mode 100644 .trunk/configs/.shellcheckrc delete mode 100644 .trunk/configs/.sqlfluff delete mode 100644 .trunk/configs/ruff.toml delete mode 100644 .trunk/configs/svgo.config.js delete mode 100644 .trunk/trunk.yaml create mode 100644 .vale.ini rename .trunk/configs/.yamllint.yaml => .yamllint.yaml (61%) create mode 100644 biome.json create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 pages/package-lock.json create mode 100644 pnpm-lock.yaml create mode 100644 pnpm-workspace.yaml delete mode 100644 project-words.txt delete mode 100644 resources/text/LICENSE diff --git a/.codespellrc b/.codespellrc index 64a3498b3..4226bf254 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,7 +1,4 @@ [codespell] -builtin = "clear,rare,informal,usage,code,names" -skip = *.ts,./build-*,.git,./3rdparty/*,./cmake/ECM*,format.config.uncrustify.4_spaces -interactive = 3 -ignore-words-list = ba,statics,resetable,processinf,nnumber,trun -write-changes = true -count = true \ No newline at end of file +skip = build,*.yuv,components/fatfs/src/*,alice.txt,*.rgb,components/wpa_supplicant/*,components/esp_wifi/* +ignore-words-list = ser,dout,rsource,fram,inout,shs,ans,aci,unstall,unstalling,hart,wheight,wel +write-changes = false diff --git a/.cspellcache b/.cspellcache new file mode 100644 index 000000000..5b5ef6a84 --- /dev/null +++ b/.cspellcache @@ -0,0 +1 @@ +[{".clang-format":"1",".clang-tidy":"2",".clangd":"3",".clazy":"4",".codacy.yml":"5",".codecov.yml":"6",".codespellrc":"7",".devcontainer/devcontainer.json":"8",".devcontainer/docker-compose.yml":"9",".fossa.yml":"10",".hound.yml":"11",".jscpd.json":"12",".mailmap":"13",".markdownlint.yml":"14",".mega-linter.yml":"15",".npmrc":"16",".pre-commit-config.yaml":"17",".prettierrc.yaml":"18",".python-version":"19",".reuse/dep5":"20",".stylelintrc.json":"21",".trunk/configs/.djlintrc":"22",".trunk/configs/.hadolint.yaml":"23",".trunk/configs/.shellcheckrc":"24",".trunk/configs/.sqlfluff":"25",".trunk/configs/.yamllint.yaml":"26",".trunk/configs/svgo.config.js":"27",".trunk/trunk.yaml":"28",".yamllint.yaml":"29","3df9ea9d-c940-4078-a6ae-bdaa218c07f3-megalinter_file_names_cspell.txt":"30","apps/CMakeLists.txt":"31","apps/jmbde-quick/CMakeLists.txt":"32","apps/jmbde-quick/data/io.github.jmuelbert.jmbdequick.appdata.xml":"33","apps/jmbde-quick/include/jmbde/helpers.h":"34","apps/jmbde-quick/jmbde_version.h":"35","apps/jmbde-quick/src/main.cpp":"36","apps/jmbde-quick/test/CMakeLists.txt":"37","apps/jmbde-quick/test/tests.cpp":"38","apps/jmbde-widgets/CMakeLists.txt":"39","apps/jmbde-widgets/data/io.github.jmuelbert.jmbde.appdata.xml":"40","apps/jmbde-widgets/include/jmbde/helpers.h":"41","apps/jmbde-widgets/jmbde_version.h":"42","apps/jmbde-widgets/src/main.cpp":"43","apps/jmbde-widgets/test/CMakeLists.txt":"44","apps/jmbde-widgets/test/tests.cpp":"45","apps/jmbde-widgets/translations/jmbde_de.ts":"46","apps/jmbde-widgets/translations/jmbde_en.ts":"47","apps/libs/CMakeLists.txt":"48","apps/libs/models/autotests/CMakeLists.txt":"49","apps/libs/models/autotests/json_utils_test.cpp":"50","apps/libs/models/autotests/json_utils_test.h":"51","apps/libs/models/CMakeLists.txt":"52","apps/libs/models/conanfile.py":"53","apps/libs/models/include/jmbdemodels/account.h":"54","apps/libs/models/include/jmbdemodels/chipcard.h":"55","apps/libs/models/include/jmbdemodels/chipcarddoor.h":"56","apps/libs/models/include/jmbdemodels/chipcardprofile.h":"57","apps/libs/models/include/jmbdemodels/chipcardprofiledoor.h":"58","apps/libs/models/include/jmbdemodels/cityname.h":"59","apps/libs/models/include/jmbdemodels/commondata.h":"60","apps/libs/models/include/jmbdemodels/company.h":"61","apps/libs/models/include/jmbdemodels/computer.h":"62","apps/libs/models/include/jmbdemodels/computersoftware.h":"63","apps/libs/models/include/jmbdemodels/datacontext.h":"64","apps/libs/models/include/jmbdemodels/department.h":"65","apps/libs/models/include/jmbdemodels/devicename.h":"66","apps/libs/models/include/jmbdemodels/devicetype.h":"67","apps/libs/models/include/jmbdemodels/document.h":"68","apps/libs/models/include/jmbdemodels/employee.h":"69","apps/libs/models/include/jmbdemodels/employeeaccount.h":"70","apps/libs/models/include/jmbdemodels/employeedocument.h":"71","apps/libs/models/include/jmbdemodels/fax.h":"72","apps/libs/models/include/jmbdemodels/function.h":"73","apps/libs/models/include/jmbdemodels/inventory.h":"74","apps/libs/models/include/jmbdemodels/json_utils.h":"75","apps/libs/models/include/jmbdemodels/manufacturer.h":"76","apps/libs/models/include/jmbdemodels/mobile.h":"77","apps/libs/models/include/jmbdemodels/os.h":"78","apps/libs/models/include/jmbdemodels/phone.h":"79","apps/libs/models/include/jmbdemodels/place.h":"80","apps/libs/models/include/jmbdemodels/printer.h":"81","apps/libs/models/include/jmbdemodels/processor.h":"82","apps/libs/models/include/jmbdemodels/software.h":"83","apps/libs/models/include/jmbdemodels/systemdata.h":"84","apps/libs/models/include/jmbdemodels/title.h":"85","apps/libs/models/include/jmbdemodels/zipcity.h":"86","apps/libs/models/include/jmbdemodels/zipcode.h":"87","apps/libs/models/src/account.cpp":"88","apps/libs/models/src/chipcard.cpp":"89","apps/libs/models/src/chipcarddoor.cpp":"90","apps/libs/models/src/chipcardprofile.cpp":"91","apps/libs/models/src/chipcardprofiledoor.cpp":"92","apps/libs/models/src/cityname.cpp":"93","apps/libs/models/src/commondata.cpp":"94","apps/libs/models/src/company.cpp":"95","apps/libs/models/src/computer.cpp":"96","apps/libs/models/src/computersoftware.cpp":"97","apps/libs/models/src/datacontext.cpp":"98","apps/libs/models/src/department.cpp":"99","apps/libs/models/src/devicename.cpp":"100","apps/libs/models/src/devicetype.cpp":"101","apps/libs/models/src/document.cpp":"102","apps/libs/models/src/employee.cpp":"103","apps/libs/models/src/employeeaccount.cpp":"104","apps/libs/models/src/employeedocument.cpp":"105","apps/libs/models/src/fax.cpp":"106","apps/libs/models/src/function.cpp":"107","apps/libs/models/src/inventory.cpp":"108","apps/libs/models/src/manufacturer.cpp":"109","apps/libs/models/src/mobile.cpp":"110","apps/libs/models/src/os.cpp":"111","apps/libs/models/src/phone.cpp":"112","apps/libs/models/src/place.cpp":"113","apps/libs/models/src/printer.cpp":"114","apps/libs/models/src/processor.cpp":"115","apps/libs/models/src/software.cpp":"116","apps/libs/models/src/systemdata.cpp":"117","apps/libs/models/src/title.cpp":"118","apps/libs/models/src/zipcity.cpp":"119","apps/libs/models/src/zipcode.cpp":"120","apps/libs/models/test_package/CMakeLists.txt":"121","apps/libs/models/test_package/conanfile.py":"122","apps/libs/models/test_package/example_test.cpp":"123","apps/libs/quick/autotests/CMakeLists.txt":"124","apps/libs/quick/autotests/src/tst_quicktest.cpp":"125","apps/libs/quick/autotests/src/tst_quicktest.h":"126","apps/libs/quick/CMakeLists.txt":"127","apps/libs/quick/conanfile.py":"128","apps/libs/quick/include/jmbdequick/maincontroller.h":"129","apps/libs/quick/include/jmbdequick/models/employeemodel.h":"130","apps/libs/quick/src/models/employeemodel.cpp":"131","apps/libs/quick/src/qml/designer/Backend/qmldir":"132","apps/libs/quick/src/qml/models/qmldir":"133","apps/libs/quick/src/qml/ui/qmldir":"134","apps/libs/quick/src/quick/maincontroller.cpp":"135","apps/libs/quick/test_package/CMakeLists.txt":"136","apps/libs/quick/test_package/conanfile.py":"137","apps/libs/quick/test_package/src/tst_quicktest.cpp":"138","apps/libs/quick/test_package/src/tst_quicktest.h":"139","apps/libs/widgets/autotests/CMakeLists.txt":"140","apps/libs/widgets/autotests/src/tst_jmbdewidgets.cpp":"141","apps/libs/widgets/CMakeLists.txt":"142","apps/libs/widgets/conanfile.py":"143","apps/libs/widgets/include/jmbdewidgets/aboutdialog.h":"144","apps/libs/widgets/include/jmbdewidgets/accountinputarea.h":"145","apps/libs/widgets/include/jmbdewidgets/chipcarddoorinputarea.h":"146","apps/libs/widgets/include/jmbdewidgets/chipcardinputarea.h":"147","apps/libs/widgets/include/jmbdewidgets/chipcardprofiledoorinputarea.h":"148","apps/libs/widgets/include/jmbdewidgets/chipcardprofileinputarea.h":"149","apps/libs/widgets/include/jmbdewidgets/cityinputarea.h":"150","apps/libs/widgets/include/jmbdewidgets/companyinputarea.h":"151","apps/libs/widgets/include/jmbdewidgets/computerinputarea.h":"152","apps/libs/widgets/include/jmbdewidgets/computersoftwareinputarea.h":"153","apps/libs/widgets/include/jmbdewidgets/csvimportdialog.h":"154","apps/libs/widgets/include/jmbdewidgets/definitions.h":"155","apps/libs/widgets/include/jmbdewidgets/departmentinputarea.h":"156","apps/libs/widgets/include/jmbdewidgets/devicenameinputarea.h":"157","apps/libs/widgets/include/jmbdewidgets/devicetypeinputarea.h":"158","apps/libs/widgets/include/jmbdewidgets/documentinputarea.h":"159","apps/libs/widgets/include/jmbdewidgets/employeeaccountinputarea.h":"160","apps/libs/widgets/include/jmbdewidgets/employeedocumentinputarea.h":"161","apps/libs/widgets/include/jmbdewidgets/employeeinputarea.h":"162","apps/libs/widgets/include/jmbdewidgets/employeetable.h":"163","apps/libs/widgets/include/jmbdewidgets/faxinputarea.h":"164","apps/libs/widgets/include/jmbdewidgets/functioninputarea.h":"165","apps/libs/widgets/include/jmbdewidgets/inventoryinputarea.h":"166","apps/libs/widgets/include/jmbdewidgets/mainwindow.h":"167","apps/libs/widgets/include/jmbdewidgets/manufacturerinputarea.h":"168","apps/libs/widgets/include/jmbdewidgets/mobileinputarea.h":"169","apps/libs/widgets/include/jmbdewidgets/osinputarea.h":"170","apps/libs/widgets/include/jmbdewidgets/phoneinputarea.h":"171","apps/libs/widgets/include/jmbdewidgets/placeinputarea.h":"172","apps/libs/widgets/include/jmbdewidgets/preferencesdialog.h":"173","apps/libs/widgets/include/jmbdewidgets/printerinputarea.h":"174","apps/libs/widgets/include/jmbdewidgets/processorinputarea.h":"175","apps/libs/widgets/include/jmbdewidgets/softwareinputarea.h":"176","apps/libs/widgets/include/jmbdewidgets/systemdatainputarea.h":"177","apps/libs/widgets/include/jmbdewidgets/titleinputarea.h":"178","apps/libs/widgets/include/jmbdewidgets/zipcitiyinputarea.h":"179","apps/libs/widgets/include/jmbdewidgets/zipcodeinputarea.h":"180","apps/libs/widgets/src/aboutdialog.cpp":"181","apps/libs/widgets/src/accountinputarea.cpp":"182","apps/libs/widgets/src/chipcarddoorinputarea.cpp":"183","apps/libs/widgets/src/chipcardinputarea.cpp":"184","apps/libs/widgets/src/chipcardprofiledoorinputarea.cpp":"185","apps/libs/widgets/src/chipcardprofileinputarea.cpp":"186","apps/libs/widgets/src/cityinputarea.cpp":"187","apps/libs/widgets/src/companyinputarea.cpp":"188","apps/libs/widgets/src/computerinputarea.cpp":"189","apps/libs/widgets/src/computersoftwareinputarea.cpp":"190","apps/libs/widgets/src/csvimportdialog.cpp":"191","apps/libs/widgets/src/departmentinputarea.cpp":"192","apps/libs/widgets/src/devicenameinputarea.cpp":"193","apps/libs/widgets/src/devicetypeinputarea.cpp":"194","apps/libs/widgets/src/documentinputarea.cpp":"195","apps/libs/widgets/src/employeeaccountinputarea.cpp":"196","apps/libs/widgets/src/employeedocumentinputarea.cpp":"197","apps/libs/widgets/src/employeeinputarea.cpp":"198","apps/libs/widgets/src/employeetable.cpp":"199","apps/libs/widgets/src/faxinputarea.cpp":"200","apps/libs/widgets/src/functioninputarea.cpp":"201","apps/libs/widgets/src/inventoryinputarea.cpp":"202","apps/libs/widgets/src/mainwindow.cpp":"203","apps/libs/widgets/src/manufacturerinputarea.cpp":"204","apps/libs/widgets/src/mobileinputarea.cpp":"205","apps/libs/widgets/src/osinputarea.cpp":"206","apps/libs/widgets/src/phoneinputarea.cpp":"207","apps/libs/widgets/src/placeinputarea.cpp":"208","apps/libs/widgets/src/preferencesdialog.cpp":"209","apps/libs/widgets/src/printerinputarea.cpp":"210","apps/libs/widgets/src/processorinputarea.cpp":"211","apps/libs/widgets/src/softwareinputarea.cpp":"212","apps/libs/widgets/src/systemdatainputarea.cpp":"213","apps/libs/widgets/src/titleinputarea.cpp":"214","apps/libs/widgets/src/zipcityinputarea.cpp":"215","apps/libs/widgets/src/zipcodeinputarea.cpp":"216","apps/libs/widgets/test_package/CMakeLists.txt":"217","apps/libs/widgets/test_package/conanfile.py":"218","apps/libs/widgets/test_package/src/tst_jmbdewidgets.cpp":"219","AUTHORS":"220","biome.json":"221","CMakeLists.txt":"222","CMakePresets.json":"223","CMakeUserPresets.json":"224","CODE_OF_CONDUCT_de-DE.md":"225","CODE_OF_CONDUCT.md":"226","conanfile.py":"227","config/cmake-refined-words.txt":"228","config/german-words.txt":"229","config/github-actions.txt":"230","config/italian-words.txt":"231","config/linux-package-words.txt":"232","config/project-words.txt":"233","config/python-words.txt":"234","config/qt-words.txt":"235","config/ruby-words.txt":"236","config/spanish-words.txt":"237","config/taskfile-words.txt":"238","CONTRIBUTING_de-DE.md":"239","CONTRIBUTING.md":"240","CONTRIBUTORS":"241","cppcheck_suppressions.txt":"242","cspell.json":"243","docker/Dockerfile":"244","docker/entrypoint.emscripten.sh":"245","docker/entrypoint.sh":"246","docker/Taskfile.yml":"247","dockerfiles/ci/Dockerfile":"248","dockerfiles/ci/install_git_lfs":"249","dockerfiles/config/qtversion.xml":"250","dockerfiles/runner-helper/helpers/checksum.ps1":"251","dockerfiles/runner-helper/helpers/entrypoint":"252","dockerfiles/runner-helper/scripts/ gitlab-runner-build":"253","docs/_CONTRIBUTING.rst":"254","docs/api/cpp_doxygen_sphinx.rst":"255","docs/api/index.rst":"256","docs/building.md":"257","docs/chapters/appendix.rst":"258","docs/chapters/database.rst":"259","docs/chapters/getting_involved.rst":"260","docs/chapters/getting_started.rst":"261","docs/chapters/introduction.rst":"262","docs/chapters/preferences.rst":"263","docs/chapters/user_interface.rst":"264","docs/cmake/index.rst":"265","docs/cmake/variables.rst":"266","docs/CMakeLists.txt":"267","docs/CODE_OF_CONDUCT.rst":"268","docs/codeofconduct.rst":"269","docs/contributing.rst":"270","docs/database-design.md":"271","docs/docker.md":"272","docs/glossary.rst":"273","docs/index.rst":"274","docs/Makefile":"275","docs/man/jmbde.rst":"276","docs/README.md":"277","docs/requirements.txt":"278","docs/root/css/company_style.css":"279","docs/root/index.html":"280","docs/root/js/version_switcher.js":"281","docs/Taskfile.yml":"282","docs/update_versions.py":"283","goodcheck.yml":"284","LICENSE":"285","NEWS.md":"286","package.json":"287","packaging/CMakeLists.txt":"288","packaging/conanfile.py":"289","packaging/flatpak/org.jmuelbert.jmbde-QT.yml":"290","packaging/ifw/config/config.xml":"291","packaging/ifw/packages/main/meta/package.xml":"292","packaging/ifw/packages/models/meta/package.xml":"293","packaging/ifw/packages/translations/meta/package.xml":"294","packaging/ifw/packages/widgets/meta/package.xml":"295","packaging/ifw/README.md":"296","packaging/linux/BUILDVERSION":"297","packaging/linux/jmbde":"298","packaging/linux/org.jmuelbert.jmbde.metainfo.xml":"299","packaging/linux/VERSION":"300","packaging/linux/VERSIONSUFFIX":"301","packaging/macos/jmbde/de_DE.lproj/LICENSE":"302","packaging/macos/jmbde/en_US.lproj/LICENSE":"303","packaging/win/chocolatey/chocolateyinstall.ps1":"304","packaging/win/CMakeLists.txt":"305","pages/package.json":"306","pages/README.md":"307","pages/src/env.d.ts":"308","pch/CMakeLists.txt":"309","pch/empty_pch.c":"310","pch/empty_pch.cpp":"311","pch/pch.h":"312","pnpm-workspace.yaml":"313","README_de.md":"314","README.de.md":"315","README.es.md":"316","README.it.md":"317","README.md":"318","scripts/build_docker_linux":"319","scripts/build_docker_windows":"320","scripts/build_flatpak":"321","scripts/build_mac":"322","scripts/build_mac_vcpkg":"323","scripts/build_snap":"324","scripts/build_ubuntu":"325","scripts/build_vcpkg":"326","scripts/build.ps1":"327","scripts/coverage.sh":"328","scripts/format-cmake.bash":"329","scripts/gen_iconset.py":"330","scripts/make-dist":"331","scripts/ubuntu-ppa":"332","SECURITY.md":"333","snap/snapcraft.yaml":"334","Taskfile.yml":"335"},{"hash":"336","data":"337"},{"hash":"338","data":"339"},{"hash":"340","data":"341"},{"hash":"342","data":"343"},{"hash":"344","data":"345"},{"hash":"346","data":"347"},{"hash":"348","data":"349"},{"hash":"350","data":"351"},{"hash":"352","data":"353"},{"hash":"354","data":"355"},{"hash":"356","data":"357"},{"hash":"358","data":"359"},{"hash":"360","data":"361"},{"hash":"362","data":"363"},{"hash":"364","data":"365"},{"hash":"366","data":"367"},{"hash":"368","data":"369"},{"hash":"370","data":"371"},{"hash":"372","data":"373"},{"hash":"374","data":"375"},{"hash":"376","data":"377"},{"hash":"378","data":"379"},{"hash":"380","data":"381"},{"hash":"382","data":"383"},{"hash":"384","data":"385"},{"hash":"386","data":"387"},{"hash":"388","data":"389"},{"hash":"390","data":"391"},{"hash":"392","data":"393"},{"hash":"394","data":"395"},{"hash":"396","data":"397"},{"hash":"398","data":"399"},{"hash":"400","data":"401"},{"hash":"402","data":"403"},{"hash":"404","data":"405"},{"hash":"406","data":"407"},{"hash":"408","data":"409"},{"hash":"410","data":"411"},{"hash":"412","data":"413"},{"hash":"400","data":"414"},{"hash":"402","data":"415"},{"hash":"416","data":"417"},{"hash":"418","data":"419"},{"hash":"408","data":"420"},{"hash":"410","data":"421"},{"hash":"422","data":"423"},{"hash":"422","data":"424"},{"hash":"425","data":"426"},{"hash":"427","data":"428"},{"hash":"429","data":"430"},{"hash":"431","data":"432"},{"hash":"433","data":"434"},{"hash":"435","data":"436"},{"hash":"437","data":"438"},{"hash":"439","data":"440"},{"hash":"441","data":"442"},{"hash":"443","data":"444"},{"hash":"445","data":"446"},{"hash":"447","data":"448"},{"hash":"449","data":"450"},{"hash":"451","data":"452"},{"hash":"453","data":"454"},{"hash":"455","data":"456"},{"hash":"457","data":"458"},{"hash":"459","data":"460"},{"hash":"461","data":"462"},{"hash":"463","data":"464"},{"hash":"465","data":"466"},{"hash":"467","data":"468"},{"hash":"469","data":"470"},{"hash":"471","data":"472"},{"hash":"473","data":"474"},{"hash":"475","data":"476"},{"hash":"477","data":"478"},{"hash":"479","data":"480"},{"hash":"481","data":"482"},{"hash":"483","data":"484"},{"hash":"485","data":"486"},{"hash":"487","data":"488"},{"hash":"489","data":"490"},{"hash":"491","data":"492"},{"hash":"493","data":"494"},{"hash":"495","data":"496"},{"hash":"497","data":"498"},{"hash":"499","data":"500"},{"hash":"501","data":"502"},{"hash":"503","data":"504"},{"hash":"505","data":"506"},{"hash":"507","data":"508"},{"hash":"509","data":"510"},{"hash":"511","data":"512"},{"hash":"513","data":"514"},{"hash":"515","data":"516"},{"hash":"517","data":"518"},{"hash":"519","data":"520"},{"hash":"521","data":"522"},{"hash":"523","data":"524"},{"hash":"525","data":"526"},{"hash":"527","data":"528"},{"hash":"529","data":"530"},{"hash":"531","data":"532"},{"hash":"533","data":"534"},{"hash":"535","data":"536"},{"hash":"537","data":"538"},{"hash":"539","data":"540"},{"hash":"541","data":"542"},{"hash":"543","data":"544"},{"hash":"545","data":"546"},{"hash":"547","data":"548"},{"hash":"549","data":"550"},{"hash":"551","data":"552"},{"hash":"553","data":"554"},{"hash":"555","data":"556"},{"hash":"557","data":"558"},{"hash":"559","data":"560"},{"hash":"561","data":"562"},{"hash":"563","data":"564"},{"hash":"565","data":"566"},{"hash":"567","data":"568"},{"hash":"569","data":"570"},{"hash":"571","data":"572"},{"hash":"573","data":"574"},{"hash":"575","data":"576"},{"hash":"577","data":"578"},{"hash":"579","data":"580"},{"hash":"581","data":"582"},{"hash":"583","data":"584"},{"hash":"585","data":"586"},{"hash":"587","data":"588"},{"hash":"589","data":"590"},{"hash":"591","data":"592"},{"hash":"593","data":"594"},{"hash":"595","data":"596"},{"hash":"595","data":"597"},{"hash":"598","data":"599"},{"hash":"600","data":"601"},{"hash":"602","data":"603"},{"hash":"579","data":"604"},{"hash":"581","data":"605"},{"hash":"606","data":"607"},{"hash":"575","data":"608"},{"hash":"609","data":"610"},{"hash":"611","data":"612"},{"hash":"613","data":"614"},{"hash":"615","data":"616"},{"hash":"617","data":"618"},{"hash":"619","data":"620"},{"hash":"621","data":"622"},{"hash":"623","data":"624"},{"hash":"625","data":"626"},{"hash":"627","data":"628"},{"hash":"629","data":"630"},{"hash":"631","data":"632"},{"hash":"633","data":"634"},{"hash":"635","data":"636"},{"hash":"637","data":"638"},{"hash":"639","data":"640"},{"hash":"641","data":"642"},{"hash":"643","data":"644"},{"hash":"645","data":"646"},{"hash":"647","data":"648"},{"hash":"649","data":"650"},{"hash":"651","data":"652"},{"hash":"653","data":"654"},{"hash":"655","data":"656"},{"hash":"657","data":"658"},{"hash":"659","data":"660"},{"hash":"661","data":"662"},{"hash":"663","data":"664"},{"hash":"665","data":"666"},{"hash":"667","data":"668"},{"hash":"669","data":"670"},{"hash":"671","data":"672"},{"hash":"673","data":"674"},{"hash":"675","data":"676"},{"hash":"677","data":"678"},{"hash":"679","data":"680"},{"hash":"681","data":"682"},{"hash":"683","data":"684"},{"hash":"685","data":"686"},{"hash":"687","data":"688"},{"hash":"689","data":"690"},{"hash":"691","data":"692"},{"hash":"693","data":"694"},{"hash":"695","data":"696"},{"hash":"697","data":"698"},{"hash":"699","data":"700"},{"hash":"701","data":"702"},{"hash":"703","data":"704"},{"hash":"705","data":"706"},{"hash":"707","data":"708"},{"hash":"709","data":"710"},{"hash":"711","data":"712"},{"hash":"713","data":"714"},{"hash":"715","data":"716"},{"hash":"717","data":"718"},{"hash":"719","data":"720"},{"hash":"721","data":"722"},{"hash":"723","data":"724"},{"hash":"725","data":"726"},{"hash":"727","data":"728"},{"hash":"729","data":"730"},{"hash":"731","data":"732"},{"hash":"733","data":"734"},{"hash":"735","data":"736"},{"hash":"737","data":"738"},{"hash":"739","data":"740"},{"hash":"741","data":"742"},{"hash":"743","data":"744"},{"hash":"745","data":"746"},{"hash":"747","data":"748"},{"hash":"749","data":"750"},{"hash":"751","data":"752"},{"hash":"753","data":"754"},{"hash":"755","data":"756"},{"hash":"757","data":"758"},{"hash":"759","data":"760"},{"hash":"573","data":"761"},{"hash":"575","data":"762"},{"hash":"763","data":"764"},{"hash":"765","data":"766"},{"hash":"767","data":"768"},{"hash":"769","data":"770"},{"hash":"771","data":"772"},{"hash":"773","data":"774"},{"hash":"775","data":"776"},{"hash":"777","data":"778"},{"hash":"779","data":"780"},{"hash":"781","data":"782"},{"hash":"783","data":"784"},{"hash":"785","data":"786"},{"hash":"787","data":"788"},{"hash":"789","data":"790"},{"hash":"791","data":"792"},{"hash":"793","data":"794"},{"hash":"795","data":"796"},{"hash":"595","data":"797"},{"hash":"798","data":"799"},{"hash":"800","data":"801"},{"hash":"802","data":"803"},{"hash":"804","data":"805"},{"hash":"806","data":"807"},{"hash":"808","data":"809"},{"hash":"810","data":"811"},{"hash":"812","data":"813"},{"hash":"814","data":"815"},{"hash":"816","data":"817"},{"hash":"818","data":"819"},{"hash":"820","data":"821"},{"hash":"822","data":"823"},{"hash":"824","data":"825"},{"hash":"826","data":"827"},{"hash":"828","data":"829"},{"hash":"830","data":"831"},{"hash":"832","data":"833"},{"hash":"834","data":"835"},{"hash":"836","data":"837"},{"hash":"838","data":"839"},{"hash":"840","data":"841"},{"hash":"842","data":"843"},{"hash":"844","data":"845"},{"hash":"846","data":"847"},{"hash":"848","data":"849"},{"hash":"850","data":"851"},{"hash":"852","data":"853"},{"hash":"854","data":"855"},{"hash":"856","data":"857"},{"hash":"858","data":"859"},{"hash":"860","data":"861"},{"hash":"862","data":"863"},{"hash":"864","data":"865"},{"hash":"866","data":"867"},{"hash":"868","data":"869"},{"hash":"870","data":"871"},{"hash":"872","data":"873"},{"hash":"874","data":"875"},{"hash":"876","data":"877"},{"hash":"878","data":"879"},{"hash":"880","data":"881"},{"hash":"882","data":"883"},{"hash":"884","data":"885"},{"hash":"886","data":"887"},{"hash":"888","data":"889"},{"hash":"890","data":"891"},{"hash":"892","data":"893"},{"hash":"894","data":"895"},{"hash":"896","data":"897"},{"hash":"898","data":"899"},{"hash":"900","data":"901"},{"hash":"902","data":"903"},{"hash":"904","data":"905"},{"hash":"906","data":"907"},{"hash":"908","data":"909"},{"hash":"910","data":"911"},{"hash":"912","data":"913"},{"hash":"595","data":"914"},{"hash":"915","data":"916"},{"hash":"917","data":"918"},{"hash":"919","data":"920"},{"hash":"921","data":"922"},{"hash":"595","data":"923"},{"hash":"924","data":"925"},{"hash":"926","data":"927"},{"hash":"928","data":"929"},{"hash":"930","data":"931"},{"hash":"932","data":"933"},{"hash":"934","data":"935"},{"hash":"936","data":"937"},{"hash":"938","data":"939"},{"hash":"940","data":"941"},{"hash":"940","data":"942"},{"hash":"943","data":"944"},{"hash":"945","data":"946"},{"hash":"947","data":"948"},{"hash":"949","data":"950"},{"hash":"951","data":"952"},{"hash":"949","data":"953"},{"hash":"876","data":"954"},{"hash":"955","data":"956"},{"hash":"957","data":"958"},{"hash":"959","data":"960"},{"hash":"961","data":"962"},{"hash":"961","data":"963"},{"hash":"964","data":"965"},{"hash":"966","data":"967"},{"hash":"968","data":"969"},{"hash":"970","data":"971"},{"hash":"972","data":"973"},{"hash":"974","data":"975"},{"hash":"976","data":"977"},{"hash":"978","data":"979"},{"hash":"980","data":"981"},{"hash":"982","data":"983"},{"hash":"984","data":"985"},{"hash":"986","data":"987"},"b34eda59c7a3bdba33483c4dce24cc95",{"v":"988","r":"989","d":"990"},"c8482cbb856d2e6bdd20204f3efbc7ea",{"v":"988","r":"991","d":"990"},"73965fd5392d524f28bbf523f8c9f86c",{"v":"988","r":"992","d":"990"},"ccb29b8fa93ab44be7f85d95708f738d",{"v":"988","r":"993","d":"990"},"9e56f0185a32c3e4f69d2766e5faadd6",{"v":"988","r":"994","d":"995"},"ee5ef9b00b72b1ca9f7977dfd371bb41",{"v":"988","r":"996","d":"995"},"c2ab9b85d7069ecfebe2f9d01fcd0b62",{"v":"988","r":"997","d":"990"},"e65e4937ea39d662ec11fc9f247cae1b",{"v":"988","r":"998","d":"990"},"4b4d7fa691477fa08da32273dfd99be4",{"v":"988","r":"999","d":"995"},"30afcc318593a4ff37c755256ea7990b",{"v":"988","r":"1000","d":"995"},"4cd000532440afcb3f68c29d6c5b7d48",{"v":"988","r":"1001","d":"995"},"201ad04908971b538c5e43f8bab5c5bf",{"v":"988","r":"1002","d":"990"},"f09a1435ed67ad368ee4238e88d4d32a",{"v":"988","r":"1003","d":"990"},"60e715101320d79b4045818921f858a4",{"v":"988","r":"1004","d":"995"},"abf4cf47bd54816aaac105adcd753b37",{"v":"988","r":"1005","d":"995"},"c8fb3c3266d22de030f2368e686f742e",{"v":"988","r":"1006","d":"990"},"b2299fdc0a0961b19c3adab0600f3ef2",{"v":"988","r":"1007","d":"995"},"ccd57bc174a2a1a59595d955396cdce5",{"v":"988","r":"1008","d":"995"},"d9cdb6069726907d7bc5a6bf6b110f2d",{"v":"988","r":"1009","d":"990"},"ad337b3ed604acefd16c2b0dcc403537",{"v":"988","r":"1010","d":"990"},"603770314d1d6e5024cecbc88b916703",{"v":"988","r":"1011","d":"990"},"7f4e1c4f6edfae89132589a9234c8de0",{"v":"988","r":"1012","d":"990"},"cbe3909e074a79edf61d861954f2e601",{"v":"988","r":"1013","d":"995"},"9ee8461485845e1d3c835f7b6f375a6b",{"v":"988","r":"1014","d":"990"},"00fe9d0a8320a23bf51c390d74280d49",{"v":"988","r":"1015","d":"990"},"39a4c0cf61ffb6c8f2bdb0855248d73e",{"v":"988","r":"1016","d":"995"},"4dbd145f4cedb422e53891a56b4db736",{"v":"988","r":"1017","d":"1018"},"c7779bb4bd6888a9616a3cf7b9d3144b",{"v":"988","r":"1019","d":"995"},"e664f1f4eef19c674985268180ac82bd",{"v":"988","r":"1020","d":"995"},"a427c405b0b25926cc42dfd3470fd048",{"v":"988","r":"1021","d":"990"},"58fefb2e6c39347887bac8e53fac47ec",{"v":"988","r":"1022","d":"990"},"e80fcc9a70ba66076cc43e0825d64578",{"v":"988","r":"1023","d":"990"},"4ebd956ad651c9de9aa515c3c997d263",{"v":"988","r":"1024","d":"990"},"0ecc25d75e80cdf4ebc783ad13aa727c",{"v":"988","r":"1025","d":"1026"},"add8f50f6455b5a3335c6fe61b4b64c2",{"v":"988","r":"1027","d":"1026"},"0a6989863dbc9869556efbd64cfa9ea9",{"v":"988","r":"1028","d":"1026"},"fef3f1c7c15b9e07b51dada96563b42d",{"v":"988","r":"1029","d":"990"},"6cedeb1bfead36c143d7a764ea815258",{"v":"988","r":"1030","d":"1026"},"3133ce2e79abc80ba8b1832dd6bc932a",{"v":"988","r":"1031","d":"990"},{"v":"988","r":"1032","d":"990"},{"v":"988","r":"1033","d":"1026"},"071c2dd70737594752dac4bbd5c190a5",{"v":"988","r":"1034","d":"1026"},"c2deb75ce4d055565dd940f3015ac473",{"v":"988","r":"1035","d":"1026"},{"v":"988","r":"1036","d":"990"},{"v":"988","r":"1037","d":"1026"},"461060aac94231484c2baec472ce3548",{"v":"988","r":"1038","d":"1018"},{"v":"988","r":"1039","d":"1018"},"3fd13f410ad3d506e4fe9dc68c8df628",{"v":"988","r":"1040","d":"990"},"e6e54047b02256488dfebd4dfeada7f0",{"v":"988","r":"1041","d":"990"},"0f88bf606e68c2715458bb560ebb820f",{"v":"988","r":"1042","d":"1026"},"04547b5ed809c228dd9c172c6014e865",{"v":"988","r":"1043","d":"1026"},"d9da0ee60d4acb2e727e9b66811c9c77",{"v":"988","r":"1044","d":"990"},"1fe857bca8745ccd8851be6cbd7ef199",{"v":"988","r":"1045","d":"1046"},"4fddc26dd7713b195f93806e29ae3a3a",{"v":"988","r":"1047","d":"1026"},"e98c6cbb0ac66f1ca4ac1954e6923353",{"v":"988","r":"1048","d":"1026"},"d98c0dc75fae8824c3e971475cc881c5",{"v":"988","r":"1049","d":"1026"},"000d4a1a148ecffb3d96d7e47d192c3b",{"v":"988","r":"1050","d":"1026"},"9ae7edee6369ac45e492d8d9e5910738",{"v":"988","r":"1051","d":"1026"},"b2b8b3b4c87d4e0704247bedd6899eb2",{"v":"988","r":"1052","d":"1026"},"763f7797ea9f77c627af690eba23d038",{"v":"988","r":"1053","d":"1026"},"a0e983247f0d8308287e5caddce7681a",{"v":"988","r":"1054","d":"1026"},"7ed2c2496d4f006bfc153e3d14f2aaf9",{"v":"988","r":"1055","d":"1026"},"354252b755862c9fa859bfdefcb904fb",{"v":"988","r":"1056","d":"1026"},"e82c491f123d85431d12b5028dafafb9",{"v":"988","r":"1057","d":"1026"},"ffc9047134cb90d898984686ebde2dda",{"v":"988","r":"1058","d":"1026"},"d8dad25cebbad3e872627fff83a7ca9e",{"v":"988","r":"1059","d":"1026"},"50d87ba4172137e4f0fa96d62a5b9e65",{"v":"988","r":"1060","d":"1026"},"fc494bc65454fa1fde9e94fc7d064303",{"v":"988","r":"1061","d":"1026"},"f0b690bcd91a99ba123e5354f8c6627e",{"v":"988","r":"1062","d":"1026"},"ad43a2fbd97b555381b12c0243eb4598",{"v":"988","r":"1063","d":"1026"},"cbdc41a6406efb5c6cb2fac41f192d70",{"v":"988","r":"1064","d":"1026"},"38faa39f2fcc8df48a59630a777ddb11",{"v":"988","r":"1065","d":"1026"},"a2b0c9c84958537257e9640ee10398fa",{"v":"988","r":"1066","d":"1026"},"bba7c7cffd1ec3fde8c51cebf327457e",{"v":"988","r":"1067","d":"1026"},"17ff5d6949a1a06dc99a51627d1c2a74",{"v":"988","r":"1068","d":"1026"},"1a39cd5596f04101181f06fe3773105b",{"v":"988","r":"1069","d":"1026"},"575c1f3991d6de9e5ea3352bb2cd8421",{"v":"988","r":"1070","d":"1026"},"a0d2be75cc2e8a38a1b3b0593ea9357b",{"v":"988","r":"1071","d":"1026"},"32a725e77cd9adfff79f1ecd3b6f4f73",{"v":"988","r":"1072","d":"1026"},"2d0bc80b0bbbb812f9369a1462d9e24f",{"v":"988","r":"1073","d":"1026"},"50bd0a1cf2ce960e512982f475be1437",{"v":"988","r":"1074","d":"1026"},"0e970af77f24d3c8001effc19d393094",{"v":"988","r":"1075","d":"1026"},"cc519798262f4338dedd9ead505f8d90",{"v":"988","r":"1076","d":"1026"},"879247c13bd047f0e99c8309e09bdf4a",{"v":"988","r":"1077","d":"1026"},"8dd5eb06958dbabec74509bcee216b3d",{"v":"988","r":"1078","d":"1026"},"250f51bb12502bd11243a0d7daf0651a",{"v":"988","r":"1079","d":"1026"},"c8c2d02cd7f7353b5a6ddb5f3f59bbb0",{"v":"988","r":"1080","d":"1026"},"eaf8d25f620d7753c7210cecf8c8dbfb",{"v":"988","r":"1081","d":"1026"},"880048ecb6aa631cbde18ba3cdd11fb3",{"v":"988","r":"1082","d":"1026"},"ea6a0b3e44320873a885e134113fef7e",{"v":"988","r":"1083","d":"1026"},"b1712db903f85b7de95b1296885eedf3",{"v":"988","r":"1084","d":"1026"},"3d99b73e87897a6799a7690e93dc6fde",{"v":"988","r":"1085","d":"1026"},"d2299b74dc2183ecc3f1431f7c872cde",{"v":"988","r":"1086","d":"1026"},"763aaf4240f529def9a3e57b9bc4b7c6",{"v":"988","r":"1087","d":"1026"},"ccf2372262526f5b9325c1db2e4dd25f",{"v":"988","r":"1088","d":"1026"},"7d23aa1360caa4695422d23ad3cc093d",{"v":"988","r":"1089","d":"1026"},"0be8a6d8ef04e393332fced402ded952",{"v":"988","r":"1090","d":"1026"},"7cc291db77b00f42883dd33ae639c74c",{"v":"988","r":"1091","d":"1026"},"63ad676c59176b1c9cd41f8c0ff0f78d",{"v":"988","r":"1092","d":"1026"},"fb9d87b19e09b33aaf1a96616ce3e4b6",{"v":"988","r":"1093","d":"1026"},"1ddbe81a425b7ab565b0a87a89b20455",{"v":"988","r":"1094","d":"1026"},"88c3f51e248874be46ce90b2a113c668",{"v":"988","r":"1095","d":"1026"},"7e51461d5c55b66867b716523ffa8f8c",{"v":"988","r":"1096","d":"1026"},"4fef50392c48753b3b507125f952623d",{"v":"988","r":"1097","d":"1026"},"6c6048b935606bb9a81638584d3695cf",{"v":"988","r":"1098","d":"1026"},"b68eef1c1f657da9213cfc5aa799572d",{"v":"988","r":"1099","d":"1026"},"217397adbd3234ffccc4b9b55c3191d1",{"v":"988","r":"1100","d":"1026"},"65b489b6d6cb5f74471cb3c59e23f443",{"v":"988","r":"1101","d":"1026"},"94edadf3aa57e5d27f5401abcf4eba32",{"v":"988","r":"1102","d":"1026"},"bc7a64a2d8dffac3d0c6c9955f12c84d",{"v":"988","r":"1103","d":"1026"},"5853cbfdc62e456b4feb8a7206826fb1",{"v":"988","r":"1104","d":"1026"},"e744a5d0f4b5503ece1af755ea2911c1",{"v":"988","r":"1105","d":"1026"},"76f286556f75213f605410beb3f1ed76",{"v":"988","r":"1106","d":"1026"},"18f66b954b058959ff5f6456a28d4061",{"v":"988","r":"1107","d":"1026"},"23c330c8ec5a896b5075a2fb00e99aee",{"v":"988","r":"1108","d":"1026"},"2a57995f81bf8377fa18f9cf784e78f7",{"v":"988","r":"1109","d":"1026"},"b4092714093a23a224dfbf437aa1922b",{"v":"988","r":"1110","d":"1026"},"5328e930204f7e96c35e9a23453837f6",{"v":"988","r":"1111","d":"1026"},"5c061a532755afa5fe0eae547571f2ec",{"v":"988","r":"1112","d":"1026"},"077e76066e839cc0d4bfc784f4ece8f9",{"v":"988","r":"1113","d":"1026"},"bba978dfe007cf4a03ec14593fd7f956",{"v":"988","r":"1114","d":"990"},"fed0791aa56b674ea4f5abb493593b71",{"v":"988","r":"1115","d":"1046"},"b7cf460988c2298a10047d4ebc5d4722",{"v":"988","r":"1116","d":"1026"},"6e2dee28fdfe56ed698a62cb7d4ce26c",{"v":"988","r":"1117","d":"990"},"f7708f741b04dea4303b29520b7e7440",{"v":"988","r":"1118","d":"1026"},"7316c173057f1b2a206e426682278d72",{"v":"988","r":"1119","d":"1026"},"6b1bc761c6b1d5bee7dc9ff87b41e49a",{"v":"988","r":"1120","d":"990"},"dad9489f091d4138c22a8eafbf8fe6b5",{"v":"988","r":"1121","d":"1046"},"f3d504c3aa45283d9c93e6bf97bd1f44",{"v":"988","r":"1122","d":"1026"},"e04e8c0c498be14cae6ed4396f48c4d4",{"v":"988","r":"1123","d":"1026"},"b98098f4da0649b07832685cd88287bb",{"v":"988","r":"1124","d":"1026"},"0cbb20dfabeebe47eeace2ff58805840",{"v":"988","r":"1125","d":"990"},"d41d8cd98f00b204e9800998ecf8427e",{"v":"988","r":"1126","d":"990"},{"v":"988","r":"1127","d":"990"},"583321ad229b54054219cd743ad6fbcf",{"v":"988","r":"1128","d":"1026"},"66a6910c78aa31380199dcf90329edf0",{"v":"988","r":"1129","d":"990"},"0854b39f40a2667e8961ae43f8884cba",{"v":"988","r":"1130","d":"1046"},{"v":"988","r":"1131","d":"1026"},{"v":"988","r":"1132","d":"1026"},"30e74167c905bb355525526cdd8acbb9",{"v":"988","r":"1133","d":"990"},{"v":"988","r":"1134","d":"1026"},"f4ca66a72fb5120aaf5d9b2acb99e56d",{"v":"988","r":"1135","d":"990"},"af287abaa827aa14839e0b15b3033dd3",{"v":"988","r":"1136","d":"1046"},"0755778c61e2f9d027c6406c627cff57",{"v":"988","r":"1137","d":"1026"},"1f3e3979821db076bb342f5d19a0579d",{"v":"988","r":"1138","d":"1026"},"750d43b9e37e7127a3be3b54427b833d",{"v":"988","r":"1139","d":"1026"},"4117b57b47400d6e18d2b1d0a97603d5",{"v":"988","r":"1140","d":"1026"},"9be07cf64c4c3e04443aa3e6583e1fef",{"v":"988","r":"1141","d":"1026"},"801d2d6f77c32e4c01c6dc5749cb859f",{"v":"988","r":"1142","d":"1026"},"f2d8e4d45165662112b5186e1d3bce6e",{"v":"988","r":"1143","d":"1026"},"8b1c112fea990767ba6f6fca45dfd197",{"v":"988","r":"1144","d":"1026"},"74c903da489398a44c72b8750cea1aae",{"v":"988","r":"1145","d":"1026"},"4a18c04fa0d4af21d75ce1cf92a89b5f",{"v":"988","r":"1146","d":"1026"},"9b35a6239bd52abad2fd060a0012faf8",{"v":"988","r":"1147","d":"1026"},"818ebac5601c4b9d4add4d547b48aaf5",{"v":"988","r":"1148","d":"1026"},"08e0515a41af47df86d43b36bcbfbf20",{"v":"988","r":"1149","d":"1026"},"4d38607b6243204649f50f920f240c1f",{"v":"988","r":"1150","d":"1026"},"3bf2f5cfac1a214f4bcc4ad77018d0de",{"v":"988","r":"1151","d":"1026"},"462079ff2fc8ce5302742557db49c4b4",{"v":"988","r":"1152","d":"1026"},"9d6b982e8a4b2d009c5c6891447af4b2",{"v":"988","r":"1153","d":"1026"},"faee97cdad6929e93f260d1d0b3fdda3",{"v":"988","r":"1154","d":"1026"},"c8b91add876ecbdc5edcda13e008cce3",{"v":"988","r":"1155","d":"1026"},"9246c87e19caa2c7488607ab18f2a56d",{"v":"988","r":"1156","d":"1026"},"6df7467188d740b2c94b23c4dab494db",{"v":"988","r":"1157","d":"1026"},"94c2abe3b22f5d9d6704f9dd7be8fb6d",{"v":"988","r":"1158","d":"1026"},"dfb628a89ad93008d96940adc10eeb4e",{"v":"988","r":"1159","d":"1026"},"11ff6c3f66331441a4a5d517ccc149e1",{"v":"988","r":"1160","d":"1026"},"c46404a7ca4d9f1b6f0eae825895e9a5",{"v":"988","r":"1161","d":"1026"},"3473db2c377a8d9445ce908c13098b5d",{"v":"988","r":"1162","d":"1026"},"1a444d478f813ba70236c98718771682",{"v":"988","r":"1163","d":"1026"},"dc9dcabc23e1dbb47cebac65b5f11993",{"v":"988","r":"1164","d":"1026"},"21fc9ee0d6d16a0643dc08363443b98d",{"v":"988","r":"1165","d":"1026"},"7b0e8451a3e79b788103ae7916b8e592",{"v":"988","r":"1166","d":"1026"},"e167a4ee9e4bdd206c8b94b8c6adde56",{"v":"988","r":"1167","d":"1026"},"125c4e01dfe35cfaf906103b8a5e3666",{"v":"988","r":"1168","d":"1026"},"9c2c219f05b14bfd0159ac62ce164486",{"v":"988","r":"1169","d":"1026"},"6edb5c1b65e553aee22420ac1861712b",{"v":"988","r":"1170","d":"1026"},"d54ad51960169f0b7d415fd27f97e695",{"v":"988","r":"1171","d":"1026"},"3c93c6a9757422e9f933399bb1e287ff",{"v":"988","r":"1172","d":"1026"},"2118d4f208ec66225398bafce8b0e851",{"v":"988","r":"1173","d":"1026"},"4a0b0c611d4c01f2b7615c609cff3dec",{"v":"988","r":"1174","d":"1026"},"ff0e68c5cad4b6e286b74942c452cd20",{"v":"988","r":"1175","d":"1026"},"4e7a79adcf35148032748ce463cfe093",{"v":"988","r":"1176","d":"1026"},"1c03a4dcb3ae4c805687ca76dd07f774",{"v":"988","r":"1177","d":"1026"},"c2bf46adcde8ae7c1d750b8e0a5389c9",{"v":"988","r":"1178","d":"1026"},"9a0de9a6c8e6fc8e8647f83edc21185f",{"v":"988","r":"1179","d":"1026"},"99c03ffad8ae333196df2fc55660b857",{"v":"988","r":"1180","d":"1026"},"81330b5925f99bf09a6dbfbb8945154e",{"v":"988","r":"1181","d":"1026"},"d7d196c9eaf1e7e39eb54456bd9f2dce",{"v":"988","r":"1182","d":"1026"},"e709577d9801081b26310eb6e2298bac",{"v":"988","r":"1183","d":"1026"},"59ca66a049ade70307aa6555431a6f95",{"v":"988","r":"1184","d":"1026"},"5f65d2cb76d4cc6239f4a997911865e1",{"v":"988","r":"1185","d":"1026"},"9fe6fb879b12518559e86cb6d2c28a7b",{"v":"988","r":"1186","d":"1026"},"ea2d6a6f40c6b0e9cac0580c13ffa53c",{"v":"988","r":"1187","d":"1026"},"26b6e8fef9dcf9894ce9dcc4105d5b71",{"v":"988","r":"1188","d":"1026"},"a94753b959d0b6bab79847ab1d75a106",{"v":"988","r":"1189","d":"1026"},"ce1a9f8cfa92fe010a4e34f156fde4b1",{"v":"988","r":"1190","d":"1026"},"ef781fc14af94d6ce82ed29ec5981888",{"v":"988","r":"1191","d":"1026"},"3f9ec19fffe305debeab23a93c7be65e",{"v":"988","r":"1192","d":"1026"},"ff0e1c8b6adab980cf4e3306142db9e1",{"v":"988","r":"1193","d":"1026"},"badb86da3b27c414ec23a9a697b20587",{"v":"988","r":"1194","d":"1026"},"75f34a38ba74e2f3a6eb477e43508ef3",{"v":"988","r":"1195","d":"1026"},"0e6af705ca21335d4ad1704b28cfdc39",{"v":"988","r":"1196","d":"1026"},"6f208b615c5e37efd0ed7f03a122ff28",{"v":"988","r":"1197","d":"1026"},"c8488892bb9ada28c9d6bb67d49e714b",{"v":"988","r":"1198","d":"1026"},"c29435d05f95a946f77f4f9da103b691",{"v":"988","r":"1199","d":"1026"},"16292c249892eb94dcdd263a498a2e8d",{"v":"988","r":"1200","d":"1026"},"d5a0120564f43f88a3ae413497563084",{"v":"988","r":"1201","d":"1026"},"f5fc81e108f50c0872311c4fef54a656",{"v":"988","r":"1202","d":"1026"},"c9bb8f6ab6d6a25882b1880c0239738e",{"v":"988","r":"1203","d":"1026"},"5cd2d61977810eba5b5a79230984f49b",{"v":"988","r":"1204","d":"1026"},"75ce364f4876935203ef00fc788dc3b4",{"v":"988","r":"1205","d":"1026"},"816a4e233706d818e5b651b61357cba3",{"v":"988","r":"1206","d":"1026"},"f1a9d1c20f005bbfab66dcb99035adbe",{"v":"988","r":"1207","d":"1026"},"fcc6ccd0ce72104c9870f8aa44adf1af",{"v":"988","r":"1208","d":"1026"},"cf279582e8baccec833ff857380466a6",{"v":"988","r":"1209","d":"1026"},"89d7cf9bedd1b0d08743728a33b54f36",{"v":"988","r":"1210","d":"990"},{"v":"988","r":"1211","d":"1046"},{"v":"988","r":"1212","d":"1026"},"0f3efaf5b18f5d608413989e08139bef",{"v":"988","r":"1213","d":"990"},"3ee9c871fbabaea22843ade8e9645be1",{"v":"988","r":"1214","d":"990"},"a37f5c079b9912ac3bdefa811cc5d065",{"v":"988","r":"1215","d":"990"},"316968ef1a4f9b1d4047488a97d14d67",{"v":"988","r":"1216","d":"990"},"a4fdffef69a51c87f7a772dbb00c3137",{"v":"988","r":"1217","d":"990"},"eb8d15e32e1c4cc2eba90e00188db17f",{"v":"988","r":"1218","d":"1219"},"7cfd5bd9c010d9043f4d5b3e1c57ce03",{"v":"988","r":"1220","d":"1219"},"0689398928f0130a880ba7f298c070ef",{"v":"988","r":"1221","d":"1046"},"69c390b7187e5bee255f2619fa4973fd",{"v":"988","r":"1222","d":"990"},"4f922d6a2a0a93837901927a73504552",{"v":"988","r":"1223","d":"990"},"166ec2cff8776e9e6d446ab68adf1dbb",{"v":"988","r":"1224","d":"990"},"79921a036cb1a936633600f374c767ab",{"v":"988","r":"1225","d":"990"},"28336792dabf704e76f4cdc0881eddde",{"v":"988","r":"1226","d":"990"},"e031bcaceaa58c9aa73e0257066eaaaf",{"v":"988","r":"1227","d":"990"},"109b845fef38de5a9afed51412b5a58c",{"v":"988","r":"1228","d":"990"},"a8b08111bdc4e896b0fa13597550454d",{"v":"988","r":"1229","d":"990"},"5472cde4f2b7fc8495da968febf34cc6",{"v":"988","r":"1230","d":"990"},{"v":"988","r":"1231","d":"990"},"67ac923d05431190b49fd4bec80e2ae2",{"v":"988","r":"1232","d":"990"},"1f1fda51f3bd19b3275381361bc90c8a",{"v":"988","r":"1233","d":"1219"},"6d6448501abf2d5594b7dce7badeccae",{"v":"988","r":"1234","d":"1219"},"d3b717e7635ed1078dc3dfffeee70130",{"v":"988","r":"1235","d":"990"},"c89ea6082e1f40415120959bea4dbb66",{"v":"988","r":"1236","d":"990"},"ed6fcbcd514aa7839599e30eeb837e4e",{"v":"988","r":"1237","d":"990"},"8280f9ebc3dbf2ad1fabada130b0e59f",{"v":"988","r":"1238","d":"1239"},"c9be0fe9c6f4663a30897d8adede46f2",{"v":"988","r":"1240","d":"990"},"d488e507aba661906c4503e6a323f2ed",{"v":"988","r":"1241","d":"990"},"710973eb98ab3170eac7b88cfe84dab1",{"v":"988","r":"1242","d":"995"},"e0f22303aecc1e565b094cf020431c61",{"v":"988","r":"1243","d":"1239"},"9af884dcdc8e2a9efd705177ddb02e6a",{"v":"988","r":"1244","d":"990"},"b28028f56652b0306d64d243c09cf902",{"v":"988","r":"1245","d":"990"},"417858527ab0449f548a5e8920120d21",{"v":"988","r":"1246","d":"990"},"90c0082e9c9f9c7e5512f0d36aaeb093",{"v":"988","r":"1247","d":"990"},"a5a8690a0a041fca4ebef035d54b41c2",{"v":"988","r":"1248","d":"990"},"cd757c899f2381c5d7a0e303de784854",{"v":"988","r":"1249","d":"990"},"17aa943f26f17e1c2a86fd90827fee4e",{"v":"988","r":"1250","d":"990"},"98eedfd78f16b91865cb44ba8c0da48d",{"v":"988","r":"1251","d":"990"},"f29715677f6137728eb464435261c679",{"v":"988","r":"1252","d":"1219"},"46d8e8dd616f864c51e2bb3d6473b6eb",{"v":"988","r":"1253","d":"990"},"aa77d136d0a990eda7f733ff40df772f",{"v":"988","r":"1254","d":"990"},"13fbbfffa663f6a2916c22d0a080607b",{"v":"988","r":"1255","d":"990"},"059162b088b651a80417746f1b5a0d41",{"v":"988","r":"1256","d":"990"},"af636b5de465b5acc8583b22a87deb04",{"v":"988","r":"1257","d":"990"},"d53c478d6a6f231a4ab1e0e2bab18456",{"v":"988","r":"1258","d":"990"},"6bd85616f28a853a767e5caed2c4be4d",{"v":"988","r":"1259","d":"990"},"7ddc7eb512d709bad9e0821ba0df89ca",{"v":"988","r":"1260","d":"990"},"26269d9a89057f01d84015d343c93fc1",{"v":"988","r":"1261","d":"990"},"4e69f64c8483293e52b9fa3be28bac5a",{"v":"988","r":"1262","d":"990"},"d27c154edf4d0ad46b7678119103fcbd",{"v":"988","r":"1263","d":"990"},"a6a7e9268b798a7a41af48177d91b195",{"v":"988","r":"1264","d":"990"},"e22a3b9d18b245034efeeb0de4b8bad8",{"v":"988","r":"1265","d":"990"},"9318a08a0822093751ee7eba22844708",{"v":"988","r":"1266","d":"1219"},"42f2934eb775905b7fa87e82fe6fbc87",{"v":"988","r":"1267","d":"1219"},"e5a47b9b7a1cc3c71b791b89b2d55ec4",{"v":"988","r":"1268","d":"990"},"cd5e6c5d75eec20f82e2f99d7477b013",{"v":"988","r":"1269","d":"990"},"bfc0c713fc150a9bb118be36addebbfb",{"v":"988","r":"1270","d":"1271"},"e4e724b1f964edc7202c855c5b1cce21",{"v":"988","r":"1272","d":"990"},"3765729af899d70682a8f43f705e79e7",{"v":"988","r":"1273","d":"1219"},"63403c6a53f87f40176a3d17e4cfacce",{"v":"988","r":"1274","d":"990"},"37bd65d861316a9c9cf039b9c9032df9",{"v":"988","r":"1275","d":"990"},"e0a698794f458c174d46fee7dd2e4540",{"v":"988","r":"1276","d":"1277"},"ea91f90be8f77b4cd58398a3fd4ef7a3",{"v":"988","r":"1278","d":"1018"},"0908db1912973a75f7369177df3f5833",{"v":"988","r":"1279","d":"995"},"2e7dca2b83b5ed8b9f9bd569ab0aa2af",{"v":"988","r":"1280","d":"1046"},"4d72fcbba959f7ec66092c9594363f25",{"v":"988","r":"1281","d":"995"},"1ebbd3e34237af26da5dc08a4e440464",{"v":"988","r":"1282","d":"990"},"87200aad86b84fc64bb3c8cc438a30b6",{"v":"988","r":"1283","d":"1219"},"d6423857f419579fdbb8c197dc45955a",{"v":"988","r":"1284","d":"990"},"f5efd77958ba8887a9adb266dcd91bbc",{"v":"988","r":"1285","d":"990"},"e29df05b1a8b3cafccaec07966dae883",{"v":"988","r":"1286","d":"1046"},"5c438588afbc0e80c5ea3919413e7beb",{"v":"988","r":"1287","d":"995"},"bcf24ca6a6bc8479a10b4da6f8de4d56",{"v":"988","r":"1288","d":"990"},"2096ee1469951a7bb467d6a2791d78e3",{"v":"988","r":"1289","d":"990"},"462700b7b6d8d430ebaae0eb1ce4a94b",{"v":"988","r":"1290","d":"990"},"99f36cbee483927c6a24fdadc6a7c91e",{"v":"988","r":"1291","d":"990"},"2d49458719fe4fcfd3411b00d65a2d67",{"v":"988","r":"1292","d":"990"},{"v":"988","r":"1293","d":"1219"},"b026324c6904b2a9cb4b88d6d61c81d1",{"v":"988","r":"1294","d":"990"},"83614538a650432d1ca97c9a5efbd87e",{"v":"988","r":"1295","d":"990"},"22e215ad95ec30c415080b7a6ba1b0f5",{"v":"988","r":"1296","d":"990"},"d99a9edf3f60dc4b60c30b7347da37a7",{"v":"988","r":"1297","d":"990"},{"v":"988","r":"1298","d":"990"},"b58b1e9ff71e0a083fb6cd776b81906a",{"v":"988","r":"1299","d":"990"},"41fa1e32337666d37d19786aebbf3923",{"v":"988","r":"1300","d":"990"},"95585657d296d75f9a9d454ae6f9937a",{"v":"988","r":"1301","d":"990"},"68b329da9893e34099c7d8ad5cb9c940",{"v":"988","r":"1302","d":"990"},"5bbba30cad85aa624ecf64ca10908b47",{"v":"988","r":"1303","d":"990"},"643c9d774bdc221fdb205993f875fc6b",{"v":"988","r":"1304","d":"1219"},"72c584e3bd8b5f007b2beb870517b437",{"v":"988","r":"1305","d":"1018"},"51bcfba848fc177432ebcc8487222b90",{"v":"988","r":"1306","d":"990"},"3366e83163f47af82963b73e5fff4c1d",{"v":"988","r":"1307","d":"1026"},{"v":"988","r":"1308","d":"1026"},"073c875b8ba4eae52b100761a06c0a05",{"v":"988","r":"1309","d":"1026"},"d5d6d9287e5ab92f4c81cf87853b385c",{"v":"988","r":"1310","d":"995"},"8e3feb44c48fec343f295ee12a4bb162",{"v":"988","r":"1311","d":"1219"},"6eb59f420dd639e2ad4fcfcb5ffdbbec",{"v":"988","r":"1312","d":"1219"},"fb2391760f709c6db2873ee6de8a8f10",{"v":"988","r":"1313","d":"1219"},{"v":"988","r":"1314","d":"1219"},{"v":"988","r":"1315","d":"1219"},"c55baa375df8d985923706173609e11d",{"v":"988","r":"1316","d":"990"},"f4217bbde0927fad77ce165d8c894f88",{"v":"988","r":"1317","d":"990"},"d8efb08ffb205f83eb788ed534c45824",{"v":"988","r":"1318","d":"990"},"ceadb04c4ac186c74b0e158fc92a7bdf",{"v":"988","r":"1319","d":"990"},{"v":"988","r":"1320","d":"990"},"96524406d4100d7d758ce6e28dbddec0",{"v":"988","r":"1321","d":"990"},"dbf73d332dafd3a72e69dc241eb6dc0c",{"v":"988","r":"1322","d":"990"},"fcfd644973b4d80eb7ef2c151e7569a0",{"v":"988","r":"1323","d":"990"},"3c164c0a74d09a7317111d57ea9013d1",{"v":"988","r":"1324","d":"990"},"de8250cffbe8218dbbf817daa2d7dd4c",{"v":"988","r":"1325","d":"990"},"284d3172fbc29a565c3a8c0bae9ddc89",{"v":"988","r":"1326","d":"990"},"4adbd7e4905651dd2194d637a16359c6",{"v":"988","r":"1327","d":"1046"},"00183136eb6011531281ec0caf7476d4",{"v":"988","r":"1328","d":"990"},"1119cf167618f08e9c14b12093b4f335",{"v":"988","r":"1329","d":"990"},"c1879021e8d9eb20ba4abb32dd28ce22",{"v":"988","r":"1330","d":"1219"},"b1f6f7064e8c44aeb94054a2cbcf17cd",{"v":"988","r":"1331","d":"995"},"a4d864c65c9cf4c6168d3634ca36dd61",{"v":"988","r":"1332","d":"995"},"8.8-1-v|r|d",{"issues":"1333","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1419","processed":true,"errors":0,"configErrors":0},{"issues":"1420","processed":true,"errors":0,"configErrors":0},{"issues":"1421","processed":true,"errors":0,"configErrors":0},{"issues":"1422","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1423","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1424","processed":true,"errors":0,"configErrors":0},{"issues":"1425","processed":true,"errors":0,"configErrors":0},{"issues":"1426","processed":true,"errors":0,"configErrors":0},{"issues":"1427","processed":true,"errors":0,"configErrors":0},{"issues":"1428","processed":true,"errors":0,"configErrors":0},{"issues":"1429","processed":true,"errors":0,"configErrors":0},{"issues":"1430","processed":true,"errors":0,"configErrors":0},{"issues":"1431","processed":true,"errors":0,"configErrors":0},{"issues":"1432","processed":true,"errors":0,"configErrors":0},{"issues":"1433","processed":true,"errors":0,"configErrors":0},{"issues":"1434","processed":true,"errors":0,"configErrors":0},{"issues":"1435","processed":true,"errors":0,"configErrors":0},{"issues":"1436","processed":true,"errors":0,"configErrors":0},{"issues":"1437","processed":true,"errors":0,"configErrors":0},{"issues":"1438","processed":true,"errors":0,"configErrors":0},{"issues":"1439","processed":true,"errors":0,"configErrors":0},{"issues":"1440","processed":true,"errors":0,"configErrors":0},{"issues":"1441","processed":true,"errors":0,"configErrors":0},{"issues":"1442","processed":true,"errors":0,"configErrors":0},{"issues":"1443","processed":true,"errors":0,"configErrors":0},{"issues":"1444","processed":true,"errors":0,"configErrors":0},{"issues":"1445","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1446","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1447","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1448","processed":true,"errors":0,"configErrors":0},{"issues":"1449","processed":true,"errors":0,"configErrors":0},{"issues":"1450","processed":true,"errors":0,"configErrors":0},{"issues":"1451","processed":true,"errors":0,"configErrors":0},{"issues":"1452","processed":true,"errors":0,"configErrors":0},{"issues":"1453","processed":true,"errors":0,"configErrors":0},{"issues":"1454","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1455","1456","1457","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1446","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1458","processed":true,"errors":0,"configErrors":0},{"issues":"1459","processed":true,"errors":0,"configErrors":0},{"issues":"1460","processed":true,"errors":0,"configErrors":0},{"issues":"1461","processed":true,"errors":0,"configErrors":0},{"issues":"1462","processed":true,"errors":0,"configErrors":0},{"issues":"1463","processed":true,"errors":0,"configErrors":0},{"issues":"1464","processed":true,"errors":0,"configErrors":0},{"issues":"1465","processed":true,"errors":0,"configErrors":0},{"issues":"1466","processed":true,"errors":0,"configErrors":0},{"issues":"1467","processed":true,"errors":0,"configErrors":0},{"issues":"1468","processed":true,"errors":0,"configErrors":0},{"issues":"1469","processed":true,"errors":0,"configErrors":0},{"issues":"1470","processed":true,"errors":0,"configErrors":0},{"issues":"1471","processed":true,"errors":0,"configErrors":0},{"issues":"1472","processed":true,"errors":0,"configErrors":0},{"issues":"1473","processed":true,"errors":0,"configErrors":0},{"issues":"1474","processed":true,"errors":0,"configErrors":0},{"issues":"1475","processed":true,"errors":0,"configErrors":0},{"issues":"1476","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1477","1352","1478","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1446","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1479","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1480","processed":true,"errors":0,"configErrors":0},{"issues":"1481","processed":true,"errors":0,"configErrors":0},{"issues":"1482","processed":true,"errors":0,"configErrors":0},{"issues":"1483","processed":true,"errors":0,"configErrors":0},{"issues":"1484","processed":true,"errors":0,"configErrors":0},{"issues":"1485","processed":true,"errors":0,"configErrors":0},{"issues":"1486","processed":true,"errors":0,"configErrors":0},{"issues":"1487","processed":true,"errors":0,"configErrors":0},{"issues":"1488","processed":true,"errors":0,"configErrors":0},{"issues":"1489","processed":true,"errors":0,"configErrors":0},{"issues":"1490","processed":true,"errors":0,"configErrors":0},{"issues":"1491","processed":true,"errors":0,"configErrors":0},{"issues":"1492","processed":true,"errors":0,"configErrors":0},{"issues":"1493","processed":true,"errors":0,"configErrors":0},{"issues":"1494","processed":true,"errors":0,"configErrors":0},{"issues":"1495","processed":true,"errors":0,"configErrors":0},{"issues":"1496","processed":true,"errors":0,"configErrors":0},{"issues":"1497","processed":true,"errors":0,"configErrors":0},{"issues":"1498","processed":true,"errors":0,"configErrors":0},{"issues":"1499","processed":true,"errors":0,"configErrors":0},{"issues":"1500","processed":true,"errors":0,"configErrors":0},{"issues":"1501","processed":true,"errors":0,"configErrors":0},{"issues":"1502","processed":true,"errors":0,"configErrors":0},{"issues":"1503","processed":true,"errors":0,"configErrors":0},{"issues":"1504","processed":true,"errors":0,"configErrors":0},{"issues":"1505","processed":true,"errors":0,"configErrors":0},{"issues":"1506","processed":true,"errors":0,"configErrors":0},{"issues":"1507","processed":true,"errors":0,"configErrors":0},{"issues":"1508","processed":true,"errors":0,"configErrors":0},{"issues":"1509","processed":true,"errors":0,"configErrors":0},{"issues":"1510","processed":true,"errors":0,"configErrors":0},{"issues":"1511","processed":true,"errors":0,"configErrors":0},{"issues":"1512","processed":true,"errors":0,"configErrors":0},{"issues":"1513","processed":true,"errors":0,"configErrors":0},{"issues":"1514","processed":true,"errors":0,"configErrors":0},{"issues":"1515","processed":true,"errors":0,"configErrors":0},{"issues":"1516","processed":true,"errors":0,"configErrors":0},{"issues":"1517","processed":true,"errors":0,"configErrors":0},{"issues":"1518","processed":true,"errors":0,"configErrors":0},{"issues":"1519","processed":true,"errors":0,"configErrors":0},{"issues":"1520","processed":true,"errors":0,"configErrors":0},{"issues":"1521","processed":true,"errors":0,"configErrors":0},{"issues":"1522","processed":true,"errors":0,"configErrors":0},{"issues":"1523","processed":true,"errors":0,"configErrors":0},{"issues":"1524","processed":true,"errors":0,"configErrors":0},{"issues":"1525","processed":true,"errors":0,"configErrors":0},{"issues":"1526","processed":true,"errors":0,"configErrors":0},{"issues":"1527","processed":true,"errors":0,"configErrors":0},{"issues":"1528","processed":true,"errors":0,"configErrors":0},{"issues":"1529","processed":true,"errors":0,"configErrors":0},{"issues":"1530","processed":true,"errors":0,"configErrors":0},{"issues":"1531","processed":true,"errors":0,"configErrors":0},{"issues":"1532","processed":true,"errors":0,"configErrors":0},{"issues":"1533","processed":true,"errors":0,"configErrors":0},{"issues":"1534","processed":true,"errors":0,"configErrors":0},{"issues":"1535","processed":true,"errors":0,"configErrors":0},{"issues":"1536","processed":true,"errors":0,"configErrors":0},{"issues":"1537","processed":true,"errors":0,"configErrors":0},{"issues":"1538","processed":true,"errors":0,"configErrors":0},{"issues":"1539","processed":true,"errors":0,"configErrors":0},{"issues":"1540","processed":true,"errors":0,"configErrors":0},{"issues":"1541","processed":true,"errors":0,"configErrors":0},{"issues":"1542","processed":true,"errors":0,"configErrors":0},{"issues":"1543","processed":true,"errors":0,"configErrors":0},{"issues":"1544","processed":true,"errors":0,"configErrors":0},{"issues":"1545","processed":true,"errors":0,"configErrors":0},{"issues":"1546","processed":true,"errors":0,"configErrors":0},{"issues":"1547","processed":true,"errors":0,"configErrors":0},{"issues":"1548","processed":true,"errors":0,"configErrors":0},{"issues":"1549","processed":true,"errors":0,"configErrors":0},{"issues":"1550","processed":true,"errors":0,"configErrors":0},{"issues":"1551","processed":true,"errors":0,"configErrors":0},{"issues":"1552","processed":true,"errors":0,"configErrors":0},{"issues":"1553","processed":true,"errors":0,"configErrors":0},{"issues":"1554","processed":true,"errors":0,"configErrors":0},{"issues":"1555","processed":true,"errors":0,"configErrors":0},{"issues":"1556","processed":true,"errors":0,"configErrors":0},{"issues":"1557","processed":true,"errors":0,"configErrors":0},{"issues":"1558","processed":true,"errors":0,"configErrors":0},{"issues":"1559","processed":true,"errors":0,"configErrors":0},{"issues":"1560","processed":true,"errors":0,"configErrors":0},{"issues":"1561","processed":true,"errors":0,"configErrors":0},{"issues":"1562","processed":true,"errors":0,"configErrors":0},{"issues":"1563","processed":true,"errors":0,"configErrors":0},{"issues":"1564","processed":true,"errors":0,"configErrors":0},{"issues":"1565","processed":true,"errors":0,"configErrors":0},{"issues":"1566","processed":true,"errors":0,"configErrors":0},{"issues":"1567","processed":true,"errors":0,"configErrors":0},{"issues":"1568","processed":true,"errors":0,"configErrors":0},{"issues":"1569","processed":true,"errors":0,"configErrors":0},{"issues":"1570","processed":true,"errors":0,"configErrors":0},{"issues":"1571","processed":true,"errors":0,"configErrors":0},{"issues":"1572","processed":true,"errors":0,"configErrors":0},{"issues":"1573","processed":true,"errors":0,"configErrors":0},{"issues":"1574","processed":true,"errors":0,"configErrors":0},{"issues":"1575","processed":true,"errors":0,"configErrors":0},{"issues":"1576","processed":true,"errors":0,"configErrors":0},{"issues":"1577","processed":true,"errors":0,"configErrors":0},{"issues":"1578","processed":true,"errors":0,"configErrors":0},{"issues":"1579","processed":true,"errors":0,"configErrors":0},{"issues":"1580","processed":true,"errors":0,"configErrors":0},{"issues":"1581","processed":true,"errors":0,"configErrors":0},{"issues":"1582","processed":true,"errors":0,"configErrors":0},{"issues":"1583","processed":true,"errors":0,"configErrors":0},{"issues":"1584","processed":true,"errors":0,"configErrors":0},{"issues":"1585","processed":true,"errors":0,"configErrors":0},{"issues":"1586","processed":true,"errors":0,"configErrors":0},{"issues":"1587","processed":true,"errors":0,"configErrors":0},{"issues":"1588","processed":true,"errors":0,"configErrors":0},{"issues":"1589","processed":true,"errors":0,"configErrors":0},{"issues":"1590","processed":true,"errors":0,"configErrors":0},{"issues":"1591","processed":true,"errors":0,"configErrors":0},{"issues":"1592","processed":true,"errors":0,"configErrors":0},{"issues":"1593","processed":true,"errors":0,"configErrors":0},{"issues":"1594","processed":true,"errors":0,"configErrors":0},{"issues":"1595","processed":true,"errors":0,"configErrors":0},{"issues":"1596","processed":true,"errors":0,"configErrors":0},{"issues":"1597","processed":true,"errors":0,"configErrors":0},{"issues":"1598","processed":true,"errors":0,"configErrors":0},{"issues":"1599","processed":true,"errors":0,"configErrors":0},{"issues":"1600","processed":true,"errors":0,"configErrors":0},{"issues":"1601","processed":true,"errors":0,"configErrors":0},{"issues":"1602","processed":true,"errors":0,"configErrors":0},{"issues":"1603","processed":true,"errors":0,"configErrors":0},{"issues":"1604","processed":true,"errors":0,"configErrors":0},{"issues":"1605","processed":true,"errors":0,"configErrors":0},{"issues":"1606","processed":true,"errors":0,"configErrors":0},{"issues":"1607","processed":true,"errors":0,"configErrors":0},{"issues":"1608","processed":true,"errors":0,"configErrors":0},{"issues":"1609","processed":true,"errors":0,"configErrors":0},{"issues":"1610","processed":true,"errors":0,"configErrors":0},{"issues":"1611","processed":true,"errors":0,"configErrors":0},{"issues":"1612","processed":true,"errors":0,"configErrors":0},{"issues":"1613","processed":true,"errors":0,"configErrors":0},{"issues":"1614","processed":true,"errors":0,"configErrors":0},{"issues":"1615","processed":true,"errors":0,"configErrors":0},{"issues":"1616","processed":true,"errors":0,"configErrors":0},{"issues":"1617","processed":true,"errors":0,"configErrors":0},{"issues":"1618","processed":true,"errors":0,"configErrors":0},{"issues":"1619","processed":true,"errors":0,"configErrors":0},{"issues":"1620","processed":true,"errors":0,"configErrors":0},{"issues":"1621","processed":true,"errors":0,"configErrors":0},{"issues":"1622","processed":true,"errors":0,"configErrors":0},{"issues":"1623","processed":true,"errors":0,"configErrors":0},{"issues":"1624","processed":true,"errors":0,"configErrors":0},{"issues":"1625","processed":true,"errors":0,"configErrors":0},{"issues":"1626","processed":true,"errors":0,"configErrors":0},{"issues":"1627","processed":true,"errors":0,"configErrors":0},{"issues":"1628","processed":true,"errors":0,"configErrors":0},{"issues":"1629","processed":true,"errors":0,"configErrors":0},{"issues":"1630","processed":true,"errors":0,"configErrors":0},{"issues":"1631","processed":true,"errors":0,"configErrors":0},{"issues":"1632","processed":true,"errors":0,"configErrors":0},{"issues":"1633","processed":true,"errors":0,"configErrors":0},{"issues":"1634","processed":true,"errors":0,"configErrors":0},{"issues":"1635","processed":true,"errors":0,"configErrors":0},{"issues":"1636","processed":true,"errors":0,"configErrors":0},{"issues":"1637","processed":true,"errors":0,"configErrors":0},{"issues":"1638","processed":true,"errors":0,"configErrors":0},{"issues":"1639","processed":true,"errors":0,"configErrors":0},{"issues":"1640","processed":true,"errors":0,"configErrors":0},{"issues":"1641","processed":true,"errors":0,"configErrors":0},{"issues":"1642","processed":true,"errors":0,"configErrors":0},{"issues":"1643","processed":true,"errors":0,"configErrors":0},{"issues":"1644","processed":true,"errors":0,"configErrors":0},{"issues":"1645","processed":true,"errors":0,"configErrors":0},{"issues":"1646","processed":true,"errors":0,"configErrors":0},{"issues":"1647","processed":true,"errors":0,"configErrors":0},{"issues":"1648","processed":true,"errors":0,"configErrors":0},{"issues":"1649","processed":true,"errors":0,"configErrors":0},{"issues":"1650","processed":true,"errors":0,"configErrors":0},{"issues":"1651","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1369","1370","1371","1372","1373","1374","1652","1375","1653","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1654","processed":true,"errors":0,"configErrors":0},{"issues":"1655","processed":true,"errors":0,"configErrors":0},{"issues":"1656","processed":true,"errors":0,"configErrors":0},{"issues":"1657","processed":true,"errors":0,"configErrors":0},{"issues":"1658","processed":true,"errors":0,"configErrors":0},{"issues":"1659","processed":true,"errors":0,"configErrors":0},{"issues":"1660","processed":true,"errors":0,"configErrors":0},{"issues":"1661","processed":true,"errors":0,"configErrors":0},{"issues":"1662","processed":true,"errors":0,"configErrors":0},{"issues":"1663","processed":true,"errors":0,"configErrors":0},{"issues":"1664","processed":true,"errors":0,"configErrors":0},{"issues":"1665","processed":true,"errors":0,"configErrors":0},{"issues":"1666","processed":true,"errors":0,"configErrors":0},{"issues":"1667","processed":true,"errors":0,"configErrors":0},{"issues":"1668","processed":true,"errors":0,"configErrors":0},{"issues":"1669","processed":true,"errors":0,"configErrors":0},{"issues":"1670","processed":true,"errors":0,"configErrors":0},{"issues":"1671","processed":true,"errors":0,"configErrors":0},{"issues":"1672","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1673","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1674","processed":true,"errors":0,"configErrors":0},{"issues":"1675","processed":true,"errors":0,"configErrors":0},{"issues":"1676","processed":true,"errors":0,"configErrors":0},{"issues":"1677","processed":true,"errors":0,"configErrors":0},{"issues":"1678","processed":true,"errors":0,"configErrors":0},{"issues":"1679","processed":true,"errors":0,"configErrors":0},{"issues":"1680","processed":true,"errors":0,"configErrors":0},{"issues":"1681","processed":true,"errors":0,"configErrors":0},{"issues":"1682","processed":true,"errors":0,"configErrors":0},{"issues":"1683","processed":true,"errors":0,"configErrors":0},{"issues":"1684","processed":true,"errors":0,"configErrors":0},{"issues":"1685","processed":true,"errors":0,"configErrors":0},{"issues":"1686","processed":true,"errors":0,"configErrors":0},{"issues":"1687","processed":true,"errors":0,"configErrors":0},{"issues":"1688","processed":true,"errors":0,"configErrors":0},{"issues":"1689","processed":true,"errors":0,"configErrors":0},{"issues":"1690","processed":true,"errors":0,"configErrors":0},{"issues":"1691","processed":true,"errors":0,"configErrors":0},{"issues":"1692","processed":true,"errors":0,"configErrors":0},{"issues":"1693","processed":true,"errors":0,"configErrors":0},{"issues":"1694","processed":true,"errors":0,"configErrors":0},{"issues":"1695","processed":true,"errors":0,"configErrors":0},{"issues":"1696","processed":true,"errors":0,"configErrors":0},{"issues":"1697","processed":true,"errors":0,"configErrors":0},{"issues":"1698","processed":true,"errors":0,"configErrors":0},{"issues":"1699","processed":true,"errors":0,"configErrors":0},{"issues":"1700","processed":true,"errors":0,"configErrors":0},{"issues":"1701","processed":true,"errors":0,"configErrors":0},{"issues":"1702","processed":true,"errors":0,"configErrors":0},{"issues":"1703","processed":true,"errors":0,"configErrors":0},{"issues":"1704","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1369","1370","1371","1372","1373","1374","1375","1376","1377","1378","1379","1380","1381","1382","1705","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1706","processed":true,"errors":0,"configErrors":0},{"issues":"1707","processed":true,"errors":0,"configErrors":0},{"issues":"1708","processed":true,"errors":0,"configErrors":0},{"issues":"1709","processed":true,"errors":0,"configErrors":0},{"issues":"1710","processed":true,"errors":0,"configErrors":0},["1334","1335","1336","1337","1338","1339","1340","1341","1342","1343","1344","1345","1346","1347","1348","1349","1350","1351","1352","1478","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1364","1365","1366","1367","1368","1446","1369","1370","1371","1372","1373","1374","1652","1375","1653","1376","1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1387","1388","1389","1390","1391","1392","1393","1394","1395","1396","1397","1398","1399","1400","1401","1402","1403","1404","1405","1406","1407","1408","1409","1410","1411","1412","1413","1414","1415","1416","1417","1418"],{"issues":"1711","processed":true,"errors":0,"configErrors":0},{"issues":"1712","processed":true,"errors":0,"configErrors":0},{"issues":"1713","processed":true,"errors":0,"configErrors":0},{"issues":"1714","processed":true,"errors":0,"configErrors":0},{"issues":"1715","processed":true,"errors":0,"configErrors":0},{"issues":"1716","processed":true,"errors":0,"configErrors":0},{"issues":"1717","processed":true,"errors":0,"configErrors":0},{"issues":"1718","processed":true,"errors":0,"configErrors":0},{"issues":"1719","processed":true,"errors":0,"configErrors":0},{"issues":"1720","processed":true,"errors":0,"configErrors":0},{"issues":"1721","processed":true,"errors":0,"configErrors":0},{"issues":"1722","processed":true,"errors":0,"configErrors":0},{"issues":"1723","processed":true,"errors":0,"configErrors":0},{"issues":"1724","processed":true,"errors":0,"configErrors":0},{"issues":"1725","processed":true,"errors":0,"configErrors":0},{"issues":"1726","processed":true,"errors":0,"configErrors":0},{"issues":"1727","processed":true,"errors":0,"configErrors":0},{"issues":"1728","processed":true,"errors":0,"configErrors":0},{"issues":"1729","processed":true,"errors":0,"configErrors":0},{"issues":"1730","processed":true,"errors":0,"configErrors":0},{"issues":"1731","processed":true,"errors":0,"configErrors":0},{"issues":"1732","processed":true,"errors":0,"configErrors":0},{"issues":"1733","processed":true,"errors":0,"configErrors":0},{"issues":"1734","processed":true,"errors":0,"configErrors":0},{"issues":"1735","processed":true,"errors":0,"configErrors":0},{"issues":"1736","processed":true,"errors":0,"configErrors":0},{"issues":"1737","processed":true,"errors":0,"configErrors":0},{"issues":"1738","processed":true,"errors":0,"configErrors":0},{"issues":"1739","processed":true,"errors":0,"configErrors":0},{"issues":"1740","processed":true,"errors":0,"configErrors":0},{"issues":"1741","processed":true,"errors":0,"configErrors":0},{"issues":"1742","processed":true,"errors":0,"configErrors":0},{"issues":"1743","processed":true,"errors":0,"configErrors":0},{"issues":"1744","processed":true,"errors":0,"configErrors":0},{"issues":"1745","processed":true,"errors":0,"configErrors":0},{"issues":"1746","processed":true,"errors":0,"configErrors":0},{"issues":"1747","processed":true,"errors":0,"configErrors":0},{"issues":"1748","processed":true,"errors":0,"configErrors":0},{"issues":"1749","processed":true,"errors":0,"configErrors":0},{"issues":"1750","processed":true,"errors":0,"configErrors":0},{"issues":"1751","processed":true,"errors":0,"configErrors":0},{"issues":"1752","processed":true,"errors":0,"configErrors":0},{"issues":"1753","processed":true,"errors":0,"configErrors":0},{"issues":"1754","processed":true,"errors":0,"configErrors":0},{"issues":"1755","processed":true,"errors":0,"configErrors":0},{"issues":"1756","processed":true,"errors":0,"configErrors":0},{"issues":"1757","processed":true,"errors":0,"configErrors":0},{"issues":"1758","processed":true,"errors":0,"configErrors":0},{"issues":"1759","processed":true,"errors":0,"configErrors":0},{"issues":"1760","processed":true,"errors":0,"configErrors":0},{"issues":"1761","processed":true,"errors":0,"configErrors":0},{"issues":"1762","processed":true,"errors":0,"configErrors":0},{"issues":"1763","processed":true,"errors":0,"configErrors":0},{"issues":"1764","processed":true,"errors":0,"configErrors":0},{"issues":"1765","processed":true,"errors":0,"configErrors":0},["1766","1767","1768"],{"f":"1769","h":"1770"},{"f":"1771","h":"1772"},{"f":"1773","h":"1774"},{"f":"1775","h":"1776"},{"f":"1777","h":"1778"},{"f":"1779","h":"1780"},{"f":"1781","h":"1782"},{"f":"1783","h":"1784"},{"f":"1785","h":"1786"},{"f":"1787","h":"1788"},{"f":"1789","h":"1790"},{"f":"1791","h":"1792"},{"f":"1793","h":"1794"},{"f":"1795","h":"1796"},{"f":"1797","h":"1798"},{"f":"1799","h":"1800"},{"f":"1801","h":"1802"},{"f":"1803","h":"1804"},{"f":"1805","h":"1806"},{"f":"1807","h":"1808"},{"f":"1809","h":"1810"},{"f":"1811","h":"1812"},{"f":"1813","h":"1814"},{"f":"1815","h":"1816"},{"f":"1817","h":"1818"},{"f":"1819","h":"1820"},{"f":"1821","h":"1822"},{"f":"1823","h":"1824"},{"f":"1825","h":"1826"},{"f":"1827","h":"1828"},{"f":"1829","h":"1830"},{"f":"1831","h":"1832"},{"f":"1833","h":"1834"},{"f":"1835","h":"1836"},{"f":"1837","h":"1838"},{"f":"1839","h":"1840"},{"f":"1841","h":"1842"},{"f":"1843","h":"1844"},{"f":"1845","h":"1846"},{"f":"1847","h":"1848"},{"f":"1849","h":"1850"},{"f":"1851","h":"1852"},{"f":"1853","h":"1854"},{"f":"1855","h":"1856"},{"f":"1857","h":"1858"},{"f":"1859","h":"1860"},{"f":"1861","h":"1862"},{"f":"1863","h":"1864"},{"f":"1865","h":"1866"},{"f":"1867","h":"1868"},{"f":"1869","h":"1870"},{"f":"1871","h":"1872"},{"f":"1873","h":"1874"},{"f":"1875","h":"1876"},{"f":"1877","h":"1878"},{"f":"1879","h":"1880"},{"f":"1881","h":"1882"},{"f":"1883","h":"1884"},{"f":"1885","h":"1886"},{"f":"1887","h":"1888"},{"f":"1889","h":"1890"},{"f":"1891","h":"1892"},{"f":"1893","h":"1894"},{"f":"1895","h":"1896"},{"f":"1897","h":"1898"},{"f":"1899","h":"1900"},{"f":"1901","h":"1902"},{"f":"1903","h":"1904"},{"f":"1905","h":"1906"},{"f":"1907","h":"1908"},{"f":"1909","h":"1910"},{"f":"1911","h":"1912"},{"f":"1913","h":"1914"},{"f":"1915","h":"1916"},{"f":"1917","h":"1918"},{"f":"1919","h":"1920"},{"f":"1921","h":"595"},{"f":"1922","h":"1923"},{"f":"1924","h":"785"},{"f":"1925","h":"1926"},{"f":"1927","h":"791"},{"f":"1928","h":"795"},{"f":"1929","h":"595"},{"f":"1930","h":"1931"},{"f":"1932","h":"808"},["1933","1934","1935","1936","1937","1938","1939","1940","1941","1942","1943","1944","1945","1946","1947","1948"],["1949"],["1950","1951","1952","1953"],[],{"f":"1954","h":"1955"},[],[],["1956","1957","1958","1959"],[],["1960","1961"],[],[],["1962","1963"],[],[],[],["1964","1965"],[],[],["1966","1967","1968","1969","1970","1971","1972","1973","1974","1975","1976","1977","1978","1979","1980","1981","1982"],[],[],[],[],[],[],[],{"f":"1983","h":"1984"},{"f":"1985","h":"1986"},["1987"],[],["1988","1989","1990","1991","1992","1993","1994","1995","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024","2025","2026","2027","2028","2029","2030","2031","2032","2033","2034","2035"],["2036","2037","2038","2039","2040"],["2041","2042","2043","2044","2045","2046","2047","2048","2049","2050","2051","2052","2053"],["2054","2055","2056","2057","2058"],[],{"f":"2059","h":"2060"},{"f":"2061","h":"2062"},{"f":"2063","h":"2064"},["2065","2066"],["2067","2068","2069","2070","2071","2072","2073","2074"],["2075","2076","2077","2078","2079"],[],["2080","2081","2082","2083","2084","2085","2086","2087","2088","2089"],["2090","2091","2092","2093","2094"],[],["2095","2096"],["2097","2098","2099","2100","2101"],["2102","2103","2104","2105","2106"],[],[],[],[],["2107","2108","2109","2110","2111"],["2112","2113","2114","2115","2116","2117","2118"],["2119","2120"],["2121","2122","2123","2124","2125","2126","2127","2128","2129"],["2130","2131"],{"f":"2132","h":"2133"},{"f":"2134","h":"2135"},{"f":"2136","h":"2137"},["2138","2139","2140","2141","2142","2143","2144"],["2145","2146","2147","2148","2149","2150","2151"],["2152","2153","2154","2155","2156","2157","2158","2159"],["2160","2161","2162","2163","2164","2165","2166"],["2167","2168","2169","2170","2171","2172","2173"],["2174","2175","2176","2177","2178","2179","2180"],["2181","2182","2183","2184","2185","2186","2187","2188","2189","2190"],["2191","2192","2193","2194","2195","2196","2197","2198"],["2199","2200","2201","2202","2203","2204","2205","2206"],["2207","2208","2209","2210","2211","2212","2213"],["2214","2215","2216","2217","2218","2219","2220","2221","2222"],["2223","2224","2225","2226","2227","2228","2229"],["2230","2231","2232","2233","2234","2235","2236","2237"],["2238","2239","2240","2241","2242","2243","2244","2245"],["2246","2247","2248","2249","2250","2251","2252"],["2253","2254","2255","2256","2257","2258","2259","2260","2261"],["2262","2263","2264","2265","2266","2267","2268"],["2269","2270","2271","2272","2273","2274","2275"],["2276","2277","2278","2279","2280","2281","2282"],["2283","2284","2285","2286","2287","2288","2289","2290"],["2291","2292","2293","2294","2295","2296","2297"],["2298"],["2299","2300","2301","2302","2303","2304","2305"],["2306","2307","2308","2309","2310","2311","2312"],["2313","2314","2315","2316","2317","2318","2319"],["2320","2321","2322","2323","2324","2325","2326"],["2327","2328","2329","2330","2331","2332","2333"],["2334","2335","2336","2337","2338","2339","2340","2341"],["2342","2343","2344","2345","2346","2347","2348","2349"],["2350","2351","2352","2353","2354","2355","2356","2357"],["2358","2359","2360","2361","2362","2363","2364"],["2365","2366","2367","2368","2369","2370","2371"],["2372","2373","2374","2375","2376","2377","2378"],["2379","2380","2381","2382","2383","2384","2385"],[],[],[],[],[],[],["2386"],[],["2387"],[],["2388","2389","2390","2391","2392","2393","2394","2395","2396","2397","2398","2399","2400","2401","2402","2403","2404","2405","2406","2407","2408","2409","2410","2411","2412","2413","2414","2415","2416","2417","2418","2419","2420","2421","2422","2423","2424","2425","2426","2427","2428","2429","2430","2431","2432","2433","2434","2435","2436","2437","2438","2439","2440","2441","2442","2443","2444","2445","2446","2447","2448","2449","2450","2451","2452","2453","2454","2455","2456","2457","2458","2459","2460","2461","2462","2463","2464","2465","2466","2467","2468","2469","2470","2471","2472","2473","2474"],[],[],[],[],[],["2475"],["2476"],["2477"],[],[],[],["2478"],[],["2479"],[],["2480"],[],[],[],[],[],[],[],[],[],["2481","2482","2483","2484"],["2485","2486","2487","2488"],[],["2489","2490","2491","2492","2493","2494","2495","2496","2497","2498"],["2499","2500","2501","2502","2503"],["2504","2505","2506"],["2507","2508","2509","2510","2511","2512","2513","2514","2515"],["2516","2517","2518","2519","2520","2521","2522","2523","2524","2525","2526","2527","2528","2529","2530","2531"],[],[],[],["2532"],["2533"],[],["2534","2535","2536","2537"],[],["2538","2539","2540","2541","2542"],[],["2543","2544","2545","2546","2547","2548","2549","2550","2551","2552"],["2553","2554","2555","2556","2557","2558"],[],["2559"],["2560"],["2561"],["2562","2563"],["2564"],["2565"],["2566"],["2567"],["2568"],["2569"],["2570"],["2571"],["2572"],["2573"],["2574"],["2575"],["2576"],["2577"],[],["2578"],["2579"],["2580"],["2581","2582","2583","2584","2585","2586","2587","2588"],["2589"],["2590"],["2591"],["2592"],["2593"],["2594"],["2595"],["2596"],["2597"],["2598"],["2599"],["2600"],["2601"],["2602"],["2603","2604","2605","2606","2607","2608","2609","2610","2611","2612","2613","2614","2615","2616","2617","2618","2619","2620","2621","2622","2623","2624","2625","2626","2627","2628","2629","2630","2631","2632","2633","2634","2635"],["2636","2637","2638","2639","2640","2641","2642","2643","2644","2645","2646","2647","2648","2649","2650","2651","2652","2653","2654","2655","2656","2657","2658","2659","2660","2661","2662","2663","2664"],["2665","2666","2667","2668","2669","2670","2671","2672","2673","2674","2675","2676","2677","2678","2679","2680","2681","2682","2683","2684","2685","2686","2687","2688","2689","2690","2691","2692","2693","2694","2695","2696","2697","2698"],["2699","2700","2701","2702","2703","2704","2705","2706","2707","2708","2709","2710","2711","2712","2713","2714","2715","2716","2717","2718","2719","2720","2721","2722","2723","2724","2725","2726"],["2727","2728","2729","2730","2731","2732","2733","2734","2735","2736","2737","2738","2739","2740","2741","2742","2743","2744","2745","2746","2747","2748","2749","2750","2751","2752","2753","2754","2755","2756","2757","2758","2759","2760"],["2761","2762","2763","2764","2765","2766","2767","2768","2769","2770","2771","2772","2773","2774","2775","2776","2777","2778","2779","2780","2781","2782","2783","2784","2785","2786","2787","2788","2789","2790","2791","2792","2793","2794"],["2795","2796","2797","2798","2799","2800","2801","2802","2803","2804","2805","2806","2807","2808","2809","2810","2811","2812","2813","2814","2815","2816","2817","2818","2819","2820","2821","2822","2823","2824","2825","2826"],["2827","2828","2829","2830","2831","2832","2833","2834","2835","2836","2837","2838","2839","2840","2841","2842","2843","2844","2845","2846","2847","2848","2849","2850","2851","2852","2853","2854","2855","2856","2857"],["2858","2859","2860","2861","2862","2863","2864","2865","2866","2867","2868","2869","2870","2871","2872","2873","2874","2875","2876","2877","2878","2879","2880","2881","2882","2883","2884","2885"],[],["2886","2887","2888","2889","2890","2891","2892","2893","2894","2895","2896","2897","2898","2899","2900","2901","2902","2903","2904","2905","2906","2907","2908","2909","2910","2911","2912","2913","2914","2915","2916","2917","2918"],["2919","2920","2921","2922","2923","2924","2925","2926","2927","2928","2929","2930","2931","2932","2933","2934","2935","2936","2937","2938","2939","2940","2941","2942","2943","2944","2945","2946","2947","2948","2949","2950"],["2951","2952","2953","2954","2955","2956","2957","2958","2959","2960","2961","2962","2963","2964","2965","2966","2967","2968","2969","2970","2971","2972","2973","2974","2975","2976","2977","2978","2979","2980","2981","2982","2983"],["2984","2985","2986","2987","2988","2989","2990","2991","2992","2993","2994","2995","2996","2997","2998","2999","3000","3001","3002","3003","3004","3005","3006","3007","3008","3009","3010","3011","3012","3013","3014","3015","3016","3017"],["3018","3019","3020","3021","3022","3023","3024","3025","3026","3027","3028","3029","3030","3031","3032","3033","3034","3035","3036","3037","3038","3039","3040","3041","3042","3043","3044","3045"],["3046","3047","3048","3049","3050","3051","3052","3053","3054","3055","3056","3057","3058","3059","3060","3061","3062","3063","3064","3065","3066","3067","3068","3069","3070","3071","3072","3073","3074","3075","3076","3077"],["3078","3079","3080","3081","3082","3083","3084","3085","3086","3087","3088","3089","3090","3091","3092","3093","3094","3095","3096","3097","3098","3099","3100","3101","3102","3103","3104","3105","3106","3107","3108","3109","3110"],["3111","3112","3113","3114","3115","3116","3117","3118","3119","3120","3121","3122","3123","3124","3125","3126","3127","3128","3129","3130","3131","3132","3133"],["3134","3135","3136","3137","3138","3139","3140","3141","3142","3143","3144","3145","3146","3147","3148","3149","3150","3151","3152","3153","3154","3155","3156","3157","3158","3159","3160","3161","3162","3163","3164"],["3165","3166","3167","3168","3169","3170","3171","3172","3173","3174","3175","3176","3177","3178","3179","3180","3181","3182","3183","3184","3185","3186","3187","3188","3189","3190","3191","3192","3193","3194","3195","3196"],["3197","3198","3199","3200","3201","3202","3203","3204","3205","3206","3207","3208","3209","3210","3211","3212","3213","3214","3215","3216","3217","3218","3219","3220","3221","3222","3223","3224","3225","3226","3227","3228","3229","3230","3231"],["3232","3233","3234","3235","3236","3237","3238","3239","3240","3241","3242","3243","3244","3245","3246","3247","3248","3249","3250","3251","3252","3253","3254","3255","3256","3257","3258","3259","3260","3261","3262","3263","3264","3265","3266","3267","3268","3269","3270","3271","3272","3273","3274","3275","3276","3277","3278","3279","3280","3281","3282","3283","3284","3285","3286","3287","3288","3289","3290","3291","3292","3293","3294","3295","3296","3297","3298","3299","3300","3301","3302","3303","3304","3305","3306","3307","3308","3309","3310","3311","3312","3313","3314","3315","3316","3317","3318","3319","3320","3321","3322","3323","3324","3325","3326","3327","3328","3329","3330","3331","3332","3333","3334","3335","3336","3337","3338","3339","3340","3341","3342","3343","3344","3345","3346","3347","3348","3349","3350","3351","3352","3353","3354","3355","3356","3357","3358","3359","3360","3361"],["3362","3363","3364","3365","3366","3367","3368","3369","3370","3371","3372","3373","3374","3375","3376","3377","3378","3379","3380","3381","3382","3383","3384","3385","3386","3387","3388","3389","3390","3391","3392"],["3393","3394","3395","3396","3397","3398","3399","3400","3401","3402","3403","3404","3405","3406","3407","3408","3409","3410","3411","3412","3413","3414","3415","3416","3417","3418","3419","3420","3421","3422","3423","3424","3425"],["3426","3427","3428","3429","3430","3431","3432","3433","3434","3435","3436","3437","3438","3439","3440","3441","3442","3443","3444","3445","3446","3447","3448","3449","3450","3451","3452","3453","3454","3455","3456","3457","3458","3459"],["3460","3461","3462","3463","3464","3465","3466","3467","3468","3469","3470","3471","3472","3473","3474","3475","3476","3477","3478","3479","3480","3481","3482","3483","3484","3485","3486","3487","3488","3489","3490","3491"],["3492","3493","3494","3495","3496","3497","3498","3499","3500","3501","3502","3503","3504","3505","3506","3507","3508","3509","3510","3511","3512","3513","3514","3515","3516","3517","3518","3519","3520","3521","3522","3523","3524"],["3525","3526"],["3527","3528","3529","3530","3531","3532","3533","3534","3535","3536","3537","3538","3539","3540","3541","3542","3543","3544","3545","3546","3547","3548","3549","3550","3551","3552","3553","3554","3555","3556","3557","3558"],["3559","3560","3561","3562","3563","3564","3565","3566","3567","3568","3569","3570","3571","3572","3573","3574","3575","3576","3577","3578","3579","3580","3581","3582","3583","3584","3585","3586","3587","3588","3589","3590","3591"],["3592","3593","3594","3595","3596","3597","3598","3599","3600","3601","3602","3603","3604","3605","3606","3607","3608","3609","3610","3611","3612","3613","3614","3615","3616","3617","3618","3619","3620","3621","3622"],["3623","3624","3625","3626","3627","3628","3629","3630","3631","3632","3633","3634","3635","3636","3637","3638","3639","3640","3641","3642","3643","3644","3645","3646","3647","3648","3649","3650","3651","3652","3653","3654","3655","3656","3657"],["3658","3659","3660","3661","3662","3663","3664","3665","3666","3667","3668","3669","3670","3671","3672","3673","3674","3675","3676","3677","3678","3679","3680","3681","3682","3683","3684","3685","3686","3687","3688","3689","3690","3691"],["3692","3693","3694","3695","3696","3697","3698","3699","3700","3701","3702","3703","3704","3705","3706","3707","3708","3709","3710","3711","3712","3713","3714","3715","3716","3717","3718","3719"],["3720","3721","3722","3723","3724","3725","3726","3727","3728","3729","3730","3731","3732","3733","3734","3735","3736","3737","3738","3739","3740","3741","3742","3743","3744","3745","3746","3747","3748","3749","3750","3751","3752"],["3753","3754"],[],[],["3755"],[],["3756","3757","3758","3759","3760","3761","3762","3763","3764","3765","3766","3767","3768"],["3769","3770","3771","3772","3773","3774"],["3775","3776"],["3777","3778","3779","3780","3781","3782","3783","3784","3785","3786","3787","3788","3789","3790","3791","3792","3793","3794","3795","3796","3797","3798","3799","3800","3801","3802","3803","3804","3805","3806","3807","3808","3809","3810","3811","3812","3813","3814","3815","3816","3817","3818","3819","3820","3821","3822","3823","3824","3825","3826","3827","3828","3829","3830","3831","3832","3833","3834","3835","3836","3837","3838","3839","3840","3841","3842","3843","3844","3845","3846","3847","3848","3849","3850","3851","3852","3853","3854","3855","3856","3857","3858","3859","3860","3861","3862","3863","3864","3865","3866","3867","3868","3869","3870","3871","3872","3873","3874","3875","3876","3877","3878","3879","3880","3881","3882","3883","3884","3885","3886","3887","3888","3889","3890","3891","3892","3893","3894","3895","3896","3897","3898","3899","3900","3901","3902","3903","3904","3905","3906","3907","3908","3909","3910","3911","3912","3913","3914","3915","3916","3917","3918","3919","3920","3921","3922","3923","3924","3925","3926","3927","3928","3929","3930","3931","3932","3933","3934","3935","3936","3937","3938","3939","3940","3941","3942","3943","3944","3945","3946","3947","3948","3949","3950","3951","3952","3953","3954","3955","3956","3957","3958","3959","3960","3961","3962","3963","3964","3965","3966","3967","3968","3969","3970","3971","3972","3973","3974","3975","3976","3977","3978","3979","3980","3981","3982","3983","3984","3985","3986","3987","3988","3989","3990","3991","3992","3993","3994","3995","3996","3997","3998","3999","4000","4001","4002","4003","4004","4005","4006","4007","4008","4009","4010","4011","4012","4013","4014","4015","4016","4017","4018","4019","4020","4021","4022","4023","4024","4025","4026","4027","4028","4029","4030","4031","4032","4033","4034","4035","4036","4037","4038","4039","4040"],{"f":"4041","h":"4042"},{"f":"4043","h":"4044"},[],["4045","4046","4047","4048","4049","4050","4051","4052","4053","4054","4055","4056","4057","4058","4059","4060","4061","4062","4063","4064","4065","4066","4067","4068","4069","4070","4071","4072","4073"],["4074","4075","4076","4077","4078","4079","4080","4081","4082","4083"],["4084","4085","4086","4087","4088","4089","4090","4091","4092","4093","4094","4095","4096","4097","4098","4099","4100","4101","4102","4103","4104","4105","4106","4107","4108","4109","4110","4111","4112","4113","4114","4115","4116","4117"],[],[],["4118","4119","4120","4121","4122","4123","4124","4125"],[],[],["4126","4127","4128","4129","4130","4131","4132","4133"],[],[],["4134"],["4135","4136","4137","4138","4139","4140","4141","4142","4143","4144","4145","4146","4147","4148","4149","4150","4151","4152","4153","4154","4155","4156","4157","4158","4159","4160","4161","4162","4163","4164","4165","4166","4167","4168","4169","4170","4171","4172","4173","4174","4175","4176","4177","4178","4179","4180","4181","4182","4183","4184","4185","4186","4187","4188","4189","4190","4191","4192","4193","4194","4195","4196","4197","4198","4199","4200","4201","4202","4203","4204","4205","4206","4207","4208","4209","4210","4211","4212","4213","4214","4215","4216","4217","4218","4219","4220","4221","4222","4223","4224","4225","4226","4227","4228","4229","4230","4231","4232","4233","4234","4235","4236","4237","4238","4239","4240","4241","4242","4243","4244","4245","4246","4247","4248","4249","4250","4251","4252","4253","4254","4255","4256","4257","4258","4259","4260","4261","4262","4263","4264","4265","4266","4267","4268","4269","4270","4271","4272","4273","4274","4275","4276","4277","4278","4279","4280","4281","4282","4283","4284","4285","4286","4287","4288","4289","4290","4291","4292","4293","4294","4295","4296","4297","4298","4299","4300","4301","4302","4303","4304","4305","4306","4307","4308","4309","4310","4311","4312","4313","4314","4315","4316","4317","4318","4319","4320","4321","4322","4323","4324","4325","4326","4327","4328","4329","4330","4331","4332","4333","4334","4335","4336","4337","4338","4339","4340","4341","4342","4343","4344","4345","4346","4347","4348","4349","4350","4351","4352","4353","4354","4355","4356","4357","4358","4359","4360","4361","4362","4363","4364","4365","4366","4367","4368","4369","4370","4371","4372","4373","4374","4375","4376","4377","4378","4379","4380","4381","4382","4383","4384","4385","4386","4387","4388","4389","4390","4391","4392","4393","4394","4395","4396","4397","4398","4399","4400","4401","4402","4403","4404","4405","4406","4407","4408","4409","4410","4411","4412","4413","4414","4415","4416","4417","4418","4419","4420","4421","4422","4423","4424","4425","4426","4427","4428","4429","4430","4431","4432","4433","4434","4435","4436","4437","4438","4439","4440","4441","4442","4443","4444","4445","4446","4447","4448","4449","4450","4451","4452","4453","4454","4455","4456","4457","4458","4459","4460","4461","4462","4463","4464","4465","4466","4467","4468","4469","4470","4471","4472","4473","4474","4475","4476","4477","4478","4479","4480","4481","4482","4483","4484","4485","4486","4487","4488","4489","4490","4491","4492","4493","4494","4495","4496","4497","4498","4499","4500","4501","4502","4503","4504","4505","4506","4507","4508","4509","4510","4511","4512","4513","4514","4515","4516","4517","4518","4519","4520","4521","4522","4523","4524","4525","4526","4527","4528","4529","4530","4531","4532","4533","4534","4535","4536","4537"],["4538","4539","4540","4541","4542"],[],[],[],["4543","4544","4545","4546","4547","4548","4549"],{"f":"4550","h":"4551"},["4552","4553","4554"],["4555"],["4556","4557","4558","4559","4560","4561","4562","4563"],["4564","4565","4566","4567","4568","4569"],[],["4570","4571","4572"],[],[],[],["4573"],[],["4574"],["4575","4576","4577","4578","4579","4580","4581","4582","4583"],["4584","4585","4586","4587","4588","4589"],[],["4590","4591","4592","4593","4594"],["4595","4596","4597","4598","4599","4600"],["4601","4602","4603","4604"],["4605","4606"],["4607","4608"],["4609"],[],["4610","4611","4612"],[],[],[],["4613","4614","4615","4616","4617","4618","4619","4620","4621","4622","4623","4624","4625","4626"],["4627","4628","4629","4630"],["4631"],["4632","4633","4634"],[],{"f":"4635","h":"4636"},["4637","4638"],["4639","4640","4641","4642","4643","4644","4645"],["4646"],[],[],["4647","4648","4649","4650"],["4651","4652","4653","4654"],[],["4655"],[],["4656","4657","4658","4659","4660","4661","4662","4663","4664"],[],[],["4665","4666","4667","4668","4669","4670","4671"],["4672","4673","4674","4675","4676"],["4677","4678","4679","4680"],[],[],[],[],[],[],["4681","4682","4683","4684","4685"],["4686","4687","4688","4689"],[],[],["4690","4691","4692","4693","4694","4695","4696","4697","4698","4699","4700","4701","4702","4703","4704","4705","4706","4707","4708","4709","4710","4711","4712","4713","4714","4715","4716","4717","4718","4719","4720","4721","4722","4723","4724","4725","4726","4727","4728","4729","4730","4731","4732","4733","4734","4735","4736","4737","4738","4739","4740","4741","4742","4743","4744","4745","4746","4747","4748","4749","4750","4751","4752","4753","4754","4755","4756","4757","4758","4759","4760","4761","4762","4763","4764","4765","4766","4767","4768","4769","4770","4771","4772","4773","4774","4775","4776","4777","4778","4779","4780","4781","4782","4783","4784","4785","4786","4787","4788","4789","4790","4791","4792","4793","4794","4795","4796","4797","4798","4799","4800","4801","4802","4803","4804","4805","4806","4807","4808","4809","4810","4811","4812","4813","4814","4815","4816","4817","4818","4819","4820","4821","4822","4823","4824","4825","4826","4827","4828","4829","4830","4831","4832","4833","4834","4835","4836","4837","4838","4839","4840","4841","4842","4843","4844","4845","4846","4847","4848","4849","4850","4851","4852","4853","4854","4855","4856","4857","4858","4859","4860","4861","4862","4863","4864","4865","4866","4867","4868","4869","4870","4871","4872","4873","4874","4875","4876","4877","4878","4879","4880","4881","4882","4883","4884","4885","4886","4887","4888","4889","4890","4891","4892","4893","4894","4895","4896","4897","4898","4899","4900","4901","4902","4903","4904","4905","4906","4907","4908","4909","4910","4911","4912","4913","4914","4915","4916","4917","4918","4919","4920","4921","4922","4923","4924","4925","4926","4927","4928","4929","4930","4931","4932","4933","4934","4935","4936","4937","4938","4939","4940","4941","4942","4943","4944","4945","4946","4947","4948","4949","4950","4951","4952","4953","4954","4955","4956","4957","4958","4959","4960","4961","4962","4963","4964","4965","4966","4967","4968","4969","4970","4971","4972","4973","4974","4975","4976","4977","4978","4979","4980","4981","4982","4983","4984","4985","4986","4987","4988","4989","4990","4991","4992","4993","4994","4995","4996","4997","4998","4999","5000","5001","5002","5003","5004","5005","5006","5007","5008","5009","5010","5011","5012","5013","5014","5015","5016","5017","5018","5019","5020","5021","5022","5023","5024","5025","5026","5027","5028","5029","5030","5031","5032","5033","5034","5035","5036","5037","5038","5039","5040","5041","5042","5043","5044","5045","5046","5047","5048","5049","5050","5051","5052","5053","5054","5055","5056","5057","5058","5059","5060","5061","5062","5063","5064","5065","5066","5067","5068","5069","5070","5071","5072","5073","5074","5075","5076","5077","5078","5079","5080","5081","5082","5083","5084","5085","5086","5087","5088","5089","5090","5091","5092","5093","5094","5095","5096","5097","5098","5099","5100","5101","5102","5103","5104","5105","5106","5107","5108","5109","5110","5111","5112","5113","5114","5115","5116","5117","5118","5119","5120","5121","5122","5123","5124","5125","5126","5127","5128","5129","5130","5131","5132","5133","5134","5135","5136","5137","5138","5139","5140","5141","5142","5143","5144","5145","5146","5147","5148","5149","5150","5151","5152","5153","5154","5155","5156","5157","5158","5159","5160","5161","5162","5163","5164","5165","5166","5167","5168","5169","5170","5171","5172","5173","5174","5175","5176","5177","5178","5179","5180","5181","5182","5183","5184","5185","5186","5187","5188","5189","5190","5191","5192","5193","5194","5195","5196","5197","5198","5199","5200","5201","5202","5203","5204","5205","5206","5207","5208","5209","5210","5211","5212","5213","5214","5215","5216","5217","5218","5219","5220","5221","5222","5223","5224","5225","5226","5227","5228","5229","5230","5231","5232","5233","5234","5235","5236","5237","5238","5239","5240","5241","5242","5243","5244","5245","5246","5247","5248","5249","5250","5251","5252","5253","5254","5255","5256","5257","5258","5259","5260","5261","5262","5263","5264","5265","5266","5267","5268","5269","5270","5271","5272","5273","5274","5275","5276","5277","5278","5279","5280","5281","5282","5283","5284","5285","5286","5287","5288","5289","5290","5291","5292","5293","5294","5295","5296","5297","5298","5299","5300","5301","5302","5303","5304","5305","5306","5307","5308","5309","5310","5311","5312","5313","5314","5315","5316","5317","5318","5319","5320","5321","5322","5323","5324","5325","5326","5327","5328","5329","5330","5331","5332","5333","5334","5335","5336","5337","5338","5339","5340","5341","5342","5343","5344","5345","5346","5347","5348","5349","5350","5351","5352","5353","5354","5355","5356","5357","5358","5359","5360","5361","5362","5363","5364","5365","5366","5367","5368","5369","5370","5371","5372","5373","5374","5375","5376","5377","5378","5379","5380","5381","5382","5383","5384","5385","5386","5387","5388","5389","5390","5391","5392","5393","5394","5395","5396","5397","5398","5399","5400","5401","5402","5403","5404","5405","5406","5407","5408","5409","5410","5411","5412","5413","5414","5415","5416","5417","5418","5419","5420","5421","5422","5423","5424","5425","5426","5427","5428","5429","5430","5431","5432","5433","5434","5435","5436","5437","5438","5439","5440","5441","5442","5443","5444","5445","5446","5447","5448","5449","5450","5451","5452","5453","5454","5455","5456","5457","5458","5459","5460","5461","5462","5463","5464","5465","5466","5467","5468","5469","5470","5471","5472","5473","5474","5475","5476","5477","5478","5479","5480","5481","5482","5483","5484","5485","5486","5487","5488","5489","5490","5491","5492","5493","5494","5495","5496","5497","5498","5499","5500","5501","5502","5503","5504","5505","5506","5507","5508","5509","5510","5511","5512","5513"],["5514","5515","5516","5517","5518"],["5519","5520"],[],[],[],[],[],[],[],[],[],["5521","5522","5523","5524","5525","5526","5527","5528","5529","5530","5531","5532","5533","5534","5535","5536","5537","5538","5539","5540","5541","5542","5543","5544","5545","5546","5547","5548","5549","5550","5551","5552","5553","5554","5555","5556","5557","5558","5559","5560","5561","5562","5563","5564","5565","5566","5567","5568","5569","5570","5571","5572","5573","5574","5575","5576","5577","5578","5579","5580","5581","5582","5583","5584","5585","5586","5587","5588","5589","5590","5591","5592","5593","5594","5595","5596","5597","5598","5599","5600","5601","5602","5603","5604","5605","5606","5607","5608","5609","5610","5611","5612","5613","5614","5615","5616","5617","5618","5619","5620","5621","5622","5623","5624","5625","5626","5627","5628","5629","5630","5631","5632","5633","5634","5635","5636","5637","5638","5639","5640","5641","5642","5643","5644","5645","5646","5647","5648","5649","5650","5651","5652","5653","5654","5655","5656","5657","5658","5659","5660","5661","5662","5663","5664","5665","5666","5667","5668","5669","5670","5671","5672","5673","5674","5675","5676","5677","5678","5679","5680","5681","5682","5683","5684","5685","5686","5687","5688","5689","5690","5691","5692","5693","5694","5695","5696","5697","5698","5699","5700","5701","5702"],[],["5703"],[],["5704","5705","5706","5707","5708","5709","5710"],["5711","5712"],["5713","5714","5715"],["5716","5717","5718","5719","5720","5721","5722","5723","5724","5725","5726"],["5727","5728","5729","5730","5731","5732","5733","5734","5735","5736","5737","5738"],["5739","5740","5741","5742","5743","5744","5745","5746","5747","5748","5749","5750"],[],["5751","5752","5753","5754","5755","5756","5757","5758","5759","5760","5761","5762","5763","5764"],["5765","5766","5767","5768","5769","5770","5771","5772","5773","5774","5775","5776","5777","5778","5779","5780","5781"],["5782","5783","5784","5785","5786","5787","5788","5789","5790","5791"],["5792","5793","5794","5795"],[],[],["5796"],["5797","5798","5799","5800"],[],["5801","5802","5803","5804","5805","5806","5807","5808","5809","5810","5811","5812","5813","5814","5815","5816","5817","5818","5819","5820","5821","5822","5823","5824","5825","5826","5827","5828","5829","5830","5831","5832","5833","5834","5835","5836","5837","5838"],["5839","5840","5841","5842","5843","5844","5845","5846","5847","5848","5849","5850","5851","5852","5853","5854","5855","5856","5857","5858"],{"text":"5859","offset":111,"line":"5860","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"5861","suggestions":"5862","row":3,"col":39,"uri":"5863","context":"5864"},{"text":"5865","offset":2328,"line":"5866","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"5867","suggestions":"5868","row":82,"col":73,"uri":"5863","context":"5869"},{"text":"5865","offset":2340,"line":"5866","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"5867","suggestions":"5870","row":82,"col":85,"uri":"5863","context":"5871"},"../../node-deps/node_modules/@cspell/cspell-bundled-dicts/cspell-default.config.js","3c2ef55352a91b1abf15b4bcfc52c40a","../../node-deps/node_modules/@cspell/cspell-bundled-dicts/cspell-default.json","448e57f919fe80e23846daf87b73813f","../../node-deps/node_modules/@cspell/dict-ada/cspell-ext.json","ada8ac29458417e58ebdef02e3c60682","../../node-deps/node_modules/@cspell/dict-aws/cspell-ext.json","5330f5f13048e6bd2421b366e980ddb8","../../node-deps/node_modules/@cspell/dict-aws/dict/aws.txt","556b7ace528a0f546aa8a9a50faef989","../../node-deps/node_modules/@cspell/dict-bash/cspell-ext.json","64be15965d14c6ad022a19a7055c5310","../../node-deps/node_modules/@cspell/dict-bash/dict/bash-words.txt","f4b31b4034be5f3e9da54f2cd00f899a","../../node-deps/node_modules/@cspell/dict-companies/cspell-ext.json","801dd6efb9e1cf30b06c8a095f6e31f4","../../node-deps/node_modules/@cspell/dict-companies/dict/companies.txt","af36ae16ce156310dd7bea07ebd93299","../../node-deps/node_modules/@cspell/dict-cpp/cspell-ext.json","ba662dc5b4fc935dca640609678ea8f8","../../node-deps/node_modules/@cspell/dict-cryptocurrencies/cspell-ext.json","c1beddf99389fb273545e13d4fa8f18b","../../node-deps/node_modules/@cspell/dict-cryptocurrencies/dict/cryptocurrencies.txt","c47b3f583dddebd541c3770d0745960d","../../node-deps/node_modules/@cspell/dict-csharp/csharp.txt.gz","6c83ffacae63fd2bb53eaf70e6c4c9c9","../../node-deps/node_modules/@cspell/dict-csharp/cspell-ext.json","4f758986459c61fd3b78fd4c6c7f04e5","../../node-deps/node_modules/@cspell/dict-css/cspell-ext.json","f568653c615bfb944aeff1d581a1b6fb","../../node-deps/node_modules/@cspell/dict-css/dict/css.txt","a8f38db5f5abe499c2ae2851c313767c","../../node-deps/node_modules/@cspell/dict-dart/cspell-ext.json","4fca6723c7e99b83c8b2d20d3dda9cac","../../node-deps/node_modules/@cspell/dict-data-science/cspell-ext.json","6a8bc28993a55974987ab1fcfb74fcaf","../../node-deps/node_modules/@cspell/dict-django/cspell-ext.json","2a5dbe1146a60abe50b6b5a76c7905a6","../../node-deps/node_modules/@cspell/dict-docker/cspell-ext.json","d9d9174aeb2cdbebc7a82731bf82727e","../../node-deps/node_modules/@cspell/dict-dotnet/cspell-ext.json","444393009777e7b35b754c30d473e66d","../../node-deps/node_modules/@cspell/dict-elixir/cspell-ext.json","6dc32a9ac33413d3be493c0cf8b3ed7e","../../node-deps/node_modules/@cspell/dict-en-common-misspellings/cspell-ext.json","1282dcdf1ad9c6e5a8abcb2d89fc0a7e","../../node-deps/node_modules/@cspell/dict-en-common-misspellings/dict-en-gb.yaml","d2c51f30e122934a75b55e29533db32e","../../node-deps/node_modules/@cspell/dict-en-common-misspellings/dict-en-us.yaml","82710176ca225f64adb0fec153437e2c","../../node-deps/node_modules/@cspell/dict-en-common-misspellings/dict-en.yaml","3c7b44a969e297564710e5fee9de888d","../../node-deps/node_modules/@cspell/dict-en-gb/cspell-ext.json","8a830537004e3efa3b64835732ce2d90","../../node-deps/node_modules/@cspell/dict-en_us/cspell-ext.json","f594f14689e56c98fe5bab7efa4384ab","../../node-deps/node_modules/@cspell/dict-en_us/en_US.trie.gz","185ffa74b0525b1945dcef0bef7f0bb6","../../node-deps/node_modules/@cspell/dict-filetypes/cspell-ext.json","67bc9da5f86d2b5fb07960db03a4e0ba","../../node-deps/node_modules/@cspell/dict-filetypes/filetypes.txt.gz","c5295f8907d0eb34c0c8adca5a217db8","../../node-deps/node_modules/@cspell/dict-fonts/cspell-ext.json","b599efd906f98044d04ad650eb1365aa","../../node-deps/node_modules/@cspell/dict-fonts/dict/fonts.txt","72426ff48703f483a9cd64ce608cc31a","../../node-deps/node_modules/@cspell/dict-fsharp/cspell-ext.json","cd53e25c255844ec9bc1e8526403005b","../../node-deps/node_modules/@cspell/dict-fullstack/cspell-ext.json","407a3426af9fb97d146a514d1bd9591b","../../node-deps/node_modules/@cspell/dict-gaming-terms/cspell-ext.json","5507855d9042bba0b65ec468e0d25ae4","../../node-deps/node_modules/@cspell/dict-git/cspell-ext.json","14f812c7d2b8617a6594f05d1201179d","../../node-deps/node_modules/@cspell/dict-golang/cspell-ext.json","a92f479a7028cbeea657f70251cedcac","../../node-deps/node_modules/@cspell/dict-google/cspell-ext.json","964dc6a3fec184e8dac2ab8398debc8b","../../node-deps/node_modules/@cspell/dict-haskell/cspell-ext.json","b60ef206b0238e328f3c3f889a949e26","../../node-deps/node_modules/@cspell/dict-html-symbol-entities/cspell-ext.json","1ae028b3a10c811456bda3bfa51db2d9","../../node-deps/node_modules/@cspell/dict-html/cspell-ext.json","e50fe9fd4667d9aa1d209b94fb41ba89","../../node-deps/node_modules/@cspell/dict-java/cspell-ext.json","450260d59f32227ac1342ca4fcb01f2b","../../node-deps/node_modules/@cspell/dict-julia/cspell-ext.json","ab9de7a7ba6131ce6863e312d79cfa4c","../../node-deps/node_modules/@cspell/dict-k8s/cspell-ext.json","371f5a3d7ba2839a2db72b9dc93a7e01","../../node-deps/node_modules/@cspell/dict-latex/cspell-ext.json","3fab8d3e4d5b99c6862ade7d360d3c60","../../node-deps/node_modules/@cspell/dict-lorem-ipsum/cspell-ext.json","2ce22bc75bf83d6a92e041d87eb4623b","../../node-deps/node_modules/@cspell/dict-lua/cspell-ext.json","0b20f8e96e8682acbc3c45d68bf6c908","../../node-deps/node_modules/@cspell/dict-makefile/cspell-ext.json","5ea8985864f1a2f8d31259e1f078e34e","../../node-deps/node_modules/@cspell/dict-monkeyc/cspell-ext.json","69ba103bf8cedf24ba330a4da56a6fdc","../../node-deps/node_modules/@cspell/dict-node/cspell-ext.json","f5aae3e3fb78a7aacb6f94ec884286df","../../node-deps/node_modules/@cspell/dict-node/dict/node.txt","36f14facd072b62f5559cbab9b704153","../../node-deps/node_modules/@cspell/dict-npm/cspell-ext.json","76c4e1f6873413d12f15290c40d6ed54","../../node-deps/node_modules/@cspell/dict-npm/dict/npm.txt","a79ca3cfb8c1cd547fa932e49ebbbe76","../../node-deps/node_modules/@cspell/dict-php/cspell-ext.json","7de813dd97d49bddaebc4131670d72b9","../../node-deps/node_modules/@cspell/dict-powershell/cspell-ext.json","57c5ba70541f022797a650b3e70304ea","../../node-deps/node_modules/@cspell/dict-powershell/dict/powershell.txt","0305d9ac35ccfabc88db9c2b6d98de01","../../node-deps/node_modules/@cspell/dict-public-licenses/cspell-ext.json","2b52f46e2d70d9fdf6ea97370f5130c9","../../node-deps/node_modules/@cspell/dict-public-licenses/public-licenses.txt.gz","f97ebcf5ba32d026ccd7665a1b6a7215","../../node-deps/node_modules/@cspell/dict-python/cspell-ext.json","4fbe79488a8e9bba3ae36974d9f627f0","../../node-deps/node_modules/@cspell/dict-python/python.txt.gz","d5d038ce00fcd3dbdc0beffdf6388284","../../node-deps/node_modules/@cspell/dict-r/cspell-ext.json","bff29ea09b5c57f6757c322f20d67fcb","../../node-deps/node_modules/@cspell/dict-ruby/cspell-ext.json","53115b7841b578ef4fbcf18e4c621b68","../../node-deps/node_modules/@cspell/dict-rust/cspell-ext.json","4fd3fba75e23cec77ef21a3926a4e623","../../node-deps/node_modules/@cspell/dict-scala/cspell-ext.json","53a6326af721f94f60608ff5840fecd7","../../node-deps/node_modules/@cspell/dict-software-terms/cspell-ext.json","c40f0377be5fbb19f29f694022385099","../../node-deps/node_modules/@cspell/dict-software-terms/dict/computing-acronyms.txt","7c9e8eac06b119f838701914bfac575d","../../node-deps/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt","de8e84b347b3bd55a526c1aa31610089","../../node-deps/node_modules/@cspell/dict-software-terms/dict/webServices.txt","3e8a8e4e092ea2cf14d1998dc06a899f","../../node-deps/node_modules/@cspell/dict-sql/cspell-ext.json","ad33af28f2d88f74d3bee599579a43b6","../../node-deps/node_modules/@cspell/dict-svelte/cspell-ext.json","9d9e970492326991eccb807c3e53711b","../../node-deps/node_modules/@cspell/dict-swift/cspell-ext.json","da83d48b4d10342a919b0c008ccfd3df","../../node-deps/node_modules/@cspell/dict-terraform/cspell-ext.json","2ca45d8411ae0379f1ad44ecb023765a","../../node-deps/node_modules/@cspell/dict-typescript/cspell-ext.json","6926435e88b73cb5ab9fd1c8763910c1","../../node-deps/node_modules/@cspell/dict-typescript/dict/typescript.txt","72fb7e87f2f29dc3eadc7eec77286f6f","../../node-deps/node_modules/@cspell/dict-vue/cspell-ext.json","60c4486f8b2f52d948fab125597233d7",".github/styles/config/vocabularies/cspell/german-words.txt",".github/styles/config/vocabularies/cspell/github-actions.txt","47bcb4d71de8088ae09cecad7a30c0f5",".github/styles/config/vocabularies/cspell/italian-words.txt",".github/styles/config/vocabularies/cspell/project-words.txt","3a421385a4a92d97f5e1bf5e8da0cced",".github/styles/config/vocabularies/cspell/python-words.txt",".github/styles/config/vocabularies/cspell/ruby-words.txt",".github/styles/config/vocabularies/cspell/spanish-words.txt","cspell.config.yaml","6e7ed30990f011df5affe1937c009bbb","cspell.json",{"text":"5872","offset":24,"line":"5873","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"5874","suggestions":"5875","row":1,"col":25,"uri":"5876","context":"5877"},{"text":"5878","offset":33,"line":"5873","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"5879","suggestions":"5880","row":1,"col":34,"uri":"5876","context":"5881"},{"text":"5882","offset":68,"line":"5883","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5884","suggestions":"5885","row":3,"col":2,"uri":"5876","context":"5886"},{"text":"5882","offset":101,"line":"5887","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5884","suggestions":"5888","row":4,"col":2,"uri":"5876","context":"5889"},{"text":"5882","offset":125,"line":"5890","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5884","suggestions":"5891","row":5,"col":2,"uri":"5876","context":"5892"},{"text":"5882","offset":142,"line":"5893","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5884","suggestions":"5894","row":6,"col":2,"uri":"5876","context":"5895"},{"text":"5882","offset":190,"line":"5896","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5884","suggestions":"5897","row":7,"col":2,"uri":"5876","context":"5898"},{"text":"5899","offset":622,"line":"5900","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"5901","suggestions":"5902","row":20,"col":18,"uri":"5876","context":"5903"},{"text":"5904","offset":785,"line":"5905","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"5906","suggestions":"5907","row":25,"col":16,"uri":"5876","context":"5908"},{"text":"5909","offset":1277,"line":"5910","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"5911","suggestions":"5912","row":43,"col":2,"uri":"5876","context":"5913"},{"text":"5909","offset":1317,"line":"5914","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"5911","suggestions":"5915","row":44,"col":2,"uri":"5876","context":"5916"},{"text":"5909","offset":1349,"line":"5917","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"5911","suggestions":"5918","row":45,"col":2,"uri":"5876","context":"5919"},{"text":"5909","offset":1383,"line":"5920","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"5911","suggestions":"5921","row":46,"col":2,"uri":"5876","context":"5922"},{"text":"5909","offset":1423,"line":"5923","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"5911","suggestions":"5924","row":47,"col":2,"uri":"5876","context":"5925"},{"text":"5926","offset":1765,"line":"5927","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"5928","suggestions":"5929","row":54,"col":17,"uri":"5876","context":"5930"},{"text":"5926","offset":1802,"line":"5931","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"5928","suggestions":"5932","row":55,"col":17,"uri":"5876","context":"5933"},{"text":"5934","offset":60,"line":"5935","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"5936","suggestions":"5937","row":3,"col":12,"uri":"5938","context":"5939"},{"text":"5940","offset":15,"line":"5941","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5942","suggestions":"5943","row":1,"col":16,"uri":"5944","context":"5945"},{"text":"5940","offset":70,"line":"5946","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5942","suggestions":"5947","row":4,"col":2,"uri":"5944","context":"5948"},{"text":"5949","offset":114,"line":"5950","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"5951","suggestions":"5952","row":5,"col":18,"uri":"5944","context":"5953"},{"text":"5954","offset":124,"line":"5950","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"5955","suggestions":"5956","row":5,"col":28,"uri":"5944","context":"5957"},"../../node-deps/node_modules/@cspell/dict-k8s/dict/k8s.txt","197250dea491a3f7e597b5de7845d534",{"text":"5958","offset":215,"line":"5959","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"5960","suggestions":"5961","row":12,"col":30,"uri":"5962","context":"5963"},{"text":"5964","offset":501,"line":"5965","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"5966","suggestions":"5967","row":22,"col":10,"uri":"5962","context":"5968"},{"text":"5969","offset":571,"line":"5970","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"5971","suggestions":"5972","row":24,"col":21,"uri":"5962","context":"5973"},{"text":"5974","offset":592,"line":"5975","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"5976","suggestions":"5977","row":25,"col":10,"uri":"5962","context":"5978"},{"text":"5979","offset":255,"line":"5980","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5981","suggestions":"5982","row":12,"col":13,"uri":"5983","context":"5984"},{"text":"5979","offset":314,"line":"5985","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"5981","suggestions":"5986","row":14,"col":36,"uri":"5983","context":"5987"},{"text":"5988","offset":24,"line":"5989","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"5990","suggestions":"5991","row":1,"col":25,"uri":"5992","context":"5993"},{"text":"5994","offset":32,"line":"5989","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"5995","suggestions":"5996","row":1,"col":33,"uri":"5992","context":"5997"},{"text":"5998","offset":3797,"line":"5999","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6000","suggestions":"6001","row":131,"col":14,"uri":"6002","context":"6003"},{"text":"6004","offset":4033,"line":"6005","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6006","suggestions":"6007","row":142,"col":13,"uri":"6002","context":"6008"},{"text":"5979","offset":90,"line":"6009","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6010","suggestions":"6011","row":2,"col":16,"uri":"6012","context":"6013"},{"text":"5979","offset":288,"line":"6014","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6010","suggestions":"6015","row":7,"col":73,"uri":"6012","context":"6016"},{"text":"5979","offset":335,"line":"6014","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6010","suggestions":"6017","row":7,"col":120,"uri":"6012","context":"6018"},{"text":"5979","offset":453,"line":"6014","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6010","suggestions":"6019","row":7,"col":238,"uri":"6012","context":"6020"},{"text":"6021","offset":911,"line":"6022","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6023","suggestions":"6024","row":17,"col":66,"uri":"6012","context":"6025"},{"text":"5940","offset":919,"line":"6022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6026","suggestions":"6027","row":17,"col":74,"uri":"6012","context":"6028"},{"text":"6029","offset":943,"line":"6022","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6030","suggestions":"6031","row":17,"col":98,"uri":"6012","context":"6032"},{"text":"6033","offset":1032,"line":"6022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6034","suggestions":"6035","row":17,"col":187,"uri":"6012","context":"6036"},{"text":"6037","offset":1039,"line":"6022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6038","suggestions":"6039","row":17,"col":194,"uri":"6012","context":"6040"},{"text":"6037","offset":1046,"line":"6022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6038","suggestions":"6041","row":17,"col":201,"uri":"6012","context":"6042"},{"text":"6043","offset":1086,"line":"6022","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6044","suggestions":"6045","row":17,"col":241,"uri":"6012","context":"6046"},{"text":"6047","offset":1096,"line":"6022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6048","suggestions":"6049","row":17,"col":251,"uri":"6012","context":"6050"},{"text":"6051","offset":1173,"line":"6022","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6052","suggestions":"6053","row":17,"col":328,"uri":"6012","context":"6054"},{"text":"6055","offset":1195,"line":"6022","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6056","suggestions":"6057","row":17,"col":350,"uri":"6012","context":"6058"},{"text":"6059","offset":1244,"line":"6022","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6060","suggestions":"6061","row":17,"col":399,"uri":"6012","context":"6062"},{"text":"6063","offset":1264,"line":"6022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6064","suggestions":"6065","row":17,"col":419,"uri":"6012","context":"6066"},{"text":"6067","offset":1820,"line":"6068","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6069","suggestions":"6070","row":22,"col":366,"uri":"6012","context":"6071"},"../../node-deps/node_modules/@cspell/dict-fullstack/dict/fullstack.txt","44b5b74460e8410bf1234f4f9e21d837","../../node-deps/node_modules/@cspell/dict-svelte/dict/svelte.txt","cfe8a01c5c0df41d12ecb166e08bb41f",{"text":"6072","offset":772,"line":"6073","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6074","suggestions":"6075","row":28,"col":7,"uri":"6076","context":"6077"},{"text":"6021","offset":27,"line":"6078","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6079","suggestions":"6080","row":3,"col":2,"uri":"6081","context":"6082"},{"text":"5940","offset":35,"line":"6083","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6084","suggestions":"6085","row":4,"col":2,"uri":"6081","context":"6086"},{"text":"6029","offset":59,"line":"6087","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6088","suggestions":"6089","row":7,"col":2,"uri":"6081","context":"6090"},{"text":"6091","offset":1205,"line":"6092","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6093","suggestions":"6094","row":42,"col":31,"uri":"6081","context":"6095"},{"text":"6096","offset":2884,"line":"6097","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6098","suggestions":"6099","row":84,"col":40,"uri":"6081","context":"6100"},{"text":"6101","offset":2921,"line":"6102","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6103","suggestions":"6104","row":85,"col":33,"uri":"6081","context":"6105"},{"text":"6106","offset":2927,"line":"6102","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6107","suggestions":"6108","row":85,"col":39,"uri":"6081","context":"6109"},{"text":"6101","offset":2967,"line":"6110","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6103","suggestions":"6111","row":86,"col":33,"uri":"6081","context":"6112"},{"text":"6113","offset":3163,"line":"6114","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6115","suggestions":"6116","row":91,"col":26,"uri":"6081","context":"6117"},{"text":"6118","offset":3268,"line":"6119","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6120","suggestions":"6121","row":94,"col":26,"uri":"6081","context":"6122"},{"text":"6123","offset":4946,"line":"6124","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"6125","suggestions":"6126","row":137,"col":31,"uri":"6081","context":"6127"},{"text":"5998","offset":6464,"line":"6128","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6129","suggestions":"6130","row":192,"col":2,"uri":"6081","context":"6131"},{"text":"6132","offset":6508,"line":"6133","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6134","suggestions":"6135","row":194,"col":16,"uri":"6081","context":"6136"},{"text":"6072","offset":6532,"line":"6137","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6138","suggestions":"6139","row":195,"col":16,"uri":"6081","context":"6140"},{"text":"6141","offset":6556,"line":"6142","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6143","suggestions":"6144","row":196,"col":16,"uri":"6081","context":"6145"},{"text":"5979","offset":7141,"line":"6146","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6147","suggestions":"6148","row":234,"col":6,"uri":"6081","context":"6149"},{"text":"5979","offset":7169,"line":"6150","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6147","suggestions":"6151","row":235,"col":6,"uri":"6081","context":"6152"},{"text":"6153","offset":7206,"line":"6150","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6154","suggestions":"6155","row":235,"col":43,"uri":"6081","context":"6156"},{"text":"5979","offset":7230,"line":"6157","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6147","suggestions":"6158","row":236,"col":6,"uri":"6081","context":"6159"},{"text":"5979","offset":7250,"line":"6157","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6147","suggestions":"6160","row":236,"col":26,"uri":"6081","context":"6161"},{"text":"5979","offset":7269,"line":"6162","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6147","suggestions":"6163","row":237,"col":6,"uri":"6081","context":"6164"},{"text":"6165","offset":7944,"line":"6166","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6167","suggestions":"6168","row":256,"col":26,"uri":"6081","context":"6169"},{"text":"6165","offset":7989,"line":"6170","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6167","suggestions":"6171","row":257,"col":26,"uri":"6081","context":"6172"},{"text":"6165","offset":8035,"line":"6173","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6167","suggestions":"6174","row":258,"col":26,"uri":"6081","context":"6175"},{"text":"6165","offset":8085,"line":"6176","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6167","suggestions":"6177","row":259,"col":26,"uri":"6081","context":"6178"},{"text":"6165","offset":8138,"line":"6179","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6167","suggestions":"6180","row":260,"col":26,"uri":"6081","context":"6181"},{"text":"6153","offset":10875,"line":"6182","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6154","suggestions":"6183","row":331,"col":25,"uri":"6081","context":"6184"},{"text":"6153","offset":10925,"line":"6185","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6154","suggestions":"6186","row":332,"col":25,"uri":"6081","context":"6187"},{"text":"6188","offset":11039,"line":"6189","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6190","suggestions":"6191","row":334,"col":42,"uri":"6081","context":"6192"},{"text":"6188","offset":11077,"line":"6193","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6190","suggestions":"6194","row":335,"col":32,"uri":"6081","context":"6195"},{"text":"6188","offset":11111,"line":"6196","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6190","suggestions":"6197","row":336,"col":28,"uri":"6081","context":"6198"},{"text":"6199","offset":11436,"line":"6200","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6201","suggestions":"6202","row":344,"col":37,"uri":"6081","context":"6203"},{"text":"6199","offset":11503,"line":"6204","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6201","suggestions":"6205","row":346,"col":27,"uri":"6081","context":"6206"},{"text":"6199","offset":11554,"line":"6207","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6201","suggestions":"6208","row":347,"col":27,"uri":"6081","context":"6209"},{"text":"6199","offset":11610,"line":"6210","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6201","suggestions":"6211","row":348,"col":27,"uri":"6081","context":"6212"},{"text":"6199","offset":11671,"line":"6213","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6201","suggestions":"6214","row":349,"col":27,"uri":"6081","context":"6215"},{"text":"6216","offset":13016,"line":"6217","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6218","suggestions":"6219","row":372,"col":40,"uri":"6081","context":"6220"},{"text":"6221","offset":13516,"line":"6222","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"6223","suggestions":"6224","row":381,"col":40,"uri":"6081","context":"6225"},{"text":"6216","offset":14636,"line":"6226","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6218","suggestions":"6227","row":408,"col":23,"uri":"6081","context":"6228"},{"text":"6229","offset":15425,"line":"6230","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6231","suggestions":"6232","row":435,"col":1,"uri":"6081","context":"6233"},{"text":"6234","offset":15520,"line":"6235","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6236","suggestions":"6237","row":440,"col":19,"uri":"6081","context":"6238"},{"text":"6239","offset":15625,"line":"6240","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"6241","suggestions":"6242","row":444,"col":20,"uri":"6081","context":"6243"},{"text":"6244","offset":16491,"line":"6245","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6246","suggestions":"6247","row":483,"col":11,"uri":"6081","context":"6248"},{"text":"6249","offset":16926,"line":"6250","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6251","suggestions":"6252","row":495,"col":29,"uri":"6081","context":"6253"},{"text":"6249","offset":16968,"line":"6254","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6251","suggestions":"6255","row":496,"col":29,"uri":"6081","context":"6256"},{"text":"6244","offset":17284,"line":"6257","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6246","suggestions":"6258","row":513,"col":15,"uri":"6081","context":"6259"},{"text":"6260","offset":17328,"line":"6261","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6262","suggestions":"6263","row":515,"col":19,"uri":"6081","context":"6264"},{"text":"6260","offset":17388,"line":"6265","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6262","suggestions":"6266","row":518,"col":15,"uri":"6081","context":"6267"},{"text":"5979","offset":27,"line":"6268","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6269","suggestions":"6270","row":1,"col":28,"uri":"6271","context":"6272"},{"text":"5979","offset":44,"line":"6268","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6269","suggestions":"6273","row":1,"col":45,"uri":"6271","context":"6274"},{"text":"5979","offset":99,"line":"6275","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6269","suggestions":"6276","row":4,"col":7,"uri":"6271","context":"6277"},{"text":"5979","offset":155,"line":"6278","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6269","suggestions":"6279","row":5,"col":31,"uri":"6271","context":"6280"},{"text":"5979","offset":177,"line":"6281","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6269","suggestions":"6282","row":7,"col":7,"uri":"6271","context":"6283"},{"text":"6153","offset":571,"line":"6284","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6285","suggestions":"6286","row":19,"col":15,"uri":"6287","context":"6288"},{"text":"6289","offset":590,"line":"6290","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6291","suggestions":"6292","row":20,"col":8,"uri":"6287","context":"6293"},{"text":"5979","offset":766,"line":"6294","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6295","suggestions":"6296","row":24,"col":26,"uri":"6287","context":"6297"},{"text":"6298","offset":798,"line":"6299","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6300","suggestions":"6301","row":25,"col":25,"uri":"6287","context":"6302"},{"text":"5979","offset":1526,"line":"6303","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6295","suggestions":"6304","row":42,"col":44,"uri":"6287","context":"6305"},{"text":"6306","offset":3647,"line":"6307","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"6308","suggestions":"6309","row":90,"col":37,"uri":"6287","context":"6310"},{"text":"5979","offset":4013,"line":"6311","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6295","suggestions":"6312","row":104,"col":29,"uri":"6287","context":"6313"},{"text":"5979","offset":4047,"line":"6311","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6295","suggestions":"6314","row":104,"col":63,"uri":"6287","context":"6315"},{"text":"5979","offset":4085,"line":"6316","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6295","suggestions":"6317","row":105,"col":29,"uri":"6287","context":"6318"},{"text":"6165","offset":5243,"line":"6319","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6320","suggestions":"6321","row":132,"col":22,"uri":"6287","context":"6322"},{"text":"6199","offset":5276,"line":"6323","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6324","suggestions":"6325","row":133,"col":22,"uri":"6287","context":"6326"},{"text":"6153","offset":5310,"line":"6327","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6285","suggestions":"6328","row":134,"col":22,"uri":"6287","context":"6329"},{"text":"6330","offset":7002,"line":"6331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6332","suggestions":"6333","row":174,"col":19,"uri":"6287","context":"6334"},{"text":"5979","offset":137,"line":"6335","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6336","suggestions":"6337","row":4,"col":29,"uri":"6338","context":"6339"},{"text":"5979","offset":263,"line":"6340","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6336","suggestions":"6341","row":7,"col":11,"uri":"6338","context":"6342"},{"text":"5979","offset":300,"line":"6343","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6336","suggestions":"6344","row":8,"col":25,"uri":"6338","context":"6345"},{"text":"5979","offset":326,"line":"6346","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6336","suggestions":"6347","row":9,"col":14,"uri":"6338","context":"6348"},{"text":"5979","offset":445,"line":"6349","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6336","suggestions":"6350","row":11,"col":12,"uri":"6338","context":"6351"},"../../node-deps/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt","262c346b2239f9029877b58cbdfb28c3","../../node-deps/node_modules/@cspell/dict-cpp/dict/cpp-refined.txt","8a57e448a8327978d1e22018076efa92","../../node-deps/node_modules/@cspell/dict-cpp/dict/cpp.txt","21e3500b8c4fd96c1601698c9e70b776",{"text":"6153","offset":35,"line":"6352","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6353","suggestions":"6354","row":2,"col":23,"uri":"6355","context":"6356"},{"text":"6298","offset":80,"line":"6357","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6358","suggestions":"6359","row":3,"col":30,"uri":"6355","context":"6360"},{"text":"5979","offset":48,"line":"6361","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6362","suggestions":"6363","row":2,"col":46,"uri":"6364","context":"6365"},{"text":"6366","offset":647,"line":"6367","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6368","suggestions":"6369","row":31,"col":17,"uri":"6364","context":"6370"},{"text":"6153","offset":876,"line":"6371","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"6372","suggestions":"6373","row":39,"col":53,"uri":"6364","context":"6374"},{"text":"6375","offset":901,"line":"6371","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6376","suggestions":"6377","row":39,"col":78,"uri":"6364","context":"6378"},{"text":"5979","offset":1943,"line":"6379","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6362","suggestions":"6380","row":77,"col":55,"uri":"6364","context":"6381"},{"text":"5979","offset":2704,"line":"6382","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6362","suggestions":"6383","row":99,"col":53,"uri":"6364","context":"6384"},{"text":"5979","offset":2986,"line":"6385","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6362","suggestions":"6386","row":111,"col":17,"uri":"6364","context":"6387"},{"text":"5979","offset":3007,"line":"6388","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6362","suggestions":"6389","row":112,"col":5,"uri":"6364","context":"6390"},{"text":"5979","offset":206,"line":"6391","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6392","suggestions":"6393","row":7,"col":13,"uri":"6394","context":"6395"},{"text":"5979","offset":243,"line":"6396","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6392","suggestions":"6397","row":8,"col":8,"uri":"6394","context":"6398"},{"text":"5979","offset":268,"line":"6399","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6392","suggestions":"6400","row":9,"col":11,"uri":"6394","context":"6401"},{"text":"5979","offset":491,"line":"6402","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6392","suggestions":"6403","row":14,"col":16,"uri":"6394","context":"6404"},{"text":"5979","offset":551,"line":"6405","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6392","suggestions":"6406","row":16,"col":3,"uri":"6394","context":"6407"},{"text":"5979","offset":571,"line":"6408","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6409","suggestions":"6410","row":21,"col":15,"uri":"6411","context":"6412"},{"text":"6289","offset":585,"line":"6413","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6414","suggestions":"6415","row":22,"col":8,"uri":"6411","context":"6416"},{"text":"5979","offset":761,"line":"6417","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6409","suggestions":"6418","row":26,"col":26,"uri":"6411","context":"6419"},{"text":"5979","offset":793,"line":"6420","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6409","suggestions":"6421","row":27,"col":25,"uri":"6411","context":"6422"},{"text":"5979","offset":1547,"line":"6423","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6409","suggestions":"6424","row":44,"col":44,"uri":"6411","context":"6425"},{"text":"5979","offset":2443,"line":"6426","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6409","suggestions":"6427","row":65,"col":50,"uri":"6411","context":"6428"},{"text":"6306","offset":3056,"line":"6429","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"6430","suggestions":"6431","row":80,"col":37,"uri":"6411","context":"6432"},{"text":"6165","offset":5223,"line":"6433","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6434","suggestions":"6435","row":136,"col":22,"uri":"6411","context":"6436"},{"text":"6199","offset":5256,"line":"6437","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"6438","suggestions":"6439","row":137,"col":22,"uri":"6411","context":"6440"},{"text":"6330","offset":6911,"line":"6441","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6442","suggestions":"6443","row":176,"col":19,"uri":"6411","context":"6444"},{"text":"5979","offset":137,"line":"6445","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6446","suggestions":"6447","row":4,"col":29,"uri":"6448","context":"6449"},{"text":"5979","offset":263,"line":"6450","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6446","suggestions":"6451","row":7,"col":11,"uri":"6448","context":"6452"},{"text":"5979","offset":300,"line":"6453","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6446","suggestions":"6454","row":8,"col":25,"uri":"6448","context":"6455"},{"text":"5979","offset":326,"line":"6456","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6446","suggestions":"6457","row":9,"col":14,"uri":"6448","context":"6458"},{"text":"5979","offset":445,"line":"6459","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6446","suggestions":"6460","row":11,"col":12,"uri":"6448","context":"6461"},{"text":"5979","offset":35,"line":"6462","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6463","suggestions":"6464","row":2,"col":23,"uri":"6465","context":"6466"},{"text":"5979","offset":75,"line":"6467","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6463","suggestions":"6468","row":3,"col":30,"uri":"6465","context":"6469"},{"text":"5979","offset":48,"line":"6470","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6471","suggestions":"6472","row":2,"col":46,"uri":"6473","context":"6474"},{"text":"5979","offset":422,"line":"6475","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6471","suggestions":"6476","row":19,"col":63,"uri":"6473","context":"6477"},{"text":"5979","offset":452,"line":"6475","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6471","suggestions":"6478","row":19,"col":93,"uri":"6473","context":"6479"},{"text":"5979","offset":1920,"line":"6480","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6471","suggestions":"6481","row":65,"col":54,"uri":"6473","context":"6482"},{"text":"5979","offset":2311,"line":"6483","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6471","suggestions":"6484","row":81,"col":51,"uri":"6473","context":"6485"},{"text":"5979","offset":206,"line":"6486","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6487","suggestions":"6488","row":7,"col":13,"uri":"6489","context":"6490"},{"text":"5979","offset":243,"line":"6491","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6487","suggestions":"6492","row":8,"col":8,"uri":"6489","context":"6493"},{"text":"5979","offset":268,"line":"6494","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6487","suggestions":"6495","row":9,"col":11,"uri":"6489","context":"6496"},{"text":"5979","offset":491,"line":"6497","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6487","suggestions":"6498","row":14,"col":16,"uri":"6489","context":"6499"},{"text":"5979","offset":551,"line":"6500","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6487","suggestions":"6501","row":16,"col":3,"uri":"6489","context":"6502"},{"text":"5979","offset":253,"line":"6503","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6504","suggestions":"6505","row":12,"col":7,"uri":"6506","context":"6507"},{"text":"6508","offset":299,"line":"6509","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6510","suggestions":"6511","row":13,"col":23,"uri":"6506","context":"6512"},{"text":"6165","offset":507,"line":"6513","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6514","suggestions":"6515","row":18,"col":26,"uri":"6506","context":"6516"},{"text":"5979","offset":693,"line":"6517","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6504","suggestions":"6518","row":25,"col":3,"uri":"6506","context":"6519"},{"text":"5979","offset":742,"line":"6520","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6504","suggestions":"6521","row":27,"col":3,"uri":"6506","context":"6522"},{"text":"6523","offset":80,"line":"6524","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6525","suggestions":"6526","row":4,"col":33,"uri":"6527","context":"6528"},{"text":"6529","offset":92,"line":"6524","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6530","suggestions":"6531","row":4,"col":45,"uri":"6527","context":"6532"},{"text":"6533","offset":280,"line":"6534","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6535","suggestions":"6536","row":15,"col":1,"uri":"6527","context":"6537"},{"text":"6538","offset":1366,"line":"6539","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6540","suggestions":"6541","row":50,"col":5,"uri":"6527","context":"6542"},{"text":"6538","offset":1949,"line":"6543","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6540","suggestions":"6544","row":70,"col":5,"uri":"6527","context":"6545"},{"text":"6538","offset":2776,"line":"6546","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6540","suggestions":"6547","row":96,"col":5,"uri":"6527","context":"6548"},{"text":"6549","offset":2882,"line":"6550","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6551","suggestions":"6552","row":100,"col":5,"uri":"6527","context":"6553"},{"text":"6523","offset":80,"line":"6554","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6555","suggestions":"6556","row":4,"col":33,"uri":"6557","context":"6558"},{"text":"6529","offset":92,"line":"6554","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6559","suggestions":"6560","row":4,"col":45,"uri":"6557","context":"6561"},{"text":"6165","offset":448,"line":"6562","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6563","suggestions":"6564","row":15,"col":15,"uri":"6565","context":"6566"},{"text":"6289","offset":468,"line":"6567","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"6568","suggestions":"6569","row":16,"col":8,"uri":"6565","context":"6570"},{"text":"6298","offset":609,"line":"6571","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6572","suggestions":"6573","row":19,"col":36,"uri":"6565","context":"6574"},{"text":"6575","offset":2761,"line":"6576","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6577","suggestions":"6578","row":71,"col":48,"uri":"6565","context":"6579"},{"text":"6575","offset":2868,"line":"6580","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6577","suggestions":"6581","row":75,"col":14,"uri":"6565","context":"6582"},{"text":"6575","offset":2892,"line":"6580","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6577","suggestions":"6583","row":75,"col":38,"uri":"6565","context":"6584"},{"text":"6585","offset":2964,"line":"6586","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"6587","suggestions":"6588","row":77,"col":14,"uri":"6565","context":"6589"},{"text":"6590","offset":4497,"line":"6591","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6592","suggestions":"6593","row":109,"col":25,"uri":"6565","context":"6594"},{"text":"6575","offset":7682,"line":"6595","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6577","suggestions":"6596","row":188,"col":6,"uri":"6565","context":"6597"},{"text":"6598","offset":293,"line":"6599","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6600","suggestions":"6601","row":15,"col":7,"uri":"6602","context":"6603"},{"text":"6165","offset":857,"line":"6604","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6605","suggestions":"6606","row":28,"col":35,"uri":"6602","context":"6607"},"../../node-deps/node_modules/@cspell/dict-data-science/dict/data-science.txt","ba573d8de19fbcec0b0a7c88f556a24a","../../node-deps/node_modules/@cspell/dict-django/dict/django.txt","6e0b645200a8d60aefbe6f692dac6309","../../node-deps/node_modules/@cspell/dict-python/python-common.txt.gz","b814bf4942dada66edc14278363f69fe",{"text":"6608","offset":816,"line":"6609","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6610","suggestions":"6611","row":47,"col":14,"uri":"6612","context":"6613"},{"text":"6608","offset":931,"line":"6614","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6610","suggestions":"6615","row":53,"col":5,"uri":"6612","context":"6616"},{"text":"6608","offset":1142,"line":"6617","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6610","suggestions":"6618","row":63,"col":13,"uri":"6612","context":"6619"},{"text":"6608","offset":1215,"line":"6620","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6610","suggestions":"6621","row":66,"col":21,"uri":"6612","context":"6622"},{"text":"6608","offset":1431,"line":"6623","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6610","suggestions":"6624","row":70,"col":13,"uri":"6612","context":"6625"},{"text":"6626","offset":2156,"line":"6627","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6628","suggestions":"6629","row":90,"col":16,"uri":"6612","context":"6630"},{"text":"6631","offset":3095,"line":"6632","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6633","suggestions":"6634","row":120,"col":13,"uri":"6612","context":"6635"},{"text":"6608","offset":828,"line":"6636","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6637","suggestions":"6638","row":46,"col":14,"uri":"6639","context":"6640"},{"text":"6608","offset":957,"line":"6641","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6637","suggestions":"6642","row":53,"col":5,"uri":"6639","context":"6643"},{"text":"6608","offset":1169,"line":"6644","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6637","suggestions":"6645","row":63,"col":13,"uri":"6639","context":"6646"},{"text":"6608","offset":1242,"line":"6647","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6637","suggestions":"6648","row":66,"col":21,"uri":"6639","context":"6649"},{"text":"6608","offset":1458,"line":"6650","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6637","suggestions":"6651","row":70,"col":13,"uri":"6639","context":"6652"},{"text":"6626","offset":2183,"line":"6653","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6654","suggestions":"6655","row":90,"col":16,"uri":"6639","context":"6656"},{"text":"6631","offset":3122,"line":"6657","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6658","suggestions":"6659","row":120,"col":13,"uri":"6639","context":"6660"},{"text":"6608","offset":902,"line":"6661","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6662","suggestions":"6663","row":47,"col":14,"uri":"6664","context":"6665"},{"text":"6608","offset":1045,"line":"6666","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6662","suggestions":"6667","row":54,"col":5,"uri":"6664","context":"6668"},{"text":"6608","offset":1261,"line":"6669","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6662","suggestions":"6670","row":64,"col":13,"uri":"6664","context":"6671"},{"text":"6608","offset":1334,"line":"6672","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6662","suggestions":"6673","row":67,"col":21,"uri":"6664","context":"6674"},{"text":"6608","offset":1550,"line":"6675","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6662","suggestions":"6676","row":71,"col":13,"uri":"6664","context":"6677"},{"text":"6626","offset":2275,"line":"6678","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6679","suggestions":"6680","row":91,"col":16,"uri":"6664","context":"6681"},{"text":"6631","offset":3214,"line":"6682","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6683","suggestions":"6684","row":121,"col":13,"uri":"6664","context":"6685"},{"text":"6686","offset":4549,"line":"6687","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6688","suggestions":"6689","row":179,"col":54,"uri":"6664","context":"6690"},{"text":"6608","offset":868,"line":"6691","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6692","suggestions":"6693","row":46,"col":14,"uri":"6694","context":"6695"},{"text":"6608","offset":1015,"line":"6696","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6692","suggestions":"6697","row":53,"col":5,"uri":"6694","context":"6698"},{"text":"6608","offset":1234,"line":"6699","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6692","suggestions":"6700","row":63,"col":13,"uri":"6694","context":"6701"},{"text":"6608","offset":1307,"line":"6702","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6692","suggestions":"6703","row":66,"col":21,"uri":"6694","context":"6704"},{"text":"6608","offset":1523,"line":"6705","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6692","suggestions":"6706","row":70,"col":13,"uri":"6694","context":"6707"},{"text":"6626","offset":2248,"line":"6708","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6709","suggestions":"6710","row":90,"col":16,"uri":"6694","context":"6711"},{"text":"6631","offset":3187,"line":"6712","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6713","suggestions":"6714","row":120,"col":13,"uri":"6694","context":"6715"},{"text":"6608","offset":899,"line":"6716","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6717","suggestions":"6718","row":47,"col":14,"uri":"6719","context":"6720"},{"text":"6608","offset":1062,"line":"6721","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6717","suggestions":"6722","row":54,"col":5,"uri":"6719","context":"6723"},{"text":"6608","offset":1285,"line":"6724","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6717","suggestions":"6725","row":64,"col":13,"uri":"6719","context":"6726"},{"text":"6608","offset":1358,"line":"6727","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6717","suggestions":"6728","row":67,"col":21,"uri":"6719","context":"6729"},{"text":"6608","offset":1574,"line":"6730","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6717","suggestions":"6731","row":71,"col":13,"uri":"6719","context":"6732"},{"text":"6626","offset":2299,"line":"6733","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6734","suggestions":"6735","row":91,"col":16,"uri":"6719","context":"6736"},{"text":"6631","offset":3238,"line":"6737","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6738","suggestions":"6739","row":121,"col":13,"uri":"6719","context":"6740"},{"text":"6608","offset":858,"line":"6741","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6742","suggestions":"6743","row":46,"col":14,"uri":"6744","context":"6745"},{"text":"6608","offset":988,"line":"6746","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6742","suggestions":"6747","row":53,"col":5,"uri":"6744","context":"6748"},{"text":"6608","offset":1200,"line":"6749","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6742","suggestions":"6750","row":63,"col":13,"uri":"6744","context":"6751"},{"text":"6608","offset":1273,"line":"6752","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6742","suggestions":"6753","row":66,"col":21,"uri":"6744","context":"6754"},{"text":"6608","offset":1489,"line":"6755","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6742","suggestions":"6756","row":70,"col":13,"uri":"6744","context":"6757"},{"text":"6626","offset":2214,"line":"6758","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6759","suggestions":"6760","row":90,"col":16,"uri":"6744","context":"6761"},{"text":"6631","offset":3153,"line":"6762","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6763","suggestions":"6764","row":120,"col":13,"uri":"6744","context":"6765"},{"text":"6608","offset":851,"line":"6766","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6767","suggestions":"6768","row":47,"col":14,"uri":"6769","context":"6770"},{"text":"6608","offset":1063,"line":"6771","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6767","suggestions":"6772","row":58,"col":13,"uri":"6769","context":"6773"},{"text":"6608","offset":1246,"line":"6774","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6767","suggestions":"6775","row":66,"col":13,"uri":"6769","context":"6776"},{"text":"6608","offset":1508,"line":"6777","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6767","suggestions":"6778","row":73,"col":13,"uri":"6769","context":"6779"},{"text":"6608","offset":1795,"line":"6780","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6767","suggestions":"6781","row":81,"col":13,"uri":"6769","context":"6782"},{"text":"6626","offset":2192,"line":"6783","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6784","suggestions":"6785","row":93,"col":16,"uri":"6769","context":"6786"},{"text":"6787","offset":3536,"line":"6788","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6789","suggestions":"6790","row":136,"col":27,"uri":"6769","context":"6791"},{"text":"6792","offset":3621,"line":"6793","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6794","suggestions":"6795","row":137,"col":70,"uri":"6769","context":"6796"},{"text":"6787","offset":3789,"line":"6797","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6789","suggestions":"6798","row":144,"col":45,"uri":"6769","context":"6799"},{"text":"6800","offset":4744,"line":"6801","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6802","suggestions":"6803","row":181,"col":55,"uri":"6769","context":"6804"},{"text":"6805","offset":475,"line":"6806","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"6807","suggestions":"6808","row":28,"col":16,"uri":"6809","context":"6810"},{"text":"6608","offset":825,"line":"6811","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6812","suggestions":"6813","row":47,"col":14,"uri":"6809","context":"6814"},{"text":"6608","offset":956,"line":"6815","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6812","suggestions":"6816","row":54,"col":5,"uri":"6809","context":"6817"},{"text":"6608","offset":1167,"line":"6818","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6812","suggestions":"6819","row":64,"col":13,"uri":"6809","context":"6820"},{"text":"6608","offset":1240,"line":"6821","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6812","suggestions":"6822","row":67,"col":21,"uri":"6809","context":"6823"},{"text":"6608","offset":1456,"line":"6824","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6812","suggestions":"6825","row":71,"col":13,"uri":"6809","context":"6826"},{"text":"6626","offset":2181,"line":"6827","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6828","suggestions":"6829","row":91,"col":16,"uri":"6809","context":"6830"},{"text":"6631","offset":3120,"line":"6831","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6832","suggestions":"6833","row":121,"col":13,"uri":"6809","context":"6834"},{"text":"6608","offset":813,"line":"6835","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6836","suggestions":"6837","row":46,"col":14,"uri":"6838","context":"6839"},{"text":"6608","offset":939,"line":"6840","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6836","suggestions":"6841","row":52,"col":5,"uri":"6838","context":"6842"},{"text":"6608","offset":1151,"line":"6843","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6836","suggestions":"6844","row":62,"col":13,"uri":"6838","context":"6845"},{"text":"6608","offset":1224,"line":"6846","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6836","suggestions":"6847","row":65,"col":21,"uri":"6838","context":"6848"},{"text":"6608","offset":1440,"line":"6849","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6836","suggestions":"6850","row":69,"col":13,"uri":"6838","context":"6851"},{"text":"6626","offset":2165,"line":"6852","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6853","suggestions":"6854","row":89,"col":16,"uri":"6838","context":"6855"},{"text":"6631","offset":3105,"line":"6856","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6857","suggestions":"6858","row":120,"col":13,"uri":"6838","context":"6859"},{"text":"6860","offset":11336,"line":"6861","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6862","suggestions":"6863","row":491,"col":42,"uri":"6838","context":"6864"},{"text":"6608","offset":892,"line":"6865","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6866","suggestions":"6867","row":47,"col":14,"uri":"6868","context":"6869"},{"text":"6608","offset":1044,"line":"6870","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6866","suggestions":"6871","row":54,"col":5,"uri":"6868","context":"6872"},{"text":"6608","offset":1264,"line":"6873","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6866","suggestions":"6874","row":64,"col":13,"uri":"6868","context":"6875"},{"text":"6608","offset":1337,"line":"6876","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6866","suggestions":"6877","row":67,"col":21,"uri":"6868","context":"6878"},{"text":"6608","offset":1553,"line":"6879","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6866","suggestions":"6880","row":71,"col":13,"uri":"6868","context":"6881"},{"text":"6626","offset":2278,"line":"6882","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6883","suggestions":"6884","row":91,"col":16,"uri":"6868","context":"6885"},{"text":"6631","offset":3217,"line":"6886","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6887","suggestions":"6888","row":121,"col":13,"uri":"6868","context":"6889"},{"text":"6890","offset":1209,"line":"6891","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6892","suggestions":"6893","row":60,"col":18,"uri":"6894","context":"6895"},{"text":"6608","offset":1279,"line":"6896","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6897","suggestions":"6898","row":62,"col":14,"uri":"6894","context":"6899"},{"text":"6890","offset":1523,"line":"6900","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6892","suggestions":"6901","row":69,"col":18,"uri":"6894","context":"6902"},{"text":"6608","offset":1593,"line":"6903","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6897","suggestions":"6904","row":71,"col":14,"uri":"6894","context":"6905"},{"text":"6890","offset":2134,"line":"6906","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6892","suggestions":"6907","row":84,"col":18,"uri":"6894","context":"6908"},{"text":"6608","offset":2626,"line":"6909","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6897","suggestions":"6910","row":94,"col":14,"uri":"6894","context":"6911"},{"text":"6608","offset":3241,"line":"6912","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6897","suggestions":"6913","row":108,"col":5,"uri":"6894","context":"6914"},{"text":"6608","offset":3389,"line":"6915","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6897","suggestions":"6916","row":115,"col":5,"uri":"6894","context":"6917"},{"text":"6918","offset":6311,"line":"6919","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"6920","suggestions":"6921","row":220,"col":40,"uri":"6894","context":"6922"},{"text":"6608","offset":831,"line":"6923","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6924","suggestions":"6925","row":45,"col":14,"uri":"6926","context":"6927"},{"text":"6608","offset":964,"line":"6928","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6924","suggestions":"6929","row":52,"col":5,"uri":"6926","context":"6930"},{"text":"6608","offset":1178,"line":"6931","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6924","suggestions":"6932","row":62,"col":13,"uri":"6926","context":"6933"},{"text":"6608","offset":1251,"line":"6934","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6924","suggestions":"6935","row":65,"col":21,"uri":"6926","context":"6936"},{"text":"6608","offset":1467,"line":"6937","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6924","suggestions":"6938","row":69,"col":13,"uri":"6926","context":"6939"},{"text":"6626","offset":2192,"line":"6940","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6941","suggestions":"6942","row":89,"col":16,"uri":"6926","context":"6943"},{"text":"6631","offset":3131,"line":"6944","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6945","suggestions":"6946","row":119,"col":13,"uri":"6926","context":"6947"},{"text":"6608","offset":835,"line":"6948","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6949","suggestions":"6950","row":45,"col":14,"uri":"6951","context":"6952"},{"text":"6608","offset":968,"line":"6953","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6949","suggestions":"6954","row":52,"col":5,"uri":"6951","context":"6955"},{"text":"6608","offset":1182,"line":"6956","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6949","suggestions":"6957","row":62,"col":13,"uri":"6951","context":"6958"},{"text":"6608","offset":1255,"line":"6959","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6949","suggestions":"6960","row":65,"col":21,"uri":"6951","context":"6961"},{"text":"6608","offset":1471,"line":"6962","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6949","suggestions":"6963","row":69,"col":13,"uri":"6951","context":"6964"},{"text":"6626","offset":2196,"line":"6965","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6966","suggestions":"6967","row":89,"col":16,"uri":"6951","context":"6968"},{"text":"6631","offset":3135,"line":"6969","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6970","suggestions":"6971","row":119,"col":13,"uri":"6951","context":"6972"},{"text":"6860","offset":4441,"line":"6973","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"6974","suggestions":"6975","row":179,"col":44,"uri":"6951","context":"6976"},{"text":"6608","offset":834,"line":"6977","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6978","suggestions":"6979","row":45,"col":14,"uri":"6980","context":"6981"},{"text":"6608","offset":967,"line":"6982","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6978","suggestions":"6983","row":52,"col":5,"uri":"6980","context":"6984"},{"text":"6608","offset":1181,"line":"6985","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6978","suggestions":"6986","row":62,"col":13,"uri":"6980","context":"6987"},{"text":"6608","offset":1254,"line":"6988","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6978","suggestions":"6989","row":65,"col":21,"uri":"6980","context":"6990"},{"text":"6608","offset":1470,"line":"6991","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6978","suggestions":"6992","row":69,"col":13,"uri":"6980","context":"6993"},{"text":"6626","offset":2195,"line":"6994","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"6995","suggestions":"6996","row":89,"col":16,"uri":"6980","context":"6997"},{"text":"6631","offset":3134,"line":"6998","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"6999","suggestions":"7000","row":119,"col":13,"uri":"6980","context":"7001"},{"text":"6860","offset":4444,"line":"7002","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7003","suggestions":"7004","row":180,"col":44,"uri":"6980","context":"7005"},{"text":"6608","offset":821,"line":"7006","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7007","suggestions":"7008","row":45,"col":14,"uri":"7009","context":"7010"},{"text":"6608","offset":948,"line":"7011","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7007","suggestions":"7012","row":52,"col":5,"uri":"7009","context":"7013"},{"text":"6608","offset":1160,"line":"7014","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7007","suggestions":"7015","row":62,"col":13,"uri":"7009","context":"7016"},{"text":"6608","offset":1233,"line":"7017","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7007","suggestions":"7018","row":65,"col":21,"uri":"7009","context":"7019"},{"text":"6608","offset":1449,"line":"7020","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7007","suggestions":"7021","row":69,"col":13,"uri":"7009","context":"7022"},{"text":"6626","offset":2174,"line":"7023","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7024","suggestions":"7025","row":89,"col":16,"uri":"7009","context":"7026"},{"text":"6631","offset":3113,"line":"7027","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7028","suggestions":"7029","row":119,"col":13,"uri":"7009","context":"7030"},{"text":"7031","offset":760,"line":"7032","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7033","suggestions":"7034","row":37,"col":30,"uri":"7035","context":"7036"},{"text":"7037","offset":1152,"line":"7038","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7039","suggestions":"7040","row":46,"col":34,"uri":"7035","context":"7041"},{"text":"6608","offset":1768,"line":"7042","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7043","suggestions":"7044","row":77,"col":14,"uri":"7035","context":"7045"},{"text":"6608","offset":1895,"line":"7046","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7043","suggestions":"7047","row":84,"col":5,"uri":"7035","context":"7048"},{"text":"6608","offset":2107,"line":"7049","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7043","suggestions":"7050","row":94,"col":13,"uri":"7035","context":"7051"},{"text":"6608","offset":2180,"line":"7052","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7043","suggestions":"7053","row":97,"col":21,"uri":"7035","context":"7054"},{"text":"6608","offset":2396,"line":"7055","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7043","suggestions":"7056","row":101,"col":13,"uri":"7035","context":"7057"},{"text":"6626","offset":3121,"line":"7058","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7059","suggestions":"7060","row":121,"col":16,"uri":"7035","context":"7061"},{"text":"6631","offset":4060,"line":"7062","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7063","suggestions":"7064","row":151,"col":13,"uri":"7035","context":"7065"},{"text":"6608","offset":863,"line":"7066","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7067","suggestions":"7068","row":45,"col":14,"uri":"7069","context":"7070"},{"text":"6608","offset":1011,"line":"7071","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7067","suggestions":"7072","row":52,"col":5,"uri":"7069","context":"7073"},{"text":"6608","offset":1230,"line":"7074","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7067","suggestions":"7075","row":62,"col":13,"uri":"7069","context":"7076"},{"text":"6608","offset":1303,"line":"7077","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7067","suggestions":"7078","row":65,"col":21,"uri":"7069","context":"7079"},{"text":"6608","offset":1519,"line":"7080","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7067","suggestions":"7081","row":69,"col":13,"uri":"7069","context":"7082"},{"text":"6626","offset":2244,"line":"7083","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7084","suggestions":"7085","row":89,"col":16,"uri":"7069","context":"7086"},{"text":"6631","offset":3183,"line":"7087","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7088","suggestions":"7089","row":119,"col":13,"uri":"7069","context":"7090"},{"text":"6608","offset":869,"line":"7091","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7092","suggestions":"7093","row":45,"col":14,"uri":"7094","context":"7095"},{"text":"6608","offset":1020,"line":"7096","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7092","suggestions":"7097","row":52,"col":5,"uri":"7094","context":"7098"},{"text":"6608","offset":1240,"line":"7099","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7092","suggestions":"7100","row":62,"col":13,"uri":"7094","context":"7101"},{"text":"6608","offset":1313,"line":"7102","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7092","suggestions":"7103","row":65,"col":21,"uri":"7094","context":"7104"},{"text":"6608","offset":1529,"line":"7105","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7092","suggestions":"7106","row":69,"col":13,"uri":"7094","context":"7107"},{"text":"6626","offset":2254,"line":"7108","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7109","suggestions":"7110","row":89,"col":16,"uri":"7094","context":"7111"},{"text":"6631","offset":3193,"line":"7112","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7113","suggestions":"7114","row":119,"col":13,"uri":"7094","context":"7115"},{"text":"6608","offset":791,"line":"7116","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7117","suggestions":"7118","row":45,"col":14,"uri":"7119","context":"7120"},{"text":"6608","offset":903,"line":"7121","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7117","suggestions":"7122","row":52,"col":5,"uri":"7119","context":"7123"},{"text":"6608","offset":1110,"line":"7124","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7117","suggestions":"7125","row":62,"col":13,"uri":"7119","context":"7126"},{"text":"6608","offset":1183,"line":"7127","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7117","suggestions":"7128","row":65,"col":21,"uri":"7119","context":"7129"},{"text":"6608","offset":1399,"line":"7130","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7117","suggestions":"7131","row":69,"col":13,"uri":"7119","context":"7132"},{"text":"6626","offset":2124,"line":"7133","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7134","suggestions":"7135","row":89,"col":16,"uri":"7119","context":"7136"},{"text":"6631","offset":3063,"line":"7137","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7138","suggestions":"7139","row":119,"col":13,"uri":"7119","context":"7140"},{"text":"6608","offset":828,"line":"7141","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7142","suggestions":"7143","row":45,"col":14,"uri":"7144","context":"7145"},{"text":"6608","offset":944,"line":"7146","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7142","suggestions":"7147","row":52,"col":5,"uri":"7144","context":"7148"},{"text":"6608","offset":1156,"line":"7149","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7142","suggestions":"7150","row":62,"col":13,"uri":"7144","context":"7151"},{"text":"6608","offset":1229,"line":"7152","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7142","suggestions":"7153","row":65,"col":21,"uri":"7144","context":"7154"},{"text":"6608","offset":1445,"line":"7155","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7142","suggestions":"7156","row":69,"col":13,"uri":"7144","context":"7157"},{"text":"6626","offset":2170,"line":"7158","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7159","suggestions":"7160","row":89,"col":16,"uri":"7144","context":"7161"},{"text":"6631","offset":3109,"line":"7162","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7163","suggestions":"7164","row":119,"col":13,"uri":"7144","context":"7165"},{"text":"6860","offset":4898,"line":"7166","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7167","suggestions":"7168","row":204,"col":39,"uri":"7144","context":"7169"},{"text":"6608","offset":828,"line":"7170","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7171","suggestions":"7172","row":46,"col":14,"uri":"7173","context":"7174"},{"text":"6608","offset":958,"line":"7175","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7171","suggestions":"7176","row":53,"col":5,"uri":"7173","context":"7177"},{"text":"6608","offset":1171,"line":"7178","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7171","suggestions":"7179","row":63,"col":13,"uri":"7173","context":"7180"},{"text":"6608","offset":1244,"line":"7181","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7171","suggestions":"7182","row":66,"col":21,"uri":"7173","context":"7183"},{"text":"6608","offset":1460,"line":"7184","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7171","suggestions":"7185","row":70,"col":13,"uri":"7173","context":"7186"},{"text":"6626","offset":2185,"line":"7187","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7188","suggestions":"7189","row":90,"col":16,"uri":"7173","context":"7190"},{"text":"6631","offset":3124,"line":"7191","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7192","suggestions":"7193","row":120,"col":13,"uri":"7173","context":"7194"},{"text":"7195","offset":41,"line":"7196","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7197","suggestions":"7198","row":2,"col":39,"uri":"7199","context":"7200"},{"text":"6608","offset":845,"line":"7201","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7202","suggestions":"7203","row":45,"col":14,"uri":"7204","context":"7205"},{"text":"6608","offset":975,"line":"7206","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7202","suggestions":"7207","row":52,"col":5,"uri":"7204","context":"7208"},{"text":"6608","offset":1191,"line":"7209","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7202","suggestions":"7210","row":62,"col":13,"uri":"7204","context":"7211"},{"text":"6608","offset":1264,"line":"7212","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7202","suggestions":"7213","row":65,"col":21,"uri":"7204","context":"7214"},{"text":"6608","offset":1480,"line":"7215","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7202","suggestions":"7216","row":69,"col":13,"uri":"7204","context":"7217"},{"text":"6626","offset":2205,"line":"7218","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7219","suggestions":"7220","row":89,"col":16,"uri":"7204","context":"7221"},{"text":"6631","offset":3144,"line":"7222","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7223","suggestions":"7224","row":119,"col":13,"uri":"7204","context":"7225"},{"text":"6608","offset":820,"line":"7226","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7227","suggestions":"7228","row":45,"col":14,"uri":"7229","context":"7230"},{"text":"6608","offset":935,"line":"7231","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7227","suggestions":"7232","row":51,"col":5,"uri":"7229","context":"7233"},{"text":"6608","offset":1145,"line":"7234","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7227","suggestions":"7235","row":61,"col":13,"uri":"7229","context":"7236"},{"text":"6608","offset":1218,"line":"7237","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7227","suggestions":"7238","row":64,"col":21,"uri":"7229","context":"7239"},{"text":"6608","offset":1434,"line":"7240","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7227","suggestions":"7241","row":68,"col":13,"uri":"7229","context":"7242"},{"text":"6626","offset":2159,"line":"7243","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7244","suggestions":"7245","row":88,"col":16,"uri":"7229","context":"7246"},{"text":"6631","offset":3098,"line":"7247","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7248","suggestions":"7249","row":118,"col":13,"uri":"7229","context":"7250"},{"text":"6608","offset":792,"line":"7251","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7252","suggestions":"7253","row":45,"col":14,"uri":"7254","context":"7255"},{"text":"6608","offset":892,"line":"7256","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7252","suggestions":"7257","row":52,"col":5,"uri":"7254","context":"7258"},{"text":"6608","offset":1098,"line":"7259","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7252","suggestions":"7260","row":62,"col":13,"uri":"7254","context":"7261"},{"text":"6608","offset":1171,"line":"7262","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7252","suggestions":"7263","row":65,"col":21,"uri":"7254","context":"7264"},{"text":"6608","offset":1387,"line":"7265","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7252","suggestions":"7266","row":69,"col":13,"uri":"7254","context":"7267"},{"text":"6626","offset":2112,"line":"7268","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7269","suggestions":"7270","row":89,"col":16,"uri":"7254","context":"7271"},{"text":"6631","offset":3051,"line":"7272","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7273","suggestions":"7274","row":119,"col":13,"uri":"7254","context":"7275"},{"text":"6608","offset":835,"line":"7276","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7277","suggestions":"7278","row":47,"col":14,"uri":"7279","context":"7280"},{"text":"6608","offset":949,"line":"7281","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7277","suggestions":"7282","row":53,"col":5,"uri":"7279","context":"7283"},{"text":"6608","offset":1158,"line":"7284","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7277","suggestions":"7285","row":63,"col":13,"uri":"7279","context":"7286"},{"text":"6608","offset":1231,"line":"7287","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7277","suggestions":"7288","row":66,"col":21,"uri":"7279","context":"7289"},{"text":"6608","offset":1447,"line":"7290","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7277","suggestions":"7291","row":70,"col":13,"uri":"7279","context":"7292"},{"text":"6626","offset":2172,"line":"7293","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7294","suggestions":"7295","row":90,"col":16,"uri":"7279","context":"7296"},{"text":"6631","offset":3111,"line":"7297","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7298","suggestions":"7299","row":120,"col":13,"uri":"7279","context":"7300"},{"text":"6608","offset":822,"line":"7301","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7302","suggestions":"7303","row":46,"col":14,"uri":"7304","context":"7305"},{"text":"6608","offset":936,"line":"7306","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7302","suggestions":"7307","row":52,"col":5,"uri":"7304","context":"7308"},{"text":"6608","offset":1145,"line":"7309","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7302","suggestions":"7310","row":62,"col":13,"uri":"7304","context":"7311"},{"text":"6608","offset":1218,"line":"7312","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7302","suggestions":"7313","row":65,"col":21,"uri":"7304","context":"7314"},{"text":"6608","offset":1434,"line":"7315","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7302","suggestions":"7316","row":69,"col":13,"uri":"7304","context":"7317"},{"text":"6626","offset":2159,"line":"7318","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7319","suggestions":"7320","row":89,"col":16,"uri":"7304","context":"7321"},{"text":"6631","offset":3098,"line":"7322","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7323","suggestions":"7324","row":119,"col":13,"uri":"7304","context":"7325"},{"text":"6608","offset":794,"line":"7326","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7327","suggestions":"7328","row":44,"col":14,"uri":"7329","context":"7330"},{"text":"6608","offset":915,"line":"7331","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7327","suggestions":"7332","row":51,"col":5,"uri":"7329","context":"7333"},{"text":"6608","offset":1126,"line":"7334","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7327","suggestions":"7335","row":61,"col":13,"uri":"7329","context":"7336"},{"text":"6608","offset":1199,"line":"7337","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7327","suggestions":"7338","row":64,"col":21,"uri":"7329","context":"7339"},{"text":"6608","offset":1415,"line":"7340","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7327","suggestions":"7341","row":68,"col":13,"uri":"7329","context":"7342"},{"text":"6626","offset":2140,"line":"7343","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7344","suggestions":"7345","row":88,"col":16,"uri":"7329","context":"7346"},{"text":"6631","offset":3079,"line":"7347","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7348","suggestions":"7349","row":118,"col":13,"uri":"7329","context":"7350"},{"text":"6860","offset":10221,"line":"7351","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7352","suggestions":"7353","row":443,"col":42,"uri":"7329","context":"7354"},{"text":"6608","offset":823,"line":"7355","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7356","suggestions":"7357","row":44,"col":14,"uri":"7358","context":"7359"},{"text":"6608","offset":947,"line":"7360","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7356","suggestions":"7361","row":50,"col":5,"uri":"7358","context":"7362"},{"text":"6608","offset":1160,"line":"7363","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7356","suggestions":"7364","row":60,"col":13,"uri":"7358","context":"7365"},{"text":"6608","offset":1233,"line":"7366","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7356","suggestions":"7367","row":63,"col":21,"uri":"7358","context":"7368"},{"text":"6608","offset":1449,"line":"7369","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7356","suggestions":"7370","row":67,"col":13,"uri":"7358","context":"7371"},{"text":"6626","offset":2174,"line":"7372","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7373","suggestions":"7374","row":87,"col":16,"uri":"7358","context":"7375"},{"text":"6631","offset":3113,"line":"7376","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7377","suggestions":"7378","row":117,"col":13,"uri":"7358","context":"7379"},{"text":"7380","offset":5076,"line":"7381","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7382","suggestions":"7383","row":211,"col":42,"uri":"7358","context":"7384"},{"text":"6608","offset":814,"line":"7385","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7386","suggestions":"7387","row":46,"col":14,"uri":"7388","context":"7389"},{"text":"6608","offset":932,"line":"7390","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7386","suggestions":"7391","row":53,"col":5,"uri":"7388","context":"7392"},{"text":"6608","offset":1144,"line":"7393","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7386","suggestions":"7394","row":63,"col":13,"uri":"7388","context":"7395"},{"text":"6608","offset":1217,"line":"7396","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7386","suggestions":"7397","row":66,"col":21,"uri":"7388","context":"7398"},{"text":"6608","offset":1433,"line":"7399","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7386","suggestions":"7400","row":70,"col":13,"uri":"7388","context":"7401"},{"text":"6626","offset":2158,"line":"7402","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7403","suggestions":"7404","row":90,"col":16,"uri":"7388","context":"7405"},{"text":"6631","offset":3097,"line":"7406","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7407","suggestions":"7408","row":120,"col":13,"uri":"7388","context":"7409"},{"text":"6800","offset":5181,"line":"7410","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7411","suggestions":"7412","row":217,"col":55,"uri":"7388","context":"7413"},{"text":"6608","offset":824,"line":"7414","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7415","suggestions":"7416","row":46,"col":14,"uri":"7417","context":"7418"},{"text":"6608","offset":957,"line":"7419","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7415","suggestions":"7420","row":53,"col":5,"uri":"7417","context":"7421"},{"text":"6608","offset":1171,"line":"7422","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7415","suggestions":"7423","row":63,"col":13,"uri":"7417","context":"7424"},{"text":"6608","offset":1244,"line":"7425","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7415","suggestions":"7426","row":66,"col":21,"uri":"7417","context":"7427"},{"text":"6608","offset":1460,"line":"7428","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7415","suggestions":"7429","row":70,"col":13,"uri":"7417","context":"7430"},{"text":"6626","offset":2185,"line":"7431","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7432","suggestions":"7433","row":90,"col":16,"uri":"7417","context":"7434"},{"text":"6631","offset":3124,"line":"7435","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7436","suggestions":"7437","row":120,"col":13,"uri":"7417","context":"7438"},{"text":"6608","offset":794,"line":"7439","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7440","suggestions":"7441","row":46,"col":14,"uri":"7442","context":"7443"},{"text":"6608","offset":903,"line":"7444","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7440","suggestions":"7445","row":53,"col":5,"uri":"7442","context":"7446"},{"text":"6608","offset":1112,"line":"7447","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7440","suggestions":"7448","row":63,"col":13,"uri":"7442","context":"7449"},{"text":"6608","offset":1185,"line":"7450","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7440","suggestions":"7451","row":66,"col":21,"uri":"7442","context":"7452"},{"text":"6608","offset":1401,"line":"7453","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7440","suggestions":"7454","row":70,"col":13,"uri":"7442","context":"7455"},{"text":"6626","offset":2126,"line":"7456","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7457","suggestions":"7458","row":90,"col":16,"uri":"7442","context":"7459"},{"text":"6631","offset":3065,"line":"7460","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7461","suggestions":"7462","row":120,"col":13,"uri":"7442","context":"7463"},{"text":"6608","offset":791,"line":"7464","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7465","suggestions":"7466","row":44,"col":14,"uri":"7467","context":"7468"},{"text":"6608","offset":906,"line":"7469","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7465","suggestions":"7470","row":51,"col":5,"uri":"7467","context":"7471"},{"text":"6608","offset":1117,"line":"7472","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7465","suggestions":"7473","row":61,"col":13,"uri":"7467","context":"7474"},{"text":"6608","offset":1190,"line":"7475","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7465","suggestions":"7476","row":64,"col":21,"uri":"7467","context":"7477"},{"text":"6608","offset":1406,"line":"7478","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7465","suggestions":"7479","row":68,"col":13,"uri":"7467","context":"7480"},{"text":"6626","offset":2131,"line":"7481","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7482","suggestions":"7483","row":88,"col":16,"uri":"7467","context":"7484"},{"text":"6631","offset":3070,"line":"7485","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7486","suggestions":"7487","row":118,"col":13,"uri":"7467","context":"7488"},{"text":"6608","offset":792,"line":"7489","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7490","suggestions":"7491","row":44,"col":14,"uri":"7492","context":"7493"},{"text":"6608","offset":907,"line":"7494","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7490","suggestions":"7495","row":51,"col":5,"uri":"7492","context":"7496"},{"text":"6608","offset":1118,"line":"7497","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7490","suggestions":"7498","row":61,"col":13,"uri":"7492","context":"7499"},{"text":"6608","offset":1191,"line":"7500","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7490","suggestions":"7501","row":64,"col":21,"uri":"7492","context":"7502"},{"text":"6608","offset":1407,"line":"7503","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7490","suggestions":"7504","row":68,"col":13,"uri":"7492","context":"7505"},{"text":"6626","offset":2132,"line":"7506","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7507","suggestions":"7508","row":88,"col":16,"uri":"7492","context":"7509"},{"text":"6631","offset":3071,"line":"7510","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7511","suggestions":"7512","row":118,"col":13,"uri":"7492","context":"7513"},{"text":"6787","offset":881,"line":"7514","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7515","suggestions":"7516","row":34,"col":31,"uri":"7517","context":"7518"},{"text":"7519","offset":1630,"line":"7520","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7521","suggestions":"7522","row":38,"col":66,"uri":"7523","context":"7524"},{"text":"7525","offset":351,"line":"7526","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7527","suggestions":"7528","row":15,"col":21,"uri":"7529","context":"7530"},{"text":"7531","offset":364,"line":"7526","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7532","suggestions":"7533","row":15,"col":34,"uri":"7529","context":"7534"},{"text":"7525","offset":614,"line":"7535","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7527","suggestions":"7536","row":24,"col":21,"uri":"7529","context":"7537"},{"text":"7531","offset":627,"line":"7535","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7532","suggestions":"7538","row":24,"col":34,"uri":"7529","context":"7539"},{"text":"7525","offset":1307,"line":"7540","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7527","suggestions":"7541","row":43,"col":21,"uri":"7529","context":"7542"},{"text":"7531","offset":1313,"line":"7540","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7532","suggestions":"7543","row":43,"col":27,"uri":"7529","context":"7544"},{"text":"7545","offset":1375,"line":"7540","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"7546","suggestions":"7547","row":43,"col":89,"uri":"7529","context":"7548"},{"text":"7549","offset":1956,"line":"7550","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7551","suggestions":"7552","row":57,"col":36,"uri":"7529","context":"7553"},{"text":"7531","offset":1970,"line":"7550","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7532","suggestions":"7554","row":57,"col":50,"uri":"7529","context":"7555"},{"text":"7556","offset":2007,"line":"7550","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7557","suggestions":"7558","row":57,"col":87,"uri":"7529","context":"7559"},{"text":"7560","offset":2055,"line":"7561","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7562","suggestions":"7563","row":58,"col":36,"uri":"7529","context":"7564"},{"text":"7565","offset":2060,"line":"7561","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7566","suggestions":"7567","row":58,"col":41,"uri":"7529","context":"7568"},{"text":"7569","offset":2066,"line":"7561","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7570","suggestions":"7571","row":58,"col":47,"uri":"7529","context":"7572"},{"text":"7573","offset":2082,"line":"7561","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7574","suggestions":"7575","row":58,"col":63,"uri":"7529","context":"7576"},{"text":"7531","offset":2220,"line":"7577","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7532","suggestions":"7578","row":68,"col":21,"uri":"7529","context":"7579"},{"text":"7580","offset":2230,"line":"7577","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7581","suggestions":"7582","row":68,"col":31,"uri":"7529","context":"7583"},{"text":"7584","offset":2459,"line":"7585","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7586","suggestions":"7587","row":78,"col":28,"uri":"7529","context":"7588"},{"text":"7589","offset":2509,"line":"7585","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7590","suggestions":"7591","row":78,"col":78,"uri":"7529","context":"7592"},{"text":"7525","offset":2659,"line":"7593","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7527","suggestions":"7594","row":82,"col":28,"uri":"7529","context":"7595"},{"text":"7525","offset":2817,"line":"7596","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7527","suggestions":"7597","row":86,"col":24,"uri":"7529","context":"7598"},{"text":"7599","offset":2965,"line":"7600","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7601","suggestions":"7602","row":88,"col":57,"uri":"7529","context":"7603"},{"text":"7604","offset":3378,"line":"7605","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7606","suggestions":"7607","row":96,"col":57,"uri":"7529","context":"7608"},{"text":"7609","offset":3628,"line":"7610","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7611","suggestions":"7612","row":108,"col":28,"uri":"7529","context":"7613"},{"text":"7614","offset":3639,"line":"7610","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7615","suggestions":"7616","row":108,"col":39,"uri":"7529","context":"7617"},{"text":"7618","offset":3654,"line":"7610","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"7619","suggestions":"7620","row":108,"col":54,"uri":"7529","context":"7621"},{"text":"7589","offset":3698,"line":"7610","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7590","suggestions":"7622","row":108,"col":98,"uri":"7529","context":"7623"},{"text":"7624","offset":3760,"line":"7625","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"7626","suggestions":"7627","row":109,"col":34,"uri":"7529","context":"7628"},{"text":"7629","offset":3808,"line":"7625","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7630","suggestions":"7631","row":109,"col":82,"uri":"7529","context":"7632"},{"text":"7633","offset":3830,"line":"7625","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7634","suggestions":"7635","row":109,"col":104,"uri":"7529","context":"7636"},{"text":"7565","offset":3838,"line":"7625","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7566","suggestions":"7637","row":109,"col":112,"uri":"7529","context":"7638"},{"text":"7639","offset":3844,"line":"7625","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7640","suggestions":"7641","row":109,"col":118,"uri":"7529","context":"7642"},{"text":"7643","offset":3853,"line":"7625","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7644","suggestions":"7645","row":109,"col":127,"uri":"7529","context":"7646"},{"text":"7609","offset":3957,"line":"7647","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7611","suggestions":"7648","row":114,"col":28,"uri":"7529","context":"7649"},{"text":"7614","offset":3968,"line":"7647","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7615","suggestions":"7650","row":114,"col":39,"uri":"7529","context":"7651"},{"text":"7618","offset":3983,"line":"7647","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"7619","suggestions":"7652","row":114,"col":54,"uri":"7529","context":"7653"},{"text":"7589","offset":4027,"line":"7647","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7590","suggestions":"7654","row":114,"col":98,"uri":"7529","context":"7655"},{"text":"7624","offset":4088,"line":"7656","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"7626","suggestions":"7657","row":115,"col":33,"uri":"7529","context":"7658"},{"text":"7659","offset":4127,"line":"7656","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7660","suggestions":"7661","row":115,"col":72,"uri":"7529","context":"7662"},{"text":"7565","offset":4132,"line":"7656","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7566","suggestions":"7663","row":115,"col":77,"uri":"7529","context":"7664"},{"text":"7665","offset":4138,"line":"7656","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7666","suggestions":"7667","row":115,"col":83,"uri":"7529","context":"7668"},{"text":"7643","offset":4147,"line":"7656","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7644","suggestions":"7669","row":115,"col":92,"uri":"7529","context":"7670"},{"text":"7614","offset":5122,"line":"7671","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7615","suggestions":"7672","row":145,"col":36,"uri":"7529","context":"7673"},{"text":"7674","offset":5129,"line":"7671","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7675","suggestions":"7676","row":145,"col":43,"uri":"7529","context":"7677"},{"text":"7678","offset":5134,"line":"7671","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7679","suggestions":"7680","row":145,"col":48,"uri":"7529","context":"7681"},{"text":"7589","offset":5144,"line":"7671","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7590","suggestions":"7682","row":145,"col":58,"uri":"7529","context":"7683"},{"text":"7684","offset":5164,"line":"7671","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7685","suggestions":"7686","row":145,"col":78,"uri":"7529","context":"7687"},{"text":"7614","offset":5185,"line":"7671","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7615","suggestions":"7688","row":145,"col":99,"uri":"7529","context":"7689"},{"text":"7690","offset":5199,"line":"7671","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7691","suggestions":"7692","row":145,"col":113,"uri":"7529","context":"7693"},{"text":"7694","offset":5262,"line":"7695","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"7696","suggestions":"7697","row":146,"col":46,"uri":"7529","context":"7698"},{"text":"7614","offset":5401,"line":"7699","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7615","suggestions":"7700","row":149,"col":32,"uri":"7529","context":"7701"},{"text":"7674","offset":5408,"line":"7699","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7675","suggestions":"7702","row":149,"col":39,"uri":"7529","context":"7703"},{"text":"7678","offset":5413,"line":"7699","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7679","suggestions":"7704","row":149,"col":44,"uri":"7529","context":"7705"},{"text":"7589","offset":5423,"line":"7699","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7590","suggestions":"7706","row":149,"col":54,"uri":"7529","context":"7707"},{"text":"7684","offset":5443,"line":"7699","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7685","suggestions":"7708","row":149,"col":74,"uri":"7529","context":"7709"},{"text":"7690","offset":5477,"line":"7699","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7691","suggestions":"7710","row":149,"col":108,"uri":"7529","context":"7711"},{"text":"7694","offset":5512,"line":"7699","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"7696","suggestions":"7712","row":149,"col":143,"uri":"7529","context":"7713"},{"text":"7714","offset":5678,"line":"7715","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7716","suggestions":"7717","row":155,"col":31,"uri":"7529","context":"7718"},{"text":"7719","offset":5690,"line":"7715","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7720","suggestions":"7721","row":155,"col":43,"uri":"7529","context":"7722"},{"text":"7723","offset":6174,"line":"7724","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7725","suggestions":"7726","row":170,"col":21,"uri":"7529","context":"7727"},{"text":"7728","offset":6253,"line":"7729","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"7730","suggestions":"7731","row":174,"col":21,"uri":"7529","context":"7732"},{"text":"7733","offset":6277,"line":"7729","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7734","suggestions":"7735","row":174,"col":45,"uri":"7529","context":"7736"},{"text":"7723","offset":6695,"line":"7737","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7725","suggestions":"7738","row":185,"col":25,"uri":"7529","context":"7739"},{"text":"7723","offset":6920,"line":"7740","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7725","suggestions":"7741","row":190,"col":32,"uri":"7529","context":"7742"},{"text":"7723","offset":7205,"line":"7743","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7725","suggestions":"7744","row":195,"col":32,"uri":"7529","context":"7745"},{"text":"7723","offset":7869,"line":"7746","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7725","suggestions":"7747","row":214,"col":27,"uri":"7529","context":"7748"},{"text":"7749","offset":7885,"line":"7746","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7750","suggestions":"7751","row":214,"col":43,"uri":"7529","context":"7752"},{"text":"7753","offset":8184,"line":"7754","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7755","suggestions":"7756","row":223,"col":28,"uri":"7529","context":"7757"},{"text":"7758","offset":8215,"line":"7754","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7759","suggestions":"7760","row":223,"col":59,"uri":"7529","context":"7761"},{"text":"7753","offset":8338,"line":"7762","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7755","suggestions":"7763","row":227,"col":28,"uri":"7529","context":"7764"},{"text":"7765","offset":8373,"line":"7762","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7766","suggestions":"7767","row":227,"col":63,"uri":"7529","context":"7768"},{"text":"7769","offset":8379,"line":"7762","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7770","suggestions":"7771","row":227,"col":69,"uri":"7529","context":"7772"},{"text":"7773","offset":8400,"line":"7762","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7774","suggestions":"7775","row":227,"col":90,"uri":"7529","context":"7776"},{"text":"7777","offset":10186,"line":"7778","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7779","suggestions":"7780","row":281,"col":63,"uri":"7529","context":"7781"},{"text":"7674","offset":10479,"line":"7782","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7675","suggestions":"7783","row":290,"col":39,"uri":"7529","context":"7784"},{"text":"7785","offset":10484,"line":"7782","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7786","suggestions":"7787","row":290,"col":44,"uri":"7529","context":"7788"},{"text":"7674","offset":10849,"line":"7789","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7675","suggestions":"7790","row":296,"col":47,"uri":"7529","context":"7791"},{"text":"7694","offset":10883,"line":"7789","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"7696","suggestions":"7792","row":296,"col":81,"uri":"7529","context":"7793"},{"text":"7794","offset":11264,"line":"7795","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7796","suggestions":"7797","row":310,"col":25,"uri":"7529","context":"7798"},{"text":"7799","offset":11275,"line":"7795","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7800","suggestions":"7801","row":310,"col":36,"uri":"7529","context":"7802"},{"text":"7803","offset":11325,"line":"7795","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7804","suggestions":"7805","row":310,"col":86,"uri":"7529","context":"7806"},{"text":"7807","offset":11591,"line":"7808","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7809","suggestions":"7810","row":321,"col":21,"uri":"7529","context":"7811"},{"text":"7812","offset":11876,"line":"7813","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"7814","suggestions":"7815","row":330,"col":32,"uri":"7529","context":"7816"},{"text":"7817","offset":11930,"line":"7813","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7818","suggestions":"7819","row":330,"col":86,"uri":"7529","context":"7820"},{"text":"7565","offset":11937,"line":"7813","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7566","suggestions":"7821","row":330,"col":93,"uri":"7529","context":"7822"},{"text":"7823","offset":11943,"line":"7813","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7824","suggestions":"7825","row":330,"col":99,"uri":"7529","context":"7826"},{"text":"7643","offset":11952,"line":"7813","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7644","suggestions":"7827","row":330,"col":108,"uri":"7529","context":"7828"},{"text":"7829","offset":12569,"line":"7830","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7831","suggestions":"7832","row":351,"col":21,"uri":"7529","context":"7833"},{"text":"7519","offset":779,"line":"7834","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7835","suggestions":"7836","row":27,"col":66,"uri":"7837","context":"7838"},{"text":"7519","offset":785,"line":"7839","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7840","suggestions":"7841","row":27,"col":66,"uri":"7842","context":"7843"},{"text":"7519","offset":1247,"line":"7844","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7845","suggestions":"7846","row":34,"col":66,"uri":"7847","context":"7848"},{"text":"7519","offset":1346,"line":"7849","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7850","suggestions":"7851","row":35,"col":66,"uri":"7852","context":"7853"},{"text":"7519","offset":1259,"line":"7854","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7855","suggestions":"7856","row":34,"col":66,"uri":"7857","context":"7858"},{"text":"7519","offset":1618,"line":"7859","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7860","suggestions":"7861","row":38,"col":66,"uri":"7862","context":"7863"},{"text":"7864","offset":509,"line":"7865","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7866","suggestions":"7867","row":22,"col":11,"uri":"7868","context":"7869"},{"text":"7870","offset":531,"line":"7871","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7872","suggestions":"7873","row":23,"col":11,"uri":"7868","context":"7874"},{"text":"7875","offset":553,"line":"7876","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7877","suggestions":"7878","row":24,"col":11,"uri":"7868","context":"7879"},{"text":"6165","offset":732,"line":"7880","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7881","suggestions":"7882","row":29,"col":16,"uri":"7868","context":"7883"},{"text":"7884","offset":690,"line":"7885","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7886","suggestions":"7887","row":33,"col":5,"uri":"7888","context":"7889"},{"text":"7884","offset":719,"line":"7890","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7886","suggestions":"7891","row":34,"col":5,"uri":"7888","context":"7892"},{"text":"6549","offset":749,"line":"7893","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"7894","suggestions":"7895","row":36,"col":5,"uri":"7888","context":"7896"},{"text":"6533","offset":788,"line":"7897","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7898","suggestions":"7899","row":39,"col":1,"uri":"7888","context":"7900"},{"text":"6153","offset":448,"line":"7901","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7902","suggestions":"7903","row":15,"col":15,"uri":"7904","context":"7905"},{"text":"6289","offset":467,"line":"7906","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"7907","suggestions":"7908","row":16,"col":8,"uri":"7904","context":"7909"},{"text":"6298","offset":607,"line":"7910","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"7911","suggestions":"7912","row":19,"col":35,"uri":"7904","context":"7913"},{"text":"6575","offset":3163,"line":"7914","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7915","suggestions":"7916","row":78,"col":48,"uri":"7904","context":"7917"},{"text":"6575","offset":3270,"line":"7918","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7915","suggestions":"7919","row":82,"col":14,"uri":"7904","context":"7920"},{"text":"6575","offset":3294,"line":"7918","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7915","suggestions":"7921","row":82,"col":38,"uri":"7904","context":"7922"},{"text":"6585","offset":3366,"line":"7923","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7924","suggestions":"7925","row":84,"col":14,"uri":"7904","context":"7926"},{"text":"6590","offset":4899,"line":"7927","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7928","suggestions":"7929","row":116,"col":25,"uri":"7904","context":"7930"},{"text":"6165","offset":5346,"line":"7931","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7932","suggestions":"7933","row":129,"col":22,"uri":"7904","context":"7934"},{"text":"6575","offset":7953,"line":"7935","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"7915","suggestions":"7936","row":194,"col":6,"uri":"7904","context":"7937"},{"text":"7938","offset":293,"line":"7939","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7940","suggestions":"7941","row":15,"col":7,"uri":"7942","context":"7943"},{"text":"6165","offset":433,"line":"7944","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7945","suggestions":"7946","row":18,"col":13,"uri":"7942","context":"7947"},{"text":"5979","offset":635,"line":"7948","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7949","suggestions":"7950","row":23,"col":40,"uri":"7942","context":"7951"},{"text":"5979","offset":666,"line":"7952","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"7949","suggestions":"7953","row":24,"col":16,"uri":"7942","context":"7954"},{"text":"6165","offset":1146,"line":"7955","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"7945","suggestions":"7956","row":35,"col":33,"uri":"7942","context":"7957"},{"text":"7958","offset":525,"line":"7959","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7960","suggestions":"7961","row":29,"col":14,"uri":"7962","context":"7963"},{"text":"7958","offset":597,"line":"7964","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7960","suggestions":"7965","row":31,"col":5,"uri":"7962","context":"7966"},{"text":"7958","offset":657,"line":"7967","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7960","suggestions":"7968","row":33,"col":23,"uri":"7962","context":"7969"},{"text":"7958","offset":517,"line":"7970","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7971","suggestions":"7972","row":21,"col":14,"uri":"7973","context":"7974"},{"text":"7958","offset":649,"line":"7975","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7971","suggestions":"7976","row":28,"col":5,"uri":"7973","context":"7977"},{"text":"7958","offset":798,"line":"7978","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7971","suggestions":"7979","row":34,"col":5,"uri":"7973","context":"7980"},{"text":"7958","offset":895,"line":"7981","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7971","suggestions":"7982","row":35,"col":5,"uri":"7973","context":"7983"},{"text":"7984","offset":962,"line":"7985","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7986","suggestions":"7987","row":37,"col":7,"uri":"7973","context":"7988"},{"text":"7958","offset":972,"line":"7985","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"7971","suggestions":"7989","row":37,"col":17,"uri":"7973","context":"7990"},{"text":"7984","offset":1028,"line":"7991","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7986","suggestions":"7992","row":38,"col":7,"uri":"7973","context":"7993"},{"text":"7984","offset":1194,"line":"7994","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7986","suggestions":"7995","row":40,"col":7,"uri":"7973","context":"7996"},{"text":"7984","offset":1366,"line":"7997","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"7986","suggestions":"7998","row":42,"col":7,"uri":"7973","context":"7999"},{"text":"8000","offset":322,"line":"8001","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8002","suggestions":"8003","row":13,"col":40,"uri":"8004","context":"8005"},{"text":"8006","offset":492,"line":"8007","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8008","suggestions":"8009","row":15,"col":25,"uri":"8004","context":"8010"},{"text":"8011","offset":559,"line":"8007","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8012","suggestions":"8013","row":15,"col":92,"uri":"8004","context":"8014"},{"text":"8015","offset":609,"line":"8007","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8016","suggestions":"8017","row":15,"col":142,"uri":"8004","context":"8018"},{"text":"8019","offset":729,"line":"8020","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8021","suggestions":"8022","row":17,"col":83,"uri":"8004","context":"8023"},{"text":"8024","offset":785,"line":"8020","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8025","suggestions":"8026","row":17,"col":139,"uri":"8004","context":"8027"},{"text":"8028","offset":846,"line":"8029","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8030","suggestions":"8031","row":19,"col":25,"uri":"8004","context":"8032"},{"text":"8033","offset":1022,"line":"8034","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8035","suggestions":"8036","row":21,"col":25,"uri":"8004","context":"8037"},{"text":"8038","offset":1138,"line":"8034","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8039","suggestions":"8040","row":21,"col":141,"uri":"8004","context":"8041"},{"text":"8042","offset":1311,"line":"8043","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8044","suggestions":"8045","row":23,"col":135,"uri":"8004","context":"8046"},{"text":"8047","offset":1436,"line":"8048","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8049","suggestions":"8050","row":25,"col":88,"uri":"8004","context":"8051"},{"text":"8052","offset":1612,"line":"8053","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8054","suggestions":"8055","row":27,"col":88,"uri":"8004","context":"8056"},{"text":"8057","offset":1784,"line":"8058","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8059","suggestions":"8060","row":29,"col":84,"uri":"8004","context":"8061"},{"text":"8006","offset":1909,"line":"8062","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8008","suggestions":"8063","row":31,"col":25,"uri":"8004","context":"8064"},{"text":"8065","offset":1970,"line":"8062","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8066","suggestions":"8067","row":31,"col":86,"uri":"8004","context":"8068"},{"text":"8069","offset":2025,"line":"8062","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8070","suggestions":"8071","row":31,"col":141,"uri":"8004","context":"8072"},{"text":"6153","offset":857,"line":"8073","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8074","suggestions":"8075","row":32,"col":23,"uri":"8076","context":"8077"},{"text":"6153","offset":631,"line":"8078","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8079","suggestions":"8080","row":24,"col":16,"uri":"8081","context":"8082"},{"text":"7884","offset":690,"line":"8083","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8084","suggestions":"8085","row":33,"col":5,"uri":"8086","context":"8087"},{"text":"7884","offset":719,"line":"8088","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8084","suggestions":"8089","row":34,"col":5,"uri":"8086","context":"8090"},{"text":"6549","offset":749,"line":"8091","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8092","suggestions":"8093","row":36,"col":5,"uri":"8086","context":"8094"},{"text":"6533","offset":788,"line":"8095","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8096","suggestions":"8097","row":39,"col":1,"uri":"8086","context":"8098"},{"text":"7864","offset":509,"line":"8099","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8100","suggestions":"8101","row":22,"col":11,"uri":"8102","context":"8103"},{"text":"7870","offset":531,"line":"8104","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8105","suggestions":"8106","row":23,"col":11,"uri":"8102","context":"8107"},{"text":"7875","offset":553,"line":"8108","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8109","suggestions":"8110","row":24,"col":11,"uri":"8102","context":"8111"},{"text":"6165","offset":732,"line":"8112","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8113","suggestions":"8114","row":29,"col":16,"uri":"8102","context":"8115"},{"text":"6199","offset":789,"line":"8116","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8117","suggestions":"8118","row":31,"col":28,"uri":"8102","context":"8119"},{"text":"6199","offset":455,"line":"8120","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8121","suggestions":"8122","row":15,"col":15,"uri":"8123","context":"8124"},{"text":"6289","offset":476,"line":"8125","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8126","suggestions":"8127","row":16,"col":8,"uri":"8123","context":"8128"},{"text":"5979","offset":618,"line":"8129","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8130","suggestions":"8131","row":19,"col":37,"uri":"8123","context":"8132"},{"text":"7870","offset":1310,"line":"8133","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8134","suggestions":"8135","row":36,"col":11,"uri":"8123","context":"8136"},{"text":"6575","offset":2792,"line":"8137","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8138","suggestions":"8139","row":73,"col":48,"uri":"8123","context":"8140"},{"text":"6575","offset":2899,"line":"8141","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8138","suggestions":"8142","row":77,"col":14,"uri":"8123","context":"8143"},{"text":"6575","offset":2923,"line":"8141","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8138","suggestions":"8144","row":77,"col":38,"uri":"8123","context":"8145"},{"text":"6585","offset":2995,"line":"8146","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8147","suggestions":"8148","row":79,"col":14,"uri":"8123","context":"8149"},{"text":"6165","offset":4405,"line":"8150","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8151","suggestions":"8152","row":114,"col":22,"uri":"8123","context":"8153"},{"text":"6575","offset":7012,"line":"8154","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8138","suggestions":"8155","row":179,"col":6,"uri":"8123","context":"8156"},{"text":"6598","offset":68,"line":"8157","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8158","suggestions":"8159","row":5,"col":7,"uri":"8160","context":"8161"},{"text":"6165","offset":109,"line":"8162","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8163","suggestions":"8164","row":6,"col":13,"uri":"8160","context":"8165"},{"text":"5979","offset":309,"line":"8166","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8167","suggestions":"8168","row":11,"col":40,"uri":"8160","context":"8169"},{"text":"5979","offset":343,"line":"8170","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8167","suggestions":"8171","row":12,"col":16,"uri":"8160","context":"8172"},{"text":"6575","offset":795,"line":"8173","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8174","suggestions":"8175","row":23,"col":14,"uri":"8160","context":"8176"},{"text":"6165","offset":1857,"line":"8177","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8163","suggestions":"8178","row":49,"col":32,"uri":"8160","context":"8179"},{"text":"8180","offset":522,"line":"8181","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8182","suggestions":"8183","row":29,"col":7,"uri":"8184","context":"8185"},{"text":"8180","offset":533,"line":"8186","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8187","suggestions":"8188","row":29,"col":7,"uri":"8189","context":"8190"},{"text":"8180","offset":525,"line":"8191","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8192","suggestions":"8193","row":29,"col":7,"uri":"8194","context":"8195"},{"text":"8180","offset":558,"line":"8196","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8197","suggestions":"8198","row":29,"col":7,"uri":"8199","context":"8200"},{"text":"8201","offset":696,"line":"8202","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8203","suggestions":"8204","row":35,"col":39,"uri":"8199","context":"8205"},{"text":"8180","offset":546,"line":"8206","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8207","suggestions":"8208","row":29,"col":7,"uri":"8209","context":"8210"},{"text":"8180","offset":517,"line":"8211","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8212","suggestions":"8213","row":29,"col":7,"uri":"8214","context":"8215"},{"text":"8180","offset":522,"line":"8216","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8217","suggestions":"8218","row":29,"col":7,"uri":"8219","context":"8220"},{"text":"8180","offset":496,"line":"8221","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8222","suggestions":"8223","row":28,"col":7,"uri":"8224","context":"8225"},{"text":"8180","offset":520,"line":"8226","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8227","suggestions":"8228","row":28,"col":7,"uri":"8229","context":"8230"},{"text":"8180","offset":512,"line":"8231","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8232","suggestions":"8233","row":30,"col":7,"uri":"8234","context":"8235"},{"text":"5979","offset":223,"line":"8236","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8237","suggestions":"8238","row":11,"col":50,"uri":"8239","context":"8240"},{"text":"8180","offset":531,"line":"8241","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8242","suggestions":"8243","row":29,"col":7,"uri":"8244","context":"8245"},{"text":"8180","offset":531,"line":"8246","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8247","suggestions":"8248","row":29,"col":7,"uri":"8249","context":"8250"},{"text":"8180","offset":531,"line":"8251","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8252","suggestions":"8253","row":29,"col":7,"uri":"8254","context":"8255"},{"text":"8180","offset":577,"line":"8256","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8257","suggestions":"8258","row":31,"col":7,"uri":"8259","context":"8260"},{"text":"8180","offset":547,"line":"8261","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8262","suggestions":"8263","row":29,"col":7,"uri":"8264","context":"8265"},{"text":"8180","offset":549,"line":"8266","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8267","suggestions":"8268","row":29,"col":7,"uri":"8269","context":"8270"},{"text":"8180","offset":717,"line":"8271","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8272","suggestions":"8273","row":35,"col":7,"uri":"8274","context":"8275"},{"text":"8180","offset":510,"line":"8276","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8277","suggestions":"8278","row":29,"col":7,"uri":"8279","context":"8280"},{"text":"8180","offset":525,"line":"8281","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8282","suggestions":"8283","row":29,"col":7,"uri":"8284","context":"8285"},{"text":"8180","offset":529,"line":"8286","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8287","suggestions":"8288","row":29,"col":7,"uri":"8289","context":"8290"},{"text":"8180","offset":3650,"line":"8291","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8292","suggestions":"8293","row":119,"col":14,"uri":"8294","context":"8295"},{"text":"8180","offset":3768,"line":"8296","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8292","suggestions":"8297","row":124,"col":5,"uri":"8294","context":"8298"},{"text":"8299","offset":3872,"line":"8300","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8301","suggestions":"8302","row":129,"col":25,"uri":"8294","context":"8303"},{"text":"8180","offset":3903,"line":"8304","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8292","suggestions":"8305","row":131,"col":10,"uri":"8294","context":"8306"},{"text":"8307","offset":4010,"line":"8308","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8309","suggestions":"8310","row":135,"col":21,"uri":"8294","context":"8311"},{"text":"8299","offset":4015,"line":"8308","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8301","suggestions":"8312","row":135,"col":26,"uri":"8294","context":"8313"},{"text":"8180","offset":4046,"line":"8314","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8292","suggestions":"8315","row":137,"col":10,"uri":"8294","context":"8316"},{"text":"8180","offset":5402,"line":"8317","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8292","suggestions":"8318","row":176,"col":5,"uri":"8294","context":"8319"},{"text":"8180","offset":537,"line":"8320","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8321","suggestions":"8322","row":29,"col":7,"uri":"8323","context":"8324"},{"text":"8180","offset":519,"line":"8325","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8326","suggestions":"8327","row":29,"col":7,"uri":"8328","context":"8329"},{"text":"8180","offset":507,"line":"8330","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8331","suggestions":"8332","row":29,"col":7,"uri":"8333","context":"8334"},{"text":"8180","offset":516,"line":"8335","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8336","suggestions":"8337","row":29,"col":7,"uri":"8338","context":"8339"},{"text":"8180","offset":516,"line":"8340","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8341","suggestions":"8342","row":29,"col":7,"uri":"8343","context":"8344"},{"text":"8345","offset":799,"line":"8346","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8347","suggestions":"8348","row":45,"col":41,"uri":"8349","context":"8350"},{"text":"8180","offset":522,"line":"8351","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8352","suggestions":"8353","row":29,"col":7,"uri":"8354","context":"8355"},{"text":"8180","offset":528,"line":"8356","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8357","suggestions":"8358","row":29,"col":7,"uri":"8359","context":"8360"},{"text":"8180","offset":525,"line":"8361","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8362","suggestions":"8363","row":29,"col":7,"uri":"8364","context":"8365"},{"text":"8180","offset":527,"line":"8366","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8367","suggestions":"8368","row":29,"col":7,"uri":"8369","context":"8370"},{"text":"8180","offset":516,"line":"8371","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8372","suggestions":"8373","row":29,"col":7,"uri":"8374","context":"8375"},{"text":"8180","offset":522,"line":"8376","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8377","suggestions":"8378","row":29,"col":7,"uri":"8379","context":"8380"},{"text":"8180","offset":522,"line":"8381","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8382","suggestions":"8383","row":29,"col":7,"uri":"8384","context":"8385"},{"text":"5979","offset":397,"line":"8386","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8387","suggestions":"8388","row":17,"col":38,"uri":"8389","context":"8390"},{"text":"8391","offset":428,"line":"8392","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8393","suggestions":"8394","row":18,"col":21,"uri":"8395","context":"8396"},{"text":"8397","offset":934,"line":"8398","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8399","suggestions":"8400","row":36,"col":21,"uri":"8395","context":"8401"},{"text":"7584","offset":2047,"line":"8402","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8403","suggestions":"8404","row":70,"col":21,"uri":"8395","context":"8405"},{"text":"8406","offset":2055,"line":"8402","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8407","suggestions":"8408","row":70,"col":29,"uri":"8395","context":"8409"},{"text":"8410","offset":2061,"line":"8402","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8411","suggestions":"8412","row":70,"col":35,"uri":"8395","context":"8413"},{"text":"8414","offset":2068,"line":"8402","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8415","suggestions":"8416","row":70,"col":42,"uri":"8395","context":"8417"},{"text":"8418","offset":2075,"line":"8402","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8419","suggestions":"8420","row":70,"col":49,"uri":"8395","context":"8421"},{"text":"7807","offset":2424,"line":"8422","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8423","suggestions":"8424","row":86,"col":21,"uri":"8395","context":"8425"},{"text":"7769","offset":2431,"line":"8422","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8426","suggestions":"8427","row":86,"col":28,"uri":"8395","context":"8428"},{"text":"8429","offset":2579,"line":"8430","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8431","suggestions":"8432","row":94,"col":21,"uri":"8395","context":"8433"},{"text":"7769","offset":2589,"line":"8430","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8426","suggestions":"8434","row":94,"col":31,"uri":"8395","context":"8435"},{"text":"8436","offset":2709,"line":"8437","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8438","suggestions":"8439","row":101,"col":21,"uri":"8395","context":"8440"},{"text":"8441","offset":2724,"line":"8437","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8442","suggestions":"8443","row":101,"col":36,"uri":"8395","context":"8444"},{"text":"7769","offset":2741,"line":"8437","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8426","suggestions":"8445","row":101,"col":53,"uri":"8395","context":"8446"},{"text":"8447","offset":2885,"line":"8448","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8449","suggestions":"8450","row":106,"col":47,"uri":"8395","context":"8451"},{"text":"7769","offset":2996,"line":"8452","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8426","suggestions":"8453","row":112,"col":29,"uri":"8395","context":"8454"},{"text":"7643","offset":3002,"line":"8452","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8455","suggestions":"8456","row":112,"col":35,"uri":"8395","context":"8457"},{"text":"8458","offset":3009,"line":"8452","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8459","suggestions":"8460","row":112,"col":42,"uri":"8395","context":"8461"},{"text":"8462","offset":3105,"line":"8463","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8464","suggestions":"8465","row":115,"col":47,"uri":"8395","context":"8466"},{"text":"8467","offset":3283,"line":"8468","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8469","suggestions":"8470","row":121,"col":39,"uri":"8395","context":"8471"},{"text":"8472","offset":3297,"line":"8468","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8473","suggestions":"8474","row":121,"col":53,"uri":"8395","context":"8475"},{"text":"8472","offset":3367,"line":"8476","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8473","suggestions":"8477","row":123,"col":48,"uri":"8395","context":"8478"},{"text":"8479","offset":3381,"line":"8476","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8480","suggestions":"8481","row":123,"col":62,"uri":"8395","context":"8482"},{"text":"8483","offset":3450,"line":"8484","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8485","suggestions":"8486","row":125,"col":29,"uri":"8395","context":"8487"},{"text":"8488","offset":3699,"line":"8489","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8490","suggestions":"8491","row":130,"col":33,"uri":"8395","context":"8492"},{"text":"8493","offset":3713,"line":"8489","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8494","suggestions":"8495","row":130,"col":47,"uri":"8395","context":"8496"},{"text":"7531","offset":3743,"line":"8489","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8497","suggestions":"8498","row":130,"col":77,"uri":"8395","context":"8499"},{"text":"5979","offset":3903,"line":"8500","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8501","suggestions":"8502","row":134,"col":48,"uri":"8395","context":"8503"},{"text":"7531","offset":3920,"line":"8500","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8497","suggestions":"8504","row":134,"col":65,"uri":"8395","context":"8505"},{"text":"8506","offset":3930,"line":"8500","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8507","suggestions":"8508","row":134,"col":75,"uri":"8395","context":"8509"},{"text":"7614","offset":3941,"line":"8500","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8510","suggestions":"8511","row":134,"col":86,"uri":"8395","context":"8512"},{"text":"7614","offset":4066,"line":"8513","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8510","suggestions":"8514","row":140,"col":25,"uri":"8395","context":"8515"},{"text":"8516","offset":4074,"line":"8513","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8517","suggestions":"8518","row":140,"col":33,"uri":"8395","context":"8519"},{"text":"8391","offset":425,"line":"8520","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8521","suggestions":"8522","row":16,"col":21,"uri":"8523","context":"8524"},{"text":"8397","offset":956,"line":"8525","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8526","suggestions":"8527","row":34,"col":21,"uri":"8523","context":"8528"},{"text":"7807","offset":2632,"line":"8529","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8530","suggestions":"8531","row":86,"col":21,"uri":"8523","context":"8532"},{"text":"7769","offset":2639,"line":"8529","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8533","suggestions":"8534","row":86,"col":28,"uri":"8523","context":"8535"},{"text":"8429","offset":2772,"line":"8536","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8537","suggestions":"8538","row":92,"col":21,"uri":"8523","context":"8539"},{"text":"7769","offset":2782,"line":"8536","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8533","suggestions":"8540","row":92,"col":31,"uri":"8523","context":"8541"},{"text":"8436","offset":2912,"line":"8542","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8543","suggestions":"8544","row":99,"col":21,"uri":"8523","context":"8545"},{"text":"8441","offset":2927,"line":"8542","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8546","suggestions":"8547","row":99,"col":36,"uri":"8523","context":"8548"},{"text":"7769","offset":2949,"line":"8542","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8533","suggestions":"8549","row":99,"col":58,"uri":"8523","context":"8550"},{"text":"8447","offset":3092,"line":"8551","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8552","suggestions":"8553","row":103,"col":47,"uri":"8523","context":"8554"},{"text":"7769","offset":3203,"line":"8555","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8533","suggestions":"8556","row":109,"col":29,"uri":"8523","context":"8557"},{"text":"7643","offset":3209,"line":"8555","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8558","suggestions":"8559","row":109,"col":35,"uri":"8523","context":"8560"},{"text":"8458","offset":3216,"line":"8555","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8561","suggestions":"8562","row":109,"col":42,"uri":"8523","context":"8563"},{"text":"8462","offset":3312,"line":"8564","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8565","suggestions":"8566","row":112,"col":47,"uri":"8523","context":"8567"},{"text":"8467","offset":3483,"line":"8568","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8569","suggestions":"8570","row":118,"col":39,"uri":"8523","context":"8571"},{"text":"8572","offset":3493,"line":"8568","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8573","suggestions":"8574","row":118,"col":49,"uri":"8523","context":"8575"},{"text":"8576","offset":3498,"line":"8568","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8577","suggestions":"8578","row":118,"col":54,"uri":"8523","context":"8579"},{"text":"8580","offset":3512,"line":"8568","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8581","suggestions":"8582","row":118,"col":68,"uri":"8523","context":"8583"},{"text":"8584","offset":3576,"line":"8585","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8586","suggestions":"8587","row":120,"col":48,"uri":"8523","context":"8588"},{"text":"8576","offset":3587,"line":"8585","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8577","suggestions":"8589","row":120,"col":59,"uri":"8523","context":"8590"},{"text":"8488","offset":3832,"line":"8591","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8592","suggestions":"8593","row":126,"col":33,"uri":"8523","context":"8594"},{"text":"8493","offset":3846,"line":"8591","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8595","suggestions":"8596","row":126,"col":47,"uri":"8523","context":"8597"},{"text":"7531","offset":3881,"line":"8591","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8598","suggestions":"8599","row":126,"col":82,"uri":"8523","context":"8600"},{"text":"5979","offset":4041,"line":"8601","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8602","suggestions":"8603","row":130,"col":48,"uri":"8523","context":"8604"},{"text":"7531","offset":4058,"line":"8601","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8598","suggestions":"8605","row":130,"col":65,"uri":"8523","context":"8606"},{"text":"8506","offset":4068,"line":"8601","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8607","suggestions":"8608","row":130,"col":75,"uri":"8523","context":"8609"},{"text":"7614","offset":4079,"line":"8601","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8610","suggestions":"8611","row":130,"col":86,"uri":"8523","context":"8612"},{"text":"7614","offset":4207,"line":"8613","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8610","suggestions":"8614","row":136,"col":28,"uri":"8523","context":"8615"},{"text":"8516","offset":4215,"line":"8613","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8616","suggestions":"8617","row":136,"col":36,"uri":"8523","context":"8618"},{"text":"8391","offset":401,"line":"8619","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8620","suggestions":"8621","row":16,"col":18,"uri":"8622","context":"8623"},{"text":"8397","offset":911,"line":"8624","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8625","suggestions":"8626","row":34,"col":21,"uri":"8622","context":"8627"},{"text":"7584","offset":2220,"line":"8628","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8629","suggestions":"8630","row":71,"col":18,"uri":"8622","context":"8631"},{"text":"8406","offset":2228,"line":"8628","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8632","suggestions":"8633","row":71,"col":26,"uri":"8622","context":"8634"},{"text":"8410","offset":2234,"line":"8628","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8635","suggestions":"8636","row":71,"col":32,"uri":"8622","context":"8637"},{"text":"8414","offset":2241,"line":"8628","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8638","suggestions":"8639","row":71,"col":39,"uri":"8622","context":"8640"},{"text":"8418","offset":2248,"line":"8628","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8641","suggestions":"8642","row":71,"col":46,"uri":"8622","context":"8643"},{"text":"7807","offset":2598,"line":"8644","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8645","suggestions":"8646","row":87,"col":21,"uri":"8622","context":"8647"},{"text":"7769","offset":2605,"line":"8644","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8648","suggestions":"8649","row":87,"col":28,"uri":"8622","context":"8650"},{"text":"8429","offset":2730,"line":"8651","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8652","suggestions":"8653","row":93,"col":21,"uri":"8622","context":"8654"},{"text":"7769","offset":2740,"line":"8651","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8648","suggestions":"8655","row":93,"col":31,"uri":"8622","context":"8656"},{"text":"8436","offset":2862,"line":"8657","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8658","suggestions":"8659","row":100,"col":21,"uri":"8622","context":"8660"},{"text":"8441","offset":2877,"line":"8657","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8661","suggestions":"8662","row":100,"col":36,"uri":"8622","context":"8663"},{"text":"7769","offset":2895,"line":"8657","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8648","suggestions":"8664","row":100,"col":54,"uri":"8622","context":"8665"},{"text":"8447","offset":3039,"line":"8666","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8667","suggestions":"8668","row":105,"col":47,"uri":"8622","context":"8669"},{"text":"7769","offset":3150,"line":"8670","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8648","suggestions":"8671","row":111,"col":29,"uri":"8622","context":"8672"},{"text":"7643","offset":3156,"line":"8670","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8673","suggestions":"8674","row":111,"col":35,"uri":"8622","context":"8675"},{"text":"8458","offset":3163,"line":"8670","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8676","suggestions":"8677","row":111,"col":42,"uri":"8622","context":"8678"},{"text":"8462","offset":3259,"line":"8679","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8680","suggestions":"8681","row":114,"col":47,"uri":"8622","context":"8682"},{"text":"8467","offset":3431,"line":"8683","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8684","suggestions":"8685","row":120,"col":39,"uri":"8622","context":"8686"},{"text":"8572","offset":3441,"line":"8683","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8687","suggestions":"8688","row":120,"col":49,"uri":"8622","context":"8689"},{"text":"8576","offset":3446,"line":"8683","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8690","suggestions":"8691","row":120,"col":54,"uri":"8622","context":"8692"},{"text":"8580","offset":3460,"line":"8683","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8693","suggestions":"8694","row":120,"col":68,"uri":"8622","context":"8695"},{"text":"8584","offset":3524,"line":"8696","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8697","suggestions":"8698","row":122,"col":48,"uri":"8622","context":"8699"},{"text":"8576","offset":3535,"line":"8696","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8690","suggestions":"8700","row":122,"col":59,"uri":"8622","context":"8701"},{"text":"8488","offset":3776,"line":"8702","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8703","suggestions":"8704","row":128,"col":33,"uri":"8622","context":"8705"},{"text":"8493","offset":3790,"line":"8702","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8706","suggestions":"8707","row":128,"col":47,"uri":"8622","context":"8708"},{"text":"7531","offset":3821,"line":"8702","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8709","suggestions":"8710","row":128,"col":78,"uri":"8622","context":"8711"},{"text":"5979","offset":3981,"line":"8712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8713","suggestions":"8714","row":132,"col":48,"uri":"8622","context":"8715"},{"text":"7531","offset":3998,"line":"8712","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8709","suggestions":"8716","row":132,"col":65,"uri":"8622","context":"8717"},{"text":"8506","offset":4008,"line":"8712","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8718","suggestions":"8719","row":132,"col":75,"uri":"8622","context":"8720"},{"text":"7614","offset":4019,"line":"8712","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8721","suggestions":"8722","row":132,"col":86,"uri":"8622","context":"8723"},{"text":"7614","offset":4147,"line":"8724","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8721","suggestions":"8725","row":138,"col":28,"uri":"8622","context":"8726"},{"text":"8516","offset":4155,"line":"8724","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8727","suggestions":"8728","row":138,"col":36,"uri":"8622","context":"8729"},{"text":"8391","offset":456,"line":"8730","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8731","suggestions":"8732","row":16,"col":18,"uri":"8733","context":"8734"},{"text":"8397","offset":1012,"line":"8735","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8736","suggestions":"8737","row":34,"col":21,"uri":"8733","context":"8738"},{"text":"7584","offset":2115,"line":"8739","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8740","suggestions":"8741","row":66,"col":21,"uri":"8733","context":"8742"},{"text":"8406","offset":2123,"line":"8739","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8743","suggestions":"8744","row":66,"col":29,"uri":"8733","context":"8745"},{"text":"8410","offset":2129,"line":"8739","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8746","suggestions":"8747","row":66,"col":35,"uri":"8733","context":"8748"},{"text":"8414","offset":2136,"line":"8739","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8749","suggestions":"8750","row":66,"col":42,"uri":"8733","context":"8751"},{"text":"8418","offset":2143,"line":"8739","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8752","suggestions":"8753","row":66,"col":49,"uri":"8733","context":"8754"},{"text":"7807","offset":2516,"line":"8755","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8756","suggestions":"8757","row":82,"col":21,"uri":"8733","context":"8758"},{"text":"7769","offset":2523,"line":"8755","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8759","suggestions":"8760","row":82,"col":28,"uri":"8733","context":"8761"},{"text":"8429","offset":2670,"line":"8762","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8763","suggestions":"8764","row":88,"col":21,"uri":"8733","context":"8765"},{"text":"7769","offset":2680,"line":"8762","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8759","suggestions":"8766","row":88,"col":31,"uri":"8733","context":"8767"},{"text":"8436","offset":2824,"line":"8768","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8769","suggestions":"8770","row":95,"col":21,"uri":"8733","context":"8771"},{"text":"8441","offset":2839,"line":"8768","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8772","suggestions":"8773","row":95,"col":36,"uri":"8733","context":"8774"},{"text":"7769","offset":2868,"line":"8768","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8759","suggestions":"8775","row":95,"col":65,"uri":"8733","context":"8776"},{"text":"8447","offset":3012,"line":"8777","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8778","suggestions":"8779","row":100,"col":47,"uri":"8733","context":"8780"},{"text":"7769","offset":3123,"line":"8781","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8759","suggestions":"8782","row":106,"col":29,"uri":"8733","context":"8783"},{"text":"7643","offset":3129,"line":"8781","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8784","suggestions":"8785","row":106,"col":35,"uri":"8733","context":"8786"},{"text":"8458","offset":3136,"line":"8781","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8787","suggestions":"8788","row":106,"col":42,"uri":"8733","context":"8789"},{"text":"8462","offset":3232,"line":"8790","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8791","suggestions":"8792","row":109,"col":47,"uri":"8733","context":"8793"},{"text":"8488","offset":3457,"line":"8794","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8795","suggestions":"8796","row":116,"col":29,"uri":"8733","context":"8797"},{"text":"8493","offset":3471,"line":"8794","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8798","suggestions":"8799","row":116,"col":43,"uri":"8733","context":"8800"},{"text":"7531","offset":3513,"line":"8794","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8801","suggestions":"8802","row":116,"col":85,"uri":"8733","context":"8803"},{"text":"5979","offset":3657,"line":"8804","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8805","suggestions":"8806","row":120,"col":44,"uri":"8733","context":"8807"},{"text":"7531","offset":3674,"line":"8804","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8801","suggestions":"8808","row":120,"col":61,"uri":"8733","context":"8809"},{"text":"8506","offset":3684,"line":"8804","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8810","suggestions":"8811","row":120,"col":71,"uri":"8733","context":"8812"},{"text":"7614","offset":3695,"line":"8804","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8813","suggestions":"8814","row":120,"col":82,"uri":"8733","context":"8815"},{"text":"7614","offset":3809,"line":"8816","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8813","suggestions":"8817","row":125,"col":28,"uri":"8733","context":"8818"},{"text":"8516","offset":3817,"line":"8816","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8819","suggestions":"8820","row":125,"col":36,"uri":"8733","context":"8821"},{"text":"8391","offset":437,"line":"8822","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8823","suggestions":"8824","row":17,"col":18,"uri":"8825","context":"8826"},{"text":"8397","offset":982,"line":"8827","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8828","suggestions":"8829","row":35,"col":21,"uri":"8825","context":"8830"},{"text":"7584","offset":2182,"line":"8831","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8832","suggestions":"8833","row":69,"col":21,"uri":"8825","context":"8834"},{"text":"8406","offset":2190,"line":"8831","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8835","suggestions":"8836","row":69,"col":29,"uri":"8825","context":"8837"},{"text":"8410","offset":2196,"line":"8831","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8838","suggestions":"8839","row":69,"col":35,"uri":"8825","context":"8840"},{"text":"8414","offset":2203,"line":"8831","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8841","suggestions":"8842","row":69,"col":42,"uri":"8825","context":"8843"},{"text":"8418","offset":2210,"line":"8831","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8844","suggestions":"8845","row":69,"col":49,"uri":"8825","context":"8846"},{"text":"7807","offset":2575,"line":"8847","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8848","suggestions":"8849","row":85,"col":21,"uri":"8825","context":"8850"},{"text":"7769","offset":2582,"line":"8847","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8851","suggestions":"8852","row":85,"col":28,"uri":"8825","context":"8853"},{"text":"8429","offset":2721,"line":"8854","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8855","suggestions":"8856","row":91,"col":21,"uri":"8825","context":"8857"},{"text":"7769","offset":2731,"line":"8854","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8851","suggestions":"8858","row":91,"col":31,"uri":"8825","context":"8859"},{"text":"8436","offset":2867,"line":"8860","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8861","suggestions":"8862","row":98,"col":21,"uri":"8825","context":"8863"},{"text":"8441","offset":2882,"line":"8860","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8864","suggestions":"8865","row":98,"col":36,"uri":"8825","context":"8866"},{"text":"7769","offset":2907,"line":"8860","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8851","suggestions":"8867","row":98,"col":61,"uri":"8825","context":"8868"},{"text":"8447","offset":3051,"line":"8869","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8870","suggestions":"8871","row":103,"col":47,"uri":"8825","context":"8872"},{"text":"7769","offset":3162,"line":"8873","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8851","suggestions":"8874","row":109,"col":29,"uri":"8825","context":"8875"},{"text":"7643","offset":3168,"line":"8873","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8876","suggestions":"8877","row":109,"col":35,"uri":"8825","context":"8878"},{"text":"8458","offset":3175,"line":"8873","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8879","suggestions":"8880","row":109,"col":42,"uri":"8825","context":"8881"},{"text":"8462","offset":3271,"line":"8882","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8883","suggestions":"8884","row":112,"col":47,"uri":"8825","context":"8885"},{"text":"8467","offset":3443,"line":"8886","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8887","suggestions":"8888","row":118,"col":39,"uri":"8825","context":"8889"},{"text":"8572","offset":3453,"line":"8886","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8890","suggestions":"8891","row":118,"col":49,"uri":"8825","context":"8892"},{"text":"8576","offset":3458,"line":"8886","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8893","suggestions":"8894","row":118,"col":54,"uri":"8825","context":"8895"},{"text":"8580","offset":3479,"line":"8886","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8896","suggestions":"8897","row":118,"col":75,"uri":"8825","context":"8898"},{"text":"8584","offset":3543,"line":"8899","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8900","suggestions":"8901","row":120,"col":48,"uri":"8825","context":"8902"},{"text":"8576","offset":3554,"line":"8899","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"8893","suggestions":"8903","row":120,"col":59,"uri":"8825","context":"8904"},{"text":"8488","offset":3802,"line":"8905","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8906","suggestions":"8907","row":126,"col":33,"uri":"8825","context":"8908"},{"text":"8493","offset":3816,"line":"8905","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8909","suggestions":"8910","row":126,"col":47,"uri":"8825","context":"8911"},{"text":"7531","offset":3846,"line":"8905","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8912","suggestions":"8913","row":126,"col":77,"uri":"8825","context":"8914"},{"text":"5979","offset":4006,"line":"8915","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8916","suggestions":"8917","row":130,"col":48,"uri":"8825","context":"8918"},{"text":"7531","offset":4023,"line":"8915","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8912","suggestions":"8919","row":130,"col":65,"uri":"8825","context":"8920"},{"text":"8506","offset":4033,"line":"8915","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8921","suggestions":"8922","row":130,"col":75,"uri":"8825","context":"8923"},{"text":"7614","offset":4044,"line":"8915","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8924","suggestions":"8925","row":130,"col":86,"uri":"8825","context":"8926"},{"text":"7614","offset":4172,"line":"8927","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8924","suggestions":"8928","row":136,"col":28,"uri":"8825","context":"8929"},{"text":"8516","offset":4180,"line":"8927","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"8930","suggestions":"8931","row":136,"col":36,"uri":"8825","context":"8932"},{"text":"8933","offset":382,"line":"8934","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"8935","suggestions":"8936","row":17,"col":18,"uri":"8937","context":"8938"},{"text":"8397","offset":888,"line":"8939","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8940","suggestions":"8941","row":35,"col":21,"uri":"8937","context":"8942"},{"text":"7584","offset":1707,"line":"8943","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"8944","suggestions":"8945","row":65,"col":21,"uri":"8937","context":"8946"},{"text":"8406","offset":1715,"line":"8943","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8947","suggestions":"8948","row":65,"col":29,"uri":"8937","context":"8949"},{"text":"8410","offset":1721,"line":"8943","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8950","suggestions":"8951","row":65,"col":35,"uri":"8937","context":"8952"},{"text":"8414","offset":1728,"line":"8943","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8953","suggestions":"8954","row":65,"col":42,"uri":"8937","context":"8955"},{"text":"8418","offset":1735,"line":"8943","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8956","suggestions":"8957","row":65,"col":49,"uri":"8937","context":"8958"},{"text":"7807","offset":2042,"line":"8959","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8960","suggestions":"8961","row":80,"col":21,"uri":"8937","context":"8962"},{"text":"7769","offset":2049,"line":"8959","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8963","suggestions":"8964","row":80,"col":28,"uri":"8937","context":"8965"},{"text":"8429","offset":2166,"line":"8966","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"8967","suggestions":"8968","row":86,"col":21,"uri":"8937","context":"8969"},{"text":"7769","offset":2176,"line":"8966","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8963","suggestions":"8970","row":86,"col":31,"uri":"8937","context":"8971"},{"text":"8436","offset":2290,"line":"8972","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8973","suggestions":"8974","row":93,"col":21,"uri":"8937","context":"8975"},{"text":"8441","offset":2305,"line":"8972","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"8976","suggestions":"8977","row":93,"col":36,"uri":"8937","context":"8978"},{"text":"7769","offset":2319,"line":"8972","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8963","suggestions":"8979","row":93,"col":50,"uri":"8937","context":"8980"},{"text":"8447","offset":2463,"line":"8981","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8982","suggestions":"8983","row":98,"col":47,"uri":"8937","context":"8984"},{"text":"7769","offset":2574,"line":"8985","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8963","suggestions":"8986","row":104,"col":29,"uri":"8937","context":"8987"},{"text":"7643","offset":2580,"line":"8985","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"8988","suggestions":"8989","row":104,"col":35,"uri":"8937","context":"8990"},{"text":"8458","offset":2587,"line":"8985","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"8991","suggestions":"8992","row":104,"col":42,"uri":"8937","context":"8993"},{"text":"8462","offset":2683,"line":"8994","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"8995","suggestions":"8996","row":107,"col":47,"uri":"8937","context":"8997"},{"text":"8467","offset":2853,"line":"8998","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8999","suggestions":"9000","row":113,"col":39,"uri":"8937","context":"9001"},{"text":"8406","offset":2863,"line":"8998","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"8947","suggestions":"9002","row":113,"col":49,"uri":"8937","context":"9003"},{"text":"7799","offset":2869,"line":"8998","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9004","suggestions":"9005","row":113,"col":55,"uri":"8937","context":"9006"},{"text":"9007","offset":2883,"line":"8998","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9008","suggestions":"9009","row":113,"col":69,"uri":"8937","context":"9010"},{"text":"9007","offset":2953,"line":"9011","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9008","suggestions":"9012","row":115,"col":48,"uri":"8937","context":"9013"},{"text":"8479","offset":2963,"line":"9011","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9014","suggestions":"9015","row":115,"col":58,"uri":"8937","context":"9016"},{"text":"8488","offset":3201,"line":"9017","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9018","suggestions":"9019","row":121,"col":33,"uri":"8937","context":"9020"},{"text":"8493","offset":3215,"line":"9017","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9021","suggestions":"9022","row":121,"col":47,"uri":"8937","context":"9023"},{"text":"7531","offset":3242,"line":"9017","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9024","suggestions":"9025","row":121,"col":74,"uri":"8937","context":"9026"},{"text":"5979","offset":3402,"line":"9027","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9028","suggestions":"9029","row":125,"col":48,"uri":"8937","context":"9030"},{"text":"7531","offset":3419,"line":"9027","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9024","suggestions":"9031","row":125,"col":65,"uri":"8937","context":"9032"},{"text":"8506","offset":3429,"line":"9027","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9033","suggestions":"9034","row":125,"col":75,"uri":"8937","context":"9035"},{"text":"7614","offset":3440,"line":"9027","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9036","suggestions":"9037","row":125,"col":86,"uri":"8937","context":"9038"},{"text":"7614","offset":3568,"line":"9039","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9036","suggestions":"9040","row":131,"col":28,"uri":"8937","context":"9041"},{"text":"8516","offset":3576,"line":"9039","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9042","suggestions":"9043","row":131,"col":36,"uri":"8937","context":"9044"},{"text":"8391","offset":397,"line":"9045","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9046","suggestions":"9047","row":17,"col":18,"uri":"9048","context":"9049"},{"text":"8397","offset":906,"line":"9050","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9051","suggestions":"9052","row":35,"col":21,"uri":"9048","context":"9053"},{"text":"7584","offset":3089,"line":"9054","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9055","suggestions":"9056","row":85,"col":21,"uri":"9048","context":"9057"},{"text":"8406","offset":3097,"line":"9054","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9058","suggestions":"9059","row":85,"col":29,"uri":"9048","context":"9060"},{"text":"8410","offset":3103,"line":"9054","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9061","suggestions":"9062","row":85,"col":35,"uri":"9048","context":"9063"},{"text":"8414","offset":3110,"line":"9054","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9064","suggestions":"9065","row":85,"col":42,"uri":"9048","context":"9066"},{"text":"8418","offset":3117,"line":"9054","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9067","suggestions":"9068","row":85,"col":49,"uri":"9048","context":"9069"},{"text":"7807","offset":3466,"line":"9070","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9071","suggestions":"9072","row":101,"col":21,"uri":"9048","context":"9073"},{"text":"7769","offset":3473,"line":"9070","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9074","suggestions":"9075","row":101,"col":28,"uri":"9048","context":"9076"},{"text":"8429","offset":3596,"line":"9077","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9078","suggestions":"9079","row":107,"col":21,"uri":"9048","context":"9080"},{"text":"7769","offset":3606,"line":"9077","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9074","suggestions":"9081","row":107,"col":31,"uri":"9048","context":"9082"},{"text":"8436","offset":3726,"line":"9083","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9084","suggestions":"9085","row":114,"col":21,"uri":"9048","context":"9086"},{"text":"8441","offset":3741,"line":"9083","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9087","suggestions":"9088","row":114,"col":36,"uri":"9048","context":"9089"},{"text":"7769","offset":3758,"line":"9083","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9074","suggestions":"9090","row":114,"col":53,"uri":"9048","context":"9091"},{"text":"8447","offset":3902,"line":"9092","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9093","suggestions":"9094","row":119,"col":47,"uri":"9048","context":"9095"},{"text":"7769","offset":4013,"line":"9096","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9074","suggestions":"9097","row":125,"col":29,"uri":"9048","context":"9098"},{"text":"7643","offset":4019,"line":"9096","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9099","suggestions":"9100","row":125,"col":35,"uri":"9048","context":"9101"},{"text":"8458","offset":4026,"line":"9096","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9102","suggestions":"9103","row":125,"col":42,"uri":"9048","context":"9104"},{"text":"8462","offset":4122,"line":"9105","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9106","suggestions":"9107","row":128,"col":47,"uri":"9048","context":"9108"},{"text":"8467","offset":4288,"line":"9109","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9110","suggestions":"9111","row":134,"col":39,"uri":"9048","context":"9112"},{"text":"8572","offset":4298,"line":"9109","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9113","suggestions":"9114","row":134,"col":49,"uri":"9048","context":"9115"},{"text":"7799","offset":4307,"line":"9109","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9116","suggestions":"9117","row":134,"col":58,"uri":"9048","context":"9118"},{"text":"8584","offset":4379,"line":"9119","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9120","suggestions":"9121","row":136,"col":48,"uri":"9048","context":"9122"},{"text":"8488","offset":4623,"line":"9123","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9124","suggestions":"9125","row":142,"col":33,"uri":"9048","context":"9126"},{"text":"8493","offset":4637,"line":"9123","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9127","suggestions":"9128","row":142,"col":47,"uri":"9048","context":"9129"},{"text":"7531","offset":4667,"line":"9123","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9130","suggestions":"9131","row":142,"col":77,"uri":"9048","context":"9132"},{"text":"5979","offset":4827,"line":"9133","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9134","suggestions":"9135","row":146,"col":48,"uri":"9048","context":"9136"},{"text":"7531","offset":4844,"line":"9133","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9130","suggestions":"9137","row":146,"col":65,"uri":"9048","context":"9138"},{"text":"8506","offset":4854,"line":"9133","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9139","suggestions":"9140","row":146,"col":75,"uri":"9048","context":"9141"},{"text":"7614","offset":4865,"line":"9133","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9142","suggestions":"9143","row":146,"col":86,"uri":"9048","context":"9144"},{"text":"7614","offset":4993,"line":"9145","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9142","suggestions":"9146","row":152,"col":28,"uri":"9048","context":"9147"},{"text":"8516","offset":5001,"line":"9145","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9148","suggestions":"9149","row":152,"col":36,"uri":"9048","context":"9150"},{"text":"8391","offset":402,"line":"9151","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9152","suggestions":"9153","row":17,"col":18,"uri":"9154","context":"9155"},{"text":"8397","offset":912,"line":"9156","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9157","suggestions":"9158","row":35,"col":21,"uri":"9154","context":"9159"},{"text":"7584","offset":4465,"line":"9160","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9161","suggestions":"9162","row":103,"col":21,"uri":"9154","context":"9163"},{"text":"8406","offset":4473,"line":"9160","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9164","suggestions":"9165","row":103,"col":29,"uri":"9154","context":"9166"},{"text":"8410","offset":4479,"line":"9160","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9167","suggestions":"9168","row":103,"col":35,"uri":"9154","context":"9169"},{"text":"8414","offset":4486,"line":"9160","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9170","suggestions":"9171","row":103,"col":42,"uri":"9154","context":"9172"},{"text":"8418","offset":4493,"line":"9160","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9173","suggestions":"9174","row":103,"col":49,"uri":"9154","context":"9175"},{"text":"7807","offset":4844,"line":"9176","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9177","suggestions":"9178","row":119,"col":21,"uri":"9154","context":"9179"},{"text":"7769","offset":4851,"line":"9176","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9180","suggestions":"9181","row":119,"col":28,"uri":"9154","context":"9182"},{"text":"8429","offset":4976,"line":"9183","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9184","suggestions":"9185","row":125,"col":21,"uri":"9154","context":"9186"},{"text":"7769","offset":4986,"line":"9183","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9180","suggestions":"9187","row":125,"col":31,"uri":"9154","context":"9188"},{"text":"8436","offset":5108,"line":"9189","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9190","suggestions":"9191","row":132,"col":21,"uri":"9154","context":"9192"},{"text":"8441","offset":5123,"line":"9189","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9193","suggestions":"9194","row":132,"col":36,"uri":"9154","context":"9195"},{"text":"7769","offset":5141,"line":"9189","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9180","suggestions":"9196","row":132,"col":54,"uri":"9154","context":"9197"},{"text":"8447","offset":5285,"line":"9198","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9199","suggestions":"9200","row":137,"col":47,"uri":"9154","context":"9201"},{"text":"7769","offset":5395,"line":"9202","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9180","suggestions":"9203","row":142,"col":29,"uri":"9154","context":"9204"},{"text":"7643","offset":5401,"line":"9202","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9205","suggestions":"9206","row":142,"col":35,"uri":"9154","context":"9207"},{"text":"8458","offset":5408,"line":"9202","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9208","suggestions":"9209","row":142,"col":42,"uri":"9154","context":"9210"},{"text":"8462","offset":5504,"line":"9211","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9212","suggestions":"9213","row":145,"col":47,"uri":"9154","context":"9214"},{"text":"8467","offset":5693,"line":"9215","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9216","suggestions":"9217","row":151,"col":39,"uri":"9154","context":"9218"},{"text":"8406","offset":5703,"line":"9215","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9164","suggestions":"9219","row":151,"col":49,"uri":"9154","context":"9220"},{"text":"8479","offset":5788,"line":"9221","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9222","suggestions":"9223","row":153,"col":57,"uri":"9154","context":"9224"},{"text":"8488","offset":6026,"line":"9225","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9226","suggestions":"9227","row":159,"col":33,"uri":"9154","context":"9228"},{"text":"8493","offset":6040,"line":"9225","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9229","suggestions":"9230","row":159,"col":47,"uri":"9154","context":"9231"},{"text":"7531","offset":6070,"line":"9225","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9232","suggestions":"9233","row":159,"col":77,"uri":"9154","context":"9234"},{"text":"5979","offset":6230,"line":"9235","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9236","suggestions":"9237","row":163,"col":48,"uri":"9154","context":"9238"},{"text":"7531","offset":6247,"line":"9235","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9232","suggestions":"9239","row":163,"col":65,"uri":"9154","context":"9240"},{"text":"8506","offset":6257,"line":"9235","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9241","suggestions":"9242","row":163,"col":75,"uri":"9154","context":"9243"},{"text":"7614","offset":6268,"line":"9235","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9244","suggestions":"9245","row":163,"col":86,"uri":"9154","context":"9246"},{"text":"7614","offset":6393,"line":"9247","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9244","suggestions":"9248","row":169,"col":25,"uri":"9154","context":"9249"},{"text":"8516","offset":6401,"line":"9247","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9250","suggestions":"9251","row":169,"col":33,"uri":"9154","context":"9252"},{"text":"8391","offset":444,"line":"9253","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9254","suggestions":"9255","row":16,"col":21,"uri":"9256","context":"9257"},{"text":"8397","offset":995,"line":"9258","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9259","suggestions":"9260","row":34,"col":21,"uri":"9256","context":"9261"},{"text":"7584","offset":2066,"line":"9262","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9263","suggestions":"9264","row":66,"col":21,"uri":"9256","context":"9265"},{"text":"8406","offset":2074,"line":"9262","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9266","suggestions":"9267","row":66,"col":29,"uri":"9256","context":"9268"},{"text":"8410","offset":2080,"line":"9262","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9269","suggestions":"9270","row":66,"col":35,"uri":"9256","context":"9271"},{"text":"8414","offset":2087,"line":"9262","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9272","suggestions":"9273","row":66,"col":42,"uri":"9256","context":"9274"},{"text":"8418","offset":2094,"line":"9262","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9275","suggestions":"9276","row":66,"col":49,"uri":"9256","context":"9277"},{"text":"7807","offset":2461,"line":"9278","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9279","suggestions":"9280","row":82,"col":21,"uri":"9256","context":"9281"},{"text":"7769","offset":2468,"line":"9278","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9282","suggestions":"9283","row":82,"col":28,"uri":"9256","context":"9284"},{"text":"8429","offset":2608,"line":"9285","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9286","suggestions":"9287","row":87,"col":21,"uri":"9256","context":"9288"},{"text":"7769","offset":2618,"line":"9285","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9282","suggestions":"9289","row":87,"col":31,"uri":"9256","context":"9290"},{"text":"8436","offset":2756,"line":"9291","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9292","suggestions":"9293","row":94,"col":21,"uri":"9256","context":"9294"},{"text":"8441","offset":2771,"line":"9291","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9295","suggestions":"9296","row":94,"col":36,"uri":"9256","context":"9297"},{"text":"7769","offset":2797,"line":"9291","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9282","suggestions":"9298","row":94,"col":62,"uri":"9256","context":"9299"},{"text":"8447","offset":2940,"line":"9300","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9301","suggestions":"9302","row":98,"col":47,"uri":"9256","context":"9303"},{"text":"7769","offset":3050,"line":"9304","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9282","suggestions":"9305","row":103,"col":29,"uri":"9256","context":"9306"},{"text":"7643","offset":3056,"line":"9304","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9307","suggestions":"9308","row":103,"col":35,"uri":"9256","context":"9309"},{"text":"8458","offset":3063,"line":"9304","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9310","suggestions":"9311","row":103,"col":42,"uri":"9256","context":"9312"},{"text":"8462","offset":3159,"line":"9313","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9314","suggestions":"9315","row":106,"col":47,"uri":"9256","context":"9316"},{"text":"8488","offset":3384,"line":"9317","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9318","suggestions":"9319","row":113,"col":29,"uri":"9256","context":"9320"},{"text":"8493","offset":3398,"line":"9317","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9321","suggestions":"9322","row":113,"col":43,"uri":"9256","context":"9323"},{"text":"7531","offset":3437,"line":"9317","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9324","suggestions":"9325","row":113,"col":82,"uri":"9256","context":"9326"},{"text":"5979","offset":3598,"line":"9327","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9328","suggestions":"9329","row":117,"col":44,"uri":"9256","context":"9330"},{"text":"7531","offset":3615,"line":"9327","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9324","suggestions":"9331","row":117,"col":61,"uri":"9256","context":"9332"},{"text":"8506","offset":3625,"line":"9327","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9333","suggestions":"9334","row":117,"col":71,"uri":"9256","context":"9335"},{"text":"7614","offset":3636,"line":"9327","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9336","suggestions":"9337","row":117,"col":82,"uri":"9256","context":"9338"},{"text":"7614","offset":3750,"line":"9339","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9336","suggestions":"9340","row":122,"col":28,"uri":"9256","context":"9341"},{"text":"8516","offset":3758,"line":"9339","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9342","suggestions":"9343","row":122,"col":36,"uri":"9256","context":"9344"},{"text":"8391","offset":414,"line":"9345","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9346","suggestions":"9347","row":16,"col":21,"uri":"9348","context":"9349"},{"text":"8397","offset":935,"line":"9350","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9351","suggestions":"9352","row":34,"col":21,"uri":"9348","context":"9353"},{"text":"7584","offset":2815,"line":"9354","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9355","suggestions":"9356","row":80,"col":21,"uri":"9348","context":"9357"},{"text":"8406","offset":2823,"line":"9354","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9358","suggestions":"9359","row":80,"col":29,"uri":"9348","context":"9360"},{"text":"8410","offset":2829,"line":"9354","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9361","suggestions":"9362","row":80,"col":35,"uri":"9348","context":"9363"},{"text":"8414","offset":2836,"line":"9354","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9364","suggestions":"9365","row":80,"col":42,"uri":"9348","context":"9366"},{"text":"8418","offset":2843,"line":"9354","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9367","suggestions":"9368","row":80,"col":49,"uri":"9348","context":"9369"},{"text":"7807","offset":3195,"line":"9370","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9371","suggestions":"9372","row":96,"col":21,"uri":"9348","context":"9373"},{"text":"7769","offset":3202,"line":"9370","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9374","suggestions":"9375","row":96,"col":28,"uri":"9348","context":"9376"},{"text":"8429","offset":3331,"line":"9377","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9378","suggestions":"9379","row":102,"col":21,"uri":"9348","context":"9380"},{"text":"7769","offset":3341,"line":"9377","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9374","suggestions":"9381","row":102,"col":31,"uri":"9348","context":"9382"},{"text":"8436","offset":3467,"line":"9383","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9384","suggestions":"9385","row":109,"col":21,"uri":"9348","context":"9386"},{"text":"8441","offset":3482,"line":"9383","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9387","suggestions":"9388","row":109,"col":36,"uri":"9348","context":"9389"},{"text":"7769","offset":3502,"line":"9383","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9374","suggestions":"9390","row":109,"col":56,"uri":"9348","context":"9391"},{"text":"8447","offset":3646,"line":"9392","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9393","suggestions":"9394","row":114,"col":47,"uri":"9348","context":"9395"},{"text":"7769","offset":3756,"line":"9396","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9374","suggestions":"9397","row":119,"col":29,"uri":"9348","context":"9398"},{"text":"7643","offset":3762,"line":"9396","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9399","suggestions":"9400","row":119,"col":35,"uri":"9348","context":"9401"},{"text":"8458","offset":3769,"line":"9396","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9402","suggestions":"9403","row":119,"col":42,"uri":"9348","context":"9404"},{"text":"8462","offset":3865,"line":"9405","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9406","suggestions":"9407","row":122,"col":47,"uri":"9348","context":"9408"},{"text":"8467","offset":4031,"line":"9409","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9410","suggestions":"9411","row":128,"col":39,"uri":"9348","context":"9412"},{"text":"8406","offset":4041,"line":"9409","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9358","suggestions":"9413","row":128,"col":49,"uri":"9348","context":"9414"},{"text":"9415","offset":4047,"line":"9409","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"9416","suggestions":"9417","row":128,"col":55,"uri":"9348","context":"9418"},{"text":"9419","offset":4119,"line":"9420","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9421","suggestions":"9422","row":130,"col":48,"uri":"9348","context":"9423"},{"text":"8479","offset":4129,"line":"9420","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9424","suggestions":"9425","row":130,"col":58,"uri":"9348","context":"9426"},{"text":"8488","offset":4367,"line":"9427","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9428","suggestions":"9429","row":136,"col":33,"uri":"9348","context":"9430"},{"text":"8493","offset":4381,"line":"9427","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9431","suggestions":"9432","row":136,"col":47,"uri":"9348","context":"9433"},{"text":"7531","offset":4411,"line":"9427","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9434","suggestions":"9435","row":136,"col":77,"uri":"9348","context":"9436"},{"text":"5979","offset":4588,"line":"9437","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9438","suggestions":"9439","row":140,"col":48,"uri":"9348","context":"9440"},{"text":"7531","offset":4605,"line":"9437","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9434","suggestions":"9441","row":140,"col":65,"uri":"9348","context":"9442"},{"text":"8506","offset":4615,"line":"9437","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9443","suggestions":"9444","row":140,"col":75,"uri":"9348","context":"9445"},{"text":"7614","offset":4626,"line":"9437","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9446","suggestions":"9447","row":140,"col":86,"uri":"9348","context":"9448"},{"text":"7614","offset":4754,"line":"9449","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9446","suggestions":"9450","row":146,"col":28,"uri":"9348","context":"9451"},{"text":"8516","offset":4762,"line":"9449","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9452","suggestions":"9453","row":146,"col":36,"uri":"9348","context":"9454"},{"text":"8391","offset":411,"line":"9455","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9456","suggestions":"9457","row":16,"col":18,"uri":"9458","context":"9459"},{"text":"8397","offset":931,"line":"9460","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9461","suggestions":"9462","row":34,"col":21,"uri":"9458","context":"9463"},{"text":"7584","offset":1789,"line":"9464","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9465","suggestions":"9466","row":64,"col":21,"uri":"9458","context":"9467"},{"text":"8406","offset":1797,"line":"9464","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9468","suggestions":"9469","row":64,"col":29,"uri":"9458","context":"9470"},{"text":"8410","offset":1803,"line":"9464","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9471","suggestions":"9472","row":64,"col":35,"uri":"9458","context":"9473"},{"text":"8414","offset":1810,"line":"9464","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9474","suggestions":"9475","row":64,"col":42,"uri":"9458","context":"9476"},{"text":"8418","offset":1817,"line":"9464","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9477","suggestions":"9478","row":64,"col":49,"uri":"9458","context":"9479"},{"text":"7807","offset":2172,"line":"9480","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9481","suggestions":"9482","row":80,"col":21,"uri":"9458","context":"9483"},{"text":"7769","offset":2179,"line":"9480","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9484","suggestions":"9485","row":80,"col":28,"uri":"9458","context":"9486"},{"text":"8429","offset":2308,"line":"9487","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9488","suggestions":"9489","row":86,"col":21,"uri":"9458","context":"9490"},{"text":"7769","offset":2318,"line":"9487","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9484","suggestions":"9491","row":86,"col":31,"uri":"9458","context":"9492"},{"text":"8436","offset":2444,"line":"9493","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9494","suggestions":"9495","row":93,"col":21,"uri":"9458","context":"9496"},{"text":"8441","offset":2459,"line":"9493","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9497","suggestions":"9498","row":93,"col":36,"uri":"9458","context":"9499"},{"text":"7769","offset":2479,"line":"9493","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9484","suggestions":"9500","row":93,"col":56,"uri":"9458","context":"9501"},{"text":"8447","offset":2623,"line":"9502","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9503","suggestions":"9504","row":98,"col":47,"uri":"9458","context":"9505"},{"text":"7769","offset":2734,"line":"9506","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9484","suggestions":"9507","row":104,"col":29,"uri":"9458","context":"9508"},{"text":"7643","offset":2740,"line":"9506","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9509","suggestions":"9510","row":104,"col":35,"uri":"9458","context":"9511"},{"text":"8458","offset":2747,"line":"9506","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9512","suggestions":"9513","row":104,"col":42,"uri":"9458","context":"9514"},{"text":"8462","offset":2843,"line":"9515","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9516","suggestions":"9517","row":107,"col":47,"uri":"9458","context":"9518"},{"text":"9519","offset":3013,"line":"9520","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9521","suggestions":"9522","row":113,"col":43,"uri":"9458","context":"9523"},{"text":"9524","offset":3025,"line":"9520","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9525","suggestions":"9526","row":113,"col":55,"uri":"9458","context":"9527"},{"text":"9519","offset":3087,"line":"9528","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9521","suggestions":"9529","row":115,"col":48,"uri":"9458","context":"9530"},{"text":"8479","offset":3099,"line":"9528","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9531","suggestions":"9532","row":115,"col":60,"uri":"9458","context":"9533"},{"text":"8488","offset":3338,"line":"9534","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9535","suggestions":"9536","row":121,"col":33,"uri":"9458","context":"9537"},{"text":"8493","offset":3352,"line":"9534","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9538","suggestions":"9539","row":121,"col":47,"uri":"9458","context":"9540"},{"text":"7531","offset":3385,"line":"9534","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9541","suggestions":"9542","row":121,"col":80,"uri":"9458","context":"9543"},{"text":"5979","offset":3545,"line":"9544","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9545","suggestions":"9546","row":125,"col":48,"uri":"9458","context":"9547"},{"text":"7531","offset":3562,"line":"9544","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9541","suggestions":"9548","row":125,"col":65,"uri":"9458","context":"9549"},{"text":"8506","offset":3572,"line":"9544","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9550","suggestions":"9551","row":125,"col":75,"uri":"9458","context":"9552"},{"text":"7614","offset":3583,"line":"9544","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9553","suggestions":"9554","row":125,"col":86,"uri":"9458","context":"9555"},{"text":"7614","offset":3711,"line":"9556","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9553","suggestions":"9557","row":131,"col":28,"uri":"9458","context":"9558"},{"text":"8516","offset":3719,"line":"9556","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9559","suggestions":"9560","row":131,"col":36,"uri":"9458","context":"9561"},{"text":"8391","offset":414,"line":"9562","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9563","suggestions":"9564","row":16,"col":21,"uri":"9565","context":"9566"},{"text":"8397","offset":935,"line":"9567","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9568","suggestions":"9569","row":34,"col":21,"uri":"9565","context":"9570"},{"text":"7584","offset":1792,"line":"9571","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9572","suggestions":"9573","row":64,"col":21,"uri":"9565","context":"9574"},{"text":"8406","offset":1800,"line":"9571","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9575","suggestions":"9576","row":64,"col":29,"uri":"9565","context":"9577"},{"text":"8410","offset":1806,"line":"9571","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9578","suggestions":"9579","row":64,"col":35,"uri":"9565","context":"9580"},{"text":"8414","offset":1813,"line":"9571","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9581","suggestions":"9582","row":64,"col":42,"uri":"9565","context":"9583"},{"text":"8418","offset":1820,"line":"9571","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9584","suggestions":"9585","row":64,"col":49,"uri":"9565","context":"9586"},{"text":"7807","offset":2175,"line":"9587","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9588","suggestions":"9589","row":80,"col":21,"uri":"9565","context":"9590"},{"text":"7769","offset":2182,"line":"9587","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9591","suggestions":"9592","row":80,"col":28,"uri":"9565","context":"9593"},{"text":"8429","offset":2311,"line":"9594","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9595","suggestions":"9596","row":86,"col":21,"uri":"9565","context":"9597"},{"text":"7769","offset":2321,"line":"9594","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9591","suggestions":"9598","row":86,"col":31,"uri":"9565","context":"9599"},{"text":"8436","offset":2447,"line":"9600","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9601","suggestions":"9602","row":93,"col":21,"uri":"9565","context":"9603"},{"text":"8441","offset":2462,"line":"9600","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9604","suggestions":"9605","row":93,"col":36,"uri":"9565","context":"9606"},{"text":"7769","offset":2482,"line":"9600","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9591","suggestions":"9607","row":93,"col":56,"uri":"9565","context":"9608"},{"text":"8447","offset":2626,"line":"9609","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9610","suggestions":"9611","row":98,"col":47,"uri":"9565","context":"9612"},{"text":"7769","offset":2737,"line":"9613","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9591","suggestions":"9614","row":104,"col":29,"uri":"9565","context":"9615"},{"text":"7643","offset":2743,"line":"9613","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9616","suggestions":"9617","row":104,"col":35,"uri":"9565","context":"9618"},{"text":"8458","offset":2750,"line":"9613","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9619","suggestions":"9620","row":104,"col":42,"uri":"9565","context":"9621"},{"text":"8462","offset":2846,"line":"9622","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9623","suggestions":"9624","row":107,"col":47,"uri":"9565","context":"9625"},{"text":"8467","offset":3012,"line":"9626","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9627","suggestions":"9628","row":113,"col":39,"uri":"9565","context":"9629"},{"text":"8406","offset":3022,"line":"9626","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9575","suggestions":"9630","row":113,"col":49,"uri":"9565","context":"9631"},{"text":"9632","offset":3028,"line":"9626","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9633","suggestions":"9634","row":113,"col":55,"uri":"9565","context":"9635"},{"text":"9636","offset":3097,"line":"9637","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9638","suggestions":"9639","row":115,"col":48,"uri":"9565","context":"9640"},{"text":"8479","offset":3107,"line":"9637","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9641","suggestions":"9642","row":115,"col":58,"uri":"9565","context":"9643"},{"text":"8488","offset":3345,"line":"9644","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9645","suggestions":"9646","row":121,"col":33,"uri":"9565","context":"9647"},{"text":"8493","offset":3359,"line":"9644","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9648","suggestions":"9649","row":121,"col":47,"uri":"9565","context":"9650"},{"text":"7531","offset":3389,"line":"9644","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9651","suggestions":"9652","row":121,"col":77,"uri":"9565","context":"9653"},{"text":"5979","offset":3566,"line":"9654","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9655","suggestions":"9656","row":125,"col":48,"uri":"9565","context":"9657"},{"text":"7531","offset":3583,"line":"9654","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9651","suggestions":"9658","row":125,"col":65,"uri":"9565","context":"9659"},{"text":"8506","offset":3593,"line":"9654","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9660","suggestions":"9661","row":125,"col":75,"uri":"9565","context":"9662"},{"text":"7614","offset":3604,"line":"9654","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9663","suggestions":"9664","row":125,"col":86,"uri":"9565","context":"9665"},{"text":"7614","offset":3732,"line":"9666","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9663","suggestions":"9667","row":131,"col":28,"uri":"9565","context":"9668"},{"text":"8516","offset":3740,"line":"9666","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9669","suggestions":"9670","row":131,"col":36,"uri":"9565","context":"9671"},{"text":"8391","offset":404,"line":"9672","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9673","suggestions":"9674","row":16,"col":21,"uri":"9675","context":"9676"},{"text":"8397","offset":915,"line":"9677","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9678","suggestions":"9679","row":34,"col":21,"uri":"9675","context":"9680"},{"text":"7584","offset":1804,"line":"9681","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9682","suggestions":"9683","row":65,"col":21,"uri":"9675","context":"9684"},{"text":"8406","offset":1812,"line":"9681","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9685","suggestions":"9686","row":65,"col":29,"uri":"9675","context":"9687"},{"text":"8410","offset":1818,"line":"9681","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9688","suggestions":"9689","row":65,"col":35,"uri":"9675","context":"9690"},{"text":"8414","offset":1825,"line":"9681","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9691","suggestions":"9692","row":65,"col":42,"uri":"9675","context":"9693"},{"text":"8418","offset":1832,"line":"9681","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9694","suggestions":"9695","row":65,"col":49,"uri":"9675","context":"9696"},{"text":"7807","offset":2183,"line":"9697","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9698","suggestions":"9699","row":81,"col":21,"uri":"9675","context":"9700"},{"text":"7769","offset":2190,"line":"9697","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9701","suggestions":"9702","row":81,"col":28,"uri":"9675","context":"9703"},{"text":"8429","offset":2315,"line":"9704","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9705","suggestions":"9706","row":87,"col":21,"uri":"9675","context":"9707"},{"text":"7769","offset":2325,"line":"9704","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9701","suggestions":"9708","row":87,"col":31,"uri":"9675","context":"9709"},{"text":"8436","offset":2447,"line":"9710","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9711","suggestions":"9712","row":94,"col":21,"uri":"9675","context":"9713"},{"text":"8441","offset":2462,"line":"9710","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9714","suggestions":"9715","row":94,"col":36,"uri":"9675","context":"9716"},{"text":"7769","offset":2480,"line":"9710","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9701","suggestions":"9717","row":94,"col":54,"uri":"9675","context":"9718"},{"text":"8447","offset":2624,"line":"9719","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9720","suggestions":"9721","row":99,"col":47,"uri":"9675","context":"9722"},{"text":"7769","offset":2735,"line":"9723","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9701","suggestions":"9724","row":105,"col":29,"uri":"9675","context":"9725"},{"text":"7643","offset":2741,"line":"9723","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9726","suggestions":"9727","row":105,"col":35,"uri":"9675","context":"9728"},{"text":"8458","offset":2748,"line":"9723","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9729","suggestions":"9730","row":105,"col":42,"uri":"9675","context":"9731"},{"text":"8462","offset":2844,"line":"9732","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9733","suggestions":"9734","row":108,"col":47,"uri":"9675","context":"9735"},{"text":"8467","offset":3010,"line":"9736","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9737","suggestions":"9738","row":114,"col":39,"uri":"9675","context":"9739"},{"text":"8572","offset":3020,"line":"9736","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9740","suggestions":"9741","row":114,"col":49,"uri":"9675","context":"9742"},{"text":"9743","offset":3025,"line":"9736","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9744","suggestions":"9745","row":114,"col":54,"uri":"9675","context":"9746"},{"text":"9747","offset":3036,"line":"9736","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9748","suggestions":"9749","row":114,"col":65,"uri":"9675","context":"9750"},{"text":"9751","offset":3105,"line":"9752","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9753","suggestions":"9754","row":116,"col":48,"uri":"9675","context":"9755"},{"text":"8479","offset":3114,"line":"9752","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9756","suggestions":"9757","row":116,"col":57,"uri":"9675","context":"9758"},{"text":"8488","offset":3352,"line":"9759","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9760","suggestions":"9761","row":122,"col":33,"uri":"9675","context":"9762"},{"text":"8493","offset":3366,"line":"9759","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9763","suggestions":"9764","row":122,"col":47,"uri":"9675","context":"9765"},{"text":"7531","offset":3397,"line":"9759","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9766","suggestions":"9767","row":122,"col":78,"uri":"9675","context":"9768"},{"text":"5979","offset":3574,"line":"9769","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9770","suggestions":"9771","row":126,"col":48,"uri":"9675","context":"9772"},{"text":"7531","offset":3591,"line":"9769","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9766","suggestions":"9773","row":126,"col":65,"uri":"9675","context":"9774"},{"text":"8506","offset":3601,"line":"9769","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9775","suggestions":"9776","row":126,"col":75,"uri":"9675","context":"9777"},{"text":"7614","offset":3612,"line":"9769","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9778","suggestions":"9779","row":126,"col":86,"uri":"9675","context":"9780"},{"text":"7614","offset":3747,"line":"9781","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9778","suggestions":"9782","row":132,"col":28,"uri":"9675","context":"9783"},{"text":"8516","offset":3755,"line":"9781","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9784","suggestions":"9785","row":132,"col":36,"uri":"9675","context":"9786"},{"text":"8391","offset":470,"line":"9787","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9788","suggestions":"9789","row":18,"col":21,"uri":"9790","context":"9791"},{"text":"8397","offset":1009,"line":"9792","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9793","suggestions":"9794","row":36,"col":21,"uri":"9790","context":"9795"},{"text":"7584","offset":2067,"line":"9796","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9797","suggestions":"9798","row":68,"col":21,"uri":"9790","context":"9799"},{"text":"8406","offset":2075,"line":"9796","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9800","suggestions":"9801","row":68,"col":29,"uri":"9790","context":"9802"},{"text":"8410","offset":2081,"line":"9796","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9803","suggestions":"9804","row":68,"col":35,"uri":"9790","context":"9805"},{"text":"8414","offset":2088,"line":"9796","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9806","suggestions":"9807","row":68,"col":42,"uri":"9790","context":"9808"},{"text":"8418","offset":2095,"line":"9796","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9809","suggestions":"9810","row":68,"col":49,"uri":"9790","context":"9811"},{"text":"7807","offset":2460,"line":"9812","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9813","suggestions":"9814","row":84,"col":21,"uri":"9790","context":"9815"},{"text":"7769","offset":2467,"line":"9812","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9816","suggestions":"9817","row":84,"col":28,"uri":"9790","context":"9818"},{"text":"8429","offset":2606,"line":"9819","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9820","suggestions":"9821","row":90,"col":21,"uri":"9790","context":"9822"},{"text":"7769","offset":2616,"line":"9819","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9816","suggestions":"9823","row":90,"col":31,"uri":"9790","context":"9824"},{"text":"8436","offset":2751,"line":"9825","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9826","suggestions":"9827","row":96,"col":21,"uri":"9790","context":"9828"},{"text":"8441","offset":2766,"line":"9825","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9829","suggestions":"9830","row":96,"col":36,"uri":"9790","context":"9831"},{"text":"7769","offset":2791,"line":"9825","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9816","suggestions":"9832","row":96,"col":61,"uri":"9790","context":"9833"},{"text":"8447","offset":2935,"line":"9834","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9835","suggestions":"9836","row":101,"col":47,"uri":"9790","context":"9837"},{"text":"7769","offset":3046,"line":"9838","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9816","suggestions":"9839","row":107,"col":29,"uri":"9790","context":"9840"},{"text":"7643","offset":3052,"line":"9838","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9841","suggestions":"9842","row":107,"col":35,"uri":"9790","context":"9843"},{"text":"8458","offset":3059,"line":"9838","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9844","suggestions":"9845","row":107,"col":42,"uri":"9790","context":"9846"},{"text":"8462","offset":3155,"line":"9847","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9848","suggestions":"9849","row":110,"col":47,"uri":"9790","context":"9850"},{"text":"8488","offset":3380,"line":"9851","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9852","suggestions":"9853","row":117,"col":29,"uri":"9790","context":"9854"},{"text":"8493","offset":3394,"line":"9851","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9855","suggestions":"9856","row":117,"col":43,"uri":"9790","context":"9857"},{"text":"7531","offset":3424,"line":"9851","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9858","suggestions":"9859","row":117,"col":73,"uri":"9790","context":"9860"},{"text":"5979","offset":3568,"line":"9861","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9862","suggestions":"9863","row":121,"col":44,"uri":"9790","context":"9864"},{"text":"7531","offset":3585,"line":"9861","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9858","suggestions":"9865","row":121,"col":61,"uri":"9790","context":"9866"},{"text":"8506","offset":3595,"line":"9861","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9867","suggestions":"9868","row":121,"col":71,"uri":"9790","context":"9869"},{"text":"7614","offset":3606,"line":"9861","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9870","suggestions":"9871","row":121,"col":82,"uri":"9790","context":"9872"},{"text":"7614","offset":3721,"line":"9873","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9870","suggestions":"9874","row":127,"col":28,"uri":"9790","context":"9875"},{"text":"8516","offset":3729,"line":"9873","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9876","suggestions":"9877","row":127,"col":36,"uri":"9790","context":"9878"},{"text":"8391","offset":444,"line":"9879","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9880","suggestions":"9881","row":16,"col":21,"uri":"9882","context":"9883"},{"text":"8397","offset":995,"line":"9884","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9885","suggestions":"9886","row":34,"col":21,"uri":"9882","context":"9887"},{"text":"9888","offset":1571,"line":"9889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9890","suggestions":"9891","row":53,"col":38,"uri":"9882","context":"9892"},{"text":"9888","offset":1674,"line":"9893","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9890","suggestions":"9894","row":54,"col":38,"uri":"9882","context":"9895"},{"text":"9888","offset":1923,"line":"9896","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9890","suggestions":"9897","row":60,"col":17,"uri":"9882","context":"9898"},{"text":"9888","offset":1970,"line":"9899","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9890","suggestions":"9900","row":61,"col":17,"uri":"9882","context":"9901"},{"text":"7584","offset":2074,"line":"9902","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9903","suggestions":"9904","row":66,"col":21,"uri":"9882","context":"9905"},{"text":"8406","offset":2082,"line":"9902","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9906","suggestions":"9907","row":66,"col":29,"uri":"9882","context":"9908"},{"text":"8410","offset":2088,"line":"9902","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9909","suggestions":"9910","row":66,"col":35,"uri":"9882","context":"9911"},{"text":"8414","offset":2095,"line":"9902","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9912","suggestions":"9913","row":66,"col":42,"uri":"9882","context":"9914"},{"text":"8418","offset":2102,"line":"9902","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9915","suggestions":"9916","row":66,"col":49,"uri":"9882","context":"9917"},{"text":"7807","offset":2469,"line":"9918","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9919","suggestions":"9920","row":82,"col":21,"uri":"9882","context":"9921"},{"text":"7769","offset":2476,"line":"9918","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9922","suggestions":"9923","row":82,"col":28,"uri":"9882","context":"9924"},{"text":"8429","offset":2617,"line":"9925","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"9926","suggestions":"9927","row":88,"col":21,"uri":"9882","context":"9928"},{"text":"7769","offset":2627,"line":"9925","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9922","suggestions":"9929","row":88,"col":31,"uri":"9882","context":"9930"},{"text":"8436","offset":2765,"line":"9931","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9932","suggestions":"9933","row":95,"col":21,"uri":"9882","context":"9934"},{"text":"8441","offset":2780,"line":"9931","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"9935","suggestions":"9936","row":95,"col":36,"uri":"9882","context":"9937"},{"text":"7769","offset":2806,"line":"9931","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9922","suggestions":"9938","row":95,"col":62,"uri":"9882","context":"9939"},{"text":"8447","offset":2950,"line":"9940","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9941","suggestions":"9942","row":100,"col":47,"uri":"9882","context":"9943"},{"text":"7769","offset":3061,"line":"9944","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9922","suggestions":"9945","row":106,"col":29,"uri":"9882","context":"9946"},{"text":"7643","offset":3067,"line":"9944","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9947","suggestions":"9948","row":106,"col":35,"uri":"9882","context":"9949"},{"text":"8458","offset":3074,"line":"9944","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9950","suggestions":"9951","row":106,"col":42,"uri":"9882","context":"9952"},{"text":"8462","offset":3170,"line":"9953","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9954","suggestions":"9955","row":109,"col":47,"uri":"9882","context":"9956"},{"text":"8488","offset":3395,"line":"9957","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9958","suggestions":"9959","row":116,"col":29,"uri":"9882","context":"9960"},{"text":"8493","offset":3409,"line":"9957","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"9961","suggestions":"9962","row":116,"col":43,"uri":"9882","context":"9963"},{"text":"7531","offset":3439,"line":"9957","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9964","suggestions":"9965","row":116,"col":73,"uri":"9882","context":"9966"},{"text":"5979","offset":3583,"line":"9967","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9968","suggestions":"9969","row":120,"col":44,"uri":"9882","context":"9970"},{"text":"7531","offset":3600,"line":"9967","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9964","suggestions":"9971","row":120,"col":61,"uri":"9882","context":"9972"},{"text":"8506","offset":3610,"line":"9967","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9973","suggestions":"9974","row":120,"col":71,"uri":"9882","context":"9975"},{"text":"7614","offset":3621,"line":"9967","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9976","suggestions":"9977","row":120,"col":82,"uri":"9882","context":"9978"},{"text":"7614","offset":3735,"line":"9979","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"9976","suggestions":"9980","row":125,"col":28,"uri":"9882","context":"9981"},{"text":"8516","offset":3743,"line":"9979","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"9982","suggestions":"9983","row":125,"col":36,"uri":"9882","context":"9984"},{"text":"8391","offset":434,"line":"9985","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"9986","suggestions":"9987","row":18,"col":21,"uri":"9988","context":"9989"},{"text":"8397","offset":945,"line":"9990","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"9991","suggestions":"9992","row":36,"col":21,"uri":"9988","context":"9993"},{"text":"7584","offset":5611,"line":"9994","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"9995","suggestions":"9996","row":121,"col":21,"uri":"9988","context":"9997"},{"text":"8406","offset":5619,"line":"9994","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"9998","suggestions":"9999","row":121,"col":29,"uri":"9988","context":"10000"},{"text":"8410","offset":5625,"line":"9994","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10001","suggestions":"10002","row":121,"col":35,"uri":"9988","context":"10003"},{"text":"8414","offset":5632,"line":"9994","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10004","suggestions":"10005","row":121,"col":42,"uri":"9988","context":"10006"},{"text":"8418","offset":5639,"line":"9994","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10007","suggestions":"10008","row":121,"col":49,"uri":"9988","context":"10009"},{"text":"7807","offset":5990,"line":"10010","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10011","suggestions":"10012","row":137,"col":21,"uri":"9988","context":"10013"},{"text":"7769","offset":5997,"line":"10010","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10014","suggestions":"10015","row":137,"col":28,"uri":"9988","context":"10016"},{"text":"8429","offset":6147,"line":"10017","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10018","suggestions":"10019","row":145,"col":21,"uri":"9988","context":"10020"},{"text":"7769","offset":6157,"line":"10017","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10014","suggestions":"10021","row":145,"col":31,"uri":"9988","context":"10022"},{"text":"8436","offset":6279,"line":"10023","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10024","suggestions":"10025","row":152,"col":21,"uri":"9988","context":"10026"},{"text":"8441","offset":6294,"line":"10023","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10027","suggestions":"10028","row":152,"col":36,"uri":"9988","context":"10029"},{"text":"7769","offset":6312,"line":"10023","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10014","suggestions":"10030","row":152,"col":54,"uri":"9988","context":"10031"},{"text":"8447","offset":6456,"line":"10032","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10033","suggestions":"10034","row":157,"col":47,"uri":"9988","context":"10035"},{"text":"7769","offset":6567,"line":"10036","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10014","suggestions":"10037","row":163,"col":29,"uri":"9988","context":"10038"},{"text":"7643","offset":6573,"line":"10036","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10039","suggestions":"10040","row":163,"col":35,"uri":"9988","context":"10041"},{"text":"8458","offset":6580,"line":"10036","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10042","suggestions":"10043","row":163,"col":42,"uri":"9988","context":"10044"},{"text":"8462","offset":6676,"line":"10045","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10046","suggestions":"10047","row":166,"col":47,"uri":"9988","context":"10048"},{"text":"8467","offset":6854,"line":"10049","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10050","suggestions":"10051","row":172,"col":39,"uri":"9988","context":"10052"},{"text":"10053","offset":6868,"line":"10049","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"10054","suggestions":"10055","row":172,"col":53,"uri":"9988","context":"10056"},{"text":"10057","offset":6941,"line":"10058","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10059","suggestions":"10060","row":174,"col":48,"uri":"9988","context":"10061"},{"text":"8479","offset":6953,"line":"10058","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10062","suggestions":"10063","row":174,"col":60,"uri":"9988","context":"10064"},{"text":"10057","offset":7022,"line":"10065","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10059","suggestions":"10066","row":176,"col":29,"uri":"9988","context":"10067"},{"text":"8488","offset":7269,"line":"10068","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10069","suggestions":"10070","row":181,"col":33,"uri":"9988","context":"10071"},{"text":"8493","offset":7283,"line":"10068","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10072","suggestions":"10073","row":181,"col":47,"uri":"9988","context":"10074"},{"text":"7531","offset":7313,"line":"10068","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10075","suggestions":"10076","row":181,"col":77,"uri":"9988","context":"10077"},{"text":"5979","offset":7473,"line":"10078","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10079","suggestions":"10080","row":185,"col":48,"uri":"9988","context":"10081"},{"text":"7531","offset":7490,"line":"10078","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10075","suggestions":"10082","row":185,"col":65,"uri":"9988","context":"10083"},{"text":"8506","offset":7500,"line":"10078","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10084","suggestions":"10085","row":185,"col":75,"uri":"9988","context":"10086"},{"text":"7614","offset":7511,"line":"10078","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10087","suggestions":"10088","row":185,"col":86,"uri":"9988","context":"10089"},{"text":"7614","offset":7636,"line":"10090","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10087","suggestions":"10091","row":191,"col":25,"uri":"9988","context":"10092"},{"text":"8516","offset":7644,"line":"10090","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10093","suggestions":"10094","row":191,"col":33,"uri":"9988","context":"10095"},{"text":"10096","offset":2044,"line":"10097","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10098","suggestions":"10099","row":67,"col":21,"uri":"10100","context":"10101"},{"text":"8447","offset":3177,"line":"10102","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10103","suggestions":"10104","row":115,"col":51,"uri":"10100","context":"10105"},{"text":"7769","offset":3288,"line":"10106","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10107","suggestions":"10108","row":121,"col":29,"uri":"10100","context":"10109"},{"text":"7643","offset":3294,"line":"10106","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10110","suggestions":"10111","row":121,"col":35,"uri":"10100","context":"10112"},{"text":"8458","offset":3301,"line":"10106","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10113","suggestions":"10114","row":121,"col":42,"uri":"10100","context":"10115"},{"text":"8462","offset":3431,"line":"10116","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10117","suggestions":"10118","row":125,"col":51,"uri":"10100","context":"10119"},{"text":"8467","offset":3647,"line":"10120","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10121","suggestions":"10122","row":131,"col":41,"uri":"10100","context":"10123"},{"text":"10053","offset":3661,"line":"10120","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"10124","suggestions":"10125","row":131,"col":55,"uri":"10100","context":"10126"},{"text":"10057","offset":3736,"line":"10127","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10128","suggestions":"10129","row":133,"col":50,"uri":"10100","context":"10130"},{"text":"8479","offset":3748,"line":"10127","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10131","suggestions":"10132","row":133,"col":62,"uri":"10100","context":"10133"},{"text":"10057","offset":3886,"line":"10134","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10128","suggestions":"10135","row":137,"col":51,"uri":"10100","context":"10136"},{"text":"8488","offset":4134,"line":"10137","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10138","suggestions":"10139","row":142,"col":33,"uri":"10100","context":"10140"},{"text":"8493","offset":4148,"line":"10137","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10141","suggestions":"10142","row":142,"col":47,"uri":"10100","context":"10143"},{"text":"7531","offset":4166,"line":"10137","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10144","suggestions":"10145","row":142,"col":65,"uri":"10100","context":"10146"},{"text":"5979","offset":4295,"line":"10147","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10148","suggestions":"10149","row":145,"col":48,"uri":"10100","context":"10150"},{"text":"7531","offset":4312,"line":"10147","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10144","suggestions":"10151","row":145,"col":65,"uri":"10100","context":"10152"},{"text":"8506","offset":4322,"line":"10147","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10153","suggestions":"10154","row":145,"col":75,"uri":"10100","context":"10155"},{"text":"7614","offset":4333,"line":"10147","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10156","suggestions":"10157","row":145,"col":86,"uri":"10100","context":"10158"},{"text":"7614","offset":4458,"line":"10159","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10156","suggestions":"10160","row":151,"col":25,"uri":"10100","context":"10161"},{"text":"5979","offset":4716,"line":"10162","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10148","suggestions":"10163","row":163,"col":40,"uri":"10100","context":"10164"},{"text":"7531","offset":4733,"line":"10162","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10144","suggestions":"10165","row":163,"col":57,"uri":"10100","context":"10166"},{"text":"8506","offset":4743,"line":"10162","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10153","suggestions":"10167","row":163,"col":67,"uri":"10100","context":"10168"},{"text":"7614","offset":4754,"line":"10162","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10156","suggestions":"10169","row":163,"col":78,"uri":"10100","context":"10170"},{"text":"8391","offset":395,"line":"10171","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10172","suggestions":"10173","row":18,"col":21,"uri":"10174","context":"10175"},{"text":"8397","offset":886,"line":"10176","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10177","suggestions":"10178","row":36,"col":21,"uri":"10174","context":"10179"},{"text":"7584","offset":3174,"line":"10180","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10181","suggestions":"10182","row":88,"col":21,"uri":"10174","context":"10183"},{"text":"8406","offset":3182,"line":"10180","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10184","suggestions":"10185","row":88,"col":29,"uri":"10174","context":"10186"},{"text":"8410","offset":3188,"line":"10180","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10187","suggestions":"10188","row":88,"col":35,"uri":"10174","context":"10189"},{"text":"8414","offset":3195,"line":"10180","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10190","suggestions":"10191","row":88,"col":42,"uri":"10174","context":"10192"},{"text":"8418","offset":3202,"line":"10180","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10193","suggestions":"10194","row":88,"col":49,"uri":"10174","context":"10195"},{"text":"7807","offset":3543,"line":"10196","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10197","suggestions":"10198","row":104,"col":21,"uri":"10174","context":"10199"},{"text":"7769","offset":3550,"line":"10196","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10200","suggestions":"10201","row":104,"col":28,"uri":"10174","context":"10202"},{"text":"8429","offset":3664,"line":"10203","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10204","suggestions":"10205","row":109,"col":21,"uri":"10174","context":"10206"},{"text":"7769","offset":3674,"line":"10203","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10200","suggestions":"10207","row":109,"col":31,"uri":"10174","context":"10208"},{"text":"8436","offset":3786,"line":"10209","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10210","suggestions":"10211","row":116,"col":21,"uri":"10174","context":"10212"},{"text":"8441","offset":3801,"line":"10209","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10213","suggestions":"10214","row":116,"col":36,"uri":"10174","context":"10215"},{"text":"7769","offset":3814,"line":"10209","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10200","suggestions":"10216","row":116,"col":49,"uri":"10174","context":"10217"},{"text":"8447","offset":3958,"line":"10218","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10219","suggestions":"10220","row":121,"col":47,"uri":"10174","context":"10221"},{"text":"7769","offset":4069,"line":"10222","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10200","suggestions":"10223","row":127,"col":29,"uri":"10174","context":"10224"},{"text":"7643","offset":4075,"line":"10222","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10225","suggestions":"10226","row":127,"col":35,"uri":"10174","context":"10227"},{"text":"8458","offset":4082,"line":"10222","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10228","suggestions":"10229","row":127,"col":42,"uri":"10174","context":"10230"},{"text":"8462","offset":4178,"line":"10231","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10232","suggestions":"10233","row":130,"col":47,"uri":"10174","context":"10234"},{"text":"8572","offset":4350,"line":"10235","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10236","suggestions":"10237","row":136,"col":39,"uri":"10174","context":"10238"},{"text":"8580","offset":4359,"line":"10235","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10239","suggestions":"10240","row":136,"col":48,"uri":"10174","context":"10241"},{"text":"8479","offset":4431,"line":"10242","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10243","suggestions":"10244","row":138,"col":52,"uri":"10174","context":"10245"},{"text":"8488","offset":4669,"line":"10246","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10247","suggestions":"10248","row":144,"col":33,"uri":"10174","context":"10249"},{"text":"8493","offset":4683,"line":"10246","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10250","suggestions":"10251","row":144,"col":47,"uri":"10174","context":"10252"},{"text":"7531","offset":4709,"line":"10246","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10253","suggestions":"10254","row":144,"col":73,"uri":"10174","context":"10255"},{"text":"5979","offset":4869,"line":"10256","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10257","suggestions":"10258","row":148,"col":48,"uri":"10174","context":"10259"},{"text":"7531","offset":4886,"line":"10256","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10253","suggestions":"10260","row":148,"col":65,"uri":"10174","context":"10261"},{"text":"8506","offset":4896,"line":"10256","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10262","suggestions":"10263","row":148,"col":75,"uri":"10174","context":"10264"},{"text":"7614","offset":4907,"line":"10256","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10265","suggestions":"10266","row":148,"col":86,"uri":"10174","context":"10267"},{"text":"7614","offset":5035,"line":"10268","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10265","suggestions":"10269","row":154,"col":28,"uri":"10174","context":"10270"},{"text":"8516","offset":5043,"line":"10268","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10271","suggestions":"10272","row":154,"col":36,"uri":"10174","context":"10273"},{"text":"8391","offset":404,"line":"10274","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10275","suggestions":"10276","row":16,"col":21,"uri":"10277","context":"10278"},{"text":"8397","offset":915,"line":"10279","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10280","suggestions":"10281","row":34,"col":21,"uri":"10277","context":"10282"},{"text":"7584","offset":2416,"line":"10283","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10284","suggestions":"10285","row":72,"col":21,"uri":"10277","context":"10286"},{"text":"8406","offset":2424,"line":"10283","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10287","suggestions":"10288","row":72,"col":29,"uri":"10277","context":"10289"},{"text":"8410","offset":2430,"line":"10283","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10290","suggestions":"10291","row":72,"col":35,"uri":"10277","context":"10292"},{"text":"8414","offset":2437,"line":"10283","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10293","suggestions":"10294","row":72,"col":42,"uri":"10277","context":"10295"},{"text":"8418","offset":2444,"line":"10283","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10296","suggestions":"10297","row":72,"col":49,"uri":"10277","context":"10298"},{"text":"7807","offset":2795,"line":"10299","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10300","suggestions":"10301","row":88,"col":21,"uri":"10277","context":"10302"},{"text":"7769","offset":2802,"line":"10299","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10303","suggestions":"10304","row":88,"col":28,"uri":"10277","context":"10305"},{"text":"8429","offset":2927,"line":"10306","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10307","suggestions":"10308","row":94,"col":21,"uri":"10277","context":"10309"},{"text":"7769","offset":2937,"line":"10306","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10303","suggestions":"10310","row":94,"col":31,"uri":"10277","context":"10311"},{"text":"8436","offset":3059,"line":"10312","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10313","suggestions":"10314","row":101,"col":21,"uri":"10277","context":"10315"},{"text":"8441","offset":3074,"line":"10312","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10316","suggestions":"10317","row":101,"col":36,"uri":"10277","context":"10318"},{"text":"7769","offset":3092,"line":"10312","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10303","suggestions":"10319","row":101,"col":54,"uri":"10277","context":"10320"},{"text":"8447","offset":3236,"line":"10321","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10322","suggestions":"10323","row":106,"col":47,"uri":"10277","context":"10324"},{"text":"7769","offset":3347,"line":"10325","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10303","suggestions":"10326","row":112,"col":29,"uri":"10277","context":"10327"},{"text":"7643","offset":3353,"line":"10325","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10328","suggestions":"10329","row":112,"col":35,"uri":"10277","context":"10330"},{"text":"8458","offset":3360,"line":"10325","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10331","suggestions":"10332","row":112,"col":42,"uri":"10277","context":"10333"},{"text":"8462","offset":3456,"line":"10334","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10335","suggestions":"10336","row":115,"col":47,"uri":"10277","context":"10337"},{"text":"10338","offset":3631,"line":"10339","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10340","suggestions":"10341","row":121,"col":48,"uri":"10277","context":"10342"},{"text":"9524","offset":3639,"line":"10339","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10343","suggestions":"10344","row":121,"col":56,"uri":"10277","context":"10345"},{"text":"10346","offset":3701,"line":"10347","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10348","suggestions":"10349","row":123,"col":48,"uri":"10277","context":"10350"},{"text":"8479","offset":3710,"line":"10347","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10351","suggestions":"10352","row":123,"col":57,"uri":"10277","context":"10353"},{"text":"8488","offset":3948,"line":"10354","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10355","suggestions":"10356","row":129,"col":33,"uri":"10277","context":"10357"},{"text":"8493","offset":3962,"line":"10354","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10358","suggestions":"10359","row":129,"col":47,"uri":"10277","context":"10360"},{"text":"7531","offset":3993,"line":"10354","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10361","suggestions":"10362","row":129,"col":78,"uri":"10277","context":"10363"},{"text":"5979","offset":4153,"line":"10364","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10365","suggestions":"10366","row":133,"col":48,"uri":"10277","context":"10367"},{"text":"7531","offset":4170,"line":"10364","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10361","suggestions":"10368","row":133,"col":65,"uri":"10277","context":"10369"},{"text":"8506","offset":4180,"line":"10364","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10370","suggestions":"10371","row":133,"col":75,"uri":"10277","context":"10372"},{"text":"7614","offset":4191,"line":"10364","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10373","suggestions":"10374","row":133,"col":86,"uri":"10277","context":"10375"},{"text":"7614","offset":4319,"line":"10376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10373","suggestions":"10377","row":139,"col":28,"uri":"10277","context":"10378"},{"text":"8516","offset":4327,"line":"10376","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10379","suggestions":"10380","row":139,"col":36,"uri":"10277","context":"10381"},{"text":"8391","offset":409,"line":"10382","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10383","suggestions":"10384","row":16,"col":21,"uri":"10385","context":"10386"},{"text":"8397","offset":925,"line":"10387","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10388","suggestions":"10389","row":34,"col":21,"uri":"10385","context":"10390"},{"text":"10391","offset":1644,"line":"10392","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10393","suggestions":"10394","row":55,"col":30,"uri":"10385","context":"10395"},{"text":"10391","offset":1953,"line":"10396","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10393","suggestions":"10397","row":63,"col":9,"uri":"10385","context":"10398"},{"text":"7584","offset":2053,"line":"10399","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10400","suggestions":"10401","row":68,"col":21,"uri":"10385","context":"10402"},{"text":"8406","offset":2061,"line":"10399","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10403","suggestions":"10404","row":68,"col":29,"uri":"10385","context":"10405"},{"text":"8410","offset":2067,"line":"10399","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10406","suggestions":"10407","row":68,"col":35,"uri":"10385","context":"10408"},{"text":"8414","offset":2074,"line":"10399","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10409","suggestions":"10410","row":68,"col":42,"uri":"10385","context":"10411"},{"text":"8418","offset":2081,"line":"10399","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10412","suggestions":"10413","row":68,"col":49,"uri":"10385","context":"10414"},{"text":"7807","offset":2434,"line":"10415","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10416","suggestions":"10417","row":84,"col":21,"uri":"10385","context":"10418"},{"text":"7769","offset":2441,"line":"10415","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10419","suggestions":"10420","row":84,"col":28,"uri":"10385","context":"10421"},{"text":"8429","offset":2568,"line":"10422","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10423","suggestions":"10424","row":90,"col":21,"uri":"10385","context":"10425"},{"text":"7769","offset":2578,"line":"10422","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10419","suggestions":"10426","row":90,"col":31,"uri":"10385","context":"10427"},{"text":"8436","offset":2702,"line":"10428","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10429","suggestions":"10430","row":97,"col":21,"uri":"10385","context":"10431"},{"text":"8441","offset":2717,"line":"10428","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10432","suggestions":"10433","row":97,"col":36,"uri":"10385","context":"10434"},{"text":"7769","offset":2736,"line":"10428","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10419","suggestions":"10435","row":97,"col":55,"uri":"10385","context":"10436"},{"text":"8447","offset":2880,"line":"10437","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10438","suggestions":"10439","row":102,"col":47,"uri":"10385","context":"10440"},{"text":"7769","offset":2992,"line":"10441","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10419","suggestions":"10442","row":109,"col":29,"uri":"10385","context":"10443"},{"text":"7643","offset":2998,"line":"10441","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10444","suggestions":"10445","row":109,"col":35,"uri":"10385","context":"10446"},{"text":"8458","offset":3005,"line":"10441","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10447","suggestions":"10448","row":109,"col":42,"uri":"10385","context":"10449"},{"text":"8462","offset":3101,"line":"10450","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10451","suggestions":"10452","row":112,"col":47,"uri":"10385","context":"10453"},{"text":"8572","offset":3269,"line":"10454","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10455","suggestions":"10456","row":118,"col":39,"uri":"10385","context":"10457"},{"text":"10458","offset":3274,"line":"10454","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10459","suggestions":"10460","row":118,"col":44,"uri":"10385","context":"10461"},{"text":"8580","offset":3283,"line":"10454","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10462","suggestions":"10463","row":118,"col":53,"uri":"10385","context":"10464"},{"text":"10458","offset":3351,"line":"10465","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10459","suggestions":"10466","row":120,"col":48,"uri":"10385","context":"10467"},{"text":"8479","offset":3360,"line":"10465","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10468","suggestions":"10469","row":120,"col":57,"uri":"10385","context":"10470"},{"text":"8488","offset":3598,"line":"10471","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10472","suggestions":"10473","row":126,"col":33,"uri":"10385","context":"10474"},{"text":"8493","offset":3612,"line":"10471","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10475","suggestions":"10476","row":126,"col":47,"uri":"10385","context":"10477"},{"text":"7531","offset":3644,"line":"10471","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10478","suggestions":"10479","row":126,"col":79,"uri":"10385","context":"10480"},{"text":"5979","offset":3804,"line":"10481","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10482","suggestions":"10483","row":130,"col":48,"uri":"10385","context":"10484"},{"text":"7531","offset":3821,"line":"10481","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10478","suggestions":"10485","row":130,"col":65,"uri":"10385","context":"10486"},{"text":"8506","offset":3831,"line":"10481","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10487","suggestions":"10488","row":130,"col":75,"uri":"10385","context":"10489"},{"text":"7614","offset":3842,"line":"10481","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10490","suggestions":"10491","row":130,"col":86,"uri":"10385","context":"10492"},{"text":"7614","offset":3970,"line":"10493","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10490","suggestions":"10494","row":136,"col":28,"uri":"10385","context":"10495"},{"text":"8516","offset":3978,"line":"10493","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10496","suggestions":"10497","row":136,"col":36,"uri":"10385","context":"10498"},{"text":"8576","offset":2583,"line":"10499","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10500","suggestions":"10501","row":103,"col":38,"uri":"10502","context":"10503"},{"text":"10504","offset":2641,"line":"10505","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10506","suggestions":"10507","row":104,"col":38,"uri":"10502","context":"10508"},{"text":"10504","offset":2696,"line":"10509","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10506","suggestions":"10510","row":105,"col":38,"uri":"10502","context":"10511"},{"text":"10504","offset":2763,"line":"10512","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10506","suggestions":"10513","row":106,"col":38,"uri":"10502","context":"10514"},{"text":"9007","offset":2825,"line":"10515","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10516","suggestions":"10517","row":107,"col":38,"uri":"10502","context":"10518"},{"text":"9419","offset":3024,"line":"10519","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10520","suggestions":"10521","row":111,"col":38,"uri":"10502","context":"10522"},{"text":"9632","offset":3074,"line":"10523","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10524","suggestions":"10525","row":112,"col":38,"uri":"10502","context":"10526"},{"text":"9632","offset":3126,"line":"10527","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10524","suggestions":"10528","row":113,"col":38,"uri":"10502","context":"10529"},{"text":"9751","offset":3177,"line":"10530","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10531","suggestions":"10532","row":114,"col":38,"uri":"10502","context":"10533"},{"text":"10057","offset":3226,"line":"10534","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10535","suggestions":"10536","row":115,"col":38,"uri":"10502","context":"10537"},{"text":"10538","offset":3238,"line":"10534","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10539","suggestions":"10540","row":115,"col":50,"uri":"10502","context":"10541"},{"text":"10057","offset":3291,"line":"10542","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10535","suggestions":"10543","row":116,"col":38,"uri":"10502","context":"10544"},{"text":"10538","offset":3303,"line":"10542","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10539","suggestions":"10545","row":116,"col":50,"uri":"10502","context":"10546"},{"text":"9751","offset":3309,"line":"10542","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10531","suggestions":"10547","row":116,"col":56,"uri":"10502","context":"10548"},{"text":"10057","offset":3358,"line":"10549","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10535","suggestions":"10550","row":117,"col":38,"uri":"10502","context":"10551"},{"text":"10538","offset":3370,"line":"10549","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10539","suggestions":"10552","row":117,"col":50,"uri":"10502","context":"10553"},{"text":"10346","offset":3460,"line":"10554","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10555","suggestions":"10556","row":119,"col":38,"uri":"10502","context":"10557"},{"text":"10458","offset":3509,"line":"10558","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10559","suggestions":"10560","row":120,"col":38,"uri":"10502","context":"10561"},{"text":"10562","offset":3858,"line":"10563","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10564","suggestions":"10565","row":127,"col":38,"uri":"10502","context":"10566"},{"text":"7769","offset":3964,"line":"10567","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10568","suggestions":"10569","row":129,"col":45,"uri":"10502","context":"10570"},{"text":"10571","offset":4010,"line":"10572","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10573","suggestions":"10574","row":130,"col":38,"uri":"10502","context":"10575"},{"text":"9007","offset":4060,"line":"10576","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10516","suggestions":"10577","row":131,"col":42,"uri":"10502","context":"10578"},{"text":"10579","offset":4146,"line":"10580","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10581","suggestions":"10582","row":133,"col":28,"uri":"10502","context":"10583"},{"text":"10057","offset":4190,"line":"10584","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10535","suggestions":"10585","row":134,"col":23,"uri":"10502","context":"10586"},{"text":"10346","offset":4209,"line":"10584","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10555","suggestions":"10587","row":134,"col":42,"uri":"10502","context":"10588"},{"text":"9419","offset":4225,"line":"10584","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10520","suggestions":"10589","row":134,"col":58,"uri":"10502","context":"10590"},{"text":"10571","offset":4242,"line":"10584","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10573","suggestions":"10591","row":134,"col":75,"uri":"10502","context":"10592"},{"text":"10562","offset":4355,"line":"10593","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10564","suggestions":"10594","row":137,"col":39,"uri":"10502","context":"10595"},{"text":"10596","offset":4450,"line":"10597","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10598","suggestions":"10599","row":138,"col":28,"uri":"10502","context":"10600"},{"text":"10601","offset":4550,"line":"10602","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10603","suggestions":"10604","row":141,"col":28,"uri":"10502","context":"10605"},{"text":"9007","offset":4621,"line":"10606","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10516","suggestions":"10607","row":143,"col":41,"uri":"10502","context":"10608"},{"text":"8576","offset":4634,"line":"10606","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10500","suggestions":"10609","row":143,"col":54,"uri":"10502","context":"10610"},{"text":"8576","offset":4655,"line":"10606","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10500","suggestions":"10611","row":143,"col":75,"uri":"10502","context":"10612"},{"text":"10613","offset":4704,"line":"10614","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10615","suggestions":"10616","row":144,"col":28,"uri":"10502","context":"10617"},{"text":"10618","offset":5396,"line":"10619","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10620","suggestions":"10621","row":163,"col":42,"uri":"10502","context":"10622"},{"text":"5979","offset":8695,"line":"10623","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10624","suggestions":"10625","row":235,"col":93,"uri":"10502","context":"10626"},{"text":"5979","offset":8808,"line":"10627","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10624","suggestions":"10628","row":236,"col":93,"uri":"10502","context":"10629"},{"text":"10630","offset":9042,"line":"10631","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10632","suggestions":"10633","row":243,"col":51,"uri":"10502","context":"10634"},{"text":"7560","offset":9049,"line":"10631","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10635","suggestions":"10636","row":243,"col":58,"uri":"10502","context":"10637"},{"text":"8406","offset":9054,"line":"10631","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10638","suggestions":"10639","row":243,"col":63,"uri":"10502","context":"10640"},{"text":"7531","offset":9065,"line":"10631","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10641","suggestions":"10642","row":243,"col":74,"uri":"10502","context":"10643"},{"text":"7719","offset":9075,"line":"10631","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10644","suggestions":"10645","row":243,"col":84,"uri":"10502","context":"10646"},{"text":"10647","offset":9125,"line":"10648","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10649","suggestions":"10650","row":244,"col":40,"uri":"10502","context":"10651"},{"text":"10652","offset":9134,"line":"10648","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10653","suggestions":"10654","row":244,"col":49,"uri":"10502","context":"10655"},{"text":"10656","offset":9150,"line":"10648","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10657","suggestions":"10658","row":244,"col":65,"uri":"10502","context":"10659"},{"text":"10660","offset":9164,"line":"10648","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"10661","suggestions":"10662","row":244,"col":79,"uri":"10502","context":"10663"},{"text":"7769","offset":9179,"line":"10648","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10568","suggestions":"10664","row":244,"col":94,"uri":"10502","context":"10665"},{"text":"10666","offset":9227,"line":"10667","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10668","suggestions":"10669","row":245,"col":40,"uri":"10502","context":"10670"},{"text":"10671","offset":9247,"line":"10667","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10672","suggestions":"10673","row":245,"col":60,"uri":"10502","context":"10674"},{"text":"10675","offset":9413,"line":"10676","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10677","suggestions":"10678","row":249,"col":31,"uri":"10502","context":"10679"},{"text":"7565","offset":9418,"line":"10676","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10680","suggestions":"10681","row":249,"col":36,"uri":"10502","context":"10682"},{"text":"10683","offset":9424,"line":"10676","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10684","suggestions":"10685","row":249,"col":42,"uri":"10502","context":"10686"},{"text":"10687","offset":9436,"line":"10676","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10688","suggestions":"10689","row":249,"col":54,"uri":"10502","context":"10690"},{"text":"10691","offset":9748,"line":"10692","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10693","suggestions":"10694","row":262,"col":27,"uri":"10502","context":"10695"},{"text":"7785","offset":9754,"line":"10692","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10696","suggestions":"10697","row":262,"col":33,"uri":"10502","context":"10698"},{"text":"10699","offset":10265,"line":"10700","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10701","suggestions":"10702","row":286,"col":25,"uri":"10502","context":"10703"},{"text":"10699","offset":10568,"line":"10704","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10701","suggestions":"10705","row":295,"col":25,"uri":"10502","context":"10706"},{"text":"10707","offset":10580,"line":"10704","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10708","suggestions":"10709","row":295,"col":37,"uri":"10502","context":"10710"},{"text":"10699","offset":10883,"line":"10711","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10701","suggestions":"10712","row":304,"col":25,"uri":"10502","context":"10713"},{"text":"10707","offset":10895,"line":"10711","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10708","suggestions":"10714","row":304,"col":37,"uri":"10502","context":"10715"},{"text":"10716","offset":10902,"line":"10711","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10717","suggestions":"10718","row":304,"col":44,"uri":"10502","context":"10719"},{"text":"10699","offset":11228,"line":"10720","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10701","suggestions":"10721","row":314,"col":25,"uri":"10502","context":"10722"},{"text":"10707","offset":11240,"line":"10720","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10708","suggestions":"10723","row":314,"col":37,"uri":"10502","context":"10724"},{"text":"10699","offset":11593,"line":"10725","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10701","suggestions":"10726","row":323,"col":25,"uri":"10502","context":"10727"},{"text":"10728","offset":11971,"line":"10729","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10730","suggestions":"10731","row":332,"col":32,"uri":"10502","context":"10732"},{"text":"9419","offset":13245,"line":"10733","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10520","suggestions":"10734","row":368,"col":32,"uri":"10502","context":"10735"},{"text":"10736","offset":13566,"line":"10737","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10738","suggestions":"10739","row":377,"col":32,"uri":"10502","context":"10740"},{"text":"9632","offset":13888,"line":"10741","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10524","suggestions":"10742","row":386,"col":32,"uri":"10502","context":"10743"},{"text":"10744","offset":14208,"line":"10745","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10746","suggestions":"10747","row":395,"col":32,"uri":"10502","context":"10748"},{"text":"10057","offset":14518,"line":"10749","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10535","suggestions":"10750","row":405,"col":32,"uri":"10502","context":"10751"},{"text":"10752","offset":14723,"line":"10753","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10754","suggestions":"10755","row":410,"col":75,"uri":"10502","context":"10756"},{"text":"10538","offset":14858,"line":"10757","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10539","suggestions":"10758","row":414,"col":44,"uri":"10502","context":"10759"},{"text":"10760","offset":14864,"line":"10757","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10761","suggestions":"10762","row":414,"col":50,"uri":"10502","context":"10763"},{"text":"10538","offset":15092,"line":"10764","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10539","suggestions":"10765","row":419,"col":82,"uri":"10502","context":"10766"},{"text":"10760","offset":15098,"line":"10764","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10761","suggestions":"10767","row":419,"col":88,"uri":"10502","context":"10768"},{"text":"10769","offset":15241,"line":"10770","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10771","suggestions":"10772","row":423,"col":50,"uri":"10502","context":"10773"},{"text":"10769","offset":15481,"line":"10774","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10771","suggestions":"10775","row":428,"col":89,"uri":"10502","context":"10776"},{"text":"10777","offset":15623,"line":"10778","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10779","suggestions":"10780","row":432,"col":50,"uri":"10502","context":"10781"},{"text":"10777","offset":15859,"line":"10782","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10779","suggestions":"10783","row":437,"col":89,"uri":"10502","context":"10784"},{"text":"10346","offset":16246,"line":"10785","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10555","suggestions":"10786","row":450,"col":32,"uri":"10502","context":"10787"},{"text":"10346","offset":16435,"line":"10788","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10555","suggestions":"10789","row":455,"col":63,"uri":"10502","context":"10790"},{"text":"10458","offset":16554,"line":"10791","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10559","suggestions":"10792","row":459,"col":32,"uri":"10502","context":"10793"},{"text":"10458","offset":16747,"line":"10794","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10559","suggestions":"10795","row":464,"col":64,"uri":"10502","context":"10796"},{"text":"10562","offset":18661,"line":"10797","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10564","suggestions":"10798","row":529,"col":32,"uri":"10502","context":"10799"},{"text":"10562","offset":18855,"line":"10800","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10564","suggestions":"10801","row":534,"col":64,"uri":"10502","context":"10802"},{"text":"10803","offset":19285,"line":"10804","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10805","suggestions":"10806","row":549,"col":32,"uri":"10502","context":"10807"},{"text":"10803","offset":19485,"line":"10808","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10805","suggestions":"10809","row":554,"col":65,"uri":"10502","context":"10810"},{"text":"10571","offset":19604,"line":"10811","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10573","suggestions":"10812","row":559,"col":32,"uri":"10502","context":"10813"},{"text":"10571","offset":19778,"line":"10814","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10573","suggestions":"10815","row":564,"col":60,"uri":"10502","context":"10816"},{"text":"10817","offset":20484,"line":"10818","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10819","suggestions":"10820","row":589,"col":31,"uri":"10502","context":"10821"},{"text":"10822","offset":20492,"line":"10818","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10823","suggestions":"10824","row":589,"col":39,"uri":"10502","context":"10825"},{"text":"10826","offset":20504,"line":"10818","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10827","suggestions":"10828","row":589,"col":51,"uri":"10502","context":"10829"},{"text":"10830","offset":20615,"line":"10831","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"10832","suggestions":"10833","row":591,"col":62,"uri":"10502","context":"10834"},{"text":"10835","offset":20631,"line":"10831","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10836","suggestions":"10837","row":591,"col":78,"uri":"10502","context":"10838"},{"text":"9751","offset":21946,"line":"10839","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10531","suggestions":"10840","row":644,"col":36,"uri":"10502","context":"10841"},{"text":"10346","offset":22177,"line":"10842","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10555","suggestions":"10843","row":653,"col":53,"uri":"10502","context":"10844"},{"text":"10845","offset":22220,"line":"10846","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10847","suggestions":"10848","row":654,"col":27,"uri":"10502","context":"10849"},{"text":"7565","offset":22225,"line":"10846","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10680","suggestions":"10850","row":654,"col":32,"uri":"10502","context":"10851"},{"text":"10687","offset":22231,"line":"10846","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10688","suggestions":"10852","row":654,"col":38,"uri":"10502","context":"10853"},{"text":"10647","offset":22274,"line":"10854","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10649","suggestions":"10855","row":655,"col":27,"uri":"10502","context":"10856"},{"text":"8572","offset":22279,"line":"10854","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10857","suggestions":"10858","row":655,"col":32,"uri":"10502","context":"10859"},{"text":"10860","offset":22284,"line":"10854","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10861","suggestions":"10862","row":655,"col":37,"uri":"10502","context":"10863"},{"text":"10864","offset":22303,"line":"10854","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10865","suggestions":"10866","row":655,"col":56,"uri":"10502","context":"10867"},{"text":"10868","offset":22313,"line":"10854","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10869","suggestions":"10870","row":655,"col":66,"uri":"10502","context":"10871"},{"text":"10872","offset":22320,"line":"10854","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10873","suggestions":"10874","row":655,"col":73,"uri":"10502","context":"10875"},{"text":"10876","offset":22325,"line":"10854","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10877","suggestions":"10878","row":655,"col":78,"uri":"10502","context":"10879"},{"text":"10880","offset":22376,"line":"10881","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10882","suggestions":"10883","row":656,"col":33,"uri":"10502","context":"10884"},{"text":"10885","offset":22415,"line":"10886","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10887","suggestions":"10888","row":657,"col":31,"uri":"10502","context":"10889"},{"text":"10890","offset":22442,"line":"10886","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10891","suggestions":"10892","row":657,"col":58,"uri":"10502","context":"10893"},{"text":"10894","offset":22457,"line":"10886","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10895","suggestions":"10896","row":657,"col":73,"uri":"10502","context":"10897"},{"text":"10898","offset":22743,"line":"10899","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10900","suggestions":"10901","row":665,"col":27,"uri":"10502","context":"10902"},{"text":"10596","offset":23151,"line":"10903","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10598","suggestions":"10904","row":679,"col":56,"uri":"10502","context":"10905"},{"text":"10601","offset":23180,"line":"10903","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10603","suggestions":"10906","row":679,"col":85,"uri":"10502","context":"10907"},{"text":"10613","offset":23217,"line":"10903","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10615","suggestions":"10908","row":679,"col":122,"uri":"10502","context":"10909"},{"text":"8576","offset":23772,"line":"10910","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10500","suggestions":"10911","row":698,"col":32,"uri":"10502","context":"10912"},{"text":"10504","offset":24311,"line":"10913","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10506","suggestions":"10914","row":713,"col":32,"uri":"10502","context":"10915"},{"text":"10504","offset":24815,"line":"10916","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10506","suggestions":"10917","row":728,"col":32,"uri":"10502","context":"10918"},{"text":"9007","offset":25986,"line":"10919","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10516","suggestions":"10920","row":758,"col":32,"uri":"10502","context":"10921"},{"text":"9419","offset":27972,"line":"10922","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10520","suggestions":"10923","row":813,"col":32,"uri":"10502","context":"10924"},{"text":"9632","offset":28487,"line":"10925","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10524","suggestions":"10926","row":828,"col":32,"uri":"10502","context":"10927"},{"text":"9632","offset":29004,"line":"10928","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10524","suggestions":"10929","row":842,"col":32,"uri":"10502","context":"10930"},{"text":"9751","offset":29521,"line":"10931","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10531","suggestions":"10932","row":857,"col":32,"uri":"10502","context":"10933"},{"text":"9751","offset":30607,"line":"10934","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10531","suggestions":"10935","row":886,"col":50,"uri":"10502","context":"10936"},{"text":"10458","offset":32615,"line":"10937","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"10559","suggestions":"10938","row":945,"col":32,"uri":"10502","context":"10939"},{"text":"10562","offset":36499,"line":"10940","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10564","suggestions":"10941","row":1060,"col":32,"uri":"10502","context":"10942"},{"text":"7769","offset":37510,"line":"10943","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10568","suggestions":"10944","row":1089,"col":39,"uri":"10502","context":"10945"},{"text":"10571","offset":38022,"line":"10946","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10573","suggestions":"10947","row":1104,"col":32,"uri":"10502","context":"10948"},{"text":"9007","offset":38487,"line":"10949","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10516","suggestions":"10950","row":1118,"col":36,"uri":"10502","context":"10951"},{"text":"10952","offset":54907,"line":"10953","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"10954","suggestions":"10955","row":1542,"col":60,"uri":"10502","context":"10956"},{"text":"10957","offset":61122,"line":"10958","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10959","suggestions":"10960","row":1713,"col":21,"uri":"10502","context":"10961"},{"text":"8391","offset":424,"line":"10962","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"10963","suggestions":"10964","row":16,"col":21,"uri":"10965","context":"10966"},{"text":"8397","offset":955,"line":"10967","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10968","suggestions":"10969","row":34,"col":21,"uri":"10965","context":"10970"},{"text":"7584","offset":3119,"line":"10971","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"10972","suggestions":"10973","row":82,"col":21,"uri":"10965","context":"10974"},{"text":"8406","offset":3127,"line":"10971","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10975","suggestions":"10976","row":82,"col":29,"uri":"10965","context":"10977"},{"text":"8410","offset":3133,"line":"10971","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10978","suggestions":"10979","row":82,"col":35,"uri":"10965","context":"10980"},{"text":"8414","offset":3140,"line":"10971","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10981","suggestions":"10982","row":82,"col":42,"uri":"10965","context":"10983"},{"text":"8418","offset":3147,"line":"10971","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"10984","suggestions":"10985","row":82,"col":49,"uri":"10965","context":"10986"},{"text":"7807","offset":3506,"line":"10987","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"10988","suggestions":"10989","row":98,"col":21,"uri":"10965","context":"10990"},{"text":"7769","offset":3513,"line":"10987","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10991","suggestions":"10992","row":98,"col":28,"uri":"10965","context":"10993"},{"text":"8429","offset":3647,"line":"10994","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"10995","suggestions":"10996","row":105,"col":21,"uri":"10965","context":"10997"},{"text":"7769","offset":3657,"line":"10994","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10991","suggestions":"10998","row":105,"col":31,"uri":"10965","context":"10999"},{"text":"8436","offset":3788,"line":"11000","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11001","suggestions":"11002","row":113,"col":21,"uri":"10965","context":"11003"},{"text":"8441","offset":3803,"line":"11000","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11004","suggestions":"11005","row":113,"col":36,"uri":"10965","context":"11006"},{"text":"7769","offset":3825,"line":"11000","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10991","suggestions":"11007","row":113,"col":58,"uri":"10965","context":"11008"},{"text":"8447","offset":3969,"line":"11009","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11010","suggestions":"11011","row":118,"col":47,"uri":"10965","context":"11012"},{"text":"7769","offset":4080,"line":"11013","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10991","suggestions":"11014","row":124,"col":29,"uri":"10965","context":"11015"},{"text":"7643","offset":4086,"line":"11013","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11016","suggestions":"11017","row":124,"col":35,"uri":"10965","context":"11018"},{"text":"8458","offset":4093,"line":"11013","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11019","suggestions":"11020","row":124,"col":42,"uri":"10965","context":"11021"},{"text":"8462","offset":4189,"line":"11022","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11023","suggestions":"11024","row":127,"col":47,"uri":"10965","context":"11025"},{"text":"8406","offset":4355,"line":"11026","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"10975","suggestions":"11027","row":133,"col":39,"uri":"10965","context":"11028"},{"text":"7799","offset":4361,"line":"11026","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11029","suggestions":"11030","row":133,"col":45,"uri":"10965","context":"11031"},{"text":"8479","offset":4439,"line":"11032","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11033","suggestions":"11034","row":135,"col":59,"uri":"10965","context":"11035"},{"text":"8488","offset":4678,"line":"11036","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11037","suggestions":"11038","row":142,"col":33,"uri":"10965","context":"11039"},{"text":"8493","offset":4692,"line":"11036","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11040","suggestions":"11041","row":142,"col":47,"uri":"10965","context":"11042"},{"text":"7531","offset":4727,"line":"11036","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11043","suggestions":"11044","row":142,"col":82,"uri":"10965","context":"11045"},{"text":"5979","offset":4888,"line":"11046","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11047","suggestions":"11048","row":147,"col":48,"uri":"10965","context":"11049"},{"text":"7531","offset":4905,"line":"11046","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11043","suggestions":"11050","row":147,"col":65,"uri":"10965","context":"11051"},{"text":"8506","offset":4915,"line":"11046","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11052","suggestions":"11053","row":147,"col":75,"uri":"10965","context":"11054"},{"text":"7614","offset":4926,"line":"11046","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11055","suggestions":"11056","row":147,"col":86,"uri":"10965","context":"11057"},{"text":"7614","offset":5054,"line":"11058","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11055","suggestions":"11059","row":153,"col":28,"uri":"10965","context":"11060"},{"text":"8516","offset":5062,"line":"11058","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11061","suggestions":"11062","row":153,"col":36,"uri":"10965","context":"11063"},{"text":"8391","offset":409,"line":"11064","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11065","suggestions":"11066","row":17,"col":21,"uri":"11067","context":"11068"},{"text":"11069","offset":423,"line":"11064","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"11070","suggestions":"11071","row":17,"col":35,"uri":"11067","context":"11072"},{"text":"8397","offset":910,"line":"11073","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11074","suggestions":"11075","row":35,"col":21,"uri":"11067","context":"11076"},{"text":"7584","offset":3403,"line":"11077","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11078","suggestions":"11079","row":89,"col":21,"uri":"11067","context":"11080"},{"text":"8406","offset":3411,"line":"11077","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11081","suggestions":"11082","row":89,"col":29,"uri":"11067","context":"11083"},{"text":"8410","offset":3417,"line":"11077","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11084","suggestions":"11085","row":89,"col":35,"uri":"11067","context":"11086"},{"text":"8414","offset":3424,"line":"11077","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11087","suggestions":"11088","row":89,"col":42,"uri":"11067","context":"11089"},{"text":"8418","offset":3431,"line":"11077","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11090","suggestions":"11091","row":89,"col":49,"uri":"11067","context":"11092"},{"text":"7807","offset":3778,"line":"11093","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11094","suggestions":"11095","row":105,"col":21,"uri":"11067","context":"11096"},{"text":"7769","offset":3785,"line":"11093","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11097","suggestions":"11098","row":105,"col":28,"uri":"11067","context":"11099"},{"text":"8429","offset":3906,"line":"11100","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11101","suggestions":"11102","row":111,"col":21,"uri":"11067","context":"11103"},{"text":"7769","offset":3916,"line":"11100","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11097","suggestions":"11104","row":111,"col":31,"uri":"11067","context":"11105"},{"text":"8436","offset":4034,"line":"11106","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11107","suggestions":"11108","row":118,"col":21,"uri":"11067","context":"11109"},{"text":"8441","offset":4049,"line":"11106","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11110","suggestions":"11111","row":118,"col":36,"uri":"11067","context":"11112"},{"text":"7769","offset":4065,"line":"11106","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11097","suggestions":"11113","row":118,"col":52,"uri":"11067","context":"11114"},{"text":"8447","offset":4209,"line":"11115","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11116","suggestions":"11117","row":123,"col":47,"uri":"11067","context":"11118"},{"text":"7769","offset":4320,"line":"11119","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11097","suggestions":"11120","row":129,"col":29,"uri":"11067","context":"11121"},{"text":"7643","offset":4326,"line":"11119","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11122","suggestions":"11123","row":129,"col":35,"uri":"11067","context":"11124"},{"text":"8458","offset":4333,"line":"11119","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11125","suggestions":"11126","row":129,"col":42,"uri":"11067","context":"11127"},{"text":"8462","offset":4429,"line":"11128","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11129","suggestions":"11130","row":132,"col":47,"uri":"11067","context":"11131"},{"text":"8572","offset":4601,"line":"11132","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11133","suggestions":"11134","row":138,"col":39,"uri":"11067","context":"11135"},{"text":"8580","offset":4606,"line":"11132","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11136","suggestions":"11137","row":138,"col":44,"uri":"11067","context":"11138"},{"text":"11139","offset":4674,"line":"11140","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11141","suggestions":"11142","row":140,"col":48,"uri":"11067","context":"11143"},{"text":"11144","offset":4688,"line":"11140","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11145","suggestions":"11146","row":140,"col":62,"uri":"11067","context":"11147"},{"text":"8488","offset":4925,"line":"11148","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11149","suggestions":"11150","row":146,"col":33,"uri":"11067","context":"11151"},{"text":"8493","offset":4939,"line":"11148","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11152","suggestions":"11153","row":146,"col":47,"uri":"11067","context":"11154"},{"text":"7531","offset":4968,"line":"11148","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11155","suggestions":"11156","row":146,"col":76,"uri":"11067","context":"11157"},{"text":"5979","offset":5128,"line":"11158","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11159","suggestions":"11160","row":150,"col":48,"uri":"11067","context":"11161"},{"text":"7531","offset":5145,"line":"11158","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11155","suggestions":"11162","row":150,"col":65,"uri":"11067","context":"11163"},{"text":"8506","offset":5155,"line":"11158","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11164","suggestions":"11165","row":150,"col":75,"uri":"11067","context":"11166"},{"text":"7614","offset":5166,"line":"11158","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11167","suggestions":"11168","row":150,"col":86,"uri":"11067","context":"11169"},{"text":"7614","offset":5294,"line":"11170","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11167","suggestions":"11171","row":156,"col":28,"uri":"11067","context":"11172"},{"text":"8516","offset":5302,"line":"11170","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11173","suggestions":"11174","row":156,"col":36,"uri":"11067","context":"11175"},{"text":"8391","offset":390,"line":"11176","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11177","suggestions":"11178","row":18,"col":21,"uri":"11179","context":"11180"},{"text":"8397","offset":872,"line":"11181","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11182","suggestions":"11183","row":36,"col":21,"uri":"11179","context":"11184"},{"text":"7584","offset":2029,"line":"11185","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11186","suggestions":"11187","row":72,"col":21,"uri":"11179","context":"11188"},{"text":"8406","offset":2037,"line":"11185","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11189","suggestions":"11190","row":72,"col":29,"uri":"11179","context":"11191"},{"text":"8410","offset":2043,"line":"11185","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11192","suggestions":"11193","row":72,"col":35,"uri":"11179","context":"11194"},{"text":"8414","offset":2050,"line":"11185","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11195","suggestions":"11196","row":72,"col":42,"uri":"11179","context":"11197"},{"text":"8418","offset":2057,"line":"11185","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11198","suggestions":"11199","row":72,"col":49,"uri":"11179","context":"11200"},{"text":"7807","offset":2396,"line":"11201","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11202","suggestions":"11203","row":88,"col":21,"uri":"11179","context":"11204"},{"text":"7769","offset":2403,"line":"11201","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11205","suggestions":"11206","row":88,"col":28,"uri":"11179","context":"11207"},{"text":"8429","offset":2516,"line":"11208","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11209","suggestions":"11210","row":94,"col":21,"uri":"11179","context":"11211"},{"text":"7769","offset":2526,"line":"11208","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11205","suggestions":"11212","row":94,"col":31,"uri":"11179","context":"11213"},{"text":"8436","offset":2636,"line":"11214","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11215","suggestions":"11216","row":101,"col":21,"uri":"11179","context":"11217"},{"text":"8441","offset":2651,"line":"11214","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11218","suggestions":"11219","row":101,"col":36,"uri":"11179","context":"11220"},{"text":"7769","offset":2663,"line":"11214","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11205","suggestions":"11221","row":101,"col":48,"uri":"11179","context":"11222"},{"text":"8447","offset":2807,"line":"11223","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11224","suggestions":"11225","row":106,"col":47,"uri":"11179","context":"11226"},{"text":"7769","offset":2918,"line":"11227","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11205","suggestions":"11228","row":112,"col":29,"uri":"11179","context":"11229"},{"text":"7643","offset":2924,"line":"11227","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11230","suggestions":"11231","row":112,"col":35,"uri":"11179","context":"11232"},{"text":"8458","offset":2931,"line":"11227","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11233","suggestions":"11234","row":112,"col":42,"uri":"11179","context":"11235"},{"text":"8462","offset":3027,"line":"11236","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11237","suggestions":"11238","row":115,"col":47,"uri":"11179","context":"11239"},{"text":"8467","offset":3193,"line":"11240","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11241","suggestions":"11242","row":121,"col":39,"uri":"11179","context":"11243"},{"text":"7799","offset":3207,"line":"11240","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11244","suggestions":"11245","row":121,"col":53,"uri":"11179","context":"11246"},{"text":"11247","offset":3217,"line":"11240","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"11248","suggestions":"11249","row":121,"col":63,"uri":"11179","context":"11250"},{"text":"11251","offset":3289,"line":"11252","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"11253","suggestions":"11254","row":123,"col":48,"uri":"11179","context":"11255"},{"text":"8479","offset":3304,"line":"11252","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11256","suggestions":"11257","row":123,"col":63,"uri":"11179","context":"11258"},{"text":"8488","offset":3542,"line":"11259","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11260","suggestions":"11261","row":129,"col":33,"uri":"11179","context":"11262"},{"text":"8493","offset":3556,"line":"11259","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11263","suggestions":"11264","row":129,"col":47,"uri":"11179","context":"11265"},{"text":"7531","offset":3581,"line":"11259","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11266","suggestions":"11267","row":129,"col":72,"uri":"11179","context":"11268"},{"text":"5979","offset":3741,"line":"11269","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11270","suggestions":"11271","row":133,"col":48,"uri":"11179","context":"11272"},{"text":"7531","offset":3758,"line":"11269","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11266","suggestions":"11273","row":133,"col":65,"uri":"11179","context":"11274"},{"text":"8506","offset":3768,"line":"11269","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11275","suggestions":"11276","row":133,"col":75,"uri":"11179","context":"11277"},{"text":"8406","offset":3775,"line":"11269","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11189","suggestions":"11278","row":133,"col":82,"uri":"11179","context":"11279"},{"text":"7614","offset":3781,"line":"11269","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11280","suggestions":"11281","row":133,"col":88,"uri":"11179","context":"11282"},{"text":"7614","offset":3909,"line":"11283","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11280","suggestions":"11284","row":139,"col":28,"uri":"11179","context":"11285"},{"text":"8516","offset":3917,"line":"11283","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11286","suggestions":"11287","row":139,"col":36,"uri":"11179","context":"11288"},{"text":"8391","offset":405,"line":"11289","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11290","suggestions":"11291","row":18,"col":21,"uri":"11292","context":"11293"},{"text":"8397","offset":902,"line":"11294","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11295","suggestions":"11296","row":36,"col":21,"uri":"11292","context":"11297"},{"text":"7584","offset":3230,"line":"11298","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11299","suggestions":"11300","row":88,"col":21,"uri":"11292","context":"11301"},{"text":"8406","offset":3238,"line":"11298","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11302","suggestions":"11303","row":88,"col":29,"uri":"11292","context":"11304"},{"text":"8410","offset":3244,"line":"11298","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11305","suggestions":"11306","row":88,"col":35,"uri":"11292","context":"11307"},{"text":"8414","offset":3251,"line":"11298","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11308","suggestions":"11309","row":88,"col":42,"uri":"11292","context":"11310"},{"text":"8418","offset":3258,"line":"11298","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11311","suggestions":"11312","row":88,"col":49,"uri":"11292","context":"11313"},{"text":"7807","offset":3603,"line":"11314","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11315","suggestions":"11316","row":104,"col":21,"uri":"11292","context":"11317"},{"text":"7769","offset":3610,"line":"11314","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11318","suggestions":"11319","row":104,"col":28,"uri":"11292","context":"11320"},{"text":"8429","offset":3729,"line":"11321","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11322","suggestions":"11323","row":110,"col":21,"uri":"11292","context":"11324"},{"text":"7769","offset":3739,"line":"11321","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11318","suggestions":"11325","row":110,"col":31,"uri":"11292","context":"11326"},{"text":"8436","offset":3855,"line":"11327","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11328","suggestions":"11329","row":117,"col":21,"uri":"11292","context":"11330"},{"text":"8441","offset":3870,"line":"11327","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11331","suggestions":"11332","row":117,"col":36,"uri":"11292","context":"11333"},{"text":"7769","offset":3885,"line":"11327","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11318","suggestions":"11334","row":117,"col":51,"uri":"11292","context":"11335"},{"text":"8447","offset":4029,"line":"11336","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11337","suggestions":"11338","row":122,"col":47,"uri":"11292","context":"11339"},{"text":"7769","offset":4140,"line":"11340","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11318","suggestions":"11341","row":128,"col":29,"uri":"11292","context":"11342"},{"text":"7643","offset":4146,"line":"11340","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11343","suggestions":"11344","row":128,"col":35,"uri":"11292","context":"11345"},{"text":"8458","offset":4153,"line":"11340","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11346","suggestions":"11347","row":128,"col":42,"uri":"11292","context":"11348"},{"text":"8462","offset":4249,"line":"11349","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11350","suggestions":"11351","row":131,"col":47,"uri":"11292","context":"11352"},{"text":"8572","offset":4468,"line":"11353","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11354","suggestions":"11355","row":138,"col":39,"uri":"11292","context":"11356"},{"text":"11357","offset":4473,"line":"11353","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11358","suggestions":"11359","row":138,"col":44,"uri":"11292","context":"11360"},{"text":"11361","offset":4548,"line":"11362","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11363","suggestions":"11364","row":140,"col":48,"uri":"11292","context":"11365"},{"text":"8479","offset":4556,"line":"11362","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11366","suggestions":"11367","row":140,"col":56,"uri":"11292","context":"11368"},{"text":"8488","offset":4794,"line":"11369","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11370","suggestions":"11371","row":146,"col":33,"uri":"11292","context":"11372"},{"text":"8493","offset":4808,"line":"11369","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11373","suggestions":"11374","row":146,"col":47,"uri":"11292","context":"11375"},{"text":"7531","offset":4836,"line":"11369","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11376","suggestions":"11377","row":146,"col":75,"uri":"11292","context":"11378"},{"text":"5979","offset":4996,"line":"11379","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11380","suggestions":"11381","row":150,"col":48,"uri":"11292","context":"11382"},{"text":"7531","offset":5013,"line":"11379","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11376","suggestions":"11383","row":150,"col":65,"uri":"11292","context":"11384"},{"text":"8506","offset":5023,"line":"11379","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11385","suggestions":"11386","row":150,"col":75,"uri":"11292","context":"11387"},{"text":"7614","offset":5034,"line":"11379","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11388","suggestions":"11389","row":150,"col":86,"uri":"11292","context":"11390"},{"text":"7614","offset":5162,"line":"11391","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11388","suggestions":"11392","row":156,"col":28,"uri":"11292","context":"11393"},{"text":"8516","offset":5170,"line":"11391","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11394","suggestions":"11395","row":156,"col":36,"uri":"11292","context":"11396"},{"text":"8391","offset":389,"line":"11397","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11398","suggestions":"11399","row":16,"col":21,"uri":"11400","context":"11401"},{"text":"8397","offset":885,"line":"11402","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11403","suggestions":"11404","row":34,"col":21,"uri":"11400","context":"11405"},{"text":"7584","offset":1939,"line":"11406","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11407","suggestions":"11408","row":68,"col":21,"uri":"11400","context":"11409"},{"text":"8406","offset":1947,"line":"11406","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11410","suggestions":"11411","row":68,"col":29,"uri":"11400","context":"11412"},{"text":"8410","offset":1953,"line":"11406","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11413","suggestions":"11414","row":68,"col":35,"uri":"11400","context":"11415"},{"text":"8414","offset":1960,"line":"11406","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11416","suggestions":"11417","row":68,"col":42,"uri":"11400","context":"11418"},{"text":"8418","offset":1967,"line":"11406","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11419","suggestions":"11420","row":68,"col":49,"uri":"11400","context":"11421"},{"text":"7807","offset":2312,"line":"11422","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11423","suggestions":"11424","row":84,"col":21,"uri":"11400","context":"11425"},{"text":"7769","offset":2319,"line":"11422","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11426","suggestions":"11427","row":84,"col":28,"uri":"11400","context":"11428"},{"text":"8429","offset":2438,"line":"11429","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11430","suggestions":"11431","row":90,"col":21,"uri":"11400","context":"11432"},{"text":"7769","offset":2448,"line":"11429","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11426","suggestions":"11433","row":90,"col":31,"uri":"11400","context":"11434"},{"text":"8436","offset":2564,"line":"11435","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11436","suggestions":"11437","row":97,"col":21,"uri":"11400","context":"11438"},{"text":"8441","offset":2579,"line":"11435","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11439","suggestions":"11440","row":97,"col":36,"uri":"11400","context":"11441"},{"text":"7769","offset":2594,"line":"11435","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11426","suggestions":"11442","row":97,"col":51,"uri":"11400","context":"11443"},{"text":"8447","offset":2738,"line":"11444","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11445","suggestions":"11446","row":102,"col":47,"uri":"11400","context":"11447"},{"text":"7769","offset":2849,"line":"11448","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11426","suggestions":"11449","row":108,"col":29,"uri":"11400","context":"11450"},{"text":"7643","offset":2855,"line":"11448","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11451","suggestions":"11452","row":108,"col":35,"uri":"11400","context":"11453"},{"text":"8458","offset":2862,"line":"11448","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11454","suggestions":"11455","row":108,"col":42,"uri":"11400","context":"11456"},{"text":"8462","offset":2958,"line":"11457","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11458","suggestions":"11459","row":111,"col":47,"uri":"11400","context":"11460"},{"text":"8406","offset":3124,"line":"11461","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11410","suggestions":"11462","row":117,"col":39,"uri":"11400","context":"11463"},{"text":"7799","offset":3130,"line":"11461","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11464","suggestions":"11465","row":117,"col":45,"uri":"11400","context":"11466"},{"text":"8429","offset":3197,"line":"11467","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11430","suggestions":"11468","row":119,"col":48,"uri":"11400","context":"11469"},{"text":"11470","offset":3202,"line":"11467","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11471","suggestions":"11472","row":119,"col":53,"uri":"11400","context":"11473"},{"text":"11474","offset":3208,"line":"11467","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11475","suggestions":"11476","row":119,"col":59,"uri":"11400","context":"11477"},{"text":"8488","offset":3441,"line":"11478","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11479","suggestions":"11480","row":125,"col":33,"uri":"11400","context":"11481"},{"text":"8493","offset":3455,"line":"11478","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11482","suggestions":"11483","row":125,"col":47,"uri":"11400","context":"11484"},{"text":"7531","offset":3485,"line":"11478","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11485","suggestions":"11486","row":125,"col":77,"uri":"11400","context":"11487"},{"text":"5979","offset":3645,"line":"11488","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11489","suggestions":"11490","row":129,"col":48,"uri":"11400","context":"11491"},{"text":"7531","offset":3662,"line":"11488","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11485","suggestions":"11492","row":129,"col":65,"uri":"11400","context":"11493"},{"text":"8506","offset":3672,"line":"11488","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11494","suggestions":"11495","row":129,"col":75,"uri":"11400","context":"11496"},{"text":"7614","offset":3683,"line":"11488","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11497","suggestions":"11498","row":129,"col":86,"uri":"11400","context":"11499"},{"text":"7614","offset":3811,"line":"11500","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11497","suggestions":"11501","row":135,"col":28,"uri":"11400","context":"11502"},{"text":"8516","offset":3819,"line":"11500","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11503","suggestions":"11504","row":135,"col":36,"uri":"11400","context":"11505"},{"text":"5979","offset":3075,"line":"11506","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11507","suggestions":"11508","row":68,"col":110,"uri":"11509","context":"11510"},{"text":"5979","offset":3206,"line":"11511","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11507","suggestions":"11512","row":69,"col":110,"uri":"11509","context":"11513"},{"text":"8391","offset":414,"line":"11514","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11515","suggestions":"11516","row":17,"col":21,"uri":"11517","context":"11518"},{"text":"8397","offset":919,"line":"11519","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11520","suggestions":"11521","row":35,"col":21,"uri":"11517","context":"11522"},{"text":"7584","offset":4007,"line":"11523","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11524","suggestions":"11525","row":97,"col":21,"uri":"11517","context":"11526"},{"text":"8406","offset":4015,"line":"11523","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11527","suggestions":"11528","row":97,"col":29,"uri":"11517","context":"11529"},{"text":"8410","offset":4021,"line":"11523","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11530","suggestions":"11531","row":97,"col":35,"uri":"11517","context":"11532"},{"text":"8414","offset":4028,"line":"11523","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11533","suggestions":"11534","row":97,"col":42,"uri":"11517","context":"11535"},{"text":"8418","offset":4035,"line":"11523","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11536","suggestions":"11537","row":97,"col":49,"uri":"11517","context":"11538"},{"text":"7807","offset":4384,"line":"11539","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11540","suggestions":"11541","row":113,"col":21,"uri":"11517","context":"11542"},{"text":"7769","offset":4391,"line":"11539","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11543","suggestions":"11544","row":113,"col":28,"uri":"11517","context":"11545"},{"text":"8429","offset":4514,"line":"11546","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11547","suggestions":"11548","row":119,"col":21,"uri":"11517","context":"11549"},{"text":"7769","offset":4524,"line":"11546","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11543","suggestions":"11550","row":119,"col":31,"uri":"11517","context":"11551"},{"text":"8436","offset":4644,"line":"11552","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11553","suggestions":"11554","row":126,"col":21,"uri":"11517","context":"11555"},{"text":"8441","offset":4659,"line":"11552","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11556","suggestions":"11557","row":126,"col":36,"uri":"11517","context":"11558"},{"text":"7769","offset":4676,"line":"11552","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11543","suggestions":"11559","row":126,"col":53,"uri":"11517","context":"11560"},{"text":"8447","offset":4820,"line":"11561","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11562","suggestions":"11563","row":131,"col":47,"uri":"11517","context":"11564"},{"text":"7769","offset":4931,"line":"11565","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11543","suggestions":"11566","row":137,"col":29,"uri":"11517","context":"11567"},{"text":"7643","offset":4937,"line":"11565","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11568","suggestions":"11569","row":137,"col":35,"uri":"11517","context":"11570"},{"text":"8458","offset":4944,"line":"11565","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11571","suggestions":"11572","row":137,"col":42,"uri":"11517","context":"11573"},{"text":"8462","offset":5040,"line":"11574","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11575","suggestions":"11576","row":140,"col":47,"uri":"11517","context":"11577"},{"text":"8406","offset":5213,"line":"11578","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11527","suggestions":"11579","row":146,"col":39,"uri":"11517","context":"11580"},{"text":"11581","offset":5232,"line":"11578","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"11582","suggestions":"11583","row":146,"col":58,"uri":"11517","context":"11584"},{"text":"11585","offset":5305,"line":"11586","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11587","suggestions":"11588","row":148,"col":48,"uri":"11517","context":"11589"},{"text":"8479","offset":5313,"line":"11586","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11590","suggestions":"11591","row":148,"col":56,"uri":"11517","context":"11592"},{"text":"8488","offset":5551,"line":"11593","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11594","suggestions":"11595","row":154,"col":33,"uri":"11517","context":"11596"},{"text":"8493","offset":5565,"line":"11593","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11597","suggestions":"11598","row":154,"col":47,"uri":"11517","context":"11599"},{"text":"7531","offset":5595,"line":"11593","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11600","suggestions":"11601","row":154,"col":77,"uri":"11517","context":"11602"},{"text":"5979","offset":5760,"line":"11603","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11604","suggestions":"11605","row":158,"col":48,"uri":"11517","context":"11606"},{"text":"7531","offset":5777,"line":"11603","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11600","suggestions":"11607","row":158,"col":65,"uri":"11517","context":"11608"},{"text":"8506","offset":5787,"line":"11603","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11609","suggestions":"11610","row":158,"col":75,"uri":"11517","context":"11611"},{"text":"7614","offset":5798,"line":"11603","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11612","suggestions":"11613","row":158,"col":86,"uri":"11517","context":"11614"},{"text":"7614","offset":5926,"line":"11615","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11612","suggestions":"11616","row":164,"col":28,"uri":"11517","context":"11617"},{"text":"8516","offset":5934,"line":"11615","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11618","suggestions":"11619","row":164,"col":36,"uri":"11517","context":"11620"},{"text":"8391","offset":425,"line":"11621","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11622","suggestions":"11623","row":18,"col":21,"uri":"11624","context":"11625"},{"text":"8397","offset":942,"line":"11626","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11627","suggestions":"11628","row":36,"col":21,"uri":"11624","context":"11629"},{"text":"7584","offset":2065,"line":"11630","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11631","suggestions":"11632","row":69,"col":21,"uri":"11624","context":"11633"},{"text":"8406","offset":2073,"line":"11630","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11634","suggestions":"11635","row":69,"col":29,"uri":"11624","context":"11636"},{"text":"8410","offset":2079,"line":"11630","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11637","suggestions":"11638","row":69,"col":35,"uri":"11624","context":"11639"},{"text":"8414","offset":2086,"line":"11630","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11640","suggestions":"11641","row":69,"col":42,"uri":"11624","context":"11642"},{"text":"8418","offset":2093,"line":"11630","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11643","suggestions":"11644","row":69,"col":49,"uri":"11624","context":"11645"},{"text":"7807","offset":2446,"line":"11646","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11647","suggestions":"11648","row":85,"col":21,"uri":"11624","context":"11649"},{"text":"7769","offset":2453,"line":"11646","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11650","suggestions":"11651","row":85,"col":28,"uri":"11624","context":"11652"},{"text":"8429","offset":2580,"line":"11653","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11654","suggestions":"11655","row":91,"col":21,"uri":"11624","context":"11656"},{"text":"7769","offset":2590,"line":"11653","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11650","suggestions":"11657","row":91,"col":31,"uri":"11624","context":"11658"},{"text":"8436","offset":2714,"line":"11659","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11660","suggestions":"11661","row":98,"col":21,"uri":"11624","context":"11662"},{"text":"8441","offset":2729,"line":"11659","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11663","suggestions":"11664","row":98,"col":36,"uri":"11624","context":"11665"},{"text":"7769","offset":2748,"line":"11659","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11650","suggestions":"11666","row":98,"col":55,"uri":"11624","context":"11667"},{"text":"8447","offset":2892,"line":"11668","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11669","suggestions":"11670","row":103,"col":47,"uri":"11624","context":"11671"},{"text":"7769","offset":3003,"line":"11672","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11650","suggestions":"11673","row":109,"col":29,"uri":"11624","context":"11674"},{"text":"7643","offset":3009,"line":"11672","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11675","suggestions":"11676","row":109,"col":35,"uri":"11624","context":"11677"},{"text":"8458","offset":3016,"line":"11672","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11678","suggestions":"11679","row":109,"col":42,"uri":"11624","context":"11680"},{"text":"8462","offset":3112,"line":"11681","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11682","suggestions":"11683","row":112,"col":47,"uri":"11624","context":"11684"},{"text":"8406","offset":3278,"line":"11685","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11634","suggestions":"11686","row":118,"col":39,"uri":"11624","context":"11687"},{"text":"10562","offset":3297,"line":"11685","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11688","suggestions":"11689","row":118,"col":58,"uri":"11624","context":"11690"},{"text":"10562","offset":3367,"line":"11691","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11688","suggestions":"11692","row":120,"col":48,"uri":"11624","context":"11693"},{"text":"8479","offset":3377,"line":"11691","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11694","suggestions":"11695","row":120,"col":58,"uri":"11624","context":"11696"},{"text":"8488","offset":3615,"line":"11697","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11698","suggestions":"11699","row":126,"col":33,"uri":"11624","context":"11700"},{"text":"8493","offset":3629,"line":"11697","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11701","suggestions":"11702","row":126,"col":47,"uri":"11624","context":"11703"},{"text":"10562","offset":3644,"line":"11697","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11688","suggestions":"11704","row":126,"col":62,"uri":"11624","context":"11705"},{"text":"7531","offset":3661,"line":"11697","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11706","suggestions":"11707","row":126,"col":79,"uri":"11624","context":"11708"},{"text":"5979","offset":3821,"line":"11709","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11710","suggestions":"11711","row":130,"col":48,"uri":"11624","context":"11712"},{"text":"7531","offset":3838,"line":"11709","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11706","suggestions":"11713","row":130,"col":65,"uri":"11624","context":"11714"},{"text":"8506","offset":3848,"line":"11709","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11715","suggestions":"11716","row":130,"col":75,"uri":"11624","context":"11717"},{"text":"7614","offset":3859,"line":"11709","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11718","suggestions":"11719","row":130,"col":86,"uri":"11624","context":"11720"},{"text":"7614","offset":3987,"line":"11721","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11718","suggestions":"11722","row":136,"col":28,"uri":"11624","context":"11723"},{"text":"8516","offset":3995,"line":"11721","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11724","suggestions":"11725","row":136,"col":36,"uri":"11624","context":"11726"},{"text":"8391","offset":405,"line":"11727","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11728","suggestions":"11729","row":17,"col":21,"uri":"11730","context":"11731"},{"text":"8397","offset":916,"line":"11732","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11733","suggestions":"11734","row":35,"col":21,"uri":"11730","context":"11735"},{"text":"7584","offset":2145,"line":"11736","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11737","suggestions":"11738","row":71,"col":21,"uri":"11730","context":"11739"},{"text":"8406","offset":2153,"line":"11736","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11740","suggestions":"11741","row":71,"col":29,"uri":"11730","context":"11742"},{"text":"8410","offset":2159,"line":"11736","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11743","suggestions":"11744","row":71,"col":35,"uri":"11730","context":"11745"},{"text":"8414","offset":2166,"line":"11736","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11746","suggestions":"11747","row":71,"col":42,"uri":"11730","context":"11748"},{"text":"8418","offset":2173,"line":"11736","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11749","suggestions":"11750","row":71,"col":49,"uri":"11730","context":"11751"},{"text":"7807","offset":2524,"line":"11752","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11753","suggestions":"11754","row":87,"col":21,"uri":"11730","context":"11755"},{"text":"7769","offset":2531,"line":"11752","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11756","suggestions":"11757","row":87,"col":28,"uri":"11730","context":"11758"},{"text":"8429","offset":2656,"line":"11759","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11760","suggestions":"11761","row":93,"col":21,"uri":"11730","context":"11762"},{"text":"7769","offset":2666,"line":"11759","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11756","suggestions":"11763","row":93,"col":31,"uri":"11730","context":"11764"},{"text":"8436","offset":2788,"line":"11765","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11766","suggestions":"11767","row":100,"col":21,"uri":"11730","context":"11768"},{"text":"8441","offset":2803,"line":"11765","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11769","suggestions":"11770","row":100,"col":36,"uri":"11730","context":"11771"},{"text":"7769","offset":2821,"line":"11765","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11756","suggestions":"11772","row":100,"col":54,"uri":"11730","context":"11773"},{"text":"8447","offset":2965,"line":"11774","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11775","suggestions":"11776","row":105,"col":47,"uri":"11730","context":"11777"},{"text":"7769","offset":3076,"line":"11778","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11756","suggestions":"11779","row":111,"col":29,"uri":"11730","context":"11780"},{"text":"7643","offset":3082,"line":"11778","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11781","suggestions":"11782","row":111,"col":35,"uri":"11730","context":"11783"},{"text":"8458","offset":3089,"line":"11778","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11784","suggestions":"11785","row":111,"col":42,"uri":"11730","context":"11786"},{"text":"8462","offset":3185,"line":"11787","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11788","suggestions":"11789","row":114,"col":47,"uri":"11730","context":"11790"},{"text":"7799","offset":3352,"line":"11791","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11792","suggestions":"11793","row":120,"col":40,"uri":"11730","context":"11794"},{"text":"9524","offset":3358,"line":"11791","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11795","suggestions":"11796","row":120,"col":46,"uri":"11730","context":"11797"},{"text":"8479","offset":3429,"line":"11798","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11799","suggestions":"11800","row":122,"col":57,"uri":"11730","context":"11801"},{"text":"8488","offset":3668,"line":"11802","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11803","suggestions":"11804","row":128,"col":33,"uri":"11730","context":"11805"},{"text":"8493","offset":3682,"line":"11802","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11806","suggestions":"11807","row":128,"col":47,"uri":"11730","context":"11808"},{"text":"7531","offset":3713,"line":"11802","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11809","suggestions":"11810","row":128,"col":78,"uri":"11730","context":"11811"},{"text":"5979","offset":3873,"line":"11812","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11813","suggestions":"11814","row":132,"col":48,"uri":"11730","context":"11815"},{"text":"7531","offset":3890,"line":"11812","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11809","suggestions":"11816","row":132,"col":65,"uri":"11730","context":"11817"},{"text":"8506","offset":3900,"line":"11812","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11818","suggestions":"11819","row":132,"col":75,"uri":"11730","context":"11820"},{"text":"7614","offset":3911,"line":"11812","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11821","suggestions":"11822","row":132,"col":86,"uri":"11730","context":"11823"},{"text":"7614","offset":4039,"line":"11824","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11821","suggestions":"11825","row":138,"col":28,"uri":"11730","context":"11826"},{"text":"8516","offset":4047,"line":"11824","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11827","suggestions":"11828","row":138,"col":36,"uri":"11730","context":"11829"},{"text":"8391","offset":415,"line":"11830","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11831","suggestions":"11832","row":16,"col":21,"uri":"11833","context":"11834"},{"text":"8397","offset":936,"line":"11835","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11836","suggestions":"11837","row":34,"col":21,"uri":"11833","context":"11838"},{"text":"7584","offset":2062,"line":"11839","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11840","suggestions":"11841","row":68,"col":21,"uri":"11833","context":"11842"},{"text":"8406","offset":2070,"line":"11839","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11843","suggestions":"11844","row":68,"col":29,"uri":"11833","context":"11845"},{"text":"8410","offset":2076,"line":"11839","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11846","suggestions":"11847","row":68,"col":35,"uri":"11833","context":"11848"},{"text":"8414","offset":2083,"line":"11839","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11849","suggestions":"11850","row":68,"col":42,"uri":"11833","context":"11851"},{"text":"8418","offset":2090,"line":"11839","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11852","suggestions":"11853","row":68,"col":49,"uri":"11833","context":"11854"},{"text":"7807","offset":2445,"line":"11855","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11856","suggestions":"11857","row":84,"col":21,"uri":"11833","context":"11858"},{"text":"7769","offset":2452,"line":"11855","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11859","suggestions":"11860","row":84,"col":28,"uri":"11833","context":"11861"},{"text":"8429","offset":2581,"line":"11862","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11863","suggestions":"11864","row":90,"col":21,"uri":"11833","context":"11865"},{"text":"7769","offset":2591,"line":"11862","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11859","suggestions":"11866","row":90,"col":31,"uri":"11833","context":"11867"},{"text":"8436","offset":2717,"line":"11868","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11869","suggestions":"11870","row":97,"col":21,"uri":"11833","context":"11871"},{"text":"8441","offset":2732,"line":"11868","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11872","suggestions":"11873","row":97,"col":36,"uri":"11833","context":"11874"},{"text":"7769","offset":2752,"line":"11868","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11859","suggestions":"11875","row":97,"col":56,"uri":"11833","context":"11876"},{"text":"8447","offset":2896,"line":"11877","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11878","suggestions":"11879","row":102,"col":47,"uri":"11833","context":"11880"},{"text":"7769","offset":3007,"line":"11881","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11859","suggestions":"11882","row":108,"col":29,"uri":"11833","context":"11883"},{"text":"7643","offset":3013,"line":"11881","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11884","suggestions":"11885","row":108,"col":35,"uri":"11833","context":"11886"},{"text":"8458","offset":3020,"line":"11881","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11887","suggestions":"11888","row":108,"col":42,"uri":"11833","context":"11889"},{"text":"8462","offset":3116,"line":"11890","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11891","suggestions":"11892","row":111,"col":47,"uri":"11833","context":"11893"},{"text":"8467","offset":3282,"line":"11894","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11895","suggestions":"11896","row":117,"col":39,"uri":"11833","context":"11897"},{"text":"7799","offset":3296,"line":"11894","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11898","suggestions":"11899","row":117,"col":53,"uri":"11833","context":"11900"},{"text":"11901","offset":3310,"line":"11894","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11902","suggestions":"11903","row":117,"col":67,"uri":"11833","context":"11904"},{"text":"8429","offset":3378,"line":"11905","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11863","suggestions":"11906","row":119,"col":48,"uri":"11833","context":"11907"},{"text":"10803","offset":3383,"line":"11905","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11908","suggestions":"11909","row":119,"col":53,"uri":"11833","context":"11910"},{"text":"11474","offset":3395,"line":"11905","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11911","suggestions":"11912","row":119,"col":65,"uri":"11833","context":"11913"},{"text":"8488","offset":3628,"line":"11914","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11915","suggestions":"11916","row":125,"col":33,"uri":"11833","context":"11917"},{"text":"8493","offset":3642,"line":"11914","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"11918","suggestions":"11919","row":125,"col":47,"uri":"11833","context":"11920"},{"text":"11901","offset":3657,"line":"11914","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11902","suggestions":"11921","row":125,"col":62,"uri":"11833","context":"11922"},{"text":"7531","offset":3676,"line":"11914","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11923","suggestions":"11924","row":125,"col":81,"uri":"11833","context":"11925"},{"text":"5979","offset":3841,"line":"11926","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11927","suggestions":"11928","row":129,"col":48,"uri":"11833","context":"11929"},{"text":"7531","offset":3858,"line":"11926","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11923","suggestions":"11930","row":129,"col":65,"uri":"11833","context":"11931"},{"text":"8506","offset":3868,"line":"11926","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11932","suggestions":"11933","row":129,"col":75,"uri":"11833","context":"11934"},{"text":"7614","offset":3879,"line":"11926","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11935","suggestions":"11936","row":129,"col":86,"uri":"11833","context":"11937"},{"text":"7614","offset":4007,"line":"11938","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11935","suggestions":"11939","row":135,"col":28,"uri":"11833","context":"11940"},{"text":"8516","offset":4015,"line":"11938","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"11941","suggestions":"11942","row":135,"col":36,"uri":"11833","context":"11943"},{"text":"8391","offset":405,"line":"11944","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"11945","suggestions":"11946","row":18,"col":21,"uri":"11947","context":"11948"},{"text":"8397","offset":902,"line":"11949","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11950","suggestions":"11951","row":36,"col":21,"uri":"11947","context":"11952"},{"text":"7584","offset":1841,"line":"11953","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"11954","suggestions":"11955","row":68,"col":21,"uri":"11947","context":"11956"},{"text":"8406","offset":1849,"line":"11953","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11957","suggestions":"11958","row":68,"col":29,"uri":"11947","context":"11959"},{"text":"8410","offset":1855,"line":"11953","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11960","suggestions":"11961","row":68,"col":35,"uri":"11947","context":"11962"},{"text":"8414","offset":1862,"line":"11953","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11963","suggestions":"11964","row":68,"col":42,"uri":"11947","context":"11965"},{"text":"8418","offset":1869,"line":"11953","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11966","suggestions":"11967","row":68,"col":49,"uri":"11947","context":"11968"},{"text":"7807","offset":2214,"line":"11969","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11970","suggestions":"11971","row":84,"col":21,"uri":"11947","context":"11972"},{"text":"7769","offset":2221,"line":"11969","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11973","suggestions":"11974","row":84,"col":28,"uri":"11947","context":"11975"},{"text":"8429","offset":2341,"line":"11976","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"11977","suggestions":"11978","row":90,"col":21,"uri":"11947","context":"11979"},{"text":"7769","offset":2351,"line":"11976","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11973","suggestions":"11980","row":90,"col":31,"uri":"11947","context":"11981"},{"text":"8436","offset":2468,"line":"11982","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"11983","suggestions":"11984","row":97,"col":21,"uri":"11947","context":"11985"},{"text":"8441","offset":2483,"line":"11982","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"11986","suggestions":"11987","row":97,"col":36,"uri":"11947","context":"11988"},{"text":"7769","offset":2498,"line":"11982","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11973","suggestions":"11989","row":97,"col":51,"uri":"11947","context":"11990"},{"text":"8447","offset":2642,"line":"11991","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11992","suggestions":"11993","row":102,"col":47,"uri":"11947","context":"11994"},{"text":"7769","offset":2753,"line":"11995","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11973","suggestions":"11996","row":108,"col":29,"uri":"11947","context":"11997"},{"text":"7643","offset":2759,"line":"11995","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"11998","suggestions":"11999","row":108,"col":35,"uri":"11947","context":"12000"},{"text":"8458","offset":2766,"line":"11995","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12001","suggestions":"12002","row":108,"col":42,"uri":"11947","context":"12003"},{"text":"8462","offset":2862,"line":"12004","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12005","suggestions":"12006","row":111,"col":47,"uri":"11947","context":"12007"},{"text":"8467","offset":3029,"line":"12008","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12009","suggestions":"12010","row":117,"col":39,"uri":"11947","context":"12011"},{"text":"8406","offset":3039,"line":"12008","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11957","suggestions":"12012","row":117,"col":49,"uri":"11947","context":"12013"},{"text":"8410","offset":3045,"line":"12008","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"11960","suggestions":"12014","row":117,"col":55,"uri":"11947","context":"12015"},{"text":"10571","offset":3051,"line":"12008","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12016","suggestions":"12017","row":117,"col":61,"uri":"11947","context":"12018"},{"text":"10571","offset":3113,"line":"12019","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12016","suggestions":"12020","row":119,"col":48,"uri":"11947","context":"12021"},{"text":"8479","offset":3119,"line":"12019","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12022","suggestions":"12023","row":119,"col":54,"uri":"11947","context":"12024"},{"text":"8488","offset":3357,"line":"12025","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12026","suggestions":"12027","row":125,"col":33,"uri":"11947","context":"12028"},{"text":"8493","offset":3371,"line":"12025","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12029","suggestions":"12030","row":125,"col":47,"uri":"11947","context":"12031"},{"text":"7531","offset":3401,"line":"12025","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12032","suggestions":"12033","row":125,"col":77,"uri":"11947","context":"12034"},{"text":"5979","offset":3561,"line":"12035","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12036","suggestions":"12037","row":129,"col":48,"uri":"11947","context":"12038"},{"text":"7531","offset":3578,"line":"12035","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12032","suggestions":"12039","row":129,"col":65,"uri":"11947","context":"12040"},{"text":"8506","offset":3588,"line":"12035","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12041","suggestions":"12042","row":129,"col":75,"uri":"11947","context":"12043"},{"text":"7614","offset":3599,"line":"12035","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12044","suggestions":"12045","row":129,"col":86,"uri":"11947","context":"12046"},{"text":"7614","offset":3727,"line":"12047","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12044","suggestions":"12048","row":135,"col":28,"uri":"11947","context":"12049"},{"text":"8516","offset":3735,"line":"12047","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12050","suggestions":"12051","row":135,"col":36,"uri":"11947","context":"12052"},{"text":"8391","offset":400,"line":"12053","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12054","suggestions":"12055","row":16,"col":21,"uri":"12056","context":"12057"},{"text":"8397","offset":906,"line":"12058","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12059","suggestions":"12060","row":34,"col":21,"uri":"12056","context":"12061"},{"text":"7584","offset":1872,"line":"12062","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12063","suggestions":"12064","row":66,"col":21,"uri":"12056","context":"12065"},{"text":"8406","offset":1880,"line":"12062","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12066","suggestions":"12067","row":66,"col":29,"uri":"12056","context":"12068"},{"text":"8410","offset":1886,"line":"12062","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12069","suggestions":"12070","row":66,"col":35,"uri":"12056","context":"12071"},{"text":"8414","offset":1893,"line":"12062","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12072","suggestions":"12073","row":66,"col":42,"uri":"12056","context":"12074"},{"text":"8418","offset":1900,"line":"12062","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12075","suggestions":"12076","row":66,"col":49,"uri":"12056","context":"12077"},{"text":"7807","offset":2258,"line":"12078","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12079","suggestions":"12080","row":82,"col":21,"uri":"12056","context":"12081"},{"text":"7769","offset":2265,"line":"12078","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12082","suggestions":"12083","row":82,"col":28,"uri":"12056","context":"12084"},{"text":"8429","offset":2397,"line":"12085","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12086","suggestions":"12087","row":88,"col":21,"uri":"12056","context":"12088"},{"text":"7769","offset":2407,"line":"12085","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12082","suggestions":"12089","row":88,"col":31,"uri":"12056","context":"12090"},{"text":"8436","offset":2536,"line":"12091","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12092","suggestions":"12093","row":95,"col":21,"uri":"12056","context":"12094"},{"text":"8441","offset":2551,"line":"12091","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12095","suggestions":"12096","row":95,"col":36,"uri":"12056","context":"12097"},{"text":"7769","offset":2577,"line":"12091","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12082","suggestions":"12098","row":95,"col":62,"uri":"12056","context":"12099"},{"text":"8447","offset":2721,"line":"12100","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12101","suggestions":"12102","row":100,"col":47,"uri":"12056","context":"12103"},{"text":"7769","offset":2832,"line":"12104","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12082","suggestions":"12105","row":106,"col":29,"uri":"12056","context":"12106"},{"text":"7643","offset":2838,"line":"12104","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12107","suggestions":"12108","row":106,"col":35,"uri":"12056","context":"12109"},{"text":"8458","offset":2845,"line":"12104","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12110","suggestions":"12111","row":106,"col":42,"uri":"12056","context":"12112"},{"text":"8462","offset":2941,"line":"12113","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12114","suggestions":"12115","row":109,"col":47,"uri":"12056","context":"12116"},{"text":"8488","offset":3166,"line":"12117","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12118","suggestions":"12119","row":116,"col":29,"uri":"12056","context":"12120"},{"text":"8493","offset":3180,"line":"12117","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12121","suggestions":"12122","row":116,"col":43,"uri":"12056","context":"12123"},{"text":"7531","offset":3210,"line":"12117","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12124","suggestions":"12125","row":116,"col":73,"uri":"12056","context":"12126"},{"text":"5979","offset":3354,"line":"12127","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12128","suggestions":"12129","row":120,"col":44,"uri":"12056","context":"12130"},{"text":"7531","offset":3371,"line":"12127","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12124","suggestions":"12131","row":120,"col":61,"uri":"12056","context":"12132"},{"text":"8506","offset":3381,"line":"12127","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12133","suggestions":"12134","row":120,"col":71,"uri":"12056","context":"12135"},{"text":"7614","offset":3392,"line":"12127","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12136","suggestions":"12137","row":120,"col":82,"uri":"12056","context":"12138"},{"text":"7614","offset":3507,"line":"12139","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12136","suggestions":"12140","row":126,"col":28,"uri":"12056","context":"12141"},{"text":"8516","offset":3515,"line":"12139","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12142","suggestions":"12143","row":126,"col":36,"uri":"12056","context":"12144"},{"text":"8391","offset":399,"line":"12145","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12146","suggestions":"12147","row":16,"col":21,"uri":"12148","context":"12149"},{"text":"8397","offset":905,"line":"12150","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12151","suggestions":"12152","row":34,"col":21,"uri":"12148","context":"12153"},{"text":"7584","offset":1735,"line":"12154","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12155","suggestions":"12156","row":64,"col":21,"uri":"12148","context":"12157"},{"text":"8406","offset":1743,"line":"12154","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12158","suggestions":"12159","row":64,"col":29,"uri":"12148","context":"12160"},{"text":"8410","offset":1749,"line":"12154","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12161","suggestions":"12162","row":64,"col":35,"uri":"12148","context":"12163"},{"text":"8414","offset":1756,"line":"12154","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12164","suggestions":"12165","row":64,"col":42,"uri":"12148","context":"12166"},{"text":"8418","offset":1763,"line":"12154","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12167","suggestions":"12168","row":64,"col":49,"uri":"12148","context":"12169"},{"text":"7807","offset":2117,"line":"12170","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12171","suggestions":"12172","row":80,"col":21,"uri":"12148","context":"12173"},{"text":"7769","offset":2124,"line":"12170","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12174","suggestions":"12175","row":80,"col":28,"uri":"12148","context":"12176"},{"text":"8429","offset":2252,"line":"12177","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12178","suggestions":"12179","row":86,"col":21,"uri":"12148","context":"12180"},{"text":"7769","offset":2262,"line":"12177","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12174","suggestions":"12181","row":86,"col":31,"uri":"12148","context":"12182"},{"text":"8436","offset":2387,"line":"12183","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12184","suggestions":"12185","row":93,"col":21,"uri":"12148","context":"12186"},{"text":"8441","offset":2402,"line":"12183","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12187","suggestions":"12188","row":93,"col":36,"uri":"12148","context":"12189"},{"text":"7769","offset":2424,"line":"12183","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12174","suggestions":"12190","row":93,"col":58,"uri":"12148","context":"12191"},{"text":"8447","offset":2568,"line":"12192","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12193","suggestions":"12194","row":98,"col":47,"uri":"12148","context":"12195"},{"text":"7769","offset":2679,"line":"12196","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12174","suggestions":"12197","row":104,"col":29,"uri":"12148","context":"12198"},{"text":"7643","offset":2685,"line":"12196","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12199","suggestions":"12200","row":104,"col":35,"uri":"12148","context":"12201"},{"text":"8458","offset":2692,"line":"12196","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12202","suggestions":"12203","row":104,"col":42,"uri":"12148","context":"12204"},{"text":"8462","offset":2788,"line":"12205","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12206","suggestions":"12207","row":107,"col":47,"uri":"12148","context":"12208"},{"text":"8467","offset":2954,"line":"12209","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12210","suggestions":"12211","row":113,"col":39,"uri":"12148","context":"12212"},{"text":"7799","offset":2968,"line":"12209","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12213","suggestions":"12214","row":113,"col":53,"uri":"12148","context":"12215"},{"text":"11247","offset":2978,"line":"12209","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12216","suggestions":"12217","row":113,"col":63,"uri":"12148","context":"12218"},{"text":"8429","offset":3050,"line":"12219","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12178","suggestions":"12220","row":115,"col":48,"uri":"12148","context":"12221"},{"text":"11474","offset":3059,"line":"12219","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12222","suggestions":"12223","row":115,"col":57,"uri":"12148","context":"12224"},{"text":"8488","offset":3292,"line":"12225","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12226","suggestions":"12227","row":121,"col":33,"uri":"12148","context":"12228"},{"text":"8493","offset":3306,"line":"12225","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12229","suggestions":"12230","row":121,"col":47,"uri":"12148","context":"12231"},{"text":"7531","offset":3336,"line":"12225","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12232","suggestions":"12233","row":121,"col":77,"uri":"12148","context":"12234"},{"text":"5979","offset":3496,"line":"12235","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12236","suggestions":"12237","row":125,"col":48,"uri":"12148","context":"12238"},{"text":"7531","offset":3513,"line":"12235","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12232","suggestions":"12239","row":125,"col":65,"uri":"12148","context":"12240"},{"text":"8506","offset":3523,"line":"12235","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12241","suggestions":"12242","row":125,"col":75,"uri":"12148","context":"12243"},{"text":"7614","offset":3534,"line":"12235","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12244","suggestions":"12245","row":125,"col":86,"uri":"12148","context":"12246"},{"text":"7614","offset":3662,"line":"12247","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12244","suggestions":"12248","row":131,"col":28,"uri":"12148","context":"12249"},{"text":"8516","offset":3670,"line":"12247","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12250","suggestions":"12251","row":131,"col":36,"uri":"12148","context":"12252"},{"text":"6165","offset":631,"line":"12253","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12254","suggestions":"12255","row":24,"col":16,"uri":"12256","context":"12257"},{"text":"6199","offset":688,"line":"12258","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12259","suggestions":"12260","row":26,"col":28,"uri":"12256","context":"12261"},{"text":"5979","offset":11,"line":"12262","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12263","suggestions":"12264","row":1,"col":12,"uri":"12265","context":"12266"},{"text":"5979","offset":285,"line":"12267","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12268","suggestions":"12269","row":13,"col":4,"uri":"12270","context":"12271"},{"text":"5979","offset":305,"line":"12272","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12268","suggestions":"12273","row":14,"col":4,"uri":"12270","context":"12274"},{"text":"12275","offset":324,"line":"12276","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12277","suggestions":"12278","row":15,"col":4,"uri":"12270","context":"12279"},{"text":"6153","offset":347,"line":"12280","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12281","suggestions":"12282","row":16,"col":4,"uri":"12270","context":"12283"},{"text":"6165","offset":369,"line":"12284","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12285","suggestions":"12286","row":17,"col":4,"uri":"12270","context":"12287"},{"text":"6260","offset":1215,"line":"12288","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12289","suggestions":"12290","row":47,"col":57,"uri":"12270","context":"12291"},{"text":"12292","offset":1375,"line":"12293","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12294","suggestions":"12295","row":54,"col":3,"uri":"12270","context":"12296"},{"text":"12297","offset":1822,"line":"12298","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12299","suggestions":"12300","row":65,"col":8,"uri":"12270","context":"12301"},{"text":"12302","offset":2417,"line":"12303","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12304","suggestions":"12305","row":84,"col":9,"uri":"12270","context":"12306"},{"text":"12307","offset":3195,"line":"12308","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12309","suggestions":"12310","row":112,"col":60,"uri":"12270","context":"12311"},{"text":"12312","offset":3412,"line":"12313","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12314","suggestions":"12315","row":121,"col":22,"uri":"12270","context":"12316"},{"text":"12317","offset":3476,"line":"12318","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12319","suggestions":"12320","row":126,"col":7,"uri":"12270","context":"12321"},{"text":"5979","offset":3491,"line":"12318","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12268","suggestions":"12322","row":126,"col":22,"uri":"12270","context":"12323"},{"text":"12324","offset":519,"line":"12325","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12326","suggestions":"12327","row":19,"col":76,"uri":"12328","context":"12329"},{"text":"12330","offset":926,"line":"12331","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12332","suggestions":"12333","row":36,"col":17,"uri":"12328","context":"12334"},{"text":"12324","offset":1515,"line":"12335","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12326","suggestions":"12336","row":57,"col":24,"uri":"12328","context":"12337"},{"text":"12324","offset":1565,"line":"12338","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12326","suggestions":"12339","row":58,"col":23,"uri":"12328","context":"12340"},{"text":"12324","offset":1641,"line":"12341","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12326","suggestions":"12342","row":59,"col":47,"uri":"12328","context":"12343"},{"text":"12324","offset":1931,"line":"12344","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12326","suggestions":"12345","row":69,"col":24,"uri":"12328","context":"12346"},{"text":"5988","offset":75,"line":"12347","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12348","suggestions":"12349","row":6,"col":23,"uri":"12350","context":"12351"},{"text":"5979","offset":99,"line":"12347","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12352","suggestions":"12353","row":6,"col":47,"uri":"12350","context":"12354"},{"text":"12355","offset":2,"line":"12356","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12357","suggestions":"12358","row":1,"col":3,"uri":"12359","context":"12360"},{"text":"12361","offset":15,"line":"12356","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12362","suggestions":"12363","row":1,"col":16,"uri":"12359","context":"12364"},{"text":"12365","offset":20,"line":"12356","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12366","suggestions":"12367","row":1,"col":21,"uri":"12359","context":"12368"},{"text":"12369","offset":40,"line":"12356","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12370","suggestions":"12371","row":1,"col":41,"uri":"12359","context":"12372"},{"text":"12373","offset":56,"line":"12374","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12375","suggestions":"12376","row":3,"col":4,"uri":"12359","context":"12377"},{"text":"12378","offset":63,"line":"12374","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12379","suggestions":"12380","row":3,"col":11,"uri":"12359","context":"12381"},{"text":"12382","offset":95,"line":"12383","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12384","suggestions":"12385","row":5,"col":18,"uri":"12359","context":"12386"},{"text":"12387","offset":105,"line":"12383","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12388","suggestions":"12389","row":5,"col":28,"uri":"12359","context":"12390"},{"text":"12391","offset":111,"line":"12383","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12392","suggestions":"12393","row":5,"col":34,"uri":"12359","context":"12394"},{"text":"12395","offset":123,"line":"12383","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12396","suggestions":"12397","row":5,"col":46,"uri":"12359","context":"12398"},{"text":"12399","offset":135,"line":"12383","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12400","suggestions":"12401","row":5,"col":58,"uri":"12359","context":"12402"},{"text":"12403","offset":144,"line":"12383","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12404","suggestions":"12405","row":5,"col":67,"uri":"12359","context":"12406"},{"text":"12407","offset":163,"line":"12408","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12409","suggestions":"12410","row":6,"col":1,"uri":"12359","context":"12411"},{"text":"12412","offset":178,"line":"12408","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12413","suggestions":"12414","row":6,"col":16,"uri":"12359","context":"12415"},{"text":"12416","offset":194,"line":"12408","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12417","suggestions":"12418","row":6,"col":32,"uri":"12359","context":"12419"},{"text":"12420","offset":202,"line":"12408","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12421","suggestions":"12422","row":6,"col":40,"uri":"12359","context":"12423"},{"text":"12424","offset":212,"line":"12408","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12425","suggestions":"12426","row":6,"col":50,"uri":"12359","context":"12427"},{"text":"12428","offset":229,"line":"12408","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12429","suggestions":"12430","row":6,"col":67,"uri":"12359","context":"12431"},{"text":"12432","offset":246,"line":"12433","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12434","suggestions":"12435","row":7,"col":1,"uri":"12359","context":"12436"},{"text":"12437","offset":258,"line":"12433","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12438","suggestions":"12439","row":7,"col":13,"uri":"12359","context":"12440"},{"text":"12441","offset":282,"line":"12433","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12442","suggestions":"12443","row":7,"col":37,"uri":"12359","context":"12444"},{"text":"12445","offset":288,"line":"12433","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"12446","suggestions":"12447","row":7,"col":43,"uri":"12359","context":"12448"},{"text":"12449","offset":307,"line":"12433","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12450","suggestions":"12451","row":7,"col":62,"uri":"12359","context":"12452"},{"text":"12453","offset":329,"line":"12454","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12455","suggestions":"12456","row":8,"col":1,"uri":"12359","context":"12457"},{"text":"12458","offset":351,"line":"12454","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12459","suggestions":"12460","row":8,"col":23,"uri":"12359","context":"12461"},{"text":"12462","offset":364,"line":"12454","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12463","suggestions":"12464","row":8,"col":36,"uri":"12359","context":"12465"},{"text":"12466","offset":377,"line":"12454","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12467","suggestions":"12468","row":8,"col":49,"uri":"12359","context":"12469"},{"text":"12470","offset":388,"line":"12454","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12471","suggestions":"12472","row":8,"col":60,"uri":"12359","context":"12473"},{"text":"12474","offset":399,"line":"12454","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"12475","suggestions":"12476","row":8,"col":71,"uri":"12359","context":"12477"},{"text":"12478","offset":416,"line":"12479","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12480","suggestions":"12481","row":9,"col":1,"uri":"12359","context":"12482"},{"text":"12483","offset":430,"line":"12479","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12484","suggestions":"12485","row":9,"col":15,"uri":"12359","context":"12486"},{"text":"12487","offset":440,"line":"12479","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12488","suggestions":"12489","row":9,"col":25,"uri":"12359","context":"12490"},{"text":"12491","offset":457,"line":"12479","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12492","suggestions":"12493","row":9,"col":42,"uri":"12359","context":"12494"},{"text":"12495","offset":471,"line":"12479","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12496","suggestions":"12497","row":9,"col":56,"uri":"12359","context":"12498"},{"text":"12499","offset":484,"line":"12479","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12500","suggestions":"12501","row":9,"col":69,"uri":"12359","context":"12502"},{"text":"12503","offset":497,"line":"12479","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12504","suggestions":"12505","row":9,"col":82,"uri":"12359","context":"12506"},{"text":"12507","offset":518,"line":"12508","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12509","suggestions":"12510","row":10,"col":15,"uri":"12359","context":"12511"},{"text":"12478","offset":528,"line":"12508","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12480","suggestions":"12512","row":10,"col":25,"uri":"12359","context":"12513"},{"text":"12514","offset":543,"line":"12508","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12515","suggestions":"12516","row":10,"col":40,"uri":"12359","context":"12517"},{"text":"12373","offset":561,"line":"12518","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12375","suggestions":"12519","row":12,"col":4,"uri":"12359","context":"12520"},{"text":"12521","offset":579,"line":"12522","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12523","suggestions":"12524","row":14,"col":1,"uri":"12359","context":"12525"},{"text":"12526","offset":593,"line":"12522","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"12527","suggestions":"12528","row":14,"col":15,"uri":"12359","context":"12529"},{"text":"12530","offset":611,"line":"12522","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12531","suggestions":"12532","row":14,"col":33,"uri":"12359","context":"12533"},{"text":"12534","offset":618,"line":"12522","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12535","suggestions":"12536","row":14,"col":40,"uri":"12359","context":"12537"},{"text":"12538","offset":623,"line":"12522","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12539","suggestions":"12540","row":14,"col":45,"uri":"12359","context":"12541"},{"text":"12542","offset":647,"line":"12522","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12543","suggestions":"12544","row":14,"col":69,"uri":"12359","context":"12545"},{"text":"7629","offset":657,"line":"12522","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12546","suggestions":"12547","row":14,"col":79,"uri":"12359","context":"12548"},{"text":"12549","offset":667,"line":"12550","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12551","suggestions":"12552","row":15,"col":1,"uri":"12359","context":"12553"},{"text":"12554","offset":686,"line":"12555","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12556","suggestions":"12557","row":17,"col":7,"uri":"12359","context":"12558"},{"text":"12395","offset":701,"line":"12555","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12396","suggestions":"12559","row":17,"col":22,"uri":"12359","context":"12560"},{"text":"12561","offset":717,"line":"12555","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12562","suggestions":"12563","row":17,"col":38,"uri":"12359","context":"12564"},{"text":"12565","offset":730,"line":"12555","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"12566","suggestions":"12567","row":17,"col":51,"uri":"12359","context":"12568"},{"text":"12569","offset":747,"line":"12570","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12571","suggestions":"12572","row":18,"col":3,"uri":"12359","context":"12573"},{"text":"12574","offset":760,"line":"12570","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12575","suggestions":"12576","row":18,"col":16,"uri":"12359","context":"12577"},{"text":"12578","offset":774,"line":"12570","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12579","suggestions":"12580","row":18,"col":30,"uri":"12359","context":"12581"},{"text":"7560","offset":786,"line":"12570","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12582","suggestions":"12583","row":18,"col":42,"uri":"12359","context":"12584"},{"text":"12585","offset":791,"line":"12570","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12586","suggestions":"12587","row":18,"col":47,"uri":"12359","context":"12588"},{"text":"12589","offset":799,"line":"12570","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"12590","suggestions":"12591","row":18,"col":55,"uri":"12359","context":"12592"},{"text":"12593","offset":818,"line":"12594","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12595","suggestions":"12596","row":19,"col":3,"uri":"12359","context":"12597"},{"text":"12598","offset":831,"line":"12594","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12599","suggestions":"12600","row":19,"col":16,"uri":"12359","context":"12601"},{"text":"7560","offset":838,"line":"12594","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12582","suggestions":"12602","row":19,"col":23,"uri":"12359","context":"12603"},{"text":"12604","offset":843,"line":"12594","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12605","suggestions":"12606","row":19,"col":28,"uri":"12359","context":"12607"},{"text":"12608","offset":851,"line":"12594","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"12609","suggestions":"12610","row":19,"col":36,"uri":"12359","context":"12611"},{"text":"12612","offset":870,"line":"12613","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12614","suggestions":"12615","row":20,"col":3,"uri":"12359","context":"12616"},{"text":"12617","offset":900,"line":"12613","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12618","suggestions":"12619","row":20,"col":33,"uri":"12359","context":"12620"},{"text":"12621","offset":933,"line":"12622","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12623","suggestions":"12624","row":21,"col":3,"uri":"12359","context":"12625"},{"text":"12626","offset":945,"line":"12622","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12627","suggestions":"12628","row":21,"col":15,"uri":"12359","context":"12629"},{"text":"12630","offset":952,"line":"12622","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12631","suggestions":"12632","row":21,"col":22,"uri":"12359","context":"12633"},{"text":"12634","offset":962,"line":"12622","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12635","suggestions":"12636","row":21,"col":32,"uri":"12359","context":"12637"},{"text":"12638","offset":970,"line":"12622","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12639","suggestions":"12640","row":21,"col":40,"uri":"12359","context":"12641"},{"text":"12521","offset":1000,"line":"12642","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12523","suggestions":"12643","row":23,"col":1,"uri":"12359","context":"12644"},{"text":"7565","offset":1014,"line":"12642","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12645","suggestions":"12646","row":23,"col":15,"uri":"12359","context":"12647"},{"text":"12648","offset":1020,"line":"12642","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12649","suggestions":"12650","row":23,"col":21,"uri":"12359","context":"12651"},{"text":"12652","offset":1032,"line":"12642","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12653","suggestions":"12654","row":23,"col":33,"uri":"12359","context":"12655"},{"text":"12549","offset":1042,"line":"12642","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12551","suggestions":"12656","row":23,"col":43,"uri":"12359","context":"12657"},{"text":"12554","offset":1061,"line":"12658","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12556","suggestions":"12659","row":25,"col":7,"uri":"12359","context":"12660"},{"text":"12661","offset":1072,"line":"12658","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"12662","suggestions":"12663","row":25,"col":18,"uri":"12359","context":"12664"},{"text":"12665","offset":1087,"line":"12658","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12666","suggestions":"12667","row":25,"col":33,"uri":"12359","context":"12668"},{"text":"12669","offset":1096,"line":"12658","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12670","suggestions":"12671","row":25,"col":42,"uri":"12359","context":"12672"},{"text":"12673","offset":1108,"line":"12658","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12674","suggestions":"12675","row":25,"col":54,"uri":"12359","context":"12676"},{"text":"12677","offset":1117,"line":"12658","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12678","suggestions":"12679","row":25,"col":63,"uri":"12359","context":"12680"},{"text":"12681","offset":1123,"line":"12658","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12682","suggestions":"12683","row":25,"col":69,"uri":"12359","context":"12684"},{"text":"12685","offset":1140,"line":"12686","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12687","suggestions":"12688","row":26,"col":5,"uri":"12359","context":"12689"},{"text":"12507","offset":1149,"line":"12686","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12509","suggestions":"12690","row":26,"col":14,"uri":"12359","context":"12691"},{"text":"12692","offset":1159,"line":"12686","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12693","suggestions":"12694","row":26,"col":24,"uri":"12359","context":"12695"},{"text":"12696","offset":1171,"line":"12697","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12698","suggestions":"12699","row":27,"col":3,"uri":"12359","context":"12700"},{"text":"12701","offset":1186,"line":"12697","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12702","suggestions":"12703","row":27,"col":18,"uri":"12359","context":"12704"},{"text":"12705","offset":1197,"line":"12697","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12706","suggestions":"12707","row":27,"col":29,"uri":"12359","context":"12708"},{"text":"12709","offset":1209,"line":"12697","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12710","suggestions":"12711","row":27,"col":41,"uri":"12359","context":"12712"},{"text":"12713","offset":1226,"line":"12697","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12714","suggestions":"12715","row":27,"col":58,"uri":"12359","context":"12716"},{"text":"12717","offset":1237,"line":"12697","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12718","suggestions":"12719","row":27,"col":69,"uri":"12359","context":"12720"},{"text":"12721","offset":1247,"line":"12697","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12722","suggestions":"12723","row":27,"col":79,"uri":"12359","context":"12724"},{"text":"12725","offset":1277,"line":"12726","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12727","suggestions":"12728","row":28,"col":23,"uri":"12359","context":"12729"},{"text":"12652","offset":1288,"line":"12726","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12653","suggestions":"12730","row":28,"col":34,"uri":"12359","context":"12731"},{"text":"12732","offset":1300,"line":"12733","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12734","suggestions":"12735","row":29,"col":3,"uri":"12359","context":"12736"},{"text":"12737","offset":1325,"line":"12733","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12738","suggestions":"12739","row":29,"col":28,"uri":"12359","context":"12740"},{"text":"12741","offset":1345,"line":"12742","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12743","suggestions":"12744","row":30,"col":7,"uri":"12359","context":"12745"},{"text":"12746","offset":1374,"line":"12742","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12747","suggestions":"12748","row":30,"col":36,"uri":"12359","context":"12749"},{"text":"12750","offset":1388,"line":"12742","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12751","suggestions":"12752","row":30,"col":50,"uri":"12359","context":"12753"},{"text":"12754","offset":1405,"line":"12742","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12755","suggestions":"12756","row":30,"col":67,"uri":"12359","context":"12757"},{"text":"12758","offset":1433,"line":"12759","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12760","suggestions":"12761","row":31,"col":10,"uri":"12359","context":"12762"},{"text":"12763","offset":1447,"line":"12759","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12764","suggestions":"12765","row":31,"col":24,"uri":"12359","context":"12766"},{"text":"12767","offset":1457,"line":"12759","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12768","suggestions":"12769","row":31,"col":34,"uri":"12359","context":"12770"},{"text":"12771","offset":1462,"line":"12759","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12772","suggestions":"12773","row":31,"col":39,"uri":"12359","context":"12774"},{"text":"12775","offset":1468,"line":"12759","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12776","suggestions":"12777","row":31,"col":45,"uri":"12359","context":"12778"},{"text":"12779","offset":1482,"line":"12759","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12780","suggestions":"12781","row":31,"col":59,"uri":"12359","context":"12782"},{"text":"12783","offset":1494,"line":"12784","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12785","suggestions":"12786","row":32,"col":3,"uri":"12359","context":"12787"},{"text":"12652","offset":1502,"line":"12784","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12653","suggestions":"12788","row":32,"col":11,"uri":"12359","context":"12789"},{"text":"12790","offset":1524,"line":"12784","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12791","suggestions":"12792","row":32,"col":33,"uri":"12359","context":"12793"},{"text":"12542","offset":1546,"line":"12784","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12543","suggestions":"12794","row":32,"col":55,"uri":"12359","context":"12795"},{"text":"12796","offset":1553,"line":"12784","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12797","suggestions":"12798","row":32,"col":62,"uri":"12359","context":"12799"},{"text":"12800","offset":1571,"line":"12801","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12802","suggestions":"12803","row":33,"col":5,"uri":"12359","context":"12804"},{"text":"12805","offset":1584,"line":"12801","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12806","suggestions":"12807","row":33,"col":18,"uri":"12359","context":"12808"},{"text":"7643","offset":1595,"line":"12801","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12809","suggestions":"12810","row":33,"col":29,"uri":"12359","context":"12811"},{"text":"7659","offset":1602,"line":"12801","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12812","suggestions":"12813","row":33,"col":36,"uri":"12359","context":"12814"},{"text":"12373","offset":1611,"line":"12815","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12375","suggestions":"12816","row":35,"col":4,"uri":"12359","context":"12817"},{"text":"12818","offset":1618,"line":"12815","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"12819","suggestions":"12820","row":35,"col":11,"uri":"12359","context":"12821"},{"text":"12822","offset":1644,"line":"12823","length":23,"isFlagged":false,"isFound":false,"suggestionsEx":"12824","suggestions":"12825","row":37,"col":5,"uri":"12359","context":"12826"},{"text":"12827","offset":1673,"line":"12823","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"12828","suggestions":"12829","row":37,"col":34,"uri":"12359","context":"12830"},{"text":"12831","offset":1688,"line":"12823","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12832","suggestions":"12833","row":37,"col":49,"uri":"12359","context":"12834"},{"text":"12648","offset":1717,"line":"12823","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12649","suggestions":"12835","row":37,"col":78,"uri":"12359","context":"12836"},{"text":"12837","offset":1729,"line":"12838","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12839","suggestions":"12840","row":38,"col":1,"uri":"12359","context":"12841"},{"text":"12842","offset":1738,"line":"12838","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12843","suggestions":"12844","row":38,"col":10,"uri":"12359","context":"12845"},{"text":"7560","offset":1759,"line":"12838","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12582","suggestions":"12846","row":38,"col":31,"uri":"12359","context":"12847"},{"text":"12848","offset":1768,"line":"12838","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12849","suggestions":"12850","row":38,"col":40,"uri":"12359","context":"12851"},{"text":"12852","offset":1774,"line":"12838","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12853","suggestions":"12854","row":38,"col":46,"uri":"12359","context":"12855"},{"text":"12856","offset":1784,"line":"12838","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12857","suggestions":"12858","row":38,"col":56,"uri":"12359","context":"12859"},{"text":"12860","offset":1797,"line":"12838","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12861","suggestions":"12862","row":38,"col":69,"uri":"12359","context":"12863"},{"text":"12864","offset":1810,"line":"12865","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12866","suggestions":"12867","row":39,"col":1,"uri":"12359","context":"12868"},{"text":"12869","offset":1820,"line":"12865","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12870","suggestions":"12871","row":39,"col":11,"uri":"12359","context":"12872"},{"text":"12652","offset":1834,"line":"12865","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12653","suggestions":"12873","row":39,"col":25,"uri":"12359","context":"12874"},{"text":"12875","offset":1844,"line":"12865","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12876","suggestions":"12877","row":39,"col":35,"uri":"12359","context":"12878"},{"text":"12879","offset":1863,"line":"12865","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12880","suggestions":"12881","row":39,"col":54,"uri":"12359","context":"12882"},{"text":"12883","offset":1877,"line":"12865","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12884","suggestions":"12885","row":39,"col":68,"uri":"12359","context":"12886"},{"text":"12887","offset":1887,"line":"12865","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12888","suggestions":"12889","row":39,"col":78,"uri":"12359","context":"12890"},{"text":"12822","offset":1903,"line":"12891","length":23,"isFlagged":false,"isFound":false,"suggestionsEx":"12824","suggestions":"12892","row":41,"col":5,"uri":"12359","context":"12893"},{"text":"12894","offset":1927,"line":"12891","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12895","suggestions":"12896","row":41,"col":29,"uri":"12359","context":"12897"},{"text":"12898","offset":1937,"line":"12891","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12899","suggestions":"12900","row":41,"col":39,"uri":"12359","context":"12901"},{"text":"12902","offset":1951,"line":"12891","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12903","suggestions":"12904","row":41,"col":53,"uri":"12359","context":"12905"},{"text":"12705","offset":1966,"line":"12891","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12706","suggestions":"12906","row":41,"col":68,"uri":"12359","context":"12907"},{"text":"12908","offset":1998,"line":"12909","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"12910","suggestions":"12911","row":42,"col":12,"uri":"12359","context":"12912"},{"text":"12913","offset":2040,"line":"12909","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"12914","suggestions":"12915","row":42,"col":54,"uri":"12359","context":"12916"},{"text":"7565","offset":2054,"line":"12909","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12645","suggestions":"12917","row":42,"col":68,"uri":"12359","context":"12918"},{"text":"12365","offset":2071,"line":"12919","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12366","suggestions":"12920","row":43,"col":1,"uri":"12359","context":"12921"},{"text":"12922","offset":2106,"line":"12919","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12923","suggestions":"12924","row":43,"col":36,"uri":"12359","context":"12925"},{"text":"12926","offset":2120,"line":"12919","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12927","suggestions":"12928","row":43,"col":50,"uri":"12359","context":"12929"},{"text":"12930","offset":2136,"line":"12919","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12931","suggestions":"12932","row":43,"col":66,"uri":"12359","context":"12933"},{"text":"12934","offset":2152,"line":"12919","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12935","suggestions":"12936","row":43,"col":82,"uri":"12359","context":"12937"},{"text":"12369","offset":2157,"line":"12938","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12370","suggestions":"12939","row":44,"col":1,"uri":"12359","context":"12940"},{"text":"12526","offset":2173,"line":"12938","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"12527","suggestions":"12941","row":44,"col":17,"uri":"12359","context":"12942"},{"text":"12800","offset":2203,"line":"12938","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12802","suggestions":"12943","row":44,"col":47,"uri":"12359","context":"12944"},{"text":"12945","offset":2217,"line":"12938","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12946","suggestions":"12947","row":44,"col":61,"uri":"12359","context":"12948"},{"text":"12949","offset":2228,"line":"12938","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"12950","suggestions":"12951","row":44,"col":72,"uri":"12359","context":"12952"},{"text":"12953","offset":2245,"line":"12954","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12955","suggestions":"12956","row":45,"col":1,"uri":"12359","context":"12957"},{"text":"12958","offset":2264,"line":"12954","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12959","suggestions":"12960","row":45,"col":20,"uri":"12359","context":"12961"},{"text":"12962","offset":2280,"line":"12954","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12963","suggestions":"12964","row":45,"col":36,"uri":"12359","context":"12965"},{"text":"12966","offset":2293,"line":"12954","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12967","suggestions":"12968","row":45,"col":49,"uri":"12359","context":"12969"},{"text":"12970","offset":2306,"line":"12971","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12972","suggestions":"12973","row":47,"col":4,"uri":"12359","context":"12974"},{"text":"12365","offset":2330,"line":"12975","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12366","suggestions":"12976","row":49,"col":8,"uri":"12359","context":"12977"},{"text":"12978","offset":2351,"line":"12975","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12979","suggestions":"12980","row":49,"col":29,"uri":"12359","context":"12981"},{"text":"12982","offset":2358,"line":"12975","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12983","suggestions":"12984","row":49,"col":36,"uri":"12359","context":"12985"},{"text":"12986","offset":2372,"line":"12975","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12987","suggestions":"12988","row":49,"col":50,"uri":"12359","context":"12989"},{"text":"12990","offset":2392,"line":"12975","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12991","suggestions":"12992","row":49,"col":70,"uri":"12359","context":"12993"},{"text":"12994","offset":2400,"line":"12995","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12996","suggestions":"12997","row":50,"col":1,"uri":"12359","context":"12998"},{"text":"12999","offset":2413,"line":"12995","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13000","suggestions":"13001","row":50,"col":14,"uri":"12359","context":"13002"},{"text":"13003","offset":2424,"line":"12995","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13004","suggestions":"13005","row":50,"col":25,"uri":"12359","context":"13006"},{"text":"8572","offset":2429,"line":"12995","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13007","suggestions":"13008","row":50,"col":30,"uri":"12359","context":"13009"},{"text":"12432","offset":2445,"line":"12995","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12434","suggestions":"13010","row":50,"col":46,"uri":"12359","context":"13011"},{"text":"13012","offset":2477,"line":"13013","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13014","suggestions":"13015","row":51,"col":1,"uri":"12359","context":"13016"},{"text":"12521","offset":2492,"line":"13013","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12523","suggestions":"13017","row":51,"col":16,"uri":"12359","context":"13018"},{"text":"13019","offset":2510,"line":"13013","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13020","suggestions":"13021","row":51,"col":34,"uri":"12359","context":"13022"},{"text":"12387","offset":2525,"line":"13013","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12388","suggestions":"13023","row":51,"col":49,"uri":"12359","context":"13024"},{"text":"12420","offset":2531,"line":"13013","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12421","suggestions":"13025","row":51,"col":55,"uri":"12359","context":"13026"},{"text":"12549","offset":2563,"line":"13027","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12551","suggestions":"13028","row":52,"col":1,"uri":"12359","context":"13029"},{"text":"12554","offset":2578,"line":"13027","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"12556","suggestions":"13030","row":52,"col":16,"uri":"12359","context":"13031"},{"text":"12441","offset":2589,"line":"13027","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12442","suggestions":"13032","row":52,"col":27,"uri":"12359","context":"13033"},{"text":"13034","offset":2595,"line":"13027","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13035","suggestions":"13036","row":52,"col":33,"uri":"12359","context":"13037"},{"text":"12432","offset":2607,"line":"13027","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"12434","suggestions":"13038","row":52,"col":45,"uri":"12359","context":"13039"},{"text":"13040","offset":2622,"line":"13027","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13041","suggestions":"13042","row":52,"col":60,"uri":"12359","context":"13043"},{"text":"13044","offset":2635,"line":"13027","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13045","suggestions":"13046","row":52,"col":73,"uri":"12359","context":"13047"},{"text":"13048","offset":2649,"line":"13049","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13050","suggestions":"13051","row":53,"col":1,"uri":"12359","context":"13052"},{"text":"12361","offset":2661,"line":"13049","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12362","suggestions":"13053","row":53,"col":13,"uri":"12359","context":"13054"},{"text":"8406","offset":2666,"line":"13049","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13055","suggestions":"13056","row":53,"col":18,"uri":"12359","context":"13057"},{"text":"12994","offset":2672,"line":"13049","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"12996","suggestions":"13058","row":53,"col":24,"uri":"12359","context":"13059"},{"text":"13060","offset":2715,"line":"13049","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13061","suggestions":"13062","row":53,"col":67,"uri":"12359","context":"13063"},{"text":"13064","offset":2727,"line":"13065","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13066","suggestions":"13067","row":54,"col":1,"uri":"12359","context":"13068"},{"text":"13069","offset":2740,"line":"13065","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13070","suggestions":"13071","row":54,"col":14,"uri":"12359","context":"13072"},{"text":"12441","offset":2748,"line":"13065","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12442","suggestions":"13073","row":54,"col":22,"uri":"12359","context":"13074"},{"text":"13075","offset":2775,"line":"13065","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13076","suggestions":"13077","row":54,"col":49,"uri":"12359","context":"13078"},{"text":"13019","offset":2803,"line":"13079","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13020","suggestions":"13080","row":55,"col":2,"uri":"12359","context":"13081"},{"text":"12420","offset":2822,"line":"13079","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12421","suggestions":"13082","row":55,"col":21,"uri":"12359","context":"13083"},{"text":"7659","offset":2833,"line":"13079","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12812","suggestions":"13084","row":55,"col":32,"uri":"12359","context":"13085"},{"text":"13086","offset":2838,"line":"13079","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13087","suggestions":"13088","row":55,"col":37,"uri":"12359","context":"13089"},{"text":"12822","offset":2848,"line":"13079","length":23,"isFlagged":false,"isFound":false,"suggestionsEx":"12824","suggestions":"13090","row":55,"col":47,"uri":"12359","context":"13091"},{"text":"13092","offset":2879,"line":"13093","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13094","suggestions":"13095","row":56,"col":1,"uri":"12359","context":"13096"},{"text":"13097","offset":2897,"line":"13093","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13098","suggestions":"13099","row":56,"col":19,"uri":"12359","context":"13100"},{"text":"7643","offset":2910,"line":"13093","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12809","suggestions":"13101","row":56,"col":32,"uri":"12359","context":"13102"},{"text":"13103","offset":2922,"line":"13104","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13105","suggestions":"13106","row":58,"col":4,"uri":"12359","context":"13107"},{"text":"13108","offset":2933,"line":"13109","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13110","suggestions":"13111","row":60,"col":1,"uri":"12359","context":"13112"},{"text":"13113","offset":2943,"line":"13109","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"13114","suggestions":"13115","row":60,"col":11,"uri":"12359","context":"13116"},{"text":"13117","offset":2961,"line":"13109","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13118","suggestions":"13119","row":60,"col":29,"uri":"12359","context":"13120"},{"text":"13121","offset":2980,"line":"13109","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13122","suggestions":"13123","row":60,"col":48,"uri":"12359","context":"13124"},{"text":"7565","offset":2992,"line":"13109","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12645","suggestions":"13125","row":60,"col":60,"uri":"12359","context":"13126"},{"text":"13127","offset":2998,"line":"13109","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13128","suggestions":"13129","row":60,"col":66,"uri":"12359","context":"13130"},{"text":"12652","offset":3010,"line":"13109","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"12653","suggestions":"13131","row":60,"col":78,"uri":"12359","context":"13132"},{"text":"10885","offset":3020,"line":"13133","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13134","suggestions":"13135","row":61,"col":1,"uri":"12359","context":"13136"},{"text":"13137","offset":3031,"line":"13133","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13138","suggestions":"13139","row":61,"col":12,"uri":"12359","context":"13140"},{"text":"13141","offset":3043,"line":"13133","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13142","suggestions":"13143","row":61,"col":24,"uri":"12359","context":"13144"},{"text":"13145","offset":3078,"line":"13133","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13146","suggestions":"13147","row":61,"col":59,"uri":"12359","context":"13148"},{"text":"7643","offset":3087,"line":"13133","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12809","suggestions":"13149","row":61,"col":68,"uri":"12359","context":"13150"},{"text":"13151","offset":3100,"line":"13152","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13153","suggestions":"13154","row":62,"col":1,"uri":"12359","context":"13155"},{"text":"7643","offset":3112,"line":"13152","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12809","suggestions":"13156","row":62,"col":13,"uri":"12359","context":"13157"},{"text":"13158","offset":3119,"line":"13152","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13159","suggestions":"13160","row":62,"col":20,"uri":"12359","context":"13161"},{"text":"13162","offset":3131,"line":"13152","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13163","suggestions":"13164","row":62,"col":32,"uri":"12359","context":"13165"},{"text":"7643","offset":3146,"line":"13152","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12809","suggestions":"13166","row":62,"col":47,"uri":"12359","context":"13167"},{"text":"12441","offset":3156,"line":"13152","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12442","suggestions":"13168","row":62,"col":57,"uri":"12359","context":"13169"},{"text":"13170","offset":3170,"line":"13152","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13171","suggestions":"13172","row":62,"col":71,"uri":"12359","context":"13173"},{"text":"13174","offset":3182,"line":"13175","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13176","suggestions":"13177","row":63,"col":1,"uri":"12359","context":"13178"},{"text":"13179","offset":3197,"line":"13175","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13180","suggestions":"13181","row":63,"col":16,"uri":"12359","context":"13182"},{"text":"13183","offset":3224,"line":"13175","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13184","suggestions":"13185","row":63,"col":43,"uri":"12359","context":"13186"},{"text":"13187","offset":3235,"line":"13175","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13188","suggestions":"13189","row":63,"col":54,"uri":"12359","context":"13190"},{"text":"7560","offset":3244,"line":"13175","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12582","suggestions":"13191","row":63,"col":63,"uri":"12359","context":"13192"},{"text":"13137","offset":3254,"line":"13175","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13138","suggestions":"13193","row":63,"col":73,"uri":"12359","context":"13194"},{"text":"13195","offset":3270,"line":"13196","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13197","suggestions":"13198","row":64,"col":1,"uri":"12359","context":"13199"},{"text":"12361","offset":3284,"line":"13196","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"12362","suggestions":"13200","row":64,"col":15,"uri":"12359","context":"13201"},{"text":"13202","offset":3289,"line":"13196","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13203","suggestions":"13204","row":64,"col":20,"uri":"12359","context":"13205"},{"text":"13206","offset":3305,"line":"13196","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13207","suggestions":"13208","row":64,"col":36,"uri":"12359","context":"13209"},{"text":"13145","offset":3314,"line":"13196","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13146","suggestions":"13210","row":64,"col":45,"uri":"12359","context":"13211"},{"text":"12894","offset":3323,"line":"13196","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12895","suggestions":"13212","row":64,"col":54,"uri":"12359","context":"13213"},{"text":"13214","offset":3330,"line":"13196","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"13215","suggestions":"13216","row":64,"col":61,"uri":"12359","context":"13217"},{"text":"13218","offset":3350,"line":"13196","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13219","suggestions":"13220","row":64,"col":81,"uri":"12359","context":"13221"},{"text":"13222","offset":3358,"line":"13223","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13224","suggestions":"13225","row":65,"col":1,"uri":"12359","context":"13226"},{"text":"13227","offset":3366,"line":"13223","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13228","suggestions":"13229","row":65,"col":9,"uri":"12359","context":"13230"},{"text":"13231","offset":3382,"line":"13223","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13232","suggestions":"13233","row":65,"col":25,"uri":"12359","context":"13234"},{"text":"13235","offset":3393,"line":"13223","length":21,"isFlagged":false,"isFound":false,"suggestionsEx":"13236","suggestions":"13237","row":65,"col":36,"uri":"12359","context":"13238"},{"text":"10885","offset":3415,"line":"13223","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13134","suggestions":"13239","row":65,"col":58,"uri":"12359","context":"13240"},{"text":"13241","offset":3422,"line":"13223","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13242","suggestions":"13243","row":65,"col":65,"uri":"12359","context":"13244"},{"text":"13245","offset":3432,"line":"13223","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13246","suggestions":"13247","row":65,"col":75,"uri":"12359","context":"13248"},{"text":"13249","offset":3452,"line":"13250","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"13251","suggestions":"13252","row":68,"col":1,"uri":"12359","context":"13253"},{"text":"12530","offset":3476,"line":"13250","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"12531","suggestions":"13254","row":68,"col":25,"uri":"12359","context":"13255"},{"text":"12365","offset":3487,"line":"13250","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12366","suggestions":"13256","row":68,"col":36,"uri":"12359","context":"13257"},{"text":"7565","offset":3503,"line":"13250","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12645","suggestions":"13258","row":68,"col":52,"uri":"12359","context":"13259"},{"text":"13260","offset":3509,"line":"13250","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13261","suggestions":"13262","row":68,"col":58,"uri":"12359","context":"13263"},{"text":"7565","offset":3524,"line":"13250","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"12645","suggestions":"13264","row":68,"col":73,"uri":"12359","context":"13265"},{"text":"13266","offset":3530,"line":"13250","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13267","suggestions":"13268","row":68,"col":79,"uri":"12359","context":"13269"},{"text":"13270","offset":3553,"line":"13271","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13272","suggestions":"13273","row":69,"col":19,"uri":"12359","context":"13274"},{"text":"13275","offset":3572,"line":"13271","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13276","suggestions":"13277","row":69,"col":38,"uri":"12359","context":"13278"},{"text":"13279","offset":3583,"line":"13271","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13280","suggestions":"13281","row":69,"col":49,"uri":"12359","context":"13282"},{"text":"10885","offset":3591,"line":"13271","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13134","suggestions":"13283","row":69,"col":57,"uri":"12359","context":"13284"},{"text":"13285","offset":3598,"line":"13271","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13286","suggestions":"13287","row":69,"col":64,"uri":"12359","context":"13288"},{"text":"13289","offset":3603,"line":"13271","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"13290","suggestions":"13291","row":69,"col":69,"uri":"12359","context":"13292"},{"text":"13293","offset":3624,"line":"13294","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13295","suggestions":"13296","row":70,"col":1,"uri":"12359","context":"13297"},{"text":"13298","offset":3636,"line":"13294","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13299","suggestions":"13300","row":70,"col":13,"uri":"12359","context":"13301"},{"text":"13302","offset":3649,"line":"13294","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"13303","suggestions":"13304","row":70,"col":26,"uri":"12359","context":"13305"},{"text":"13086","offset":3670,"line":"13294","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13087","suggestions":"13306","row":70,"col":47,"uri":"12359","context":"13307"},{"text":"13308","offset":3683,"line":"13294","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13309","suggestions":"13310","row":70,"col":60,"uri":"12359","context":"13311"},{"text":"13312","offset":3698,"line":"13294","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13313","suggestions":"13314","row":70,"col":75,"uri":"12359","context":"13315"},{"text":"13316","offset":3713,"line":"13317","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13318","suggestions":"13319","row":71,"col":1,"uri":"12359","context":"13320"},{"text":"13321","offset":3722,"line":"13317","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13322","suggestions":"13323","row":71,"col":10,"uri":"12359","context":"13324"},{"text":"13325","offset":3734,"line":"13326","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13327","suggestions":"13328","row":73,"col":4,"uri":"12359","context":"13329"},{"text":"12365","offset":3748,"line":"13330","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"12366","suggestions":"13331","row":75,"col":8,"uri":"12359","context":"13332"},{"text":"13333","offset":3764,"line":"13330","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13334","suggestions":"13335","row":75,"col":24,"uri":"12359","context":"13336"},{"text":"13337","offset":3815,"line":"13330","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13338","suggestions":"13339","row":75,"col":75,"uri":"12359","context":"13340"},{"text":"13141","offset":3825,"line":"13341","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13142","suggestions":"13342","row":76,"col":1,"uri":"12359","context":"13343"},"../../node-deps/node_modules/@cspell/dict-html-symbol-entities/entities.txt.gz","2db5fd4bfd44d048eb4b546d771469e3","../../node-deps/node_modules/@cspell/dict-html/dict/html.txt","dd6636631997d336ceff3608425ce383",{"text":"13344","offset":287,"line":"13345","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13346","suggestions":"13347","row":12,"col":41,"uri":"13348","context":"13349"},{"text":"5979","offset":481,"line":"13350","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13351","suggestions":"13352","row":20,"col":7,"uri":"13348","context":"13353"},{"text":"13354","offset":486,"line":"13350","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13355","suggestions":"13356","row":20,"col":12,"uri":"13348","context":"13357"},{"text":"5979","offset":518,"line":"13358","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13351","suggestions":"13359","row":21,"col":13,"uri":"13348","context":"13360"},{"text":"12324","offset":1597,"line":"13361","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13362","suggestions":"13363","row":56,"col":58,"uri":"13348","context":"13364"},{"text":"12324","offset":1711,"line":"13365","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13362","suggestions":"13366","row":58,"col":64,"uri":"13348","context":"13367"},{"text":"13368","offset":2480,"line":"13369","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13370","suggestions":"13371","row":76,"col":30,"uri":"13348","context":"13372"},{"text":"13373","offset":2538,"line":"13374","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"13375","suggestions":"13376","row":77,"col":30,"uri":"13348","context":"13377"},{"text":"13378","offset":2605,"line":"13379","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13380","suggestions":"13381","row":78,"col":30,"uri":"13348","context":"13382"},{"text":"13383","offset":2670,"line":"13384","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13385","suggestions":"13386","row":79,"col":30,"uri":"13348","context":"13387"},{"text":"13388","offset":2727,"line":"13389","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13390","suggestions":"13391","row":80,"col":30,"uri":"13348","context":"13392"},{"text":"13393","offset":2793,"line":"13394","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13395","suggestions":"13396","row":81,"col":30,"uri":"13348","context":"13397"},{"text":"13398","offset":2903,"line":"13399","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13400","suggestions":"13401","row":83,"col":33,"uri":"13348","context":"13402"},{"text":"13393","offset":3070,"line":"13403","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13395","suggestions":"13404","row":87,"col":32,"uri":"13348","context":"13405"},{"text":"13378","offset":3114,"line":"13406","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13380","suggestions":"13407","row":88,"col":32,"uri":"13348","context":"13408"},{"text":"13409","offset":3166,"line":"13410","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13411","suggestions":"13412","row":89,"col":32,"uri":"13348","context":"13413"},{"text":"13398","offset":3264,"line":"13414","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13400","suggestions":"13415","row":91,"col":36,"uri":"13348","context":"13416"},{"text":"13388","offset":3317,"line":"13417","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13390","suggestions":"13418","row":92,"col":32,"uri":"13348","context":"13419"},{"text":"13383","offset":3370,"line":"13420","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13385","suggestions":"13421","row":93,"col":32,"uri":"13348","context":"13422"},{"text":"13388","offset":3414,"line":"13423","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13390","suggestions":"13424","row":94,"col":32,"uri":"13348","context":"13425"},{"text":"13388","offset":3527,"line":"13426","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13390","suggestions":"13427","row":96,"col":32,"uri":"13348","context":"13428"},{"text":"13429","offset":3816,"line":"13430","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13431","suggestions":"13432","row":106,"col":29,"uri":"13348","context":"13433"},{"text":"13434","offset":3858,"line":"13435","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13436","suggestions":"13437","row":108,"col":26,"uri":"13348","context":"13438"},{"text":"13439","offset":4107,"line":"13440","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13441","suggestions":"13442","row":116,"col":26,"uri":"13348","context":"13443"},{"text":"13344","offset":4150,"line":"13444","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13346","suggestions":"13445","row":119,"col":14,"uri":"13348","context":"13446"},{"text":"12324","offset":4353,"line":"13447","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13362","suggestions":"13448","row":125,"col":18,"uri":"13348","context":"13449"},{"text":"13344","offset":4435,"line":"13450","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13346","suggestions":"13451","row":127,"col":19,"uri":"13348","context":"13452"},{"text":"13344","offset":4493,"line":"13453","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13346","suggestions":"13454","row":128,"col":45,"uri":"13348","context":"13455"},{"text":"13344","offset":4634,"line":"13456","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13346","suggestions":"13457","row":130,"col":23,"uri":"13348","context":"13458"},{"text":"13459","offset":12,"line":"13460","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13461","suggestions":"13462","row":2,"col":1,"uri":"13463","context":"13464"},{"text":"13465","offset":19,"line":"13466","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13467","suggestions":"13468","row":3,"col":1,"uri":"13463","context":"13469"},{"text":"13470","offset":26,"line":"13471","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13472","suggestions":"13473","row":4,"col":1,"uri":"13463","context":"13474"},{"text":"13475","offset":33,"line":"13476","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13477","suggestions":"13478","row":5,"col":1,"uri":"13463","context":"13479"},{"text":"13480","offset":46,"line":"13481","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13482","suggestions":"13483","row":6,"col":1,"uri":"13463","context":"13484"},{"text":"13485","offset":52,"line":"13486","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13487","suggestions":"13488","row":7,"col":1,"uri":"13463","context":"13489"},{"text":"13490","offset":58,"line":"13491","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13492","suggestions":"13493","row":8,"col":1,"uri":"13463","context":"13494"},{"text":"6585","offset":63,"line":"13495","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13496","suggestions":"13497","row":9,"col":1,"uri":"13463","context":"13498"},{"text":"13499","offset":73,"line":"13500","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13501","suggestions":"13502","row":10,"col":1,"uri":"13463","context":"13503"},{"text":"13504","offset":78,"line":"13505","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13506","suggestions":"13507","row":11,"col":1,"uri":"13463","context":"13508"},{"text":"13509","offset":0,"line":"13510","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"13511","suggestions":"13512","row":1,"col":1,"uri":"13513","context":"13514"},{"text":"13515","offset":16,"line":"13516","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13517","suggestions":"13518","row":2,"col":1,"uri":"13513","context":"13519"},{"text":"13520","offset":25,"line":"13521","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13522","suggestions":"13523","row":3,"col":1,"uri":"13513","context":"13524"},{"text":"13525","offset":35,"line":"13526","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13527","suggestions":"13528","row":4,"col":1,"uri":"13513","context":"13529"},{"text":"13530","offset":46,"line":"13531","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13532","suggestions":"13533","row":5,"col":1,"uri":"13513","context":"13534"},{"text":"13535","offset":54,"line":"13536","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13537","suggestions":"13538","row":6,"col":1,"uri":"13513","context":"13539"},{"text":"12856","offset":78,"line":"13540","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13541","suggestions":"13542","row":10,"col":1,"uri":"13513","context":"13543"},{"text":"13544","offset":83,"line":"13545","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13546","suggestions":"13547","row":11,"col":1,"uri":"13513","context":"13548"},{"text":"8572","offset":90,"line":"13549","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13550","suggestions":"13551","row":12,"col":1,"uri":"13513","context":"13552"},{"text":"13553","offset":95,"line":"13554","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13555","suggestions":"13556","row":13,"col":1,"uri":"13513","context":"13557"},{"text":"13558","offset":104,"line":"13559","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13560","suggestions":"13561","row":14,"col":1,"uri":"13513","context":"13562"},{"text":"13563","offset":112,"line":"13564","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"13565","suggestions":"13566","row":15,"col":1,"uri":"13513","context":"13567"},{"text":"12894","offset":129,"line":"13568","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13569","suggestions":"13570","row":16,"col":1,"uri":"13513","context":"13571"},{"text":"13572","offset":135,"line":"13573","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13574","suggestions":"13575","row":17,"col":1,"uri":"13513","context":"13576"},{"text":"13577","offset":143,"line":"13578","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13579","suggestions":"13580","row":18,"col":1,"uri":"13513","context":"13581"},{"text":"13582","offset":149,"line":"13583","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13584","suggestions":"13585","row":19,"col":1,"uri":"13513","context":"13586"},{"text":"10885","offset":161,"line":"13587","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13588","suggestions":"13589","row":20,"col":1,"uri":"13513","context":"13590"},{"text":"13591","offset":168,"line":"13592","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13593","suggestions":"13594","row":21,"col":1,"uri":"13513","context":"13595"},{"text":"13596","offset":181,"line":"13597","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13598","suggestions":"13599","row":22,"col":1,"uri":"13513","context":"13600"},{"text":"13601","offset":193,"line":"13602","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13603","suggestions":"13604","row":23,"col":1,"uri":"13513","context":"13605"},{"text":"13606","offset":204,"line":"13607","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13608","suggestions":"13609","row":24,"col":1,"uri":"13513","context":"13610"},{"text":"13611","offset":217,"line":"13612","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13613","suggestions":"13614","row":25,"col":1,"uri":"13513","context":"13615"},{"text":"13616","offset":226,"line":"13617","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13618","suggestions":"13619","row":26,"col":1,"uri":"13513","context":"13620"},{"text":"13621","offset":233,"line":"13622","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13623","suggestions":"13624","row":27,"col":1,"uri":"13513","context":"13625"},{"text":"12361","offset":240,"line":"13626","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13627","suggestions":"13628","row":28,"col":1,"uri":"13513","context":"13629"},{"text":"13630","offset":245,"line":"13631","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13632","suggestions":"13633","row":29,"col":1,"uri":"13513","context":"13634"},{"text":"13635","offset":252,"line":"13636","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"13637","suggestions":"13638","row":30,"col":1,"uri":"13513","context":"13639"},{"text":"13640","offset":271,"line":"13641","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13642","suggestions":"13643","row":31,"col":1,"uri":"13513","context":"13644"},{"text":"13645","offset":285,"line":"13646","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13647","suggestions":"13648","row":32,"col":1,"uri":"13513","context":"13649"},{"text":"13650","offset":295,"line":"13651","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13652","suggestions":"13653","row":33,"col":1,"uri":"13513","context":"13654"},{"text":"13655","offset":305,"line":"13656","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"13657","suggestions":"13658","row":34,"col":1,"uri":"13513","context":"13659"},{"text":"13660","offset":324,"line":"13661","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13662","suggestions":"13663","row":35,"col":1,"uri":"13513","context":"13664"},{"text":"13665","offset":336,"line":"13666","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13667","suggestions":"13668","row":36,"col":1,"uri":"13513","context":"13669"},{"text":"13670","offset":346,"line":"13671","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13672","suggestions":"13673","row":37,"col":1,"uri":"13513","context":"13674"},{"text":"13675","offset":0,"line":"13676","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13677","suggestions":"13678","row":1,"col":1,"uri":"13679","context":"13680"},{"text":"13681","offset":8,"line":"13682","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13683","suggestions":"13684","row":2,"col":1,"uri":"13679","context":"13685"},{"text":"13686","offset":13,"line":"13687","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13688","suggestions":"13689","row":3,"col":1,"uri":"13679","context":"13690"},{"text":"13691","offset":21,"line":"13692","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13693","suggestions":"13694","row":4,"col":1,"uri":"13679","context":"13695"},{"text":"13696","offset":34,"line":"13697","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13698","suggestions":"13699","row":5,"col":1,"uri":"13679","context":"13700"},{"text":"13701","offset":49,"line":"13702","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13703","suggestions":"13704","row":6,"col":1,"uri":"13679","context":"13705"},{"text":"13706","offset":59,"line":"13707","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"13708","suggestions":"13709","row":7,"col":1,"uri":"13679","context":"13710"},{"text":"13711","offset":72,"line":"13712","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13713","suggestions":"13714","row":8,"col":1,"uri":"13679","context":"13715"},{"text":"7875","offset":0,"line":"13716","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13717","suggestions":"13718","row":1,"col":1,"uri":"13719","context":"13720"},{"text":"7864","offset":8,"line":"13721","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13722","suggestions":"13723","row":2,"col":1,"uri":"13719","context":"13724"},{"text":"7870","offset":16,"line":"13725","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13726","suggestions":"13727","row":3,"col":1,"uri":"13719","context":"13728"},{"text":"6549","offset":24,"line":"13729","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13730","suggestions":"13731","row":4,"col":1,"uri":"13719","context":"13732"},{"text":"13733","offset":33,"line":"13734","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13735","suggestions":"13736","row":5,"col":1,"uri":"13719","context":"13737"},{"text":"13738","offset":39,"line":"13739","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13740","suggestions":"13741","row":6,"col":1,"uri":"13719","context":"13742"},{"text":"6533","offset":47,"line":"13743","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13744","suggestions":"13745","row":7,"col":1,"uri":"13719","context":"13746"},{"text":"13398","offset":53,"line":"13747","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13748","suggestions":"13749","row":8,"col":1,"uri":"13719","context":"13750"},{"text":"13751","offset":5,"line":"13752","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13753","suggestions":"13754","row":2,"col":1,"uri":"13755","context":"13756"},{"text":"13757","offset":3,"line":"13758","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13759","suggestions":"13760","row":1,"col":4,"uri":"13761","context":"13762"},{"text":"10652","offset":24,"line":"13763","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13764","suggestions":"13765","row":3,"col":10,"uri":"13761","context":"13766"},{"text":"5979","offset":33,"line":"13763","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13767","suggestions":"13768","row":3,"col":19,"uri":"13761","context":"13769"},{"text":"13770","offset":53,"line":"13763","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13771","suggestions":"13772","row":3,"col":39,"uri":"13761","context":"13773"},{"text":"13774","offset":64,"line":"13763","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13775","suggestions":"13776","row":3,"col":50,"uri":"13761","context":"13777"},{"text":"13285","offset":75,"line":"13763","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13778","suggestions":"13779","row":3,"col":61,"uri":"13761","context":"13780"},{"text":"13781","offset":89,"line":"13763","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13782","suggestions":"13783","row":3,"col":75,"uri":"13761","context":"13784"},{"text":"13785","offset":113,"line":"13786","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13787","suggestions":"13788","row":4,"col":11,"uri":"13761","context":"13789"},{"text":"13790","offset":150,"line":"13786","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13791","suggestions":"13792","row":4,"col":48,"uri":"13761","context":"13793"},{"text":"13794","offset":156,"line":"13786","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13795","suggestions":"13796","row":4,"col":54,"uri":"13761","context":"13797"},{"text":"13798","offset":169,"line":"13786","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13799","suggestions":"13800","row":4,"col":67,"uri":"13761","context":"13801"},{"text":"10898","offset":179,"line":"13786","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13802","suggestions":"13803","row":4,"col":77,"uri":"13761","context":"13804"},{"text":"13805","offset":185,"line":"13806","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13807","suggestions":"13808","row":5,"col":1,"uri":"13761","context":"13809"},{"text":"7659","offset":194,"line":"13806","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13810","suggestions":"13811","row":5,"col":10,"uri":"13761","context":"13812"},{"text":"13813","offset":204,"line":"13806","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13814","suggestions":"13815","row":5,"col":20,"uri":"13761","context":"13816"},{"text":"13817","offset":216,"line":"13806","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13818","suggestions":"13819","row":5,"col":32,"uri":"13761","context":"13820"},{"text":"13821","offset":221,"line":"13806","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13822","suggestions":"13823","row":5,"col":37,"uri":"13761","context":"13824"},{"text":"5979","offset":230,"line":"13806","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13767","suggestions":"13825","row":5,"col":46,"uri":"13761","context":"13826"},{"text":"7560","offset":239,"line":"13806","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13827","suggestions":"13828","row":5,"col":55,"uri":"13761","context":"13829"},{"text":"13086","offset":244,"line":"13806","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13830","suggestions":"13831","row":5,"col":60,"uri":"13761","context":"13832"},{"text":"13833","offset":267,"line":"13806","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13834","suggestions":"13835","row":5,"col":83,"uri":"13761","context":"13836"},{"text":"13837","offset":304,"line":"13838","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13839","suggestions":"13840","row":8,"col":4,"uri":"13761","context":"13841"},{"text":"13842","offset":319,"line":"13838","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13843","suggestions":"13844","row":8,"col":19,"uri":"13761","context":"13845"},{"text":"13846","offset":329,"line":"13838","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13847","suggestions":"13848","row":8,"col":29,"uri":"13761","context":"13849"},{"text":"10647","offset":344,"line":"13850","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13851","suggestions":"13852","row":10,"col":3,"uri":"13761","context":"13853"},{"text":"13577","offset":349,"line":"13850","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13854","suggestions":"13855","row":10,"col":8,"uri":"13761","context":"13856"},{"text":"5979","offset":355,"line":"13850","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13767","suggestions":"13857","row":10,"col":14,"uri":"13761","context":"13858"},{"text":"13859","offset":364,"line":"13850","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13860","suggestions":"13861","row":10,"col":23,"uri":"13761","context":"13862"},{"text":"12432","offset":392,"line":"13850","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13863","suggestions":"13864","row":10,"col":51,"uri":"13761","context":"13865"},{"text":"13866","offset":404,"line":"13850","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13867","suggestions":"13868","row":10,"col":63,"uri":"13761","context":"13869"},{"text":"13870","offset":422,"line":"13850","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13871","suggestions":"13872","row":10,"col":81,"uri":"13761","context":"13873"},{"text":"13874","offset":432,"line":"13875","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13876","suggestions":"13877","row":11,"col":5,"uri":"13761","context":"13878"},{"text":"7614","offset":455,"line":"13879","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13880","suggestions":"13881","row":12,"col":14,"uri":"13761","context":"13882"},{"text":"13883","offset":467,"line":"13879","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13884","suggestions":"13885","row":12,"col":26,"uri":"13761","context":"13886"},{"text":"13887","offset":484,"line":"13879","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13888","suggestions":"13889","row":12,"col":43,"uri":"13761","context":"13890"},{"text":"13141","offset":498,"line":"13879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13891","suggestions":"13892","row":12,"col":57,"uri":"13761","context":"13893"},{"text":"13894","offset":608,"line":"13895","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"13896","suggestions":"13897","row":14,"col":20,"uri":"13761","context":"13898"},{"text":"13899","offset":628,"line":"13895","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13900","suggestions":"13901","row":14,"col":40,"uri":"13761","context":"13902"},{"text":"12746","offset":653,"line":"13895","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13903","suggestions":"13904","row":14,"col":65,"uri":"13761","context":"13905"},{"text":"10864","offset":675,"line":"13906","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13907","suggestions":"13908","row":15,"col":5,"uri":"13761","context":"13909"},{"text":"7560","offset":691,"line":"13906","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13827","suggestions":"13910","row":15,"col":21,"uri":"13761","context":"13911"},{"text":"13912","offset":700,"line":"13906","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13913","suggestions":"13914","row":15,"col":30,"uri":"13761","context":"13915"},{"text":"13916","offset":724,"line":"13906","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13917","suggestions":"13918","row":15,"col":54,"uri":"13761","context":"13919"},{"text":"13920","offset":734,"line":"13906","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13921","suggestions":"13922","row":15,"col":64,"uri":"13761","context":"13923"},{"text":"13924","offset":763,"line":"13925","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13926","suggestions":"13927","row":16,"col":5,"uri":"13761","context":"13928"},{"text":"12530","offset":774,"line":"13925","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13929","suggestions":"13930","row":16,"col":16,"uri":"13761","context":"13931"},{"text":"10346","offset":781,"line":"13925","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13932","suggestions":"13933","row":16,"col":23,"uri":"13761","context":"13934"},{"text":"13935","offset":794,"line":"13925","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13936","suggestions":"13937","row":16,"col":36,"uri":"13761","context":"13938"},{"text":"13939","offset":800,"line":"13925","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13940","suggestions":"13941","row":16,"col":42,"uri":"13761","context":"13942"},{"text":"12634","offset":824,"line":"13943","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13944","suggestions":"13945","row":17,"col":14,"uri":"13761","context":"13946"},{"text":"13611","offset":832,"line":"13943","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13947","suggestions":"13948","row":17,"col":22,"uri":"13761","context":"13949"},{"text":"13950","offset":845,"line":"13943","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13951","suggestions":"13952","row":17,"col":35,"uri":"13761","context":"13953"},{"text":"13954","offset":855,"line":"13943","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13955","suggestions":"13956","row":17,"col":45,"uri":"13761","context":"13957"},{"text":"12634","offset":867,"line":"13943","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13944","suggestions":"13958","row":17,"col":57,"uri":"13761","context":"13959"},{"text":"13960","offset":875,"line":"13943","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"13961","suggestions":"13962","row":17,"col":65,"uri":"13761","context":"13963"},{"text":"13003","offset":888,"line":"13943","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13964","suggestions":"13965","row":17,"col":78,"uri":"13761","context":"13966"},{"text":"13967","offset":908,"line":"13968","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13969","suggestions":"13970","row":18,"col":12,"uri":"13761","context":"13971"},{"text":"12848","offset":919,"line":"13968","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13972","suggestions":"13973","row":18,"col":23,"uri":"13761","context":"13974"},{"text":"8488","offset":938,"line":"13975","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13976","suggestions":"13977","row":19,"col":3,"uri":"13761","context":"13978"},{"text":"12361","offset":972,"line":"13975","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13979","suggestions":"13980","row":19,"col":37,"uri":"13761","context":"13981"},{"text":"12554","offset":981,"line":"13975","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13982","suggestions":"13983","row":19,"col":46,"uri":"13761","context":"13984"},{"text":"5979","offset":996,"line":"13975","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13767","suggestions":"13985","row":19,"col":61,"uri":"13761","context":"13986"},{"text":"13987","offset":1008,"line":"13988","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13989","suggestions":"13990","row":20,"col":3,"uri":"13761","context":"13991"},{"text":"13992","offset":1027,"line":"13988","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"13993","suggestions":"13994","row":20,"col":22,"uri":"13761","context":"13995"},{"text":"13996","offset":1042,"line":"13988","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"13997","suggestions":"13998","row":20,"col":37,"uri":"13761","context":"13999"},{"text":"14000","offset":1070,"line":"13988","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14001","suggestions":"14002","row":20,"col":65,"uri":"13761","context":"14003"},{"text":"12705","offset":1090,"line":"14004","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14005","suggestions":"14006","row":21,"col":5,"uri":"13761","context":"14007"},{"text":"8488","offset":1117,"line":"14008","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13976","suggestions":"14009","row":22,"col":3,"uri":"13761","context":"14010"},{"text":"13887","offset":1146,"line":"14008","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13888","suggestions":"14011","row":22,"col":32,"uri":"13761","context":"14012"},{"text":"14013","offset":1162,"line":"14008","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"14014","suggestions":"14015","row":22,"col":48,"uri":"13761","context":"14016"},{"text":"13813","offset":1195,"line":"14017","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13814","suggestions":"14018","row":24,"col":15,"uri":"13761","context":"14019"},{"text":"14020","offset":1206,"line":"14021","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14022","suggestions":"14023","row":26,"col":3,"uri":"13761","context":"14024"},{"text":"14025","offset":1222,"line":"14021","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14026","suggestions":"14027","row":26,"col":19,"uri":"13761","context":"14028"},{"text":"14029","offset":1240,"line":"14021","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14030","suggestions":"14031","row":26,"col":37,"uri":"13761","context":"14032"},{"text":"10885","offset":1255,"line":"14021","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14033","suggestions":"14034","row":26,"col":52,"uri":"13761","context":"14035"},{"text":"14036","offset":1274,"line":"14021","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14037","suggestions":"14038","row":26,"col":71,"uri":"13761","context":"14039"},{"text":"14040","offset":1282,"line":"14021","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14041","suggestions":"14042","row":26,"col":79,"uri":"13761","context":"14043"},{"text":"12790","offset":1300,"line":"14044","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14045","suggestions":"14046","row":27,"col":13,"uri":"13761","context":"14047"},{"text":"12432","offset":1318,"line":"14044","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13863","suggestions":"14048","row":27,"col":31,"uri":"13761","context":"14049"},{"text":"14050","offset":1337,"line":"14044","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14051","suggestions":"14052","row":27,"col":50,"uri":"13761","context":"14053"},{"text":"14054","offset":1428,"line":"14055","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14056","suggestions":"14057","row":28,"col":1,"uri":"13761","context":"14058"},{"text":"14059","offset":1439,"line":"14055","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14060","suggestions":"14061","row":28,"col":12,"uri":"13761","context":"14062"},{"text":"14063","offset":1446,"line":"14055","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14064","suggestions":"14065","row":28,"col":19,"uri":"13761","context":"14066"},{"text":"14067","offset":1455,"line":"14055","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14068","suggestions":"14069","row":28,"col":28,"uri":"13761","context":"14070"},{"text":"14071","offset":1505,"line":"14055","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14072","suggestions":"14073","row":28,"col":78,"uri":"13761","context":"14074"},{"text":"14075","offset":1510,"line":"14076","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14077","suggestions":"14078","row":29,"col":1,"uri":"13761","context":"14079"},{"text":"14080","offset":1521,"line":"14076","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14081","suggestions":"14082","row":29,"col":12,"uri":"13761","context":"14083"},{"text":"8572","offset":1532,"line":"14076","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14084","suggestions":"14085","row":29,"col":23,"uri":"13761","context":"14086"},{"text":"14029","offset":1542,"line":"14076","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14030","suggestions":"14087","row":29,"col":33,"uri":"13761","context":"14088"},{"text":"7785","offset":1550,"line":"14076","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14089","suggestions":"14090","row":29,"col":41,"uri":"13761","context":"14091"},{"text":"13003","offset":1558,"line":"14076","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13964","suggestions":"14092","row":29,"col":49,"uri":"13761","context":"14093"},{"text":"14094","offset":1567,"line":"14076","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14095","suggestions":"14096","row":29,"col":58,"uri":"13761","context":"14097"},{"text":"14098","offset":1584,"line":"14076","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14099","suggestions":"14100","row":29,"col":75,"uri":"13761","context":"14101"},{"text":"14102","offset":1609,"line":"14103","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14104","suggestions":"14105","row":30,"col":12,"uri":"13761","context":"14106"},{"text":"14107","offset":1628,"line":"14103","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14108","suggestions":"14109","row":30,"col":31,"uri":"13761","context":"14110"},{"text":"14111","offset":1638,"line":"14103","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14112","suggestions":"14113","row":30,"col":41,"uri":"13761","context":"14114"},{"text":"14115","offset":1679,"line":"14116","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14117","suggestions":"14118","row":32,"col":29,"uri":"13761","context":"14119"},{"text":"14120","offset":1696,"line":"14116","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14121","suggestions":"14122","row":32,"col":46,"uri":"13761","context":"14123"},{"text":"8406","offset":1701,"line":"14116","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14124","suggestions":"14125","row":32,"col":51,"uri":"13761","context":"14126"},{"text":"14127","offset":1707,"line":"14116","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14128","suggestions":"14129","row":32,"col":57,"uri":"13761","context":"14130"},{"text":"14131","offset":1714,"line":"14116","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14132","suggestions":"14133","row":32,"col":64,"uri":"13761","context":"14134"},{"text":"14135","offset":1726,"line":"14116","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14136","suggestions":"14137","row":32,"col":76,"uri":"13761","context":"14138"},{"text":"14139","offset":1735,"line":"14140","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14141","suggestions":"14142","row":33,"col":1,"uri":"13761","context":"14143"},{"text":"14144","offset":1765,"line":"14140","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14145","suggestions":"14146","row":33,"col":31,"uri":"13761","context":"14147"},{"text":"14148","offset":1781,"line":"14140","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14149","suggestions":"14150","row":33,"col":47,"uri":"13761","context":"14151"},{"text":"7565","offset":1794,"line":"14140","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14152","suggestions":"14153","row":33,"col":60,"uri":"13761","context":"14154"},{"text":"14155","offset":1800,"line":"14140","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14156","suggestions":"14157","row":33,"col":66,"uri":"13761","context":"14158"},{"text":"14159","offset":1812,"line":"14140","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14160","suggestions":"14161","row":33,"col":78,"uri":"13761","context":"14162"},{"text":"14163","offset":1834,"line":"14164","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14165","suggestions":"14166","row":34,"col":12,"uri":"13761","context":"14167"},{"text":"14168","offset":1847,"line":"14164","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"14169","suggestions":"14170","row":34,"col":25,"uri":"13761","context":"14171"},{"text":"14144","offset":1865,"line":"14164","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14145","suggestions":"14172","row":34,"col":43,"uri":"13761","context":"14173"},{"text":"14059","offset":1884,"line":"14164","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14060","suggestions":"14174","row":34,"col":62,"uri":"13761","context":"14175"},{"text":"14063","offset":1891,"line":"14164","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14064","suggestions":"14176","row":34,"col":69,"uri":"13761","context":"14177"},{"text":"14067","offset":1900,"line":"14164","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14068","suggestions":"14178","row":34,"col":78,"uri":"13761","context":"14179"},{"text":"14180","offset":1923,"line":"14181","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14182","suggestions":"14183","row":35,"col":13,"uri":"13761","context":"14184"},{"text":"14185","offset":1938,"line":"14181","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14186","suggestions":"14187","row":35,"col":28,"uri":"13761","context":"14188"},{"text":"14163","offset":1961,"line":"14181","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14165","suggestions":"14189","row":35,"col":51,"uri":"13761","context":"14190"},{"text":"12856","offset":1977,"line":"14181","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14191","suggestions":"14192","row":35,"col":67,"uri":"13761","context":"14193"},{"text":"8572","offset":1985,"line":"14181","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14084","suggestions":"14194","row":35,"col":75,"uri":"13761","context":"14195"},{"text":"14196","offset":1990,"line":"14181","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14197","suggestions":"14198","row":35,"col":80,"uri":"13761","context":"14199"},{"text":"14200","offset":2005,"line":"14201","length":19,"isFlagged":false,"isFound":false,"suggestionsEx":"14202","suggestions":"14203","row":36,"col":10,"uri":"13761","context":"14204"},{"text":"14000","offset":2044,"line":"14201","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14001","suggestions":"14205","row":36,"col":49,"uri":"13761","context":"14206"},{"text":"14207","offset":2060,"line":"14201","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"14208","suggestions":"14209","row":36,"col":65,"uri":"13761","context":"14210"},{"text":"13887","offset":2080,"line":"14211","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13888","suggestions":"14212","row":37,"col":1,"uri":"13761","context":"14213"},{"text":"14000","offset":2105,"line":"14211","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14001","suggestions":"14214","row":37,"col":26,"uri":"13761","context":"14215"},{"text":"5979","offset":2142,"line":"14211","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13767","suggestions":"14216","row":37,"col":63,"uri":"13761","context":"14217"},{"text":"14218","offset":2159,"line":"14211","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14219","suggestions":"14220","row":37,"col":80,"uri":"13761","context":"14221"},{"text":"12754","offset":2165,"line":"14222","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14223","suggestions":"14224","row":38,"col":1,"uri":"13761","context":"14225"},{"text":"12441","offset":2178,"line":"14222","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14226","suggestions":"14227","row":38,"col":14,"uri":"13761","context":"14228"},{"text":"14229","offset":2197,"line":"14222","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14230","suggestions":"14231","row":38,"col":33,"uri":"13761","context":"14232"},{"text":"14233","offset":2232,"line":"14222","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14234","suggestions":"14235","row":38,"col":68,"uri":"13761","context":"14236"},{"text":"12403","offset":2247,"line":"14237","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14238","suggestions":"14239","row":39,"col":1,"uri":"13761","context":"14240"},{"text":"14241","offset":2259,"line":"14237","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14242","suggestions":"14243","row":39,"col":13,"uri":"13761","context":"14244"},{"text":"14245","offset":2273,"line":"14237","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14246","suggestions":"14247","row":39,"col":27,"uri":"13761","context":"14248"},{"text":"14249","offset":2284,"line":"14237","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14250","suggestions":"14251","row":39,"col":38,"uri":"13761","context":"14252"},{"text":"14253","offset":2297,"line":"14237","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14254","suggestions":"14255","row":39,"col":51,"uri":"13761","context":"14256"},{"text":"13003","offset":2329,"line":"14237","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13964","suggestions":"14257","row":39,"col":83,"uri":"13761","context":"14258"},{"text":"13790","offset":2338,"line":"14259","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13791","suggestions":"14260","row":40,"col":5,"uri":"13761","context":"14261"},{"text":"14262","offset":2344,"line":"14259","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14263","suggestions":"14264","row":40,"col":11,"uri":"13761","context":"14265"},{"text":"8572","offset":2358,"line":"14259","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14084","suggestions":"14266","row":40,"col":25,"uri":"13761","context":"14267"},{"text":"14268","offset":2363,"line":"14259","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14269","suggestions":"14270","row":40,"col":30,"uri":"13761","context":"14271"},{"text":"10346","offset":2374,"line":"14259","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13932","suggestions":"14272","row":40,"col":41,"uri":"13761","context":"14273"},{"text":"14233","offset":2383,"line":"14259","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14234","suggestions":"14274","row":40,"col":50,"uri":"13761","context":"14275"},{"text":"12403","offset":2398,"line":"14259","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14238","suggestions":"14276","row":40,"col":65,"uri":"13761","context":"14277"},{"text":"10647","offset":2406,"line":"14259","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13851","suggestions":"14278","row":40,"col":73,"uri":"13761","context":"14279"},{"text":"13266","offset":2415,"line":"14259","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14280","suggestions":"14281","row":40,"col":82,"uri":"13761","context":"14282"},{"text":"12441","offset":2420,"line":"14283","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14226","suggestions":"14284","row":41,"col":1,"uri":"13761","context":"14285"},{"text":"14139","offset":2434,"line":"14283","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14141","suggestions":"14286","row":41,"col":15,"uri":"13761","context":"14287"},{"text":"13846","offset":2445,"line":"14283","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13847","suggestions":"14288","row":41,"col":26,"uri":"13761","context":"14289"},{"text":"14290","offset":2499,"line":"14291","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14292","suggestions":"14293","row":42,"col":1,"uri":"13761","context":"14294"},{"text":"8572","offset":2514,"line":"14291","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14084","suggestions":"14295","row":42,"col":16,"uri":"13761","context":"14296"},{"text":"14297","offset":2519,"line":"14291","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14298","suggestions":"14299","row":42,"col":21,"uri":"13761","context":"14300"},{"text":"14301","offset":2524,"line":"14291","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14302","suggestions":"14303","row":42,"col":26,"uri":"13761","context":"14304"},{"text":"14305","offset":2533,"line":"14306","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14307","suggestions":"14308","row":44,"col":3,"uri":"13761","context":"14309"},{"text":"14310","offset":2553,"line":"14306","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14311","suggestions":"14312","row":44,"col":23,"uri":"13761","context":"14313"},{"text":"7565","offset":2573,"line":"14306","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14152","suggestions":"14314","row":44,"col":43,"uri":"13761","context":"14315"},{"text":"14155","offset":2579,"line":"14306","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14156","suggestions":"14316","row":44,"col":49,"uri":"13761","context":"14317"},{"text":"14318","offset":2589,"line":"14306","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14319","suggestions":"14320","row":44,"col":59,"uri":"13761","context":"14321"},{"text":"14067","offset":2603,"line":"14306","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14068","suggestions":"14322","row":44,"col":73,"uri":"13761","context":"14323"},{"text":"14324","offset":2610,"line":"14306","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14325","suggestions":"14326","row":44,"col":80,"uri":"13761","context":"14327"},{"text":"14328","offset":2641,"line":"14329","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14330","suggestions":"14331","row":45,"col":25,"uri":"13761","context":"14332"},{"text":"8483","offset":2661,"line":"14329","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14333","suggestions":"14334","row":45,"col":45,"uri":"13761","context":"14335"},{"text":"10885","offset":2670,"line":"14329","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14033","suggestions":"14336","row":45,"col":54,"uri":"13761","context":"14337"},{"text":"14338","offset":2689,"line":"14329","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14339","suggestions":"14340","row":45,"col":73,"uri":"13761","context":"14341"},{"text":"14342","offset":2706,"line":"14343","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14344","suggestions":"14345","row":46,"col":1,"uri":"13761","context":"14346"},{"text":"14328","offset":2719,"line":"14343","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14330","suggestions":"14347","row":46,"col":14,"uri":"13761","context":"14348"},{"text":"8483","offset":2741,"line":"14343","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14333","suggestions":"14349","row":46,"col":36,"uri":"13761","context":"14350"},{"text":"10885","offset":2750,"line":"14343","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14033","suggestions":"14351","row":46,"col":45,"uri":"13761","context":"14352"},{"text":"10652","offset":2761,"line":"14343","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13764","suggestions":"14353","row":46,"col":56,"uri":"13761","context":"14354"},{"text":"14355","offset":2795,"line":"14356","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14357","suggestions":"14358","row":47,"col":1,"uri":"13761","context":"14359"},{"text":"7560","offset":2817,"line":"14356","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13827","suggestions":"14360","row":47,"col":23,"uri":"13761","context":"14361"},{"text":"14362","offset":2822,"line":"14356","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14363","suggestions":"14364","row":47,"col":28,"uri":"13761","context":"14365"},{"text":"14366","offset":2889,"line":"14367","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14368","suggestions":"14369","row":48,"col":57,"uri":"13761","context":"14370"},{"text":"14328","offset":2923,"line":"14371","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14330","suggestions":"14372","row":49,"col":4,"uri":"13761","context":"14373"},{"text":"7678","offset":2937,"line":"14371","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14374","suggestions":"14375","row":49,"col":18,"uri":"13761","context":"14376"},{"text":"14377","offset":2951,"line":"14371","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14378","suggestions":"14379","row":49,"col":32,"uri":"13761","context":"14380"},{"text":"14381","offset":3027,"line":"14382","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14383","suggestions":"14384","row":50,"col":67,"uri":"13761","context":"14385"},{"text":"14386","offset":3045,"line":"14387","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14388","suggestions":"14389","row":51,"col":1,"uri":"13761","context":"14390"},{"text":"7678","offset":3051,"line":"14387","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14374","suggestions":"14391","row":51,"col":7,"uri":"13761","context":"14392"},{"text":"14377","offset":3065,"line":"14387","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14378","suggestions":"14393","row":51,"col":21,"uri":"13761","context":"14394"},{"text":"14381","offset":3112,"line":"14387","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14383","suggestions":"14395","row":51,"col":68,"uri":"13761","context":"14396"},{"text":"14397","offset":3136,"line":"14398","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14399","suggestions":"14400","row":52,"col":4,"uri":"13761","context":"14401"},{"text":"14402","offset":3156,"line":"14398","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14403","suggestions":"14404","row":52,"col":24,"uri":"13761","context":"14405"},{"text":"7643","offset":3166,"line":"14398","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14406","suggestions":"14407","row":52,"col":34,"uri":"13761","context":"14408"},{"text":"14409","offset":3182,"line":"14398","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"14410","suggestions":"14411","row":52,"col":50,"uri":"13761","context":"14412"},{"text":"14413","offset":3201,"line":"14398","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14414","suggestions":"14415","row":52,"col":69,"uri":"13761","context":"14416"},{"text":"7560","offset":3211,"line":"14398","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13827","suggestions":"14417","row":52,"col":79,"uri":"13761","context":"14418"},{"text":"14402","offset":3293,"line":"14419","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14403","suggestions":"14420","row":53,"col":74,"uri":"13761","context":"14421"},{"text":"7643","offset":3303,"line":"14422","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14406","suggestions":"14423","row":54,"col":1,"uri":"13761","context":"14424"},{"text":"14425","offset":3311,"line":"14422","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14426","suggestions":"14427","row":54,"col":9,"uri":"13761","context":"14428"},{"text":"14429","offset":3325,"line":"14422","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14430","suggestions":"14431","row":54,"col":23,"uri":"13761","context":"14432"},{"text":"14433","offset":3339,"line":"14422","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14434","suggestions":"14435","row":54,"col":37,"uri":"13761","context":"14436"},{"text":"14437","offset":3358,"line":"14422","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14438","suggestions":"14439","row":54,"col":56,"uri":"13761","context":"14440"},{"text":"14366","offset":3370,"line":"14422","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14368","suggestions":"14441","row":54,"col":68,"uri":"13761","context":"14442"},{"text":"12754","offset":3388,"line":"14443","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14223","suggestions":"14444","row":55,"col":1,"uri":"13761","context":"14445"},{"text":"14446","offset":3407,"line":"14443","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14447","suggestions":"14448","row":55,"col":20,"uri":"13761","context":"14449"},{"text":"7565","offset":3442,"line":"14450","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14152","suggestions":"14451","row":57,"col":14,"uri":"13761","context":"14452"},{"text":"14453","offset":3456,"line":"14450","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14454","suggestions":"14455","row":57,"col":28,"uri":"13761","context":"14456"},{"text":"10885","offset":3479,"line":"14450","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14033","suggestions":"14457","row":57,"col":51,"uri":"13761","context":"14458"},{"text":"10880","offset":3486,"line":"14450","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14459","suggestions":"14460","row":57,"col":58,"uri":"13761","context":"14461"},{"text":"14453","offset":3492,"line":"14450","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14454","suggestions":"14462","row":57,"col":64,"uri":"13761","context":"14463"},{"text":"14464","offset":3561,"line":"14465","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14466","suggestions":"14467","row":58,"col":56,"uri":"13761","context":"14468"},{"text":"14469","offset":3582,"line":"14465","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14470","suggestions":"14471","row":58,"col":77,"uri":"13761","context":"14472"},{"text":"14473","offset":3607,"line":"14474","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14475","suggestions":"14476","row":59,"col":17,"uri":"13761","context":"14477"},{"text":"14478","offset":3626,"line":"14479","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14480","suggestions":"14481","row":60,"col":2,"uri":"13761","context":"14482"},{"text":"14483","offset":3632,"line":"14479","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"14484","suggestions":"14485","row":60,"col":8,"uri":"13761","context":"14486"},{"text":"14487","offset":3754,"line":"14488","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14489","suggestions":"14490","row":61,"col":1,"uri":"13761","context":"14491"},{"text":"14492","offset":3769,"line":"14488","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14493","suggestions":"14494","row":61,"col":16,"uri":"13761","context":"14495"},{"text":"14496","offset":3778,"line":"14488","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14497","suggestions":"14498","row":61,"col":25,"uri":"13761","context":"14499"},{"text":"8488","offset":3796,"line":"14500","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13976","suggestions":"14501","row":63,"col":12,"uri":"13761","context":"14502"},{"text":"7785","offset":3823,"line":"14503","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14089","suggestions":"14504","row":65,"col":7,"uri":"13761","context":"14505"},{"text":"14506","offset":3847,"line":"14503","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14507","suggestions":"14508","row":65,"col":31,"uri":"13761","context":"14509"},{"text":"14510","offset":3867,"line":"14503","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14511","suggestions":"14512","row":65,"col":51,"uri":"13761","context":"14513"},{"text":"7614","offset":3879,"line":"14503","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13880","suggestions":"14514","row":65,"col":63,"uri":"13761","context":"14515"},{"text":"14516","offset":3898,"line":"14517","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14518","suggestions":"14519","row":66,"col":1,"uri":"13761","context":"14520"},{"text":"14521","offset":3911,"line":"14517","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14522","suggestions":"14523","row":66,"col":14,"uri":"13761","context":"14524"},{"text":"12856","offset":3922,"line":"14517","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14191","suggestions":"14525","row":66,"col":25,"uri":"13761","context":"14526"},{"text":"14527","offset":3931,"line":"14517","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14528","suggestions":"14529","row":66,"col":34,"uri":"13761","context":"14530"},{"text":"14531","offset":3937,"line":"14517","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14532","suggestions":"14533","row":66,"col":40,"uri":"13761","context":"14534"},{"text":"7643","offset":3946,"line":"14517","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14406","suggestions":"14535","row":66,"col":49,"uri":"13761","context":"14536"},{"text":"14290","offset":3954,"line":"14517","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14292","suggestions":"14537","row":66,"col":57,"uri":"13761","context":"14538"},{"text":"12790","offset":3973,"line":"14517","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14045","suggestions":"14539","row":66,"col":76,"uri":"13761","context":"14540"},{"text":"14541","offset":3979,"line":"14542","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14543","suggestions":"14544","row":67,"col":1,"uri":"13761","context":"14545"},{"text":"14233","offset":3999,"line":"14542","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14234","suggestions":"14546","row":67,"col":21,"uri":"13761","context":"14547"},{"text":"14548","offset":4014,"line":"14542","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14549","suggestions":"14550","row":67,"col":36,"uri":"13761","context":"14551"},{"text":"14552","offset":4024,"line":"14542","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14553","suggestions":"14554","row":67,"col":46,"uri":"13761","context":"14555"},{"text":"8572","offset":4044,"line":"14542","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14084","suggestions":"14556","row":67,"col":66,"uri":"13761","context":"14557"},{"text":"14029","offset":4054,"line":"14542","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14030","suggestions":"14558","row":67,"col":76,"uri":"13761","context":"14559"},{"text":"14080","offset":4062,"line":"14560","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14081","suggestions":"14561","row":68,"col":1,"uri":"13761","context":"14562"},{"text":"14563","offset":4084,"line":"14560","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14564","suggestions":"14565","row":68,"col":23,"uri":"13761","context":"14566"},{"text":"10885","offset":4101,"line":"14567","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14033","suggestions":"14568","row":70,"col":8,"uri":"13761","context":"14569"},{"text":"10898","offset":4108,"line":"14567","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13802","suggestions":"14570","row":70,"col":15,"uri":"13761","context":"14571"},{"text":"12634","offset":4118,"line":"14567","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"13944","suggestions":"14572","row":70,"col":25,"uri":"13761","context":"14573"},{"text":"14574","offset":4126,"line":"14567","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14575","suggestions":"14576","row":70,"col":33,"uri":"13761","context":"14577"},{"text":"12856","offset":4161,"line":"14578","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14191","suggestions":"14579","row":71,"col":26,"uri":"13761","context":"14580"},{"text":"14527","offset":4170,"line":"14578","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14528","suggestions":"14581","row":71,"col":35,"uri":"13761","context":"14582"},{"text":"14531","offset":4176,"line":"14578","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14532","suggestions":"14583","row":71,"col":41,"uri":"13761","context":"14584"},{"text":"13577","offset":4199,"line":"14578","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13854","suggestions":"14585","row":71,"col":64,"uri":"13761","context":"14586"},{"text":"14587","offset":4205,"line":"14578","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14588","suggestions":"14589","row":71,"col":70,"uri":"13761","context":"14590"},{"text":"14591","offset":4217,"line":"14592","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14593","suggestions":"14594","row":72,"col":4,"uri":"13761","context":"14595"},{"text":"7643","offset":4240,"line":"14596","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14406","suggestions":"14597","row":73,"col":8,"uri":"13761","context":"14598"},{"text":"14599","offset":4247,"line":"14596","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14600","suggestions":"14601","row":73,"col":15,"uri":"13761","context":"14602"},{"text":"13003","offset":4263,"line":"14596","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13964","suggestions":"14603","row":73,"col":31,"uri":"13761","context":"14604"},{"text":"14605","offset":4268,"line":"14596","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14606","suggestions":"14607","row":73,"col":36,"uri":"13761","context":"14608"},{"text":"10346","offset":4274,"line":"14596","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13932","suggestions":"14609","row":73,"col":42,"uri":"13761","context":"14610"},{"text":"7565","offset":4283,"line":"14596","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14152","suggestions":"14611","row":73,"col":51,"uri":"13761","context":"14612"},{"text":"14613","offset":4289,"line":"14596","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14614","suggestions":"14615","row":73,"col":57,"uri":"13761","context":"14616"},{"text":"7560","offset":4300,"line":"14596","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13827","suggestions":"14617","row":73,"col":68,"uri":"13761","context":"14618"},{"text":"13003","offset":4311,"line":"14596","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13964","suggestions":"14619","row":73,"col":79,"uri":"13761","context":"14620"},{"text":"7614","offset":4324,"line":"14621","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13880","suggestions":"14622","row":74,"col":5,"uri":"13761","context":"14623"},{"text":"14624","offset":4332,"line":"14621","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14625","suggestions":"14626","row":74,"col":13,"uri":"13761","context":"14627"},{"text":"14628","offset":4344,"line":"14621","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14629","suggestions":"14630","row":74,"col":25,"uri":"13761","context":"14631"},{"text":"7614","offset":4349,"line":"14621","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13880","suggestions":"14632","row":74,"col":30,"uri":"13761","context":"14633"},{"text":"13577","offset":4370,"line":"14621","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13854","suggestions":"14634","row":74,"col":51,"uri":"13761","context":"14635"},{"text":"14636","offset":4381,"line":"14621","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14637","suggestions":"14638","row":74,"col":62,"uri":"13761","context":"14639"},{"text":"14640","offset":4392,"line":"14641","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14642","suggestions":"14643","row":76,"col":4,"uri":"13761","context":"14644"},{"text":"12913","offset":4403,"line":"14641","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14645","suggestions":"14646","row":76,"col":15,"uri":"13761","context":"14647"},{"text":"14527","offset":4426,"line":"14648","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14528","suggestions":"14649","row":78,"col":14,"uri":"13761","context":"14650"},{"text":"12856","offset":4433,"line":"14648","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14191","suggestions":"14651","row":78,"col":21,"uri":"13761","context":"14652"},{"text":"14653","offset":4445,"line":"14648","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14654","suggestions":"14655","row":78,"col":33,"uri":"13761","context":"14656"},{"text":"8483","offset":4472,"line":"14648","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14333","suggestions":"14657","row":78,"col":60,"uri":"13761","context":"14658"},{"text":"7565","offset":4482,"line":"14648","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14152","suggestions":"14659","row":78,"col":70,"uri":"13761","context":"14660"},{"text":"14661","offset":4496,"line":"14662","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14663","suggestions":"14664","row":79,"col":5,"uri":"13761","context":"14665"},{"text":"14666","offset":4536,"line":"14667","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14668","suggestions":"14669","row":80,"col":16,"uri":"13761","context":"14670"},{"text":"12441","offset":4546,"line":"14667","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14226","suggestions":"14671","row":80,"col":26,"uri":"13761","context":"14672"},{"text":"14029","offset":4557,"line":"14667","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14030","suggestions":"14673","row":80,"col":37,"uri":"13761","context":"14674"},{"text":"10647","offset":4566,"line":"14667","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13851","suggestions":"14675","row":80,"col":46,"uri":"13761","context":"14676"},{"text":"14677","offset":4575,"line":"14667","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14678","suggestions":"14679","row":80,"col":55,"uri":"13761","context":"14680"},{"text":"13887","offset":4583,"line":"14667","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13888","suggestions":"14681","row":80,"col":63,"uri":"13761","context":"14682"},{"text":"8479","offset":4598,"line":"14683","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14684","suggestions":"14685","row":81,"col":5,"uri":"13761","context":"14686"},{"text":"14677","offset":4609,"line":"14683","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14678","suggestions":"14687","row":81,"col":16,"uri":"13761","context":"14688"},{"text":"7614","offset":4617,"line":"14683","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"13880","suggestions":"14689","row":81,"col":24,"uri":"13761","context":"14690"},{"text":"14691","offset":4624,"line":"14683","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14692","suggestions":"14693","row":81,"col":31,"uri":"13761","context":"14694"},{"text":"12403","offset":4632,"line":"14683","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14238","suggestions":"14695","row":81,"col":39,"uri":"13761","context":"14696"},{"text":"14605","offset":4643,"line":"14683","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14606","suggestions":"14697","row":81,"col":50,"uri":"13761","context":"14698"},{"text":"7785","offset":4670,"line":"14683","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14089","suggestions":"14699","row":81,"col":77,"uri":"13761","context":"14700"},{"text":"14677","offset":4685,"line":"14701","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14678","suggestions":"14702","row":82,"col":5,"uri":"13761","context":"14703"},{"text":"14704","offset":4708,"line":"14701","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14705","suggestions":"14706","row":82,"col":28,"uri":"13761","context":"14707"},{"text":"14067","offset":4723,"line":"14701","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14068","suggestions":"14708","row":82,"col":43,"uri":"13761","context":"14709"},{"text":"14677","offset":4734,"line":"14701","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14678","suggestions":"14710","row":82,"col":54,"uri":"13761","context":"14711"},{"text":"14712","offset":4742,"line":"14701","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14713","suggestions":"14714","row":82,"col":62,"uri":"13761","context":"14715"},{"text":"14677","offset":4767,"line":"14716","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14678","suggestions":"14717","row":83,"col":5,"uri":"13761","context":"14718"},{"text":"13954","offset":4780,"line":"14716","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13955","suggestions":"14719","row":83,"col":18,"uri":"13761","context":"14720"},{"text":"7785","offset":4792,"line":"14716","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14089","suggestions":"14721","row":83,"col":30,"uri":"13761","context":"14722"},{"text":"14723","offset":4815,"line":"14716","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14724","suggestions":"14725","row":83,"col":53,"uri":"13761","context":"14726"},{"text":"10652","offset":4835,"line":"14716","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13764","suggestions":"14727","row":83,"col":73,"uri":"13761","context":"14728"},{"text":"14054","offset":4841,"line":"14716","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14056","suggestions":"14729","row":83,"col":79,"uri":"13761","context":"14730"},{"text":"14731","offset":4893,"line":"14732","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14733","suggestions":"14734","row":85,"col":3,"uri":"13761","context":"14735"},{"text":"13887","offset":4908,"line":"14732","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"13888","suggestions":"14736","row":85,"col":18,"uri":"13761","context":"14737"},{"text":"11474","offset":4940,"line":"14732","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14738","suggestions":"14739","row":85,"col":50,"uri":"13761","context":"14740"},{"text":"14691","offset":4950,"line":"14732","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14692","suggestions":"14741","row":85,"col":60,"uri":"13761","context":"14742"},{"text":"14743","offset":4985,"line":"14744","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14745","suggestions":"14746","row":86,"col":9,"uri":"13761","context":"14747"},{"text":"14748","offset":4993,"line":"14744","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14749","suggestions":"14750","row":86,"col":17,"uri":"13761","context":"14751"},{"text":"14752","offset":5064,"line":"14753","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14754","suggestions":"14755","row":87,"col":5,"uri":"13761","context":"14756"},{"text":"14080","offset":5089,"line":"14757","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14081","suggestions":"14758","row":88,"col":9,"uri":"13761","context":"14759"},{"text":"12990","offset":5182,"line":"14760","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14761","suggestions":"14762","row":89,"col":80,"uri":"13761","context":"14763"},{"text":"14362","offset":5191,"line":"14764","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14363","suggestions":"14765","row":90,"col":5,"uri":"13761","context":"14766"},{"text":"14767","offset":5203,"line":"14764","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14768","suggestions":"14769","row":90,"col":17,"uri":"13761","context":"14770"},{"text":"14080","offset":5272,"line":"14771","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14081","suggestions":"14772","row":91,"col":5,"uri":"13761","context":"14773"},{"text":"14366","offset":5356,"line":"14774","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14368","suggestions":"14775","row":92,"col":5,"uri":"13761","context":"14776"},{"text":"13048","offset":5377,"line":"14774","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14777","suggestions":"14778","row":92,"col":26,"uri":"13761","context":"14779"},{"text":"14080","offset":5392,"line":"14774","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14081","suggestions":"14780","row":92,"col":41,"uri":"13761","context":"14781"},{"text":"14640","offset":5407,"line":"14774","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14642","suggestions":"14782","row":92,"col":56,"uri":"13761","context":"14783"},{"text":"10504","offset":5444,"line":"14784","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14785","suggestions":"14786","row":93,"col":5,"uri":"13761","context":"14787"},{"text":"12856","offset":5459,"line":"14784","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14191","suggestions":"14788","row":93,"col":20,"uri":"13761","context":"14789"},{"text":"14790","offset":5479,"line":"14784","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14791","suggestions":"14792","row":93,"col":40,"uri":"13761","context":"14793"},{"text":"14794","offset":5489,"line":"14784","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14795","suggestions":"14796","row":93,"col":50,"uri":"13761","context":"14797"},{"text":"13924","offset":5497,"line":"14784","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"13926","suggestions":"14798","row":93,"col":58,"uri":"13761","context":"14799"},{"text":"14163","offset":5507,"line":"14784","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14165","suggestions":"14800","row":93,"col":68,"uri":"13761","context":"14801"},{"text":"14802","offset":5520,"line":"14784","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14803","suggestions":"14804","row":93,"col":81,"uri":"13761","context":"14805"},{"text":"7549","offset":5533,"line":"14806","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14807","suggestions":"14808","row":94,"col":5,"uri":"13761","context":"14809"},{"text":"14810","offset":5543,"line":"14806","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14811","suggestions":"14812","row":94,"col":15,"uri":"13761","context":"14813"},{"text":"14605","offset":5549,"line":"14806","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14606","suggestions":"14814","row":94,"col":21,"uri":"13761","context":"14815"},{"text":"8493","offset":5555,"line":"14806","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14816","suggestions":"14817","row":94,"col":27,"uri":"13761","context":"14818"},{"text":"14819","offset":5566,"line":"14806","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14820","suggestions":"14821","row":94,"col":38,"uri":"13761","context":"14822"},{"text":"13321","offset":5578,"line":"14806","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14823","suggestions":"14824","row":94,"col":50,"uri":"13761","context":"14825"},{"text":"14826","offset":5588,"line":"14827","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14828","suggestions":"14829","row":95,"col":3,"uri":"13761","context":"14830"},{"text":"14831","offset":5617,"line":"14827","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"14832","suggestions":"14833","row":95,"col":32,"uri":"13761","context":"14834"},{"text":"14071","offset":5659,"line":"14827","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14072","suggestions":"14835","row":95,"col":74,"uri":"13761","context":"14836"},{"text":"10894","offset":5679,"line":"14837","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14838","suggestions":"14839","row":96,"col":8,"uri":"13761","context":"14840"},{"text":"14067","offset":5695,"line":"14837","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14068","suggestions":"14841","row":96,"col":24,"uri":"13761","context":"14842"},{"text":"10660","offset":5702,"line":"14837","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14843","suggestions":"14844","row":96,"col":31,"uri":"13761","context":"14845"},{"text":"14846","offset":5721,"line":"14837","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14847","suggestions":"14848","row":96,"col":50,"uri":"13761","context":"14849"},{"text":"14071","offset":5735,"line":"14837","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14072","suggestions":"14850","row":96,"col":64,"uri":"13761","context":"14851"},{"text":"14852","offset":5764,"line":"14853","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14854","suggestions":"14855","row":97,"col":5,"uri":"13761","context":"14856"},{"text":"7659","offset":5781,"line":"14853","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13810","suggestions":"14857","row":97,"col":22,"uri":"13761","context":"14858"},{"text":"14496","offset":5853,"line":"14859","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14497","suggestions":"14860","row":98,"col":5,"uri":"13761","context":"14861"},{"text":"14862","offset":5882,"line":"14859","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"14863","suggestions":"14864","row":98,"col":34,"uri":"13761","context":"14865"},{"text":"14071","offset":5904,"line":"14859","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14072","suggestions":"14866","row":98,"col":56,"uri":"13761","context":"14867"},{"text":"14868","offset":5918,"line":"14859","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14869","suggestions":"14870","row":98,"col":70,"uri":"13761","context":"14871"},{"text":"14872","offset":5933,"line":"14873","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"14874","suggestions":"14875","row":99,"col":3,"uri":"13761","context":"14876"},{"text":"7765","offset":5947,"line":"14873","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14877","suggestions":"14878","row":99,"col":17,"uri":"13761","context":"14879"},{"text":"14880","offset":5970,"line":"14873","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14881","suggestions":"14882","row":99,"col":40,"uri":"13761","context":"14883"},{"text":"14731","offset":5994,"line":"14873","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14733","suggestions":"14884","row":99,"col":64,"uri":"13761","context":"14885"},{"text":"14886","offset":6004,"line":"14873","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14887","suggestions":"14888","row":99,"col":74,"uri":"13761","context":"14889"},{"text":"14890","offset":6036,"line":"14891","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"14892","suggestions":"14893","row":100,"col":21,"uri":"13761","context":"14894"},{"text":"12441","offset":6050,"line":"14891","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14226","suggestions":"14895","row":100,"col":35,"uri":"13761","context":"14896"},{"text":"10346","offset":6056,"line":"14891","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"13932","suggestions":"14897","row":100,"col":41,"uri":"13761","context":"14898"},{"text":"11474","offset":6065,"line":"14891","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14738","suggestions":"14899","row":100,"col":50,"uri":"13761","context":"14900"},{"text":"14901","offset":6089,"line":"14902","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"14903","suggestions":"14904","row":101,"col":18,"uri":"13761","context":"14905"},{"text":"14906","offset":6111,"line":"14902","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14907","suggestions":"14908","row":101,"col":40,"uri":"13761","context":"14909"},{"text":"14910","offset":6122,"line":"14902","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"14911","suggestions":"14912","row":101,"col":51,"uri":"13761","context":"14913"},{"text":"14163","offset":6169,"line":"14914","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14165","suggestions":"14915","row":102,"col":29,"uri":"13761","context":"14916"},{"text":"7569","offset":6177,"line":"14914","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14917","suggestions":"14918","row":102,"col":37,"uri":"13761","context":"14919"},{"text":"7643","offset":6189,"line":"14914","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14406","suggestions":"14920","row":102,"col":49,"uri":"13761","context":"14921"},{"text":"14922","offset":6199,"line":"14923","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14924","suggestions":"14925","row":103,"col":3,"uri":"13761","context":"14926"},{"text":"14927","offset":6210,"line":"14923","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14928","suggestions":"14929","row":103,"col":14,"uri":"13761","context":"14930"},{"text":"14163","offset":6230,"line":"14923","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14165","suggestions":"14931","row":103,"col":34,"uri":"13761","context":"14932"},{"text":"7569","offset":6238,"line":"14923","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"14917","suggestions":"14933","row":103,"col":42,"uri":"13761","context":"14934"},{"text":"14935","offset":6260,"line":"14936","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14937","suggestions":"14938","row":104,"col":3,"uri":"13761","context":"14939"},{"text":"14940","offset":6266,"line":"14936","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14941","suggestions":"14942","row":104,"col":9,"uri":"13761","context":"14943"},{"text":"13285","offset":6273,"line":"14936","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13778","suggestions":"14944","row":104,"col":16,"uri":"13761","context":"14945"},{"text":"12365","offset":6286,"line":"14936","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"14946","suggestions":"14947","row":104,"col":29,"uri":"13761","context":"14948"},{"text":"14949","offset":6349,"line":"14950","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"14951","suggestions":"14952","row":105,"col":5,"uri":"13761","context":"14953"},{"text":"14954","offset":6380,"line":"14950","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14955","suggestions":"14956","row":105,"col":36,"uri":"13761","context":"14957"},{"text":"14958","offset":6403,"line":"14959","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14960","suggestions":"14961","row":109,"col":3,"uri":"13761","context":"14962"},{"text":"14963","offset":6436,"line":"14959","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14964","suggestions":"14965","row":109,"col":36,"uri":"13761","context":"14966"},{"text":"14967","offset":6448,"line":"14959","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"14968","suggestions":"14969","row":109,"col":48,"uri":"13761","context":"14970"},{"text":"14971","offset":6459,"line":"14959","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14972","suggestions":"14973","row":109,"col":59,"uri":"13761","context":"14974"},{"text":"14935","offset":6469,"line":"14975","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14937","suggestions":"14976","row":110,"col":5,"uri":"13761","context":"14977"},{"text":"14978","offset":6475,"line":"14975","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14979","suggestions":"14980","row":110,"col":11,"uri":"13761","context":"14981"},{"text":"14982","offset":6483,"line":"14975","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14983","suggestions":"14984","row":110,"col":19,"uri":"13761","context":"14985"},{"text":"14433","offset":6490,"line":"14975","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14434","suggestions":"14986","row":110,"col":26,"uri":"13761","context":"14987"},{"text":"13285","offset":6509,"line":"14975","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13778","suggestions":"14988","row":110,"col":45,"uri":"13761","context":"14989"},{"text":"7765","offset":6514,"line":"14975","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14877","suggestions":"14990","row":110,"col":50,"uri":"13761","context":"14991"},{"text":"14992","offset":6520,"line":"14975","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14993","suggestions":"14994","row":110,"col":56,"uri":"13761","context":"14995"},{"text":"14996","offset":6528,"line":"14975","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14997","suggestions":"14998","row":110,"col":64,"uri":"13761","context":"14999"},{"text":"15000","offset":6550,"line":"15001","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15002","suggestions":"15003","row":111,"col":9,"uri":"13761","context":"15004"},{"text":"13577","offset":6570,"line":"15001","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13854","suggestions":"15005","row":111,"col":29,"uri":"13761","context":"15006"},{"text":"15007","offset":6590,"line":"15001","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"15008","suggestions":"15009","row":111,"col":49,"uri":"13761","context":"15010"},{"text":"15011","offset":6606,"line":"15001","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15012","suggestions":"15013","row":111,"col":65,"uri":"13761","context":"15014"},{"text":"10647","offset":6614,"line":"15001","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13851","suggestions":"15015","row":111,"col":73,"uri":"13761","context":"15016"},{"text":"15017","offset":6624,"line":"15001","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15018","suggestions":"15019","row":111,"col":83,"uri":"13761","context":"15020"},{"text":"15021","offset":6661,"line":"15022","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15023","suggestions":"15024","row":112,"col":32,"uri":"13761","context":"15025"},{"text":"15026","offset":6677,"line":"15022","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15027","suggestions":"15028","row":112,"col":48,"uri":"13761","context":"15029"},{"text":"13790","offset":6720,"line":"15030","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"13791","suggestions":"15031","row":113,"col":12,"uri":"13761","context":"15032"},{"text":"12361","offset":6726,"line":"15030","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13979","suggestions":"15033","row":113,"col":18,"uri":"13761","context":"15034"},{"text":"14054","offset":6737,"line":"15030","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"14056","suggestions":"15035","row":113,"col":29,"uri":"13761","context":"15036"},{"text":"15037","offset":6749,"line":"15038","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15039","suggestions":"15040","row":114,"col":5,"uri":"13761","context":"15041"},{"text":"14386","offset":6813,"line":"15042","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14388","suggestions":"15043","row":115,"col":28,"uri":"13761","context":"15044"},{"text":"15045","offset":6861,"line":"15046","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15047","suggestions":"15048","row":116,"col":3,"uri":"13761","context":"15049"},{"text":"14000","offset":6868,"line":"15046","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"14001","suggestions":"15050","row":116,"col":10,"uri":"13761","context":"15051"},{"text":"15052","offset":6876,"line":"15046","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15053","suggestions":"15054","row":116,"col":18,"uri":"13761","context":"15055"},{"text":"7674","offset":6883,"line":"15046","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15056","suggestions":"15057","row":116,"col":25,"uri":"13761","context":"15058"},{"text":"15059","offset":6888,"line":"15046","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15060","suggestions":"15061","row":116,"col":30,"uri":"13761","context":"15062"},{"text":"10647","offset":6906,"line":"15063","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"13851","suggestions":"15064","row":118,"col":5,"uri":"13761","context":"15065"},{"text":"15066","offset":6942,"line":"15063","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15067","suggestions":"15068","row":118,"col":41,"uri":"13761","context":"15069"},{"text":"14290","offset":6952,"line":"15063","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"14292","suggestions":"15070","row":118,"col":51,"uri":"13761","context":"15071"},{"text":"14527","offset":6967,"line":"15063","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14528","suggestions":"15072","row":118,"col":66,"uri":"13761","context":"15073"},{"text":"15074","offset":6991,"line":"15075","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15076","suggestions":"15077","row":119,"col":9,"uri":"13761","context":"15078"},{"text":"15079","offset":7003,"line":"15075","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15080","suggestions":"15081","row":119,"col":21,"uri":"13761","context":"15082"},{"text":"15083","offset":7049,"line":"15075","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15084","suggestions":"15085","row":119,"col":67,"uri":"13761","context":"15086"},{"text":"15087","offset":7057,"line":"15075","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15088","suggestions":"15089","row":119,"col":75,"uri":"13761","context":"15090"},{"text":"12990","offset":7195,"line":"15091","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"14761","suggestions":"15092","row":127,"col":20,"uri":"13761","context":"15093"},{"text":"15021","offset":7224,"line":"15091","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15023","suggestions":"15094","row":127,"col":49,"uri":"13761","context":"15095"},{"text":"10872","offset":7242,"line":"15091","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15096","suggestions":"15097","row":127,"col":67,"uri":"13761","context":"15098"},{"text":"15099","offset":7247,"line":"15091","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15100","suggestions":"15101","row":127,"col":72,"uri":"13761","context":"15102"},{"text":"7624","offset":7254,"line":"15091","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"15103","suggestions":"15104","row":127,"col":79,"uri":"13761","context":"15105"},{"text":"15106","offset":7274,"line":"15091","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15107","suggestions":"15108","row":127,"col":99,"uri":"13761","context":"15109"},{"text":"14025","offset":7293,"line":"15091","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"14026","suggestions":"15110","row":127,"col":118,"uri":"13761","context":"15111"},{"text":"15112","offset":7306,"line":"15091","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15113","suggestions":"15114","row":127,"col":131,"uri":"13761","context":"15115"},{"text":"15099","offset":7318,"line":"15091","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15100","suggestions":"15116","row":127,"col":143,"uri":"13761","context":"15117"},{"text":"15118","offset":7325,"line":"15091","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15119","suggestions":"15120","row":127,"col":150,"uri":"13761","context":"15121"},{"text":"5979","offset":32,"line":"15122","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15123","suggestions":"15124","row":3,"col":22,"uri":"15125","context":"15126"},{"text":"5979","offset":196,"line":"15127","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15123","suggestions":"15128","row":5,"col":16,"uri":"15125","context":"15129"},{"text":"5979","offset":337,"line":"15130","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15123","suggestions":"15131","row":9,"col":15,"uri":"15125","context":"15132"},{"text":"5979","offset":853,"line":"15133","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15123","suggestions":"15134","row":17,"col":43,"uri":"15125","context":"15135"},{"text":"5979","offset":1832,"line":"15136","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15123","suggestions":"15137","row":34,"col":1,"uri":"15125","context":"15138"},{"text":"15139","offset":264,"line":"15140","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15141","suggestions":"15142","row":12,"col":29,"uri":"15143","context":"15144"},{"text":"15139","offset":361,"line":"15145","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15141","suggestions":"15146","row":13,"col":91,"uri":"15143","context":"15147"},{"text":"6229","offset":375,"line":"15145","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15148","suggestions":"15149","row":13,"col":105,"uri":"15143","context":"15150"},{"text":"6260","offset":391,"line":"15145","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15151","suggestions":"15152","row":13,"col":121,"uri":"15143","context":"15153"},{"text":"15154","offset":827,"line":"15155","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15156","suggestions":"15157","row":32,"col":31,"uri":"15143","context":"15158"},{"text":"15154","offset":984,"line":"15159","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15156","suggestions":"15160","row":39,"col":31,"uri":"15143","context":"15161"},{"text":"15154","offset":1174,"line":"15162","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15156","suggestions":"15163","row":46,"col":31,"uri":"15143","context":"15164"},"../../node-deps/node_modules/@cspell/dict-docker/docker-words.txt.gz","401559e0ffbce530a57dfb9733669eff",{"text":"15165","offset":38,"line":"15166","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15167","suggestions":"15168","row":4,"col":11,"uri":"15169","context":"15170"},{"text":"15171","offset":130,"line":"15172","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15173","suggestions":"15174","row":7,"col":14,"uri":"15169","context":"15175"},{"text":"15171","offset":136,"line":"15172","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15173","suggestions":"15176","row":7,"col":20,"uri":"15169","context":"15177"},{"text":"15165","offset":38,"line":"15178","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15179","suggestions":"15180","row":4,"col":11,"uri":"15181","context":"15182"},{"text":"6234","offset":649,"line":"15183","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15184","suggestions":"15185","row":25,"col":3,"uri":"15186","context":"15187"},{"text":"6234","offset":699,"line":"15188","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15184","suggestions":"15189","row":26,"col":39,"uri":"15186","context":"15190"},{"text":"15191","offset":1354,"line":"15192","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15193","suggestions":"15194","row":57,"col":8,"uri":"15186","context":"15195"},{"text":"15191","offset":1406,"line":"15196","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15193","suggestions":"15197","row":58,"col":44,"uri":"15186","context":"15198"},{"text":"6260","offset":1448,"line":"15199","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15200","suggestions":"15201","row":61,"col":8,"uri":"15186","context":"15202"},{"text":"6260","offset":1498,"line":"15203","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15200","suggestions":"15204","row":62,"col":44,"uri":"15186","context":"15205"},{"text":"6260","offset":1538,"line":"15206","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15200","suggestions":"15207","row":65,"col":8,"uri":"15186","context":"15208"},{"text":"6260","offset":1595,"line":"15209","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15200","suggestions":"15210","row":66,"col":44,"uri":"15186","context":"15211"},{"text":"6072","offset":54,"line":"15212","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15213","suggestions":"15214","row":4,"col":3,"uri":"15215","context":"15216"},{"text":"15217","offset":244,"line":"15218","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15219","suggestions":"15220","row":8,"col":34,"uri":"15215","context":"15221"},{"text":"15222","offset":1971,"line":"15223","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15224","suggestions":"15225","row":60,"col":92,"uri":"15215","context":"15226"},{"text":"15222","offset":1999,"line":"15227","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15224","suggestions":"15228","row":61,"col":11,"uri":"15215","context":"15229"},{"text":"15222","offset":2066,"line":"15230","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15224","suggestions":"15231","row":64,"col":8,"uri":"15215","context":"15232"},{"text":"15233","offset":2185,"line":"15234","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15235","suggestions":"15236","row":70,"col":26,"uri":"15215","context":"15237"},{"text":"15238","offset":71,"line":"15239","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15240","suggestions":"15241","row":3,"col":2,"uri":"15242","context":"15243"},{"text":"6047","offset":210,"line":"15244","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15245","suggestions":"15246","row":7,"col":54,"uri":"15242","context":"15247"},{"text":"15238","offset":474,"line":"15248","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15240","suggestions":"15249","row":16,"col":3,"uri":"15242","context":"15250"},{"text":"5979","offset":1734,"line":"15251","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15252","suggestions":"15253","row":68,"col":17,"uri":"15254","context":"15255"},{"text":"15256","offset":43,"line":"15257","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15258","suggestions":"15259","row":7,"col":4,"uri":"15260","context":"15261"},{"text":"15262","offset":1204,"line":"15263","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15264","suggestions":"15265","row":41,"col":4,"uri":"15266","context":"15267"},{"text":"15268","offset":1642,"line":"15269","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15270","suggestions":"15271","row":62,"col":33,"uri":"15266","context":"15272"},{"text":"15268","offset":1762,"line":"15273","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15270","suggestions":"15274","row":64,"col":5,"uri":"15266","context":"15275"},{"text":"15276","offset":2306,"line":"15277","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15278","suggestions":"15279","row":88,"col":54,"uri":"15266","context":"15280"},{"text":"15276","offset":2789,"line":"15281","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15278","suggestions":"15282","row":102,"col":28,"uri":"15266","context":"15283"},{"text":"15276","offset":2850,"line":"15284","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15278","suggestions":"15285","row":106,"col":5,"uri":"15266","context":"15286"},{"text":"15276","offset":2880,"line":"15287","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15278","suggestions":"15288","row":108,"col":7,"uri":"15266","context":"15289"},{"text":"13485","offset":5437,"line":"15290","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15291","suggestions":"15292","row":185,"col":18,"uri":"15266","context":"15293"},{"text":"13485","offset":5488,"line":"15294","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15291","suggestions":"15295","row":189,"col":1,"uri":"15266","context":"15296"},{"text":"15297","offset":24,"line":"15298","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15299","suggestions":"15300","row":1,"col":25,"uri":"15301","context":"15302"},{"text":"5979","offset":314,"line":"15303","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15304","suggestions":"15305","row":15,"col":5,"uri":"15301","context":"15306"},{"text":"5979","offset":403,"line":"15307","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15304","suggestions":"15308","row":16,"col":11,"uri":"15301","context":"15309"},{"text":"5979","offset":468,"line":"15310","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15304","suggestions":"15311","row":18,"col":5,"uri":"15301","context":"15312"},{"text":"5979","offset":619,"line":"15313","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15304","suggestions":"15314","row":21,"col":5,"uri":"15301","context":"15315"},{"text":"5979","offset":675,"line":"15313","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15304","suggestions":"15316","row":21,"col":61,"uri":"15301","context":"15317"},{"text":"15297","offset":24,"line":"15318","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15319","suggestions":"15320","row":1,"col":25,"uri":"15321","context":"15322"},{"text":"5979","offset":181,"line":"15323","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15324","suggestions":"15325","row":9,"col":41,"uri":"15321","context":"15326"},{"text":"5979","offset":736,"line":"15327","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15324","suggestions":"15328","row":25,"col":66,"uri":"15321","context":"15329"},{"text":"5979","offset":1051,"line":"15330","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15324","suggestions":"15331","row":32,"col":19,"uri":"15321","context":"15332"},{"text":"5979","offset":1217,"line":"15333","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15324","suggestions":"15334","row":37,"col":50,"uri":"15321","context":"15335"},{"text":"15297","offset":24,"line":"15336","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15337","suggestions":"15338","row":1,"col":25,"uri":"15339","context":"15340"},{"text":"5979","offset":95,"line":"15341","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15342","suggestions":"15343","row":8,"col":9,"uri":"15339","context":"15344"},{"text":"5979","offset":145,"line":"15345","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15342","suggestions":"15346","row":10,"col":31,"uri":"15339","context":"15347"},{"text":"5979","offset":220,"line":"15348","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15342","suggestions":"15349","row":11,"col":1,"uri":"15339","context":"15350"},{"text":"5979","offset":270,"line":"15351","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15342","suggestions":"15352","row":14,"col":20,"uri":"15339","context":"15353"},{"text":"5979","offset":359,"line":"15354","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15342","suggestions":"15355","row":15,"col":28,"uri":"15339","context":"15356"},{"text":"15297","offset":24,"line":"15357","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15358","suggestions":"15359","row":1,"col":25,"uri":"15360","context":"15361"},{"text":"5979","offset":85,"line":"15362","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15363","suggestions":"15364","row":6,"col":18,"uri":"15360","context":"15365"},{"text":"5979","offset":116,"line":"15366","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15363","suggestions":"15367","row":9,"col":1,"uri":"15360","context":"15368"},{"text":"5979","offset":317,"line":"15369","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15363","suggestions":"15370","row":13,"col":1,"uri":"15360","context":"15371"},{"text":"15297","offset":24,"line":"15372","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15373","suggestions":"15374","row":1,"col":25,"uri":"15375","context":"15376"},{"text":"5979","offset":74,"line":"15377","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15378","suggestions":"15379","row":7,"col":1,"uri":"15375","context":"15380"},{"text":"15297","offset":24,"line":"15381","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15382","suggestions":"15383","row":1,"col":25,"uri":"15384","context":"15385"},{"text":"5979","offset":114,"line":"15386","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15387","suggestions":"15388","row":6,"col":21,"uri":"15384","context":"15389"},{"text":"15256","offset":312,"line":"15390","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15391","suggestions":"15392","row":22,"col":4,"uri":"15393","context":"15394"},{"text":"15395","offset":1045,"line":"15396","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15397","suggestions":"15398","row":37,"col":19,"uri":"15399","context":"15400"},{"text":"15401","offset":3122,"line":"15402","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15403","suggestions":"15404","row":100,"col":49,"uri":"15399","context":"15405"},{"text":"15276","offset":4583,"line":"15406","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15407","suggestions":"15408","row":145,"col":27,"uri":"15399","context":"15409"},{"text":"15410","offset":11,"line":"15411","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15412","suggestions":"15413","row":1,"col":12,"uri":"15414","context":"15415"},{"text":"15410","offset":127,"line":"15416","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15412","suggestions":"15417","row":2,"col":46,"uri":"15414","context":"15418"},{"text":"15410","offset":1564,"line":"15419","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15412","suggestions":"15420","row":40,"col":10,"uri":"15414","context":"15421"},{"text":"15422","offset":2910,"line":"15423","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15424","suggestions":"15425","row":64,"col":48,"uri":"15414","context":"15426"},{"text":"10391","offset":6652,"line":"15427","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15428","suggestions":"15429","row":125,"col":63,"uri":"15414","context":"15430"},{"text":"15431","offset":8392,"line":"15432","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15433","suggestions":"15434","row":149,"col":68,"uri":"15414","context":"15435"},{"text":"15436","offset":8544,"line":"15437","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15438","suggestions":"15439","row":151,"col":54,"uri":"15414","context":"15440"},{"text":"7519","offset":12181,"line":"15441","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15442","suggestions":"15443","row":213,"col":3,"uri":"15414","context":"15444"},{"text":"15445","offset":14392,"line":"15446","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15447","suggestions":"15448","row":236,"col":53,"uri":"15414","context":"15449"},{"text":"7519","offset":16290,"line":"15450","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15442","suggestions":"15451","row":257,"col":3,"uri":"15414","context":"15452"},{"text":"7519","offset":21509,"line":"15453","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15442","suggestions":"15454","row":329,"col":3,"uri":"15414","context":"15455"},{"text":"7519","offset":23500,"line":"15456","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15442","suggestions":"15457","row":359,"col":3,"uri":"15414","context":"15458"},{"text":"7519","offset":25815,"line":"15459","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15442","suggestions":"15460","row":392,"col":3,"uri":"15414","context":"15461"},{"text":"15462","offset":29848,"line":"15463","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15464","suggestions":"15465","row":464,"col":51,"uri":"15414","context":"15466"},{"text":"15467","offset":748,"line":"15468","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15469","suggestions":"15470","row":20,"col":20,"uri":"15471","context":"15472"},{"text":"15276","offset":2043,"line":"15473","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15474","suggestions":"15475","row":62,"col":6,"uri":"15471","context":"15476"},{"text":"15276","offset":2095,"line":"15473","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15474","suggestions":"15477","row":62,"col":58,"uri":"15471","context":"15478"},{"text":"15276","offset":2288,"line":"15479","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15474","suggestions":"15480","row":65,"col":60,"uri":"15471","context":"15481"},{"text":"5979","offset":278,"line":"15482","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15483","suggestions":"15484","row":11,"col":30,"uri":"15485","context":"15486"},{"text":"15256","offset":219,"line":"15487","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15488","suggestions":"15489","row":5,"col":22,"uri":"15490","context":"15491"},{"text":"15256","offset":414,"line":"15492","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15488","suggestions":"15493","row":11,"col":4,"uri":"15490","context":"15494"},{"text":"15256","offset":646,"line":"15495","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15488","suggestions":"15496","row":27,"col":4,"uri":"15490","context":"15497"},"../../node-deps/node_modules/@cspell/dict-makefile/dict/makefile.txt","36834a90e1395740d9e21123a1aadea1",{"text":"5979","offset":44,"line":"15498","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15499","suggestions":"15500","row":7,"col":1,"uri":"15501","context":"15502"},{"text":"5979","offset":83,"line":"15503","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15499","suggestions":"15504","row":12,"col":3,"uri":"15501","context":"15505"},{"text":"5979","offset":121,"line":"15506","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15507","suggestions":"15508","row":7,"col":3,"uri":"15509","context":"15510"},{"text":"5979","offset":128,"line":"15511","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15507","suggestions":"15512","row":9,"col":1,"uri":"15509","context":"15513"},{"text":"5979","offset":2034,"line":"15514","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15507","suggestions":"15515","row":29,"col":4,"uri":"15509","context":"15516"},{"text":"15517","offset":2110,"line":"15518","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15519","suggestions":"15520","row":32,"col":6,"uri":"15509","context":"15521"},{"text":"5979","offset":2184,"line":"15522","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15507","suggestions":"15523","row":34,"col":12,"uri":"15509","context":"15524"},{"text":"15517","offset":2471,"line":"15525","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15519","suggestions":"15526","row":48,"col":4,"uri":"15509","context":"15527"},{"text":"5979","offset":3361,"line":"15528","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15507","suggestions":"15529","row":66,"col":14,"uri":"15509","context":"15530"},{"text":"15531","offset":0,"line":"15532","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15533","suggestions":"15534","row":1,"col":1,"uri":"15535","context":"15536"},{"text":"15537","offset":67,"line":"15538","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15539","suggestions":"15540","row":2,"col":9,"uri":"15541","context":"15542"},{"text":"15537","offset":130,"line":"15543","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15539","suggestions":"15544","row":4,"col":13,"uri":"15541","context":"15545"},{"text":"15537","offset":154,"line":"15546","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15539","suggestions":"15547","row":5,"col":16,"uri":"15541","context":"15548"},{"text":"15537","offset":226,"line":"15549","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15539","suggestions":"15550","row":6,"col":7,"uri":"15541","context":"15551"},{"text":"15552","offset":347,"line":"15553","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"15554","suggestions":"15555","row":14,"col":91,"uri":"15556","context":"15557"},{"text":"13470","offset":448,"line":"15558","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15559","suggestions":"15560","row":15,"col":57,"uri":"15556","context":"15561"},{"text":"15562","offset":544,"line":"15563","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15564","suggestions":"15565","row":17,"col":24,"uri":"15556","context":"15566"},{"text":"15567","offset":634,"line":"15568","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15569","suggestions":"15570","row":23,"col":32,"uri":"15556","context":"15571"},{"text":"5979","offset":90,"line":"15572","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15573","suggestions":"15574","row":4,"col":30,"uri":"15575","context":"15576"},{"text":"6590","offset":18,"line":"15577","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15578","suggestions":"15579","row":3,"col":11,"uri":"15580","context":"15581"},{"text":"15582","offset":119,"line":"15583","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15584","suggestions":"15585","row":7,"col":3,"uri":"15580","context":"15586"},{"text":"5940","offset":239,"line":"15587","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15588","suggestions":"15589","row":9,"col":29,"uri":"15580","context":"15590"},{"text":"6590","offset":273,"line":"15591","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15578","suggestions":"15592","row":11,"col":11,"uri":"15580","context":"15593"},{"text":"15594","offset":335,"line":"15595","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15596","suggestions":"15597","row":13,"col":43,"uri":"15580","context":"15598"},{"text":"15599","offset":372,"line":"15600","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15601","suggestions":"15602","row":14,"col":27,"uri":"15580","context":"15603"},{"text":"15604","offset":518,"line":"15605","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15606","suggestions":"15607","row":21,"col":10,"uri":"15580","context":"15608"},{"text":"15609","offset":735,"line":"15610","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15611","suggestions":"15612","row":31,"col":20,"uri":"15580","context":"15613"},{"text":"15614","offset":1067,"line":"15615","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15616","suggestions":"15617","row":47,"col":22,"uri":"15580","context":"15618"},{"text":"5979","offset":201,"line":"15619","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15620","suggestions":"15621","row":11,"col":7,"uri":"15622","context":"15623"},{"text":"5979","offset":236,"line":"15624","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15620","suggestions":"15625","row":12,"col":13,"uri":"15622","context":"15626"},{"text":"13434","offset":953,"line":"15627","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15628","suggestions":"15629","row":32,"col":30,"uri":"15622","context":"15630"},{"text":"13439","offset":1097,"line":"15631","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15632","suggestions":"15633","row":37,"col":28,"uri":"15622","context":"15634"},{"text":"15635","offset":1838,"line":"15636","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15637","suggestions":"15638","row":61,"col":25,"uri":"15622","context":"15639"},{"text":"15640","offset":1924,"line":"15641","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15642","suggestions":"15643","row":62,"col":25,"uri":"15622","context":"15644"},{"text":"15645","offset":2436,"line":"15646","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15647","suggestions":"15648","row":69,"col":25,"uri":"15622","context":"15649"},{"text":"5979","offset":26,"line":"15650","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15651","suggestions":"15652","row":2,"col":23,"uri":"15653","context":"15654"},{"text":"5979","offset":111,"line":"15655","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15651","suggestions":"15656","row":6,"col":10,"uri":"15653","context":"15657"},{"text":"5979","offset":547,"line":"15658","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15651","suggestions":"15659","row":25,"col":11,"uri":"15653","context":"15660"},{"text":"13470","offset":608,"line":"15661","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15662","suggestions":"15663","row":28,"col":10,"uri":"15653","context":"15664"},{"text":"15665","offset":643,"line":"15666","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15667","suggestions":"15668","row":29,"col":10,"uri":"15653","context":"15669"},{"text":"5979","offset":75,"line":"15670","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15671","suggestions":"15672","row":3,"col":25,"uri":"15673","context":"15674"},{"text":"5979","offset":142,"line":"15675","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15671","suggestions":"15676","row":5,"col":26,"uri":"15673","context":"15677"},{"text":"5979","offset":216,"line":"15678","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15671","suggestions":"15679","row":7,"col":19,"uri":"15673","context":"15680"},{"text":"5979","offset":262,"line":"15681","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15671","suggestions":"15682","row":8,"col":26,"uri":"15673","context":"15683"},{"text":"5979","offset":42,"line":"15684","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15685","suggestions":"15686","row":2,"col":33,"uri":"15687","context":"15688"},{"text":"5979","offset":98,"line":"15689","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15685","suggestions":"15690","row":3,"col":34,"uri":"15687","context":"15691"},{"text":"5979","offset":175,"line":"15692","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15685","suggestions":"15693","row":4,"col":47,"uri":"15687","context":"15694"},{"text":"5979","offset":241,"line":"15695","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15685","suggestions":"15696","row":6,"col":13,"uri":"15687","context":"15697"},{"text":"5979","offset":251,"line":"15695","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15685","suggestions":"15698","row":6,"col":23,"uri":"15687","context":"15699"},{"text":"5979","offset":172,"line":"15700","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15701","suggestions":"15702","row":7,"col":23,"uri":"15703","context":"15704"},{"text":"5979","offset":298,"line":"15705","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15701","suggestions":"15706","row":10,"col":11,"uri":"15703","context":"15707"},{"text":"5979","offset":735,"line":"15708","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15701","suggestions":"15709","row":23,"col":28,"uri":"15703","context":"15710"},{"text":"5979","offset":1036,"line":"15711","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15701","suggestions":"15712","row":29,"col":49,"uri":"15703","context":"15713"},{"text":"15714","offset":12,"line":"15715","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15716","suggestions":"15717","row":1,"col":13,"uri":"15718","context":"15719"},{"text":"15720","offset":27,"line":"15715","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15721","suggestions":"15722","row":1,"col":28,"uri":"15718","context":"15723"},{"text":"15724","offset":59,"line":"15725","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15726","suggestions":"15727","row":2,"col":8,"uri":"15718","context":"15728"},{"text":"15729","offset":88,"line":"15730","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15731","suggestions":"15732","row":3,"col":1,"uri":"15718","context":"15733"},{"text":"15734","offset":106,"line":"15730","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15735","suggestions":"15736","row":3,"col":19,"uri":"15718","context":"15737"},{"text":"15724","offset":121,"line":"15730","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15726","suggestions":"15738","row":3,"col":34,"uri":"15718","context":"15739"},{"text":"15740","offset":157,"line":"15730","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15741","suggestions":"15742","row":3,"col":70,"uri":"15718","context":"15743"},{"text":"15744","offset":167,"line":"15730","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15745","suggestions":"15746","row":3,"col":80,"uri":"15718","context":"15747"},{"text":"15748","offset":177,"line":"15730","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15749","suggestions":"15750","row":3,"col":90,"uri":"15718","context":"15751"},{"text":"13141","offset":216,"line":"15730","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15752","suggestions":"15753","row":3,"col":129,"uri":"15718","context":"15754"},{"text":"15755","offset":227,"line":"15730","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15756","suggestions":"15757","row":3,"col":140,"uri":"15718","context":"15758"},{"text":"10864","offset":243,"line":"15730","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15759","suggestions":"15760","row":3,"col":156,"uri":"15718","context":"15761"},{"text":"15762","offset":253,"line":"15730","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15763","suggestions":"15764","row":3,"col":166,"uri":"15718","context":"15765"},{"text":"7643","offset":262,"line":"15730","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15766","suggestions":"15767","row":3,"col":175,"uri":"15718","context":"15768"},{"text":"15769","offset":274,"line":"15730","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15770","suggestions":"15771","row":3,"col":187,"uri":"15718","context":"15772"},{"text":"15773","offset":279,"line":"15730","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15774","suggestions":"15775","row":3,"col":192,"uri":"15718","context":"15776"},{"text":"13086","offset":295,"line":"15730","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15777","suggestions":"15778","row":3,"col":208,"uri":"15718","context":"15779"},{"text":"14605","offset":301,"line":"15730","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15780","suggestions":"15781","row":3,"col":214,"uri":"15718","context":"15782"},{"text":"15734","offset":307,"line":"15730","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15735","suggestions":"15783","row":3,"col":220,"uri":"15718","context":"15784"},{"text":"15785","offset":314,"line":"15730","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15786","suggestions":"15787","row":3,"col":227,"uri":"15718","context":"15788"},{"text":"15789","offset":331,"line":"15730","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15790","suggestions":"15791","row":3,"col":244,"uri":"15718","context":"15792"},{"text":"7643","offset":339,"line":"15730","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15766","suggestions":"15793","row":3,"col":252,"uri":"15718","context":"15794"},{"text":"15795","offset":347,"line":"15730","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15796","suggestions":"15797","row":3,"col":260,"uri":"15718","context":"15798"},{"text":"8572","offset":356,"line":"15730","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15799","suggestions":"15800","row":3,"col":269,"uri":"15718","context":"15801"},{"text":"12721","offset":368,"line":"15730","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15802","suggestions":"15803","row":3,"col":281,"uri":"15718","context":"15804"},{"text":"15805","offset":380,"line":"15730","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15806","suggestions":"15807","row":3,"col":293,"uri":"15718","context":"15808"},{"text":"15809","offset":388,"line":"15730","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15810","suggestions":"15811","row":3,"col":301,"uri":"15718","context":"15812"},{"text":"15769","offset":410,"line":"15813","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15770","suggestions":"15814","row":4,"col":5,"uri":"15718","context":"15815"},{"text":"7560","offset":415,"line":"15813","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15816","suggestions":"15817","row":4,"col":10,"uri":"15718","context":"15818"},{"text":"13141","offset":420,"line":"15813","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15752","suggestions":"15819","row":4,"col":15,"uri":"15718","context":"15820"},{"text":"15755","offset":430,"line":"15813","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15756","suggestions":"15821","row":4,"col":25,"uri":"15718","context":"15822"},{"text":"15734","offset":449,"line":"15813","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15735","suggestions":"15823","row":4,"col":44,"uri":"15718","context":"15824"},{"text":"10864","offset":460,"line":"15813","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15759","suggestions":"15825","row":4,"col":55,"uri":"15718","context":"15826"},{"text":"15762","offset":470,"line":"15813","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15763","suggestions":"15827","row":4,"col":65,"uri":"15718","context":"15828"},{"text":"13003","offset":480,"line":"15813","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15829","suggestions":"15830","row":4,"col":75,"uri":"15718","context":"15831"},{"text":"13596","offset":489,"line":"15813","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15832","suggestions":"15833","row":4,"col":84,"uri":"15718","context":"15834"},{"text":"15744","offset":505,"line":"15813","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15745","suggestions":"15835","row":4,"col":100,"uri":"15718","context":"15836"},{"text":"15748","offset":515,"line":"15813","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15749","suggestions":"15837","row":4,"col":110,"uri":"15718","context":"15838"},{"text":"15839","offset":563,"line":"15813","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15840","suggestions":"15841","row":4,"col":158,"uri":"15718","context":"15842"},{"text":"15843","offset":571,"line":"15813","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15844","suggestions":"15845","row":4,"col":166,"uri":"15718","context":"15846"},{"text":"15847","offset":594,"line":"15813","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"15848","suggestions":"15849","row":4,"col":189,"uri":"15718","context":"15850"},{"text":"13670","offset":622,"line":"15813","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15851","suggestions":"15852","row":4,"col":217,"uri":"15718","context":"15853"},{"text":"15854","offset":628,"line":"15813","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15855","suggestions":"15856","row":4,"col":223,"uri":"15718","context":"15857"},{"text":"15858","offset":660,"line":"15859","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15860","suggestions":"15861","row":5,"col":23,"uri":"15718","context":"15862"},{"text":"13141","offset":671,"line":"15859","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15752","suggestions":"15863","row":5,"col":34,"uri":"15718","context":"15864"},{"text":"12441","offset":694,"line":"15865","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15866","suggestions":"15867","row":6,"col":9,"uri":"15718","context":"15868"},{"text":"12634","offset":700,"line":"15865","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15869","suggestions":"15870","row":6,"col":15,"uri":"15718","context":"15871"},{"text":"12483","offset":717,"line":"15865","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15872","suggestions":"15873","row":6,"col":32,"uri":"15718","context":"15874"},{"text":"15875","offset":726,"line":"15865","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15876","suggestions":"15877","row":6,"col":41,"uri":"15718","context":"15878"},{"text":"12856","offset":734,"line":"15865","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15879","suggestions":"15880","row":6,"col":49,"uri":"15718","context":"15881"},{"text":"13141","offset":745,"line":"15865","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15752","suggestions":"15882","row":6,"col":60,"uri":"15718","context":"15883"},{"text":"15884","offset":760,"line":"15865","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15885","suggestions":"15886","row":6,"col":75,"uri":"15718","context":"15887"},{"text":"15888","offset":772,"line":"15865","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15889","suggestions":"15890","row":6,"col":87,"uri":"15718","context":"15891"},{"text":"14605","offset":808,"line":"15892","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15780","suggestions":"15893","row":9,"col":5,"uri":"15718","context":"15894"},{"text":"15734","offset":814,"line":"15892","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15735","suggestions":"15895","row":9,"col":11,"uri":"15718","context":"15896"},{"text":"15897","offset":828,"line":"15892","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15898","suggestions":"15899","row":9,"col":25,"uri":"15718","context":"15900"},{"text":"15734","offset":862,"line":"15901","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15735","suggestions":"15902","row":10,"col":4,"uri":"15718","context":"15903"},{"text":"14605","offset":870,"line":"15901","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15780","suggestions":"15904","row":10,"col":12,"uri":"15718","context":"15905"},{"text":"13606","offset":887,"line":"15906","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15907","suggestions":"15908","row":11,"col":4,"uri":"15718","context":"15909"},{"text":"15769","offset":905,"line":"15906","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15770","suggestions":"15910","row":11,"col":22,"uri":"15718","context":"15911"},{"text":"13596","offset":937,"line":"15906","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15832","suggestions":"15912","row":11,"col":54,"uri":"15718","context":"15913"},{"text":"13141","offset":949,"line":"15906","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15752","suggestions":"15914","row":11,"col":66,"uri":"15718","context":"15915"},{"text":"15916","offset":969,"line":"15906","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15917","suggestions":"15918","row":11,"col":86,"uri":"15718","context":"15919"},{"text":"15920","offset":985,"line":"15906","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15921","suggestions":"15922","row":11,"col":102,"uri":"15718","context":"15923"},{"text":"15924","offset":996,"line":"15906","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15925","suggestions":"15926","row":11,"col":113,"uri":"15718","context":"15927"},{"text":"7560","offset":1004,"line":"15906","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15816","suggestions":"15928","row":11,"col":121,"uri":"15718","context":"15929"},{"text":"15930","offset":1014,"line":"15906","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15931","suggestions":"15932","row":11,"col":131,"uri":"15718","context":"15933"},{"text":"15934","offset":1037,"line":"15906","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"15935","suggestions":"15936","row":11,"col":154,"uri":"15718","context":"15937"},{"text":"12990","offset":1052,"line":"15906","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15938","suggestions":"15939","row":11,"col":169,"uri":"15718","context":"15940"},{"text":"15941","offset":1061,"line":"15906","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15942","suggestions":"15943","row":11,"col":178,"uri":"15718","context":"15944"},{"text":"12908","offset":1083,"line":"15945","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15946","suggestions":"15947","row":12,"col":4,"uri":"15718","context":"15948"},{"text":"15740","offset":1102,"line":"15945","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15741","suggestions":"15949","row":12,"col":23,"uri":"15718","context":"15950"},{"text":"15951","offset":1131,"line":"15945","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15952","suggestions":"15953","row":12,"col":52,"uri":"15718","context":"15954"},{"text":"15955","offset":1152,"line":"15945","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15956","suggestions":"15957","row":12,"col":73,"uri":"15718","context":"15958"},{"text":"15959","offset":1166,"line":"15945","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15960","suggestions":"15961","row":12,"col":87,"uri":"15718","context":"15962"},{"text":"12908","offset":1192,"line":"15945","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15946","suggestions":"15963","row":12,"col":113,"uri":"15718","context":"15964"},{"text":"15965","offset":1206,"line":"15945","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15966","suggestions":"15967","row":12,"col":127,"uri":"15718","context":"15968"},{"text":"7659","offset":1215,"line":"15945","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15969","suggestions":"15970","row":12,"col":136,"uri":"15718","context":"15971"},{"text":"7560","offset":1238,"line":"15945","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15816","suggestions":"15972","row":12,"col":159,"uri":"15718","context":"15973"},{"text":"7565","offset":1243,"line":"15945","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15974","suggestions":"15975","row":12,"col":164,"uri":"15718","context":"15976"},{"text":"15977","offset":1249,"line":"15945","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15978","suggestions":"15979","row":12,"col":170,"uri":"15718","context":"15980"},{"text":"15981","offset":1265,"line":"15945","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15982","suggestions":"15983","row":12,"col":186,"uri":"15718","context":"15984"},{"text":"15985","offset":1281,"line":"15945","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15986","suggestions":"15987","row":12,"col":202,"uri":"15718","context":"15988"},{"text":"15989","offset":1309,"line":"15945","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15990","suggestions":"15991","row":12,"col":230,"uri":"15718","context":"15992"},{"text":"13606","offset":1326,"line":"15945","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15907","suggestions":"15993","row":12,"col":247,"uri":"15718","context":"15994"},{"text":"8572","offset":1343,"line":"15945","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15799","suggestions":"15995","row":12,"col":264,"uri":"15718","context":"15996"},{"text":"15997","offset":1348,"line":"15945","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15998","suggestions":"15999","row":12,"col":269,"uri":"15718","context":"16000"},{"text":"16001","offset":1363,"line":"15945","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16002","suggestions":"16003","row":12,"col":284,"uri":"15718","context":"16004"},{"text":"14496","offset":1375,"line":"15945","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16005","suggestions":"16006","row":12,"col":296,"uri":"15718","context":"16007"},{"text":"13316","offset":1391,"line":"15945","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16008","suggestions":"16009","row":12,"col":312,"uri":"15718","context":"16010"},{"text":"13285","offset":1400,"line":"15945","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16011","suggestions":"16012","row":12,"col":321,"uri":"15718","context":"16013"},{"text":"13266","offset":1405,"line":"15945","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16014","suggestions":"16015","row":12,"col":326,"uri":"15718","context":"16016"},{"text":"16017","offset":1414,"line":"15945","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16018","suggestions":"16019","row":12,"col":335,"uri":"15718","context":"16020"},{"text":"16021","offset":1445,"line":"15945","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16022","suggestions":"16023","row":12,"col":366,"uri":"15718","context":"16024"},{"text":"16025","offset":1456,"line":"15945","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16026","suggestions":"16027","row":12,"col":377,"uri":"15718","context":"16028"},{"text":"16029","offset":1474,"line":"15945","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16030","suggestions":"16031","row":12,"col":395,"uri":"15718","context":"16032"},{"text":"15769","offset":1492,"line":"16033","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15770","suggestions":"16034","row":13,"col":4,"uri":"15718","context":"16035"},{"text":"13606","offset":1502,"line":"16033","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15907","suggestions":"16036","row":13,"col":14,"uri":"15718","context":"16037"},{"text":"12908","offset":1526,"line":"16033","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15946","suggestions":"16038","row":13,"col":38,"uri":"15718","context":"16039"},{"text":"16040","offset":1555,"line":"16041","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16042","suggestions":"16043","row":14,"col":15,"uri":"15718","context":"16044"},{"text":"16045","offset":1574,"line":"16041","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16046","suggestions":"16047","row":14,"col":34,"uri":"15718","context":"16048"},{"text":"16049","offset":1590,"line":"16041","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16050","suggestions":"16051","row":14,"col":50,"uri":"15718","context":"16052"},{"text":"13086","offset":1601,"line":"16041","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15777","suggestions":"16053","row":14,"col":61,"uri":"15718","context":"16054"},{"text":"13316","offset":1620,"line":"16041","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16008","suggestions":"16055","row":14,"col":80,"uri":"15718","context":"16056"},{"text":"14492","offset":1651,"line":"16041","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16057","suggestions":"16058","row":14,"col":111,"uri":"15718","context":"16059"},{"text":"16060","offset":1696,"line":"16041","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16061","suggestions":"16062","row":14,"col":156,"uri":"15718","context":"16063"},{"text":"7643","offset":1709,"line":"16041","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15766","suggestions":"16064","row":14,"col":169,"uri":"15718","context":"16065"},{"text":"16066","offset":1720,"line":"16067","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16068","suggestions":"16069","row":15,"col":4,"uri":"15718","context":"16070"},{"text":"16071","offset":1745,"line":"16067","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16072","suggestions":"16073","row":15,"col":29,"uri":"15718","context":"16074"},{"text":"16075","offset":1761,"line":"16067","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16076","suggestions":"16077","row":15,"col":45,"uri":"15718","context":"16078"},{"text":"13670","offset":1782,"line":"16067","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15851","suggestions":"16079","row":15,"col":66,"uri":"15718","context":"16080"},{"text":"12790","offset":1797,"line":"16067","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16081","suggestions":"16082","row":15,"col":81,"uri":"15718","context":"16083"},{"text":"16084","offset":1816,"line":"16067","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16085","suggestions":"16086","row":15,"col":100,"uri":"15718","context":"16087"},{"text":"16088","offset":1825,"line":"16067","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16089","suggestions":"16090","row":15,"col":109,"uri":"15718","context":"16091"},{"text":"7643","offset":1836,"line":"16067","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15766","suggestions":"16092","row":15,"col":120,"uri":"15718","context":"16093"},{"text":"16094","offset":1843,"line":"16067","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16095","suggestions":"16096","row":15,"col":127,"uri":"15718","context":"16097"},{"text":"13596","offset":1852,"line":"16098","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15832","suggestions":"16099","row":16,"col":4,"uri":"15718","context":"16100"},{"text":"13601","offset":1869,"line":"16098","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16101","suggestions":"16102","row":16,"col":21,"uri":"15718","context":"16103"},{"text":"13582","offset":1885,"line":"16098","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16104","suggestions":"16105","row":16,"col":37,"uri":"15718","context":"16106"},{"text":"15769","offset":1913,"line":"16098","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15770","suggestions":"16107","row":16,"col":65,"uri":"15718","context":"16108"},{"text":"15916","offset":1935,"line":"16098","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15917","suggestions":"16109","row":16,"col":87,"uri":"15718","context":"16110"},{"text":"15920","offset":1951,"line":"16098","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15921","suggestions":"16111","row":16,"col":103,"uri":"15718","context":"16112"},{"text":"16113","offset":1962,"line":"16098","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16114","suggestions":"16115","row":16,"col":114,"uri":"15718","context":"16116"},{"text":"16117","offset":1972,"line":"16118","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16119","suggestions":"16120","row":17,"col":4,"uri":"15718","context":"16121"},{"text":"16122","offset":1984,"line":"16118","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16123","suggestions":"16124","row":17,"col":16,"uri":"15718","context":"16125"},{"text":"13601","offset":1989,"line":"16118","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16101","suggestions":"16126","row":17,"col":21,"uri":"15718","context":"16127"},{"text":"13582","offset":2005,"line":"16118","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16104","suggestions":"16128","row":17,"col":37,"uri":"15718","context":"16129"},{"text":"16060","offset":2055,"line":"16118","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16061","suggestions":"16130","row":17,"col":87,"uri":"15718","context":"16131"},{"text":"16132","offset":2081,"line":"16118","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16133","suggestions":"16134","row":17,"col":113,"uri":"15718","context":"16135"},{"text":"16136","offset":2091,"line":"16118","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16137","suggestions":"16138","row":17,"col":123,"uri":"15718","context":"16139"},{"text":"12441","offset":2101,"line":"16118","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15866","suggestions":"16140","row":17,"col":133,"uri":"15718","context":"16141"},{"text":"16001","offset":2107,"line":"16118","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16002","suggestions":"16142","row":17,"col":139,"uri":"15718","context":"16143"},{"text":"14050","offset":2119,"line":"16118","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16144","suggestions":"16145","row":17,"col":151,"uri":"15718","context":"16146"},{"text":"15951","offset":2132,"line":"16147","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15952","suggestions":"16148","row":18,"col":4,"uri":"15718","context":"16149"},{"text":"16122","offset":2154,"line":"16147","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16123","suggestions":"16150","row":18,"col":26,"uri":"15718","context":"16151"},{"text":"13601","offset":2159,"line":"16147","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16101","suggestions":"16152","row":18,"col":31,"uri":"15718","context":"16153"},{"text":"13582","offset":2175,"line":"16147","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16104","suggestions":"16154","row":18,"col":47,"uri":"15718","context":"16155"},{"text":"16156","offset":2218,"line":"16147","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16157","suggestions":"16158","row":18,"col":90,"uri":"15718","context":"16159"},{"text":"16160","offset":2236,"line":"16147","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16161","suggestions":"16162","row":18,"col":108,"uri":"15718","context":"16163"},{"text":"16164","offset":2246,"line":"16165","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16166","suggestions":"16167","row":19,"col":4,"uri":"15718","context":"16168"},{"text":"16169","offset":2265,"line":"16165","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16170","suggestions":"16171","row":19,"col":23,"uri":"15718","context":"16172"},{"text":"16173","offset":2300,"line":"16165","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16174","suggestions":"16175","row":19,"col":58,"uri":"15718","context":"16176"},{"text":"16177","offset":2309,"line":"16165","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16178","suggestions":"16179","row":19,"col":67,"uri":"15718","context":"16180"},{"text":"16181","offset":2322,"line":"16165","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16182","suggestions":"16183","row":19,"col":80,"uri":"15718","context":"16184"},{"text":"16185","offset":2331,"line":"16165","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16186","suggestions":"16187","row":19,"col":89,"uri":"15718","context":"16188"},{"text":"16164","offset":2343,"line":"16165","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16166","suggestions":"16189","row":19,"col":101,"uri":"15718","context":"16190"},{"text":"16191","offset":2356,"line":"16165","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16192","suggestions":"16193","row":19,"col":114,"uri":"15718","context":"16194"},{"text":"16195","offset":2368,"line":"16165","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16196","suggestions":"16197","row":19,"col":126,"uri":"15718","context":"16198"},{"text":"16199","offset":2386,"line":"16165","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16200","suggestions":"16201","row":19,"col":144,"uri":"15718","context":"16202"},{"text":"16203","offset":2421,"line":"16165","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"16204","suggestions":"16205","row":19,"col":179,"uri":"15718","context":"16206"},{"text":"13655","offset":2440,"line":"16165","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16207","suggestions":"16208","row":19,"col":198,"uri":"15718","context":"16209"},{"text":"13670","offset":2463,"line":"16165","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15851","suggestions":"16210","row":19,"col":221,"uri":"15718","context":"16211"},{"text":"16169","offset":2474,"line":"16165","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16170","suggestions":"16212","row":19,"col":232,"uri":"15718","context":"16213"},{"text":"16214","offset":2499,"line":"16165","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16215","suggestions":"16216","row":19,"col":257,"uri":"15718","context":"16217"},{"text":"13887","offset":2512,"line":"16165","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16218","suggestions":"16219","row":19,"col":270,"uri":"15718","context":"16220"},{"text":"13544","offset":2527,"line":"16165","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16221","suggestions":"16222","row":19,"col":285,"uri":"15718","context":"16223"},{"text":"13601","offset":2534,"line":"16165","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16101","suggestions":"16224","row":19,"col":292,"uri":"15718","context":"16225"},{"text":"13582","offset":2550,"line":"16165","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16104","suggestions":"16226","row":19,"col":308,"uri":"15718","context":"16227"},{"text":"13611","offset":2562,"line":"16165","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16228","suggestions":"16229","row":19,"col":320,"uri":"15718","context":"16230"},{"text":"13630","offset":2575,"line":"16231","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16232","suggestions":"16233","row":21,"col":3,"uri":"15718","context":"16234"},{"text":"13591","offset":2586,"line":"16231","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16235","suggestions":"16236","row":21,"col":14,"uri":"15718","context":"16237"},{"text":"13596","offset":2603,"line":"16238","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15832","suggestions":"16239","row":22,"col":5,"uri":"15718","context":"16240"},{"text":"13558","offset":2615,"line":"16238","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16241","suggestions":"16242","row":22,"col":17,"uri":"15718","context":"16243"},{"text":"13577","offset":2623,"line":"16238","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16244","suggestions":"16245","row":22,"col":25,"uri":"15718","context":"16246"},{"text":"13572","offset":2629,"line":"16238","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16247","suggestions":"16248","row":22,"col":31,"uri":"15718","context":"16249"},{"text":"13563","offset":2645,"line":"16238","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"16250","suggestions":"16251","row":22,"col":47,"uri":"15718","context":"16252"},{"text":"13606","offset":2669,"line":"16238","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15907","suggestions":"16253","row":22,"col":71,"uri":"15718","context":"16254"},{"text":"13535","offset":2682,"line":"16238","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16255","suggestions":"16256","row":22,"col":84,"uri":"15718","context":"16257"},{"text":"13640","offset":2694,"line":"16238","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16258","suggestions":"16259","row":22,"col":96,"uri":"15718","context":"16260"},{"text":"8572","offset":2708,"line":"16238","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15799","suggestions":"16261","row":22,"col":110,"uri":"15718","context":"16262"},{"text":"13665","offset":2713,"line":"16238","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16263","suggestions":"16264","row":22,"col":115,"uri":"15718","context":"16265"},{"text":"16266","offset":2724,"line":"16238","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"16267","suggestions":"16268","row":22,"col":126,"uri":"15718","context":"16269"},{"text":"7565","offset":2740,"line":"16238","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15974","suggestions":"16270","row":22,"col":142,"uri":"15718","context":"16271"},{"text":"13509","offset":2746,"line":"16238","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16272","suggestions":"16273","row":22,"col":148,"uri":"15718","context":"16274"},{"text":"13635","offset":2763,"line":"16238","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16275","suggestions":"16276","row":22,"col":165,"uri":"15718","context":"16277"},{"text":"13525","offset":2798,"line":"16238","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16278","suggestions":"16279","row":22,"col":200,"uri":"15718","context":"16280"},{"text":"16281","offset":2822,"line":"16282","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16283","suggestions":"16284","row":23,"col":13,"uri":"15718","context":"16285"},{"text":"16286","offset":2864,"line":"16287","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16288","suggestions":"16289","row":24,"col":16,"uri":"15718","context":"16290"},{"text":"16291","offset":2896,"line":"16292","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16293","suggestions":"16294","row":25,"col":16,"uri":"15718","context":"16295"},{"text":"12908","offset":2910,"line":"16292","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15946","suggestions":"16296","row":25,"col":30,"uri":"15718","context":"16297"},{"text":"15955","offset":2932,"line":"16292","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15956","suggestions":"16298","row":25,"col":52,"uri":"15718","context":"16299"},{"text":"13670","offset":2946,"line":"16292","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15851","suggestions":"16300","row":25,"col":66,"uri":"15718","context":"16301"},{"text":"15965","offset":2955,"line":"16292","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15966","suggestions":"16302","row":25,"col":75,"uri":"15718","context":"16303"},{"text":"16304","offset":2977,"line":"16305","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16306","suggestions":"16307","row":26,"col":13,"uri":"15718","context":"16308"},{"text":"15920","offset":2988,"line":"16305","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15921","suggestions":"16309","row":26,"col":24,"uri":"15718","context":"16310"},{"text":"12898","offset":3018,"line":"16305","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16311","suggestions":"16312","row":26,"col":54,"uri":"15718","context":"16313"},{"text":"16314","offset":3024,"line":"16305","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16315","suggestions":"16316","row":26,"col":60,"uri":"15718","context":"16317"},{"text":"16318","offset":3051,"line":"16305","length":23,"isFlagged":false,"isFound":false,"suggestionsEx":"16319","suggestions":"16320","row":26,"col":87,"uri":"15718","context":"16321"},{"text":"16322","offset":3075,"line":"16305","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16323","suggestions":"16324","row":26,"col":111,"uri":"15718","context":"16325"},{"text":"16304","offset":3081,"line":"16305","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16306","suggestions":"16326","row":26,"col":117,"uri":"15718","context":"16327"},{"text":"16328","offset":3092,"line":"16305","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16329","suggestions":"16330","row":26,"col":128,"uri":"15718","context":"16331"},{"text":"16332","offset":3113,"line":"16305","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16333","suggestions":"16334","row":26,"col":149,"uri":"15718","context":"16335"},{"text":"13621","offset":3150,"line":"16305","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16336","suggestions":"16337","row":26,"col":186,"uri":"15718","context":"16338"},{"text":"16339","offset":3157,"line":"16305","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16340","suggestions":"16341","row":26,"col":193,"uri":"15718","context":"16342"},{"text":"16304","offset":3166,"line":"16305","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16306","suggestions":"16343","row":26,"col":202,"uri":"15718","context":"16344"},{"text":"16345","offset":3177,"line":"16305","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16346","suggestions":"16347","row":26,"col":213,"uri":"15718","context":"16348"},{"text":"13655","offset":3207,"line":"16349","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16207","suggestions":"16350","row":27,"col":18,"uri":"15718","context":"16351"},{"text":"16322","offset":3226,"line":"16349","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16323","suggestions":"16352","row":27,"col":37,"uri":"15718","context":"16353"},{"text":"16354","offset":3235,"line":"16349","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16355","suggestions":"16356","row":27,"col":46,"uri":"15718","context":"16357"},{"text":"13655","offset":3264,"line":"16358","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16207","suggestions":"16359","row":28,"col":18,"uri":"15718","context":"16360"},{"text":"16322","offset":3283,"line":"16358","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16323","suggestions":"16361","row":28,"col":37,"uri":"15718","context":"16362"},{"text":"13650","offset":3292,"line":"16358","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16363","suggestions":"16364","row":28,"col":46,"uri":"15718","context":"16365"},{"text":"13645","offset":3310,"line":"16358","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16366","suggestions":"16367","row":28,"col":64,"uri":"15718","context":"16368"},{"text":"13655","offset":3338,"line":"16369","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16207","suggestions":"16370","row":29,"col":18,"uri":"15718","context":"16371"},{"text":"16322","offset":3357,"line":"16369","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16323","suggestions":"16372","row":29,"col":37,"uri":"15718","context":"16373"},{"text":"15884","offset":3373,"line":"16369","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15885","suggestions":"16374","row":29,"col":53,"uri":"15718","context":"16375"},{"text":"13660","offset":3394,"line":"16376","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16377","suggestions":"16378","row":30,"col":9,"uri":"15718","context":"16379"},{"text":"13616","offset":3413,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16380","suggestions":"16381","row":30,"col":28,"uri":"15718","context":"16382"},{"text":"10885","offset":3420,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16383","suggestions":"16384","row":30,"col":35,"uri":"15718","context":"16385"},{"text":"13520","offset":3427,"line":"16376","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16386","suggestions":"16387","row":30,"col":42,"uri":"15718","context":"16388"},{"text":"13515","offset":3446,"line":"16376","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16389","suggestions":"16390","row":30,"col":61,"uri":"15718","context":"16391"},{"text":"16392","offset":3460,"line":"16376","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16393","suggestions":"16394","row":30,"col":75,"uri":"15718","context":"16395"},{"text":"16396","offset":3469,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16397","suggestions":"16398","row":30,"col":84,"uri":"15718","context":"16399"},{"text":"16400","offset":3477,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16401","suggestions":"16402","row":30,"col":92,"uri":"15718","context":"16403"},{"text":"14402","offset":3496,"line":"16376","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16404","suggestions":"16405","row":30,"col":111,"uri":"15718","context":"16406"},{"text":"7643","offset":3506,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"15766","suggestions":"16407","row":30,"col":121,"uri":"15718","context":"16408"},{"text":"13621","offset":3514,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16336","suggestions":"16409","row":30,"col":129,"uri":"15718","context":"16410"},{"text":"16411","offset":3525,"line":"16376","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16412","suggestions":"16413","row":30,"col":140,"uri":"15718","context":"16414"},{"text":"12898","offset":3534,"line":"16376","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16311","suggestions":"16415","row":30,"col":149,"uri":"15718","context":"16416"},{"text":"7565","offset":3544,"line":"16376","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15974","suggestions":"16417","row":30,"col":159,"uri":"15718","context":"16418"},{"text":"16419","offset":3550,"line":"16376","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16420","suggestions":"16421","row":30,"col":165,"uri":"15718","context":"16422"},{"text":"16423","offset":3573,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16424","suggestions":"16425","row":30,"col":188,"uri":"15718","context":"16426"},{"text":"16427","offset":3584,"line":"16376","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16428","suggestions":"16429","row":30,"col":199,"uri":"15718","context":"16430"},{"text":"16431","offset":3590,"line":"16376","length":28,"isFlagged":false,"isFound":false,"suggestionsEx":"16432","suggestions":"16433","row":30,"col":205,"uri":"15718","context":"16434"},{"text":"16435","offset":3631,"line":"16376","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16436","suggestions":"16437","row":30,"col":246,"uri":"15718","context":"16438"},{"text":"16439","offset":3641,"line":"16376","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16440","suggestions":"16441","row":30,"col":256,"uri":"15718","context":"16442"},{"text":"13596","offset":3656,"line":"16376","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15832","suggestions":"16443","row":30,"col":271,"uri":"15718","context":"16444"},{"text":"16445","offset":3671,"line":"16376","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16446","suggestions":"16447","row":30,"col":286,"uri":"15718","context":"16448"},{"text":"16449","offset":3682,"line":"16376","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16450","suggestions":"16451","row":30,"col":297,"uri":"15718","context":"16452"},{"text":"13630","offset":3693,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16232","suggestions":"16453","row":30,"col":308,"uri":"15718","context":"16454"},{"text":"16431","offset":3710,"line":"16376","length":28,"isFlagged":false,"isFound":false,"suggestionsEx":"16432","suggestions":"16455","row":30,"col":325,"uri":"15718","context":"16456"},{"text":"16457","offset":3747,"line":"16376","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16458","suggestions":"16459","row":30,"col":362,"uri":"15718","context":"16460"},{"text":"16461","offset":3764,"line":"16376","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16462","suggestions":"16463","row":30,"col":379,"uri":"15718","context":"16464"},{"text":"16025","offset":3769,"line":"16376","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16026","suggestions":"16465","row":30,"col":384,"uri":"15718","context":"16466"},{"text":"16467","offset":3782,"line":"16376","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16468","suggestions":"16469","row":30,"col":397,"uri":"15718","context":"16470"},{"text":"16471","offset":3800,"line":"16376","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16472","suggestions":"16473","row":30,"col":415,"uri":"15718","context":"16474"},{"text":"16475","offset":3808,"line":"16376","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16476","suggestions":"16477","row":30,"col":423,"uri":"15718","context":"16478"},{"text":"10885","offset":3823,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16383","suggestions":"16479","row":30,"col":438,"uri":"15718","context":"16480"},{"text":"13558","offset":3847,"line":"16376","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16241","suggestions":"16481","row":30,"col":462,"uri":"15718","context":"16482"},{"text":"15951","offset":3859,"line":"16376","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15952","suggestions":"16483","row":30,"col":474,"uri":"15718","context":"16484"},{"text":"7565","offset":3876,"line":"16376","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15974","suggestions":"16485","row":30,"col":491,"uri":"15718","context":"16486"},{"text":"16487","offset":3882,"line":"16376","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"16488","suggestions":"16489","row":30,"col":497,"uri":"15718","context":"16490"},{"text":"16491","offset":3900,"line":"16376","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16492","suggestions":"16493","row":30,"col":515,"uri":"15718","context":"16494"},{"text":"16495","offset":3916,"line":"16376","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16496","suggestions":"16497","row":30,"col":531,"uri":"15718","context":"16498"},{"text":"16499","offset":3933,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16500","suggestions":"16501","row":30,"col":548,"uri":"15718","context":"16502"},{"text":"16503","offset":3950,"line":"16376","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16504","suggestions":"16505","row":30,"col":565,"uri":"15718","context":"16506"},{"text":"16507","offset":3966,"line":"16376","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16508","suggestions":"16509","row":30,"col":581,"uri":"15718","context":"16510"},{"text":"13086","offset":3979,"line":"16376","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15777","suggestions":"16511","row":30,"col":594,"uri":"15718","context":"16512"},{"text":"16513","offset":3996,"line":"16376","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16514","suggestions":"16515","row":30,"col":611,"uri":"15718","context":"16516"},{"text":"16517","offset":4006,"line":"16376","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"16518","suggestions":"16519","row":30,"col":621,"uri":"15718","context":"16520"},{"text":"16169","offset":4047,"line":"16521","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16170","suggestions":"16522","row":32,"col":3,"uri":"15718","context":"16523"},{"text":"7659","offset":4096,"line":"16524","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15969","suggestions":"16525","row":33,"col":17,"uri":"15718","context":"16526"},{"text":"16527","offset":4110,"line":"16524","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16528","suggestions":"16529","row":33,"col":31,"uri":"15718","context":"16530"},{"text":"16531","offset":4142,"line":"16524","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16532","suggestions":"16533","row":33,"col":63,"uri":"15718","context":"16534"},{"text":"10864","offset":4164,"line":"16524","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15759","suggestions":"16535","row":33,"col":85,"uri":"15718","context":"16536"},{"text":"13899","offset":4174,"line":"16524","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16537","suggestions":"16538","row":33,"col":95,"uri":"15718","context":"16539"},{"text":"16540","offset":4183,"line":"16524","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16541","suggestions":"16542","row":33,"col":104,"uri":"15718","context":"16543"},{"text":"16531","offset":4200,"line":"16524","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16532","suggestions":"16544","row":33,"col":121,"uri":"15718","context":"16545"},{"text":"10864","offset":4222,"line":"16524","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15759","suggestions":"16546","row":33,"col":143,"uri":"15718","context":"16547"},{"text":"16548","offset":4236,"line":"16524","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16549","suggestions":"16550","row":33,"col":157,"uri":"15718","context":"16551"},{"text":"16552","offset":4246,"line":"16524","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16553","suggestions":"16554","row":33,"col":167,"uri":"15718","context":"16555"},{"text":"8572","offset":4261,"line":"16524","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15799","suggestions":"16556","row":33,"col":182,"uri":"15718","context":"16557"},{"text":"16558","offset":4266,"line":"16524","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"16559","suggestions":"16560","row":33,"col":187,"uri":"15718","context":"16561"},{"text":"16562","offset":4283,"line":"16524","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16563","suggestions":"16564","row":33,"col":204,"uri":"15718","context":"16565"},{"text":"16566","offset":4308,"line":"16524","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16567","suggestions":"16568","row":33,"col":229,"uri":"15718","context":"16569"},{"text":"16570","offset":4322,"line":"16524","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16571","suggestions":"16572","row":33,"col":243,"uri":"15718","context":"16573"},{"text":"16574","offset":4334,"line":"16524","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"16575","suggestions":"16576","row":33,"col":255,"uri":"15718","context":"16577"},{"text":"13670","offset":4361,"line":"16524","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15851","suggestions":"16578","row":33,"col":282,"uri":"15718","context":"16579"},{"text":"10864","offset":4371,"line":"16524","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"15759","suggestions":"16580","row":33,"col":292,"uri":"15718","context":"16581"},{"text":"16582","offset":4390,"line":"16524","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16583","suggestions":"16584","row":33,"col":311,"uri":"15718","context":"16585"},{"text":"12790","offset":4402,"line":"16524","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16081","suggestions":"16586","row":33,"col":323,"uri":"15718","context":"16587"},{"text":"16588","offset":4408,"line":"16524","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16589","suggestions":"16590","row":33,"col":329,"uri":"15718","context":"16591"},{"text":"16592","offset":4445,"line":"16524","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16593","suggestions":"16594","row":33,"col":366,"uri":"15718","context":"16595"},{"text":"15847","offset":4457,"line":"16524","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"15848","suggestions":"16596","row":33,"col":378,"uri":"15718","context":"16597"},{"text":"8406","offset":4482,"line":"16524","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16598","suggestions":"16599","row":33,"col":403,"uri":"15718","context":"16600"},{"text":"16601","offset":4488,"line":"16524","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16602","suggestions":"16603","row":33,"col":409,"uri":"15718","context":"16604"},{"text":"16605","offset":4523,"line":"16524","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16606","suggestions":"16607","row":33,"col":444,"uri":"15718","context":"16608"},{"text":"16609","offset":4555,"line":"16524","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16610","suggestions":"16611","row":33,"col":476,"uri":"15718","context":"16612"},{"text":"7659","offset":4574,"line":"16524","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15969","suggestions":"16613","row":33,"col":495,"uri":"15718","context":"16614"},{"text":"16615","offset":4580,"line":"16524","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16616","suggestions":"16617","row":33,"col":501,"uri":"15718","context":"16618"},{"text":"15916","offset":4613,"line":"16524","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15917","suggestions":"16619","row":33,"col":534,"uri":"15718","context":"16620"},{"text":"15920","offset":4629,"line":"16524","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15921","suggestions":"16621","row":33,"col":550,"uri":"15718","context":"16622"},{"text":"16113","offset":4640,"line":"16524","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16114","suggestions":"16623","row":33,"col":561,"uri":"15718","context":"16624"},{"text":"16625","offset":4650,"line":"16626","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16627","suggestions":"16628","row":35,"col":3,"uri":"15718","context":"16629"},{"text":"16630","offset":4670,"line":"16626","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16631","suggestions":"16632","row":35,"col":23,"uri":"15718","context":"16633"},{"text":"7565","offset":4691,"line":"16634","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15974","suggestions":"16635","row":36,"col":8,"uri":"15718","context":"16636"},{"text":"16637","offset":4697,"line":"16634","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16638","suggestions":"16639","row":36,"col":14,"uri":"15718","context":"16640"},{"text":"16641","offset":4747,"line":"16634","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"16642","suggestions":"16643","row":36,"col":64,"uri":"15718","context":"16644"},{"text":"13616","offset":4764,"line":"16634","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16380","suggestions":"16645","row":36,"col":81,"uri":"15718","context":"16646"},{"text":"16647","offset":4775,"line":"16634","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16648","suggestions":"16649","row":36,"col":92,"uri":"15718","context":"16650"},{"text":"15951","offset":4801,"line":"16634","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15952","suggestions":"16651","row":36,"col":118,"uri":"15718","context":"16652"},{"text":"16653","offset":4814,"line":"16634","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16654","suggestions":"16655","row":36,"col":131,"uri":"15718","context":"16656"},{"text":"16657","offset":4828,"line":"16634","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"16658","suggestions":"16659","row":36,"col":145,"uri":"15718","context":"16660"},{"text":"16661","offset":4844,"line":"16634","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16662","suggestions":"16663","row":36,"col":161,"uri":"15718","context":"16664"},{"text":"16665","offset":4853,"line":"16634","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16666","suggestions":"16667","row":36,"col":170,"uri":"15718","context":"16668"},{"text":"13616","offset":4872,"line":"16634","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16380","suggestions":"16669","row":36,"col":189,"uri":"15718","context":"16670"},{"text":"16671","offset":4879,"line":"16634","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16672","suggestions":"16673","row":36,"col":196,"uri":"15718","context":"16674"},{"text":"16675","offset":4904,"line":"16634","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16676","suggestions":"16677","row":36,"col":221,"uri":"15718","context":"16678"},{"text":"16679","offset":4918,"line":"16680","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16681","suggestions":"16682","row":38,"col":3,"uri":"15718","context":"16683"},{"text":"16684","offset":4932,"line":"16680","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16685","suggestions":"16686","row":38,"col":17,"uri":"15718","context":"16687"},{"text":"16688","offset":4950,"line":"16689","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16690","suggestions":"16691","row":39,"col":5,"uri":"15718","context":"16692"},{"text":"16461","offset":4965,"line":"16689","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16462","suggestions":"16693","row":39,"col":20,"uri":"15718","context":"16694"},{"text":"13616","offset":4980,"line":"16689","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16380","suggestions":"16695","row":39,"col":35,"uri":"15718","context":"16696"},{"text":"14677","offset":4994,"line":"16689","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16697","suggestions":"16698","row":39,"col":49,"uri":"15718","context":"16699"},{"text":"16700","offset":5002,"line":"16689","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"16701","suggestions":"16702","row":39,"col":57,"uri":"15718","context":"16703"},{"text":"16679","offset":5021,"line":"16689","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16681","suggestions":"16704","row":39,"col":76,"uri":"15718","context":"16705"},{"text":"15951","offset":5039,"line":"16689","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15952","suggestions":"16706","row":39,"col":94,"uri":"15718","context":"16707"},{"text":"16708","offset":5052,"line":"16689","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16709","suggestions":"16710","row":39,"col":107,"uri":"15718","context":"16711"},{"text":"15847","offset":5063,"line":"16712","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"15848","suggestions":"16713","row":41,"col":1,"uri":"15718","context":"16714"},{"text":"16715","offset":5085,"line":"16712","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16716","suggestions":"16717","row":41,"col":23,"uri":"15718","context":"16718"},{"text":"16719","offset":5097,"line":"16712","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16720","suggestions":"16721","row":41,"col":35,"uri":"15718","context":"16722"},{"text":"16723","offset":5109,"line":"16712","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16724","suggestions":"16725","row":41,"col":47,"uri":"15718","context":"16726"},{"text":"16630","offset":5149,"line":"16712","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16631","suggestions":"16727","row":41,"col":87,"uri":"15718","context":"16728"},{"text":"16729","offset":5178,"line":"16712","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"16730","suggestions":"16731","row":41,"col":116,"uri":"15718","context":"16732"},{"text":"16733","offset":5208,"line":"16712","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16734","suggestions":"16735","row":41,"col":146,"uri":"15718","context":"16736"},{"text":"16737","offset":5240,"line":"16712","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16738","suggestions":"16739","row":41,"col":178,"uri":"15718","context":"16740"},{"text":"16741","offset":5259,"line":"16712","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16742","suggestions":"16743","row":41,"col":197,"uri":"15718","context":"16744"},{"text":"16745","offset":5279,"line":"16712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16746","suggestions":"16747","row":41,"col":217,"uri":"15718","context":"16748"},{"text":"16749","offset":5293,"line":"16712","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16750","suggestions":"16751","row":41,"col":231,"uri":"15718","context":"16752"},{"text":"15920","offset":5311,"line":"16712","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15921","suggestions":"16753","row":41,"col":249,"uri":"15718","context":"16754"},{"text":"16755","offset":5322,"line":"16712","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16756","suggestions":"16757","row":41,"col":260,"uri":"15718","context":"16758"},{"text":"16574","offset":5332,"line":"16712","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"16575","suggestions":"16759","row":41,"col":270,"uri":"15718","context":"16760"},{"text":"14605","offset":5387,"line":"16712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15780","suggestions":"16761","row":41,"col":325,"uri":"15718","context":"16762"},{"text":"16733","offset":5393,"line":"16712","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16734","suggestions":"16763","row":41,"col":331,"uri":"15718","context":"16764"},{"text":"12677","offset":5402,"line":"16712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16765","suggestions":"16766","row":41,"col":340,"uri":"15718","context":"16767"},{"text":"14605","offset":5408,"line":"16712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15780","suggestions":"16768","row":41,"col":346,"uri":"15718","context":"16769"},{"text":"16770","offset":5421,"line":"16712","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16771","suggestions":"16772","row":41,"col":359,"uri":"15718","context":"16773"},{"text":"16774","offset":5457,"line":"16712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16775","suggestions":"16776","row":41,"col":395,"uri":"15718","context":"16777"},{"text":"16778","offset":5463,"line":"16712","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16779","suggestions":"16780","row":41,"col":401,"uri":"15718","context":"16781"},{"text":"16782","offset":5481,"line":"16712","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16783","suggestions":"16784","row":41,"col":419,"uri":"15718","context":"16785"},{"text":"12856","offset":5508,"line":"16712","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15879","suggestions":"16786","row":41,"col":446,"uri":"15718","context":"16787"},{"text":"14802","offset":5522,"line":"16712","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16788","suggestions":"16789","row":41,"col":460,"uri":"15718","context":"16790"},{"text":"7549","offset":5531,"line":"16712","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16791","suggestions":"16792","row":41,"col":469,"uri":"15718","context":"16793"},{"text":"16001","offset":5556,"line":"16712","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16002","suggestions":"16794","row":41,"col":494,"uri":"15718","context":"16795"},{"text":"16796","offset":5568,"line":"16712","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16797","suggestions":"16798","row":41,"col":506,"uri":"15718","context":"16799"},{"text":"16800","offset":5589,"line":"16801","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16802","suggestions":"16803","row":43,"col":12,"uri":"15718","context":"16804"},{"text":"15773","offset":5615,"line":"16801","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15774","suggestions":"16805","row":43,"col":38,"uri":"15718","context":"16806"},{"text":"13655","offset":5620,"line":"16801","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16207","suggestions":"16807","row":43,"col":43,"uri":"15718","context":"16808"},{"text":"15959","offset":5643,"line":"16801","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15960","suggestions":"16809","row":43,"col":66,"uri":"15718","context":"16810"},{"text":"12908","offset":5662,"line":"16801","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"15946","suggestions":"16811","row":43,"col":85,"uri":"15718","context":"16812"},{"text":"15755","offset":5690,"line":"16801","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15756","suggestions":"16813","row":43,"col":113,"uri":"15718","context":"16814"},{"text":"12441","offset":5719,"line":"16801","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15866","suggestions":"16815","row":43,"col":142,"uri":"15718","context":"16816"},{"text":"16817","offset":5725,"line":"16801","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16818","suggestions":"16819","row":43,"col":148,"uri":"15718","context":"16820"},{"text":"16354","offset":5755,"line":"16801","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16355","suggestions":"16821","row":43,"col":178,"uri":"15718","context":"16822"},{"text":"16823","offset":5790,"line":"16801","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16824","suggestions":"16825","row":43,"col":213,"uri":"15718","context":"16826"},{"text":"13003","offset":5796,"line":"16801","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15829","suggestions":"16827","row":43,"col":219,"uri":"15718","context":"16828"},{"text":"13606","offset":5805,"line":"16801","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"15907","suggestions":"16829","row":43,"col":228,"uri":"15718","context":"16830"},{"text":"16831","offset":5818,"line":"16801","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16832","suggestions":"16833","row":43,"col":241,"uri":"15718","context":"16834"},{"text":"16835","offset":5848,"line":"16801","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16836","suggestions":"16837","row":43,"col":271,"uri":"15718","context":"16838"},{"text":"16839","offset":5878,"line":"16801","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16840","suggestions":"16841","row":43,"col":301,"uri":"15718","context":"16842"},{"text":"15916","offset":5905,"line":"16801","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15917","suggestions":"16843","row":43,"col":328,"uri":"15718","context":"16844"},{"text":"15773","offset":5923,"line":"16801","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15774","suggestions":"16845","row":43,"col":346,"uri":"15718","context":"16846"},{"text":"7560","offset":5967,"line":"16801","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15816","suggestions":"16847","row":43,"col":390,"uri":"15718","context":"16848"},{"text":"15773","offset":5973,"line":"16801","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15774","suggestions":"16849","row":43,"col":396,"uri":"15718","context":"16850"},{"text":"16001","offset":6000,"line":"16801","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16002","suggestions":"16851","row":43,"col":423,"uri":"15718","context":"16852"},{"text":"7765","offset":6012,"line":"16801","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16853","suggestions":"16854","row":43,"col":435,"uri":"15718","context":"16855"},{"text":"16856","offset":6018,"line":"16801","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16857","suggestions":"16858","row":43,"col":441,"uri":"15718","context":"16859"},{"text":"15755","offset":6031,"line":"16801","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15756","suggestions":"16860","row":43,"col":454,"uri":"15718","context":"16861"},{"text":"16862","offset":6043,"line":"16801","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16863","suggestions":"16864","row":43,"col":466,"uri":"15718","context":"16865"},{"text":"16866","offset":6057,"line":"16801","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16867","suggestions":"16868","row":43,"col":480,"uri":"15718","context":"16869"},{"text":"15755","offset":6079,"line":"16801","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15756","suggestions":"16870","row":43,"col":502,"uri":"15718","context":"16871"},{"text":"16291","offset":6105,"line":"16801","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16293","suggestions":"16872","row":43,"col":528,"uri":"15718","context":"16873"},{"text":"16874","offset":6120,"line":"16801","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16875","suggestions":"16876","row":43,"col":543,"uri":"15718","context":"16877"},{"text":"16878","offset":6135,"line":"16879","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16880","suggestions":"16881","row":45,"col":1,"uri":"15718","context":"16882"},{"text":"16800","offset":6151,"line":"16879","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16802","suggestions":"16883","row":45,"col":17,"uri":"15718","context":"16884"},{"text":"10647","offset":6160,"line":"16879","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16885","suggestions":"16886","row":45,"col":26,"uri":"15718","context":"16887"},{"text":"12790","offset":6218,"line":"16879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16081","suggestions":"16888","row":45,"col":84,"uri":"15718","context":"16889"},{"text":"12634","offset":6224,"line":"16879","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15869","suggestions":"16890","row":45,"col":90,"uri":"15718","context":"16891"},{"text":"12441","offset":6248,"line":"16879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15866","suggestions":"16892","row":45,"col":114,"uri":"15718","context":"16893"},{"text":"16894","offset":6254,"line":"16879","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16895","suggestions":"16896","row":45,"col":120,"uri":"15718","context":"16897"},{"text":"16898","offset":6273,"line":"16879","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16899","suggestions":"16900","row":45,"col":139,"uri":"15718","context":"16901"},{"text":"7549","offset":6284,"line":"16879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16791","suggestions":"16902","row":45,"col":150,"uri":"15718","context":"16903"},{"text":"16904","offset":6291,"line":"16879","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16905","suggestions":"16906","row":45,"col":157,"uri":"15718","context":"16907"},{"text":"16908","offset":6310,"line":"16879","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16909","suggestions":"16910","row":45,"col":176,"uri":"15718","context":"16911"},{"text":"15916","offset":6338,"line":"16879","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15917","suggestions":"16912","row":45,"col":204,"uri":"15718","context":"16913"},{"text":"16113","offset":6365,"line":"16879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16114","suggestions":"16914","row":45,"col":231,"uri":"15718","context":"16915"},{"text":"7659","offset":6372,"line":"16879","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15969","suggestions":"16916","row":45,"col":238,"uri":"15718","context":"16917"},{"text":"16894","offset":6411,"line":"16879","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16895","suggestions":"16918","row":45,"col":277,"uri":"15718","context":"16919"},{"text":"16920","offset":6430,"line":"16879","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16921","suggestions":"16922","row":45,"col":296,"uri":"15718","context":"16923"},{"text":"16924","offset":6440,"line":"16879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16925","suggestions":"16926","row":45,"col":306,"uri":"15718","context":"16927"},{"text":"16928","offset":6447,"line":"16879","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16929","suggestions":"16930","row":45,"col":313,"uri":"15718","context":"16931"},{"text":"8572","offset":6471,"line":"16879","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15799","suggestions":"16932","row":45,"col":337,"uri":"15718","context":"16933"},{"text":"16934","offset":6479,"line":"16879","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16935","suggestions":"16936","row":45,"col":345,"uri":"15718","context":"16937"},{"text":"16938","offset":6500,"line":"16879","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16939","suggestions":"16940","row":45,"col":366,"uri":"15718","context":"16941"},{"text":"13924","offset":6521,"line":"16879","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16942","suggestions":"16943","row":45,"col":387,"uri":"15718","context":"16944"},{"text":"16945","offset":6532,"line":"16879","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16946","suggestions":"16947","row":45,"col":398,"uri":"15718","context":"16948"},{"text":"16949","offset":6544,"line":"16879","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16950","suggestions":"16951","row":45,"col":410,"uri":"15718","context":"16952"},{"text":"16684","offset":6564,"line":"16879","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16685","suggestions":"16953","row":45,"col":430,"uri":"15718","context":"16954"},{"text":"16894","offset":6586,"line":"16879","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16895","suggestions":"16955","row":45,"col":452,"uri":"15718","context":"16956"},{"text":"16957","offset":6609,"line":"16879","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16958","suggestions":"16959","row":45,"col":475,"uri":"15718","context":"16960"},{"text":"16961","offset":6628,"line":"16879","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16962","suggestions":"16963","row":45,"col":494,"uri":"15718","context":"16964"},{"text":"16965","offset":6658,"line":"16879","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16966","suggestions":"16967","row":45,"col":524,"uri":"15718","context":"16968"},{"text":"16949","offset":6686,"line":"16879","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16950","suggestions":"16969","row":45,"col":552,"uri":"15718","context":"16970"},{"text":"16894","offset":6710,"line":"16879","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16895","suggestions":"16971","row":45,"col":576,"uri":"15718","context":"16972"},{"text":"16973","offset":6729,"line":"16879","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16974","suggestions":"16975","row":45,"col":595,"uri":"15718","context":"16976"},{"text":"12894","offset":6737,"line":"16879","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16977","suggestions":"16978","row":45,"col":603,"uri":"15718","context":"16979"},{"text":"16203","offset":6745,"line":"16980","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"16204","suggestions":"16981","row":47,"col":1,"uri":"15718","context":"16982"},{"text":"10647","offset":6776,"line":"16980","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16885","suggestions":"16983","row":47,"col":32,"uri":"15718","context":"16984"},{"text":"16318","offset":6798,"line":"16980","length":23,"isFlagged":false,"isFound":false,"suggestionsEx":"16319","suggestions":"16985","row":47,"col":54,"uri":"15718","context":"16986"},{"text":"16113","offset":6859,"line":"16980","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16114","suggestions":"16987","row":47,"col":115,"uri":"15718","context":"16988"},{"text":"16558","offset":6879,"line":"16980","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"16559","suggestions":"16989","row":47,"col":135,"uri":"15718","context":"16990"},{"text":"16991","offset":6896,"line":"16980","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16992","suggestions":"16993","row":47,"col":152,"uri":"15718","context":"16994"},{"text":"8406","offset":6935,"line":"16980","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16598","suggestions":"16995","row":47,"col":191,"uri":"15718","context":"16996"},{"text":"16601","offset":6941,"line":"16980","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16602","suggestions":"16997","row":47,"col":197,"uri":"15718","context":"16998"},{"text":"16796","offset":6953,"line":"16980","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16797","suggestions":"16999","row":47,"col":209,"uri":"15718","context":"17000"},{"text":"12361","offset":6962,"line":"16980","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17001","suggestions":"17002","row":47,"col":218,"uri":"15718","context":"17003"},{"text":"16605","offset":6986,"line":"16980","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"16606","suggestions":"17004","row":47,"col":242,"uri":"15718","context":"17005"},{"text":"17006","offset":7003,"line":"16980","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17007","suggestions":"17008","row":47,"col":259,"uri":"15718","context":"17009"},{"text":"16609","offset":7030,"line":"16980","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16610","suggestions":"17010","row":47,"col":286,"uri":"15718","context":"17011"},{"text":"7659","offset":7049,"line":"16980","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15969","suggestions":"17012","row":47,"col":305,"uri":"15718","context":"17013"},{"text":"16113","offset":7112,"line":"16980","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16114","suggestions":"17014","row":47,"col":368,"uri":"15718","context":"17015"},{"text":"17016","offset":7120,"line":"17017","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17018","suggestions":"17019","row":49,"col":1,"uri":"15718","context":"17020"},{"text":"15729","offset":7134,"line":"17017","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15731","suggestions":"17021","row":49,"col":15,"uri":"15718","context":"17022"},{"text":"17023","offset":7147,"line":"17017","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17024","suggestions":"17025","row":49,"col":28,"uri":"15718","context":"17026"},{"text":"17027","offset":7165,"line":"17017","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17028","suggestions":"17029","row":49,"col":46,"uri":"15718","context":"17030"},{"text":"17031","offset":7179,"line":"17017","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17032","suggestions":"17033","row":49,"col":60,"uri":"15718","context":"17034"},{"text":"17035","offset":7204,"line":"17017","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17036","suggestions":"17037","row":49,"col":85,"uri":"15718","context":"17038"},{"text":"17039","offset":7216,"line":"17017","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17040","suggestions":"17041","row":49,"col":97,"uri":"15718","context":"17042"},{"text":"17043","offset":7234,"line":"17017","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17044","suggestions":"17045","row":49,"col":115,"uri":"15718","context":"17046"},{"text":"13621","offset":7248,"line":"17017","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16336","suggestions":"17047","row":49,"col":129,"uri":"15718","context":"17048"},{"text":"17049","offset":7274,"line":"17017","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17050","suggestions":"17051","row":49,"col":155,"uri":"15718","context":"17052"},{"text":"17053","offset":7290,"line":"17017","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17054","suggestions":"17055","row":49,"col":171,"uri":"15718","context":"17056"},{"text":"17057","offset":7298,"line":"17017","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17058","suggestions":"17059","row":49,"col":179,"uri":"15718","context":"17060"},{"text":"17061","offset":7315,"line":"17017","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17062","suggestions":"17063","row":49,"col":196,"uri":"15718","context":"17064"},{"text":"17065","offset":7342,"line":"17017","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17066","suggestions":"17067","row":49,"col":223,"uri":"15718","context":"17068"},{"text":"17069","offset":7355,"line":"17017","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17070","suggestions":"17071","row":49,"col":236,"uri":"15718","context":"17072"},{"text":"17073","offset":7370,"line":"17017","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"17074","suggestions":"17075","row":49,"col":251,"uri":"15718","context":"17076"},{"text":"17077","offset":7393,"line":"17017","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17078","suggestions":"17079","row":49,"col":274,"uri":"15718","context":"17080"},{"text":"15805","offset":7414,"line":"17081","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15806","suggestions":"17082","row":51,"col":3,"uri":"15718","context":"17083"},{"text":"16117","offset":7426,"line":"17081","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16119","suggestions":"17084","row":51,"col":15,"uri":"15718","context":"17085"},{"text":"17086","offset":7441,"line":"17087","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17088","suggestions":"17089","row":52,"col":5,"uri":"15718","context":"17090"},{"text":"17091","offset":7467,"line":"17087","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17092","suggestions":"17093","row":52,"col":31,"uri":"15718","context":"17094"},{"text":"12856","offset":7482,"line":"17087","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15879","suggestions":"17095","row":52,"col":46,"uri":"15718","context":"17096"},{"text":"16017","offset":7494,"line":"17087","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16018","suggestions":"17097","row":52,"col":58,"uri":"15718","context":"17098"},{"text":"17099","offset":7523,"line":"17087","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17100","suggestions":"17101","row":52,"col":87,"uri":"15718","context":"17102"},{"text":"16898","offset":7550,"line":"17087","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16899","suggestions":"17103","row":52,"col":114,"uri":"15718","context":"17104"},{"text":"7549","offset":7561,"line":"17087","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16791","suggestions":"17105","row":52,"col":125,"uri":"15718","context":"17106"},{"text":"12856","offset":7571,"line":"17087","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15879","suggestions":"17107","row":52,"col":135,"uri":"15718","context":"17108"},{"text":"17109","offset":7579,"line":"17087","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17110","suggestions":"17111","row":52,"col":143,"uri":"15718","context":"17112"},{"text":"17113","offset":7607,"line":"17087","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17114","suggestions":"17115","row":52,"col":171,"uri":"15718","context":"17116"},{"text":"14935","offset":7617,"line":"17117","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17118","suggestions":"17119","row":53,"col":1,"uri":"15718","context":"17120"},{"text":"16117","offset":7623,"line":"17117","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16119","suggestions":"17121","row":53,"col":7,"uri":"15718","context":"17122"},{"text":"17091","offset":7634,"line":"17117","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17092","suggestions":"17123","row":53,"col":18,"uri":"15718","context":"17124"},{"text":"12856","offset":7649,"line":"17117","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15879","suggestions":"17125","row":53,"col":33,"uri":"15718","context":"17126"},{"text":"16017","offset":7661,"line":"17117","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16018","suggestions":"17127","row":53,"col":45,"uri":"15718","context":"17128"},{"text":"17129","offset":7689,"line":"17117","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17130","suggestions":"17131","row":53,"col":73,"uri":"15718","context":"17132"},{"text":"8493","offset":7703,"line":"17117","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17133","suggestions":"17134","row":53,"col":87,"uri":"15718","context":"17135"},{"text":"17136","offset":7724,"line":"17117","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17137","suggestions":"17138","row":53,"col":108,"uri":"15718","context":"17139"},{"text":"17109","offset":7736,"line":"17117","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17110","suggestions":"17140","row":53,"col":120,"uri":"15718","context":"17141"},{"text":"17113","offset":7764,"line":"17117","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17114","suggestions":"17142","row":53,"col":148,"uri":"15718","context":"17143"},{"text":"17144","offset":7774,"line":"17145","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17146","suggestions":"17147","row":54,"col":1,"uri":"15718","context":"17148"},{"text":"13003","offset":7785,"line":"17145","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15829","suggestions":"17149","row":54,"col":12,"uri":"15718","context":"17150"},{"text":"17151","offset":7805,"line":"17145","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17152","suggestions":"17153","row":54,"col":32,"uri":"15718","context":"17154"},{"text":"17113","offset":7815,"line":"17145","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17114","suggestions":"17155","row":54,"col":42,"uri":"15718","context":"17156"},{"text":"13577","offset":7824,"line":"17145","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16244","suggestions":"17157","row":54,"col":51,"uri":"15718","context":"17158"},{"text":"17086","offset":7834,"line":"17145","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17088","suggestions":"17159","row":54,"col":61,"uri":"15718","context":"17160"},{"text":"16117","offset":7879,"line":"17145","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16119","suggestions":"17161","row":54,"col":106,"uri":"15718","context":"17162"},{"text":"17163","offset":7895,"line":"17145","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17164","suggestions":"17165","row":54,"col":122,"uri":"15718","context":"17166"},{"text":"12721","offset":7908,"line":"17145","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15802","suggestions":"17167","row":54,"col":135,"uri":"15718","context":"17168"},{"text":"17169","offset":7916,"line":"17145","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17170","suggestions":"17171","row":54,"col":143,"uri":"15718","context":"17172"},{"text":"12913","offset":7922,"line":"17145","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17173","suggestions":"17174","row":54,"col":149,"uri":"15718","context":"17175"},{"text":"17176","offset":7980,"line":"17177","length":25,"isFlagged":false,"isFound":false,"suggestionsEx":"17178","suggestions":"17179","row":56,"col":3,"uri":"15718","context":"17180"},{"text":"17181","offset":8010,"line":"17182","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17183","suggestions":"17184","row":57,"col":5,"uri":"15718","context":"17185"},{"text":"7560","offset":8032,"line":"17182","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15816","suggestions":"17186","row":57,"col":27,"uri":"15718","context":"17187"},{"text":"17188","offset":8037,"line":"17182","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17189","suggestions":"17190","row":57,"col":32,"uri":"15718","context":"17191"},{"text":"17192","offset":8045,"line":"17182","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17193","suggestions":"17194","row":57,"col":40,"uri":"15718","context":"17195"},{"text":"13086","offset":8066,"line":"17182","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15777","suggestions":"17196","row":57,"col":61,"uri":"15718","context":"17197"},{"text":"17198","offset":8072,"line":"17182","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17199","suggestions":"17200","row":57,"col":67,"uri":"15718","context":"17201"},{"text":"16117","offset":8082,"line":"17182","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16119","suggestions":"17202","row":57,"col":77,"uri":"15718","context":"17203"},{"text":"17204","offset":8093,"line":"17182","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17205","suggestions":"17206","row":57,"col":88,"uri":"15718","context":"17207"},{"text":"17208","offset":8132,"line":"17182","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17209","suggestions":"17210","row":57,"col":127,"uri":"15718","context":"17211"},{"text":"17212","offset":8151,"line":"17182","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17213","suggestions":"17214","row":57,"col":146,"uri":"15718","context":"17215"},{"text":"7614","offset":8157,"line":"17182","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17216","suggestions":"17217","row":57,"col":152,"uri":"15718","context":"17218"},{"text":"17219","offset":8173,"line":"17182","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17220","suggestions":"17221","row":57,"col":168,"uri":"15718","context":"17222"},{"text":"17223","offset":8203,"line":"17182","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17224","suggestions":"17225","row":57,"col":198,"uri":"15718","context":"17226"},{"text":"17227","offset":8215,"line":"17182","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17228","suggestions":"17229","row":57,"col":210,"uri":"15718","context":"17230"},{"text":"14563","offset":8248,"line":"17231","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17232","suggestions":"17233","row":58,"col":19,"uri":"15718","context":"17234"},{"text":"12767","offset":8307,"line":"17231","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17235","suggestions":"17236","row":58,"col":78,"uri":"15718","context":"17237"},{"text":"17238","offset":8312,"line":"17231","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17239","suggestions":"17240","row":58,"col":83,"uri":"15718","context":"17241"},{"text":"17242","offset":8321,"line":"17231","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17243","suggestions":"17244","row":58,"col":92,"uri":"15718","context":"17245"},{"text":"15762","offset":8350,"line":"17231","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15763","suggestions":"17246","row":58,"col":121,"uri":"15718","context":"17247"},{"text":"17248","offset":8376,"line":"17231","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17249","suggestions":"17250","row":58,"col":147,"uri":"15718","context":"17251"},{"text":"14148","offset":8386,"line":"17231","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17252","suggestions":"17253","row":58,"col":157,"uri":"15718","context":"17254"},{"text":"17255","offset":8397,"line":"17231","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17256","suggestions":"17257","row":58,"col":168,"uri":"15718","context":"17258"},{"text":"17259","offset":8418,"line":"17231","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17260","suggestions":"17261","row":58,"col":189,"uri":"15718","context":"17262"},{"text":"17263","offset":8430,"line":"17231","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17264","suggestions":"17265","row":58,"col":201,"uri":"15718","context":"17266"},{"text":"8406","offset":8449,"line":"17231","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16598","suggestions":"17267","row":58,"col":220,"uri":"15718","context":"17268"},{"text":"17269","offset":8455,"line":"17231","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17270","suggestions":"17271","row":58,"col":226,"uri":"15718","context":"17272"},{"text":"16637","offset":8466,"line":"17231","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16638","suggestions":"17273","row":58,"col":237,"uri":"15718","context":"17274"},{"text":"17275","offset":8473,"line":"17231","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17276","suggestions":"17277","row":58,"col":244,"uri":"15718","context":"17278"},{"text":"17279","offset":8489,"line":"17231","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17280","suggestions":"17281","row":58,"col":260,"uri":"15718","context":"17282"},{"text":"12677","offset":8501,"line":"17231","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16765","suggestions":"17283","row":58,"col":272,"uri":"15718","context":"17284"},{"text":"17285","offset":8507,"line":"17231","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"17286","suggestions":"17287","row":58,"col":278,"uri":"15718","context":"17288"},{"text":"12634","offset":8527,"line":"17231","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15869","suggestions":"17289","row":58,"col":298,"uri":"15718","context":"17290"},{"text":"17291","offset":8535,"line":"17231","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"17292","suggestions":"17293","row":58,"col":306,"uri":"15718","context":"17294"},{"text":"16017","offset":8566,"line":"17231","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16018","suggestions":"17295","row":58,"col":337,"uri":"15718","context":"17296"},{"text":"12534","offset":8585,"line":"17231","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17297","suggestions":"17298","row":58,"col":356,"uri":"15718","context":"17299"},{"text":"16021","offset":8590,"line":"17231","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16022","suggestions":"17300","row":58,"col":361,"uri":"15718","context":"17301"},{"text":"17176","offset":8623,"line":"17302","length":25,"isFlagged":false,"isFound":false,"suggestionsEx":"17178","suggestions":"17303","row":59,"col":8,"uri":"15718","context":"17304"},{"text":"17305","offset":8653,"line":"17302","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17306","suggestions":"17307","row":59,"col":38,"uri":"15718","context":"17308"},{"text":"17309","offset":8666,"line":"17302","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17310","suggestions":"17311","row":59,"col":51,"uri":"15718","context":"17312"},{"text":"17313","offset":8693,"line":"17302","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17314","suggestions":"17315","row":59,"col":78,"uri":"15718","context":"17316"},{"text":"16688","offset":8711,"line":"17302","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16690","suggestions":"17317","row":59,"col":96,"uri":"15718","context":"17318"},{"text":"17319","offset":8726,"line":"17302","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17320","suggestions":"17321","row":59,"col":111,"uri":"15718","context":"17322"},{"text":"16737","offset":8750,"line":"17323","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"16738","suggestions":"17324","row":61,"col":3,"uri":"15718","context":"17325"},{"text":"17326","offset":8769,"line":"17323","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"17327","suggestions":"17328","row":61,"col":22,"uri":"15718","context":"17329"},{"text":"17330","offset":8790,"line":"17331","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17332","suggestions":"17333","row":62,"col":1,"uri":"15718","context":"17334"},{"text":"17335","offset":8799,"line":"17331","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17336","suggestions":"17337","row":62,"col":10,"uri":"15718","context":"17338"},{"text":"17339","offset":8810,"line":"17331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17340","suggestions":"17341","row":62,"col":21,"uri":"15718","context":"17342"},{"text":"17343","offset":8827,"line":"17331","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17344","suggestions":"17345","row":62,"col":38,"uri":"15718","context":"17346"},{"text":"17347","offset":8844,"line":"17331","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"17348","suggestions":"17349","row":62,"col":55,"uri":"15718","context":"17350"},{"text":"17351","offset":8860,"line":"17331","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17352","suggestions":"17353","row":62,"col":71,"uri":"15718","context":"17354"},{"text":"17355","offset":8893,"line":"17331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17356","suggestions":"17357","row":62,"col":104,"uri":"15718","context":"17358"},{"text":"17359","offset":8906,"line":"17331","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17360","suggestions":"17361","row":62,"col":117,"uri":"15718","context":"17362"},{"text":"17363","offset":8917,"line":"17331","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17364","suggestions":"17365","row":62,"col":128,"uri":"15718","context":"17366"},{"text":"17367","offset":8933,"line":"17331","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17368","suggestions":"17369","row":62,"col":144,"uri":"15718","context":"17370"},{"text":"17371","offset":8946,"line":"17331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17372","suggestions":"17373","row":62,"col":157,"uri":"15718","context":"17374"},{"text":"17375","offset":8954,"line":"17331","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17376","suggestions":"17377","row":62,"col":165,"uri":"15718","context":"17378"},{"text":"17027","offset":9001,"line":"17331","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17028","suggestions":"17379","row":62,"col":212,"uri":"15718","context":"17380"},{"text":"17248","offset":9045,"line":"17331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17249","suggestions":"17381","row":62,"col":256,"uri":"15718","context":"17382"},{"text":"14148","offset":9054,"line":"17331","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17252","suggestions":"17383","row":62,"col":265,"uri":"15718","context":"17384"},{"text":"17255","offset":9065,"line":"17331","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17256","suggestions":"17385","row":62,"col":276,"uri":"15718","context":"17386"},{"text":"17387","offset":9085,"line":"17331","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"17388","suggestions":"17389","row":62,"col":296,"uri":"15718","context":"17390"},{"text":"17391","offset":9105,"line":"17331","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"17392","suggestions":"17393","row":62,"col":316,"uri":"15718","context":"17394"},{"text":"17395","offset":9146,"line":"17331","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17396","suggestions":"17397","row":62,"col":357,"uri":"15718","context":"17398"},{"text":"17399","offset":9162,"line":"17331","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17400","suggestions":"17401","row":62,"col":373,"uri":"15718","context":"17402"},{"text":"17403","offset":9180,"line":"17331","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"17404","suggestions":"17405","row":62,"col":391,"uri":"15718","context":"17406"},{"text":"17371","offset":9196,"line":"17331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17372","suggestions":"17407","row":62,"col":407,"uri":"15718","context":"17408"},{"text":"15930","offset":9209,"line":"17331","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15931","suggestions":"17409","row":62,"col":420,"uri":"15718","context":"17410"},{"text":"12990","offset":9214,"line":"17331","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15938","suggestions":"17411","row":62,"col":425,"uri":"15718","context":"17412"},{"text":"10872","offset":9219,"line":"17331","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17413","suggestions":"17414","row":62,"col":430,"uri":"15718","context":"17415"},{"text":"13003","offset":9225,"line":"17331","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15829","suggestions":"17416","row":62,"col":436,"uri":"15718","context":"17417"},{"text":"17418","offset":9254,"line":"17331","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17419","suggestions":"17420","row":62,"col":465,"uri":"15718","context":"17421"},{"text":"17371","offset":9274,"line":"17331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17372","suggestions":"17422","row":62,"col":485,"uri":"15718","context":"17423"},{"text":"17424","offset":9282,"line":"17331","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17425","suggestions":"17426","row":62,"col":493,"uri":"15718","context":"17427"},{"text":"7549","offset":9294,"line":"17331","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16791","suggestions":"17428","row":62,"col":505,"uri":"15718","context":"17429"},{"text":"17430","offset":9301,"line":"17331","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17431","suggestions":"17432","row":62,"col":512,"uri":"15718","context":"17433"},{"text":"16322","offset":9312,"line":"17331","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16323","suggestions":"17434","row":62,"col":523,"uri":"15718","context":"17435"},{"text":"17351","offset":9318,"line":"17331","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17352","suggestions":"17436","row":62,"col":529,"uri":"15718","context":"17437"},{"text":"17438","offset":9355,"line":"17331","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17439","suggestions":"17440","row":62,"col":566,"uri":"15718","context":"17441"},{"text":"17442","offset":9368,"line":"17331","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17443","suggestions":"17444","row":62,"col":579,"uri":"15718","context":"17445"},{"text":"13621","offset":9384,"line":"17331","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16336","suggestions":"17446","row":62,"col":595,"uri":"15718","context":"17447"},{"text":"17448","offset":9395,"line":"17331","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17449","suggestions":"17450","row":62,"col":606,"uri":"15718","context":"17451"},{"text":"17452","offset":9410,"line":"17331","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17453","suggestions":"17454","row":62,"col":621,"uri":"15718","context":"17455"},{"text":"16029","offset":9434,"line":"17331","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"16030","suggestions":"17456","row":62,"col":645,"uri":"15718","context":"17457"},{"text":"17458","offset":9453,"line":"17459","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"17460","suggestions":"17461","row":64,"col":3,"uri":"15718","context":"17462"},{"text":"10647","offset":9474,"line":"17463","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16885","suggestions":"17464","row":65,"col":1,"uri":"15718","context":"17465"},{"text":"16354","offset":9492,"line":"17463","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16355","suggestions":"17466","row":65,"col":19,"uri":"15718","context":"17467"},{"text":"10885","offset":9504,"line":"17463","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16383","suggestions":"17468","row":65,"col":31,"uri":"15718","context":"17469"},{"text":"17458","offset":9515,"line":"17463","length":20,"isFlagged":false,"isFound":false,"suggestionsEx":"17460","suggestions":"17470","row":65,"col":42,"uri":"15718","context":"17471"},{"text":"17472","offset":9536,"line":"17463","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17473","suggestions":"17474","row":65,"col":63,"uri":"15718","context":"17475"},{"text":"16427","offset":9550,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16428","suggestions":"17476","row":65,"col":77,"uri":"15718","context":"17477"},{"text":"16949","offset":9556,"line":"17463","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16950","suggestions":"17478","row":65,"col":83,"uri":"15718","context":"17479"},{"text":"17480","offset":9577,"line":"17463","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"17481","suggestions":"17482","row":65,"col":104,"uri":"15718","context":"17483"},{"text":"15977","offset":9594,"line":"17463","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"15978","suggestions":"17484","row":65,"col":121,"uri":"15718","context":"17485"},{"text":"17486","offset":9655,"line":"17463","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17487","suggestions":"17488","row":65,"col":182,"uri":"15718","context":"17489"},{"text":"16949","offset":9662,"line":"17463","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"16950","suggestions":"17490","row":65,"col":189,"uri":"15718","context":"17491"},{"text":"14342","offset":9694,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17492","suggestions":"17493","row":65,"col":221,"uri":"15718","context":"17494"},{"text":"17495","offset":9700,"line":"17463","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17496","suggestions":"17497","row":65,"col":227,"uri":"15718","context":"17498"},{"text":"7799","offset":9708,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17499","suggestions":"17500","row":65,"col":235,"uri":"15718","context":"17501"},{"text":"14071","offset":9722,"line":"17463","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17502","suggestions":"17503","row":65,"col":249,"uri":"15718","context":"17504"},{"text":"17505","offset":9727,"line":"17463","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17506","suggestions":"17507","row":65,"col":254,"uri":"15718","context":"17508"},{"text":"12902","offset":9734,"line":"17463","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17509","suggestions":"17510","row":65,"col":261,"uri":"15718","context":"17511"},{"text":"17512","offset":9748,"line":"17463","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17513","suggestions":"17514","row":65,"col":275,"uri":"15718","context":"17515"},{"text":"7799","offset":9774,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17499","suggestions":"17516","row":65,"col":301,"uri":"15718","context":"17517"},{"text":"17518","offset":9784,"line":"17463","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17519","suggestions":"17520","row":65,"col":311,"uri":"15718","context":"17521"},{"text":"17043","offset":9799,"line":"17463","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17044","suggestions":"17522","row":65,"col":326,"uri":"15718","context":"17523"},{"text":"12387","offset":9817,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17524","suggestions":"17525","row":65,"col":344,"uri":"15718","context":"17526"},{"text":"12634","offset":9823,"line":"17463","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15869","suggestions":"17527","row":65,"col":350,"uri":"15718","context":"17528"},{"text":"16723","offset":9831,"line":"17463","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16724","suggestions":"17529","row":65,"col":358,"uri":"15718","context":"17530"},{"text":"13003","offset":9853,"line":"17463","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"15829","suggestions":"17531","row":65,"col":380,"uri":"15718","context":"17532"},{"text":"13285","offset":9862,"line":"17463","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16011","suggestions":"17533","row":65,"col":389,"uri":"15718","context":"17534"},{"text":"12630","offset":9867,"line":"17463","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17535","suggestions":"17536","row":65,"col":394,"uri":"15718","context":"17537"},{"text":"17538","offset":9883,"line":"17463","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17539","suggestions":"17540","row":65,"col":410,"uri":"15718","context":"17541"},{"text":"12424","offset":9895,"line":"17463","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17542","suggestions":"17543","row":65,"col":422,"uri":"15718","context":"17544"},{"text":"17545","offset":9916,"line":"17463","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17546","suggestions":"17547","row":65,"col":443,"uri":"15718","context":"17548"},{"text":"17549","offset":9933,"line":"17463","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17550","suggestions":"17551","row":65,"col":460,"uri":"15718","context":"17552"},{"text":"17553","offset":9957,"line":"17463","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17554","suggestions":"17555","row":65,"col":484,"uri":"15718","context":"17556"},{"text":"17557","offset":9965,"line":"17463","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17558","suggestions":"17559","row":65,"col":492,"uri":"15718","context":"17560"},{"text":"17561","offset":9986,"line":"17463","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17562","suggestions":"17563","row":65,"col":513,"uri":"15718","context":"17564"},{"text":"13577","offset":10003,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16244","suggestions":"17565","row":65,"col":530,"uri":"15718","context":"17566"},{"text":"17567","offset":10009,"line":"17463","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17568","suggestions":"17569","row":65,"col":536,"uri":"15718","context":"17570"},{"text":"17571","offset":10023,"line":"17463","length":28,"isFlagged":false,"isFound":false,"suggestionsEx":"17572","suggestions":"17573","row":65,"col":550,"uri":"15718","context":"17574"},{"text":"17575","offset":10057,"line":"17463","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"17576","suggestions":"17577","row":65,"col":584,"uri":"15718","context":"17578"},{"text":"17579","offset":10075,"line":"17463","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17580","suggestions":"17581","row":65,"col":602,"uri":"15718","context":"17582"},{"text":"17583","offset":10087,"line":"17463","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17584","suggestions":"17585","row":65,"col":614,"uri":"15718","context":"17586"},{"text":"15924","offset":10105,"line":"17463","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15925","suggestions":"17587","row":65,"col":632,"uri":"15718","context":"17588"},{"text":"17589","offset":10130,"line":"17463","length":21,"isFlagged":false,"isFound":false,"suggestionsEx":"17590","suggestions":"17591","row":65,"col":657,"uri":"15718","context":"17592"},{"text":"17593","offset":10152,"line":"17463","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17594","suggestions":"17595","row":65,"col":679,"uri":"15718","context":"17596"},{"text":"17597","offset":10166,"line":"17598","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17599","suggestions":"17600","row":67,"col":4,"uri":"15718","context":"17601"},{"text":"10885","offset":10189,"line":"17602","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16383","suggestions":"17603","row":68,"col":5,"uri":"15718","context":"17604"},{"text":"17605","offset":10227,"line":"17602","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17606","suggestions":"17607","row":68,"col":43,"uri":"15718","context":"17608"},{"text":"17609","offset":10238,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17610","suggestions":"17611","row":68,"col":54,"uri":"15718","context":"17612"},{"text":"17151","offset":10267,"line":"17602","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17152","suggestions":"17613","row":68,"col":83,"uri":"15718","context":"17614"},{"text":"16715","offset":10303,"line":"17602","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16716","suggestions":"17615","row":68,"col":119,"uri":"15718","context":"17616"},{"text":"17617","offset":10314,"line":"17602","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17618","suggestions":"17619","row":68,"col":130,"uri":"15718","context":"17620"},{"text":"17609","offset":10329,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17610","suggestions":"17621","row":68,"col":145,"uri":"15718","context":"17622"},{"text":"14071","offset":10339,"line":"17602","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17502","suggestions":"17623","row":68,"col":155,"uri":"15718","context":"17624"},{"text":"17625","offset":10344,"line":"17602","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17626","suggestions":"17627","row":68,"col":160,"uri":"15718","context":"17628"},{"text":"17629","offset":10359,"line":"17602","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17630","suggestions":"17631","row":68,"col":175,"uri":"15718","context":"17632"},{"text":"16132","offset":10373,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16133","suggestions":"17633","row":68,"col":189,"uri":"15718","context":"17634"},{"text":"12441","offset":10382,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15866","suggestions":"17635","row":68,"col":198,"uri":"15718","context":"17636"},{"text":"13266","offset":10388,"line":"17602","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16014","suggestions":"17637","row":68,"col":204,"uri":"15718","context":"17638"},{"text":"17639","offset":10393,"line":"17602","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17640","suggestions":"17641","row":68,"col":209,"uri":"15718","context":"17642"},{"text":"12898","offset":10405,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16311","suggestions":"17643","row":68,"col":221,"uri":"15718","context":"17644"},{"text":"16449","offset":10411,"line":"17602","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16450","suggestions":"17645","row":68,"col":227,"uri":"15718","context":"17646"},{"text":"8467","offset":10427,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17647","suggestions":"17648","row":68,"col":243,"uri":"15718","context":"17649"},{"text":"17650","offset":10438,"line":"17602","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17651","suggestions":"17652","row":68,"col":254,"uri":"15718","context":"17653"},{"text":"17654","offset":10469,"line":"17602","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17655","suggestions":"17656","row":68,"col":285,"uri":"15718","context":"17657"},{"text":"14025","offset":10479,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17658","suggestions":"17659","row":68,"col":295,"uri":"15718","context":"17660"},{"text":"17661","offset":10485,"line":"17602","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17662","suggestions":"17663","row":68,"col":301,"uri":"15718","context":"17664"},{"text":"17665","offset":10501,"line":"17602","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"17666","suggestions":"17667","row":68,"col":317,"uri":"15718","context":"17668"},{"text":"17597","offset":10518,"line":"17602","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17599","suggestions":"17669","row":68,"col":334,"uri":"15718","context":"17670"},{"text":"17671","offset":10551,"line":"17602","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17672","suggestions":"17673","row":68,"col":367,"uri":"15718","context":"17674"},{"text":"17675","offset":10563,"line":"17602","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17676","suggestions":"17677","row":68,"col":379,"uri":"15718","context":"17678"},{"text":"17679","offset":10592,"line":"17602","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17680","suggestions":"17681","row":68,"col":408,"uri":"15718","context":"17682"},{"text":"16132","offset":10601,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16133","suggestions":"17683","row":68,"col":417,"uri":"15718","context":"17684"},{"text":"17685","offset":10616,"line":"17602","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17686","suggestions":"17687","row":68,"col":432,"uri":"15718","context":"17688"},{"text":"17661","offset":10628,"line":"17602","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17662","suggestions":"17689","row":68,"col":444,"uri":"15718","context":"17690"},{"text":"17665","offset":10644,"line":"17602","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"17666","suggestions":"17691","row":68,"col":460,"uri":"15718","context":"17692"},{"text":"17625","offset":10661,"line":"17602","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17626","suggestions":"17693","row":68,"col":477,"uri":"15718","context":"17694"},{"text":"16507","offset":10676,"line":"17602","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16508","suggestions":"17695","row":68,"col":492,"uri":"15718","context":"17696"},{"text":"12387","offset":10685,"line":"17602","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17524","suggestions":"17697","row":68,"col":501,"uri":"15718","context":"17698"},{"text":"17699","offset":10691,"line":"17602","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17700","suggestions":"17701","row":68,"col":507,"uri":"15718","context":"17702"},{"text":"16021","offset":10707,"line":"17602","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16022","suggestions":"17703","row":68,"col":523,"uri":"15718","context":"17704"},{"text":"17705","offset":10731,"line":"17602","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17706","suggestions":"17707","row":68,"col":547,"uri":"15718","context":"17708"},{"text":"16001","offset":10770,"line":"17602","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16002","suggestions":"17709","row":68,"col":586,"uri":"15718","context":"17710"},{"text":"16164","offset":10791,"line":"17602","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"16166","suggestions":"17711","row":68,"col":607,"uri":"15718","context":"17712"},{"text":"16169","offset":10808,"line":"17602","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16170","suggestions":"17713","row":68,"col":624,"uri":"15718","context":"17714"},{"text":"17715","offset":10872,"line":"17716","length":21,"isFlagged":false,"isFound":false,"suggestionsEx":"17717","suggestions":"17718","row":70,"col":4,"uri":"15718","context":"17719"},{"text":"10647","offset":10894,"line":"17720","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16885","suggestions":"17721","row":71,"col":1,"uri":"15718","context":"17722"},{"text":"16354","offset":10912,"line":"17720","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"16355","suggestions":"17723","row":71,"col":19,"uri":"15718","context":"17724"},{"text":"17725","offset":10947,"line":"17720","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17726","suggestions":"17727","row":71,"col":54,"uri":"15718","context":"17728"},{"text":"17609","offset":10963,"line":"17720","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17610","suggestions":"17729","row":71,"col":70,"uri":"15718","context":"17730"},{"text":"17731","offset":10980,"line":"17720","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17732","suggestions":"17733","row":71,"col":87,"uri":"15718","context":"17734"},{"text":"16862","offset":11012,"line":"17720","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16863","suggestions":"17735","row":71,"col":119,"uri":"15718","context":"17736"},{"text":"14067","offset":11023,"line":"17720","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17737","suggestions":"17738","row":71,"col":130,"uri":"15718","context":"17739"},{"text":"12361","offset":11034,"line":"17720","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17001","suggestions":"17740","row":71,"col":141,"uri":"15718","context":"17741"},{"text":"17742","offset":11043,"line":"17720","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17743","suggestions":"17744","row":71,"col":150,"uri":"15718","context":"17745"},{"text":"17746","offset":11067,"line":"17720","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17747","suggestions":"17748","row":71,"col":174,"uri":"15718","context":"17749"},{"text":"17750","offset":11076,"line":"17720","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"17751","suggestions":"17752","row":71,"col":183,"uri":"15718","context":"17753"},{"text":"17754","offset":11099,"line":"17720","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17755","suggestions":"17756","row":71,"col":206,"uri":"15718","context":"17757"},{"text":"17758","offset":11114,"line":"17720","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17759","suggestions":"17760","row":71,"col":221,"uri":"15718","context":"17761"},{"text":"12934","offset":11124,"line":"17720","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17762","suggestions":"17763","row":71,"col":231,"uri":"15718","context":"17764"},{"text":"12746","offset":11129,"line":"17720","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17765","suggestions":"17766","row":71,"col":236,"uri":"15718","context":"17767"},{"text":"17768","offset":11143,"line":"17720","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17769","suggestions":"17770","row":71,"col":250,"uri":"15718","context":"17771"},{"text":"13266","offset":11162,"line":"17720","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16014","suggestions":"17772","row":71,"col":269,"uri":"15718","context":"17773"},{"text":"17774","offset":11171,"line":"17720","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17775","suggestions":"17776","row":71,"col":278,"uri":"15718","context":"17777"},{"text":"12898","offset":11183,"line":"17720","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16311","suggestions":"17778","row":71,"col":290,"uri":"15718","context":"17779"},{"text":"17780","offset":11189,"line":"17720","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17781","suggestions":"17782","row":71,"col":296,"uri":"15718","context":"17783"},{"text":"17169","offset":11231,"line":"17720","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17170","suggestions":"17784","row":71,"col":338,"uri":"15718","context":"17785"},{"text":"17786","offset":11237,"line":"17720","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17787","suggestions":"17788","row":71,"col":344,"uri":"15718","context":"17789"},{"text":"17790","offset":11257,"line":"17720","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17791","suggestions":"17792","row":71,"col":364,"uri":"15718","context":"17793"},{"text":"17794","offset":11273,"line":"17720","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17795","suggestions":"17796","row":71,"col":380,"uri":"15718","context":"17797"},{"text":"12677","offset":11288,"line":"17720","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16765","suggestions":"17798","row":71,"col":395,"uri":"15718","context":"17799"},{"text":"16552","offset":11294,"line":"17720","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16553","suggestions":"17800","row":71,"col":401,"uri":"15718","context":"17801"},{"text":"13086","offset":11318,"line":"17720","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15777","suggestions":"17802","row":71,"col":425,"uri":"15718","context":"17803"},{"text":"17804","offset":11341,"line":"17720","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17805","suggestions":"17806","row":71,"col":448,"uri":"15718","context":"17807"},{"text":"17808","offset":11357,"line":"17720","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"17809","suggestions":"17810","row":71,"col":464,"uri":"15718","context":"17811"},{"text":"17077","offset":11385,"line":"17720","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17078","suggestions":"17812","row":71,"col":492,"uri":"15718","context":"17813"},{"text":"17814","offset":11408,"line":"17815","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17816","suggestions":"17817","row":73,"col":4,"uri":"15718","context":"17818"},{"text":"10880","offset":11449,"line":"17819","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17820","suggestions":"17821","row":74,"col":20,"uri":"15718","context":"17822"},{"text":"17823","offset":11455,"line":"17819","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17824","suggestions":"17825","row":74,"col":26,"uri":"15718","context":"17826"},{"text":"13616","offset":11468,"line":"17819","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16380","suggestions":"17827","row":74,"col":39,"uri":"15718","context":"17828"},{"text":"17829","offset":11475,"line":"17819","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17830","suggestions":"17831","row":74,"col":46,"uri":"15718","context":"17832"},{"text":"17833","offset":11485,"line":"17819","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17834","suggestions":"17835","row":74,"col":56,"uri":"15718","context":"17836"},{"text":"17583","offset":11520,"line":"17819","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17584","suggestions":"17837","row":74,"col":91,"uri":"15718","context":"17838"},{"text":"16156","offset":11530,"line":"17819","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16157","suggestions":"17839","row":74,"col":101,"uri":"15718","context":"17840"},{"text":"17841","offset":11548,"line":"17819","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17842","suggestions":"17843","row":74,"col":119,"uri":"15718","context":"17844"},{"text":"17845","offset":11562,"line":"17819","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17846","suggestions":"17847","row":74,"col":133,"uri":"15718","context":"17848"},{"text":"17849","offset":11570,"line":"17819","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17850","suggestions":"17851","row":74,"col":141,"uri":"15718","context":"17852"},{"text":"17853","offset":11591,"line":"17819","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17854","suggestions":"17855","row":74,"col":162,"uri":"15718","context":"17856"},{"text":"17849","offset":11607,"line":"17819","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17850","suggestions":"17857","row":74,"col":178,"uri":"15718","context":"17858"},{"text":"17859","offset":11621,"line":"17819","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17860","suggestions":"17861","row":74,"col":192,"uri":"15718","context":"17862"},{"text":"13611","offset":11634,"line":"17819","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16228","suggestions":"17863","row":74,"col":205,"uri":"15718","context":"17864"},{"text":"16427","offset":11644,"line":"17819","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16428","suggestions":"17865","row":74,"col":215,"uri":"15718","context":"17866"},{"text":"15762","offset":11710,"line":"17819","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"15763","suggestions":"17867","row":74,"col":281,"uri":"15718","context":"17868"},{"text":"17869","offset":11719,"line":"17819","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"17870","suggestions":"17871","row":74,"col":290,"uri":"15718","context":"17872"},{"text":"16615","offset":11731,"line":"17819","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16616","suggestions":"17873","row":74,"col":302,"uri":"15718","context":"17874"},{"text":"13611","offset":11745,"line":"17819","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"16228","suggestions":"17875","row":74,"col":316,"uri":"15718","context":"17876"},{"text":"16156","offset":11758,"line":"17819","length":17,"isFlagged":false,"isFound":false,"suggestionsEx":"16157","suggestions":"17877","row":74,"col":329,"uri":"15718","context":"17878"},{"text":"17879","offset":11776,"line":"17819","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17880","suggestions":"17881","row":74,"col":347,"uri":"15718","context":"17882"},{"text":"17883","offset":11789,"line":"17884","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17885","suggestions":"17886","row":75,"col":4,"uri":"15718","context":"17887"},{"text":"17888","offset":11799,"line":"17889","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17890","suggestions":"17891","row":76,"col":1,"uri":"15718","context":"17892"},{"text":"17893","offset":11815,"line":"17889","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17894","suggestions":"17895","row":76,"col":17,"uri":"15718","context":"17896"},{"text":"16548","offset":11826,"line":"17889","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16549","suggestions":"17897","row":76,"col":28,"uri":"15718","context":"17898"},{"text":"17899","offset":11848,"line":"17889","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17900","suggestions":"17901","row":76,"col":50,"uri":"15718","context":"17902"},{"text":"12355","offset":11861,"line":"17889","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17903","suggestions":"17904","row":76,"col":63,"uri":"15718","context":"17905"},{"text":"17906","offset":11878,"line":"17889","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17907","suggestions":"17908","row":76,"col":80,"uri":"15718","context":"17909"},{"text":"12361","offset":11887,"line":"17889","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17001","suggestions":"17910","row":76,"col":89,"uri":"15718","context":"17911"},{"text":"13553","offset":11911,"line":"17889","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17912","suggestions":"17913","row":76,"col":113,"uri":"15718","context":"17914"},{"text":"13266","offset":11944,"line":"17889","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16014","suggestions":"17915","row":76,"col":146,"uri":"15718","context":"17916"},{"text":"12898","offset":11959,"line":"17889","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16311","suggestions":"17917","row":76,"col":161,"uri":"15718","context":"17918"},{"text":"17919","offset":11965,"line":"17889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17920","suggestions":"17921","row":76,"col":167,"uri":"15718","context":"17922"},{"text":"17923","offset":11978,"line":"17889","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17924","suggestions":"17925","row":76,"col":180,"uri":"15718","context":"17926"},{"text":"13530","offset":11992,"line":"17889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17927","suggestions":"17928","row":76,"col":194,"uri":"15718","context":"17929"},{"text":"17930","offset":12015,"line":"17889","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17931","suggestions":"17932","row":76,"col":217,"uri":"15718","context":"17933"},{"text":"17934","offset":12032,"line":"17889","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"17935","suggestions":"17936","row":76,"col":234,"uri":"15718","context":"17937"},{"text":"13285","offset":12063,"line":"17889","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16011","suggestions":"17938","row":76,"col":265,"uri":"15718","context":"17939"},{"text":"17940","offset":12096,"line":"17889","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17941","suggestions":"17942","row":76,"col":298,"uri":"15718","context":"17943"},{"text":"17944","offset":12108,"line":"17889","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17945","suggestions":"17946","row":76,"col":310,"uri":"15718","context":"17947"},{"text":"17948","offset":12123,"line":"17889","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17949","suggestions":"17950","row":76,"col":325,"uri":"15718","context":"17951"},{"text":"16471","offset":12145,"line":"17889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16472","suggestions":"17952","row":76,"col":347,"uri":"15718","context":"17953"},{"text":"17954","offset":12157,"line":"17889","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"17955","suggestions":"17956","row":76,"col":359,"uri":"15718","context":"17957"},{"text":"15724","offset":12180,"line":"17889","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15726","suggestions":"17958","row":76,"col":382,"uri":"15718","context":"17959"},{"text":"17960","offset":12192,"line":"17889","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17961","suggestions":"17962","row":76,"col":394,"uri":"15718","context":"17963"},{"text":"17964","offset":12208,"line":"17889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17965","suggestions":"17966","row":76,"col":410,"uri":"15718","context":"17967"},{"text":"17968","offset":12216,"line":"17889","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"17969","suggestions":"17970","row":76,"col":418,"uri":"15718","context":"17971"},{"text":"17972","offset":12242,"line":"17889","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17973","suggestions":"17974","row":76,"col":444,"uri":"15718","context":"17975"},{"text":"17976","offset":12271,"line":"17889","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"17977","suggestions":"17978","row":76,"col":473,"uri":"15718","context":"17979"},{"text":"17980","offset":12285,"line":"17889","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17981","suggestions":"17982","row":76,"col":487,"uri":"15718","context":"17983"},{"text":"17984","offset":12299,"line":"17889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17985","suggestions":"17986","row":76,"col":501,"uri":"15718","context":"17987"},{"text":"17988","offset":12307,"line":"17889","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"17989","suggestions":"17990","row":76,"col":509,"uri":"15718","context":"17991"},{"text":"13621","offset":12324,"line":"17889","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16336","suggestions":"17992","row":76,"col":526,"uri":"15718","context":"17993"},{"text":"13183","offset":12350,"line":"17889","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17994","suggestions":"17995","row":76,"col":552,"uri":"15718","context":"17996"},{"text":"12767","offset":12366,"line":"17889","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17235","suggestions":"17997","row":76,"col":568,"uri":"15718","context":"17998"},{"text":"13630","offset":12375,"line":"17889","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16232","suggestions":"17999","row":76,"col":577,"uri":"15718","context":"18000"},{"text":"13591","offset":12386,"line":"17889","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"16235","suggestions":"18001","row":76,"col":588,"uri":"15718","context":"18002"},{"text":"18003","offset":12402,"line":"17889","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18004","suggestions":"18005","row":76,"col":604,"uri":"15718","context":"18006"},{"text":"17972","offset":12419,"line":"17889","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17973","suggestions":"18007","row":76,"col":621,"uri":"15718","context":"18008"},{"text":"17661","offset":12446,"line":"17889","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17662","suggestions":"18009","row":76,"col":648,"uri":"15718","context":"18010"},{"text":"18011","offset":12458,"line":"17889","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18012","suggestions":"18013","row":76,"col":660,"uri":"15718","context":"18014"},{"text":"18015","offset":12473,"line":"17889","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18016","suggestions":"18017","row":76,"col":675,"uri":"15718","context":"18018"},{"text":"18019","offset":12502,"line":"17889","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18020","suggestions":"18021","row":76,"col":704,"uri":"15718","context":"18022"},{"text":"17960","offset":12515,"line":"17889","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17961","suggestions":"18023","row":76,"col":717,"uri":"15718","context":"18024"},{"text":"18025","offset":12526,"line":"17889","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18026","suggestions":"18027","row":76,"col":728,"uri":"15718","context":"18028"},{"text":"17968","offset":12538,"line":"17889","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"17969","suggestions":"18029","row":76,"col":740,"uri":"15718","context":"18030"},{"text":"18031","offset":12573,"line":"17889","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18032","suggestions":"18033","row":76,"col":775,"uri":"15718","context":"18034"},{"text":"17906","offset":12591,"line":"17889","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17907","suggestions":"18035","row":76,"col":793,"uri":"15718","context":"18036"},{"text":"10885","offset":12600,"line":"17889","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16383","suggestions":"18037","row":76,"col":802,"uri":"15718","context":"18038"},{"text":"13285","offset":12607,"line":"17889","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16011","suggestions":"18039","row":76,"col":809,"uri":"15718","context":"18040"},{"text":"18041","offset":12620,"line":"17889","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18042","suggestions":"18043","row":76,"col":822,"uri":"15718","context":"18044"},{"text":"17169","offset":12634,"line":"17889","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"17170","suggestions":"18045","row":76,"col":836,"uri":"15718","context":"18046"},{"text":"14301","offset":12640,"line":"17889","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18047","suggestions":"18048","row":76,"col":842,"uri":"15718","context":"18049"},{"text":"18050","offset":12645,"line":"17889","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18051","suggestions":"18052","row":76,"col":847,"uri":"15718","context":"18053"},{"text":"18054","offset":12658,"line":"18055","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18056","suggestions":"18057","row":78,"col":4,"uri":"15718","context":"18058"},{"text":"17888","offset":12672,"line":"18059","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17890","suggestions":"18060","row":79,"col":1,"uri":"15718","context":"18061"},{"text":"18062","offset":12684,"line":"18059","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18063","suggestions":"18064","row":79,"col":13,"uri":"15718","context":"18065"},{"text":"18066","offset":12695,"line":"18059","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18067","suggestions":"18068","row":79,"col":24,"uri":"15718","context":"18069"},{"text":"14135","offset":12710,"line":"18059","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18070","suggestions":"18071","row":79,"col":39,"uri":"15718","context":"18072"},{"text":"17906","offset":12723,"line":"18059","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17907","suggestions":"18073","row":79,"col":52,"uri":"15718","context":"18074"},{"text":"18075","offset":12760,"line":"18076","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18077","suggestions":"18078","row":80,"col":13,"uri":"15718","context":"18079"},{"text":"12361","offset":12775,"line":"18076","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17001","suggestions":"18080","row":80,"col":28,"uri":"15718","context":"18081"},{"text":"18082","offset":12784,"line":"18076","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18083","suggestions":"18084","row":80,"col":37,"uri":"15718","context":"18085"},{"text":"14135","offset":12808,"line":"18076","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18070","suggestions":"18086","row":80,"col":61,"uri":"15718","context":"18087"},{"text":"18088","offset":12821,"line":"18076","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18089","suggestions":"18090","row":80,"col":74,"uri":"15718","context":"18091"},{"text":"18092","offset":12830,"line":"18076","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18093","suggestions":"18094","row":80,"col":83,"uri":"15718","context":"18095"},{"text":"18096","offset":12848,"line":"18076","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18097","suggestions":"18098","row":80,"col":101,"uri":"15718","context":"18099"},{"text":"18100","offset":12858,"line":"18076","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18101","suggestions":"18102","row":80,"col":111,"uri":"15718","context":"18103"},{"text":"18019","offset":12870,"line":"18076","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18020","suggestions":"18104","row":80,"col":123,"uri":"15718","context":"18105"},{"text":"12790","offset":12909,"line":"18076","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16081","suggestions":"18106","row":80,"col":162,"uri":"15718","context":"18107"},{"text":"18108","offset":12936,"line":"18076","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18109","suggestions":"18110","row":80,"col":189,"uri":"15718","context":"18111"},{"text":"18019","offset":12952,"line":"18076","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18020","suggestions":"18112","row":80,"col":205,"uri":"15718","context":"18113"},{"text":"18114","offset":12971,"line":"18076","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18115","suggestions":"18116","row":80,"col":224,"uri":"15718","context":"18117"},{"text":"16021","offset":12977,"line":"18076","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16022","suggestions":"18118","row":80,"col":230,"uri":"15718","context":"18119"},{"text":"12361","offset":13002,"line":"18076","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17001","suggestions":"18120","row":80,"col":255,"uri":"15718","context":"18121"},{"text":"18122","offset":13011,"line":"18076","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18123","suggestions":"18124","row":80,"col":264,"uri":"15718","context":"18125"},{"text":"18019","offset":13028,"line":"18076","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18020","suggestions":"18126","row":80,"col":281,"uri":"15718","context":"18127"},{"text":"18128","offset":13047,"line":"18076","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18129","suggestions":"18130","row":80,"col":300,"uri":"15718","context":"18131"},{"text":"18054","offset":13061,"line":"18132","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18056","suggestions":"18133","row":81,"col":4,"uri":"15718","context":"18134"},{"text":"18075","offset":13079,"line":"18132","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18077","suggestions":"18135","row":81,"col":22,"uri":"15718","context":"18136"},{"text":"14135","offset":13094,"line":"18132","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18070","suggestions":"18137","row":81,"col":37,"uri":"15718","context":"18138"},{"text":"12634","offset":13103,"line":"18132","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"15869","suggestions":"18139","row":81,"col":46,"uri":"15718","context":"18140"},{"text":"17906","offset":13111,"line":"18132","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17907","suggestions":"18141","row":81,"col":54,"uri":"15718","context":"18142"},{"text":"18082","offset":13129,"line":"18132","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18083","suggestions":"18143","row":81,"col":72,"uri":"15718","context":"18144"},{"text":"18145","offset":13157,"line":"18132","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18146","suggestions":"18147","row":81,"col":100,"uri":"15718","context":"18148"},{"text":"16499","offset":13196,"line":"18132","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16500","suggestions":"18149","row":81,"col":139,"uri":"15718","context":"18150"},{"text":"18151","offset":13203,"line":"18132","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18152","suggestions":"18153","row":81,"col":146,"uri":"15718","context":"18154"},{"text":"18155","offset":13221,"line":"18132","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"18156","suggestions":"18157","row":81,"col":164,"uri":"15718","context":"18158"},{"text":"18159","offset":13238,"line":"18132","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18160","suggestions":"18161","row":81,"col":181,"uri":"15718","context":"18162"},{"text":"18163","offset":13257,"line":"18132","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18164","suggestions":"18165","row":81,"col":200,"uri":"15718","context":"18166"},{"text":"18167","offset":13276,"line":"18168","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18169","suggestions":"18170","row":83,"col":4,"uri":"15718","context":"18171"},{"text":"17888","offset":13294,"line":"18172","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"17890","suggestions":"18173","row":84,"col":1,"uri":"15718","context":"18174"},{"text":"18062","offset":13306,"line":"18172","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18063","suggestions":"18175","row":84,"col":13,"uri":"15718","context":"18176"},{"text":"18066","offset":13317,"line":"18172","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18067","suggestions":"18177","row":84,"col":24,"uri":"15718","context":"18178"},{"text":"14135","offset":13332,"line":"18172","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18070","suggestions":"18179","row":84,"col":39,"uri":"15718","context":"18180"},{"text":"17906","offset":13345,"line":"18172","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17907","suggestions":"18181","row":84,"col":52,"uri":"15718","context":"18182"},{"text":"15729","offset":13373,"line":"18183","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15731","suggestions":"18184","row":85,"col":4,"uri":"15718","context":"18185"},{"text":"18186","offset":13386,"line":"18183","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18187","suggestions":"18188","row":85,"col":17,"uri":"15718","context":"18189"},{"text":"18190","offset":13411,"line":"18183","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18191","suggestions":"18192","row":85,"col":42,"uri":"15718","context":"18193"},{"text":"18019","offset":13430,"line":"18183","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18020","suggestions":"18194","row":85,"col":61,"uri":"15718","context":"18195"},{"text":"16499","offset":13473,"line":"18183","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16500","suggestions":"18196","row":85,"col":104,"uri":"15718","context":"18197"},{"text":"18151","offset":13486,"line":"18183","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18152","suggestions":"18198","row":85,"col":117,"uri":"15718","context":"18199"},{"text":"18200","offset":13500,"line":"18183","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18201","suggestions":"18202","row":85,"col":131,"uri":"15718","context":"18203"},{"text":"18186","offset":13540,"line":"18204","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18187","suggestions":"18205","row":86,"col":17,"uri":"15718","context":"18206"},{"text":"18207","offset":13555,"line":"18204","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18208","suggestions":"18209","row":86,"col":32,"uri":"15718","context":"18210"},{"text":"18211","offset":13594,"line":"18204","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18212","suggestions":"18213","row":86,"col":71,"uri":"15718","context":"18214"},{"text":"18151","offset":13607,"line":"18204","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18152","suggestions":"18215","row":86,"col":84,"uri":"15718","context":"18216"},{"text":"18200","offset":13621,"line":"18204","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18201","suggestions":"18217","row":86,"col":98,"uri":"15718","context":"18218"},{"text":"12790","offset":13643,"line":"18204","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"16081","suggestions":"18219","row":86,"col":120,"uri":"15718","context":"18220"},{"text":"18221","offset":13649,"line":"18204","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18222","suggestions":"18223","row":86,"col":126,"uri":"15718","context":"18224"},{"text":"18225","offset":13700,"line":"18226","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18227","suggestions":"18228","row":89,"col":2,"uri":"15718","context":"18229"},{"text":"17859","offset":13711,"line":"18226","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17860","suggestions":"18230","row":89,"col":13,"uri":"15718","context":"18231"},{"text":"13266","offset":13721,"line":"18226","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"16014","suggestions":"18232","row":89,"col":23,"uri":"15718","context":"18233"},{"text":"16021","offset":13726,"line":"18226","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16022","suggestions":"18234","row":89,"col":28,"uri":"15718","context":"18235"},{"text":"15740","offset":14136,"line":"18236","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"15741","suggestions":"18237","row":97,"col":86,"uri":"15718","context":"18238"},{"text":"18239","offset":14213,"line":"18240","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18241","suggestions":"18242","row":99,"col":4,"uri":"15718","context":"18243"},{"text":"15724","offset":14312,"line":"18244","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"15726","suggestions":"18245","row":100,"col":5,"uri":"15718","context":"18246"},{"text":"17960","offset":14324,"line":"18244","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17961","suggestions":"18247","row":100,"col":17,"uri":"15718","context":"18248"},{"text":"16934","offset":14347,"line":"18244","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"16935","suggestions":"18249","row":100,"col":40,"uri":"15718","context":"18250"},{"text":"18251","offset":14354,"line":"18244","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18252","suggestions":"18253","row":100,"col":47,"uri":"15718","context":"18254"},{"text":"10860","offset":14372,"line":"18244","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18255","suggestions":"18256","row":100,"col":65,"uri":"15718","context":"18257"},{"text":"17980","offset":14379,"line":"18244","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"17981","suggestions":"18258","row":100,"col":72,"uri":"15718","context":"18259"},{"text":"17859","offset":14400,"line":"18244","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17860","suggestions":"18260","row":100,"col":93,"uri":"15718","context":"18261"},{"text":"18262","offset":14409,"line":"18244","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18263","suggestions":"18264","row":100,"col":102,"uri":"15718","context":"18265"},{"text":"12767","offset":14422,"line":"18244","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"17235","suggestions":"18266","row":100,"col":115,"uri":"15718","context":"18267"},{"text":"18268","offset":14427,"line":"18244","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18269","suggestions":"18270","row":100,"col":120,"uri":"15718","context":"18271"},{"text":"16991","offset":14445,"line":"18244","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16992","suggestions":"18272","row":100,"col":138,"uri":"15718","context":"18273"},{"text":"18274","offset":14462,"line":"18244","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18275","suggestions":"18276","row":100,"col":155,"uri":"15718","context":"18277"},{"text":"16615","offset":14477,"line":"18244","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"16616","suggestions":"18278","row":100,"col":170,"uri":"15718","context":"18279"},{"text":"17859","offset":14491,"line":"18244","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"17860","suggestions":"18280","row":100,"col":184,"uri":"15718","context":"18281"},{"text":"18282","offset":14517,"line":"18244","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18283","suggestions":"18284","row":100,"col":210,"uri":"15718","context":"18285"},{"text":"18286","offset":14534,"line":"18244","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18287","suggestions":"18288","row":100,"col":227,"uri":"15718","context":"18289"},{"text":"18290","offset":14556,"line":"18244","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18291","suggestions":"18292","row":100,"col":249,"uri":"15718","context":"18293"},{"text":"18294","offset":14580,"line":"18244","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"18295","suggestions":"18296","row":100,"col":273,"uri":"15718","context":"18297"},{"text":"18298","offset":14597,"line":"18244","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18299","suggestions":"18300","row":100,"col":290,"uri":"15718","context":"18301"},{"text":"18302","offset":14607,"line":"18244","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18303","suggestions":"18304","row":100,"col":300,"uri":"15718","context":"18305"},{"text":"18096","offset":14622,"line":"18306","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18097","suggestions":"18307","row":101,"col":6,"uri":"15718","context":"18308"},{"text":"8493","offset":14632,"line":"18306","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"17133","suggestions":"18309","row":101,"col":16,"uri":"15718","context":"18310"},{"text":"18311","offset":14648,"line":"18306","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18312","suggestions":"18313","row":101,"col":32,"uri":"15718","context":"18314"},{"text":"17984","offset":14667,"line":"18306","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"17985","suggestions":"18315","row":101,"col":51,"uri":"15718","context":"18316"},{"text":"18317","offset":14675,"line":"18306","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18318","suggestions":"18319","row":101,"col":59,"uri":"15718","context":"18320"},{"text":"18321","offset":14688,"line":"18306","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18322","suggestions":"18323","row":101,"col":72,"uri":"15718","context":"18324"},{"text":"8410","offset":14707,"line":"18306","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18325","suggestions":"18326","row":101,"col":91,"uri":"15718","context":"18327"},{"text":"18328","offset":5894,"line":"18329","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18330","suggestions":"18331","row":82,"col":109,"uri":"18332","context":"18333"},{"text":"18328","offset":10559,"line":"18334","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18330","suggestions":"18335","row":142,"col":43,"uri":"18332","context":"18336"},{"text":"18337","offset":12692,"line":"18338","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18339","suggestions":"18340","row":175,"col":13,"uri":"18332","context":"18341"},{"text":"18239","offset":13187,"line":"18342","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18343","suggestions":"18344","row":185,"col":3,"uri":"18332","context":"18345"},{"text":"18328","offset":13362,"line":"18346","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18330","suggestions":"18347","row":187,"col":81,"uri":"18332","context":"18348"},{"text":"5979","offset":458,"line":"18349","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18350","suggestions":"18351","row":12,"col":11,"uri":"18352","context":"18353"},{"text":"5979","offset":589,"line":"18354","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18350","suggestions":"18355","row":16,"col":19,"uri":"18352","context":"18356"},{"text":"5979","offset":121,"line":"18357","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18358","suggestions":"18359","row":7,"col":3,"uri":"18360","context":"18361"},{"text":"5979","offset":128,"line":"18362","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18358","suggestions":"18363","row":9,"col":1,"uri":"18360","context":"18364"},{"text":"16084","offset":142,"line":"18362","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18365","suggestions":"18366","row":9,"col":15,"uri":"18360","context":"18367"},{"text":"18368","offset":188,"line":"18362","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18369","suggestions":"18370","row":9,"col":61,"uri":"18360","context":"18371"},{"text":"16084","offset":212,"line":"18372","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18365","suggestions":"18373","row":10,"col":1,"uri":"18360","context":"18374"},{"text":"10885","offset":221,"line":"18372","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18375","suggestions":"18376","row":10,"col":10,"uri":"18360","context":"18377"},{"text":"10057","offset":232,"line":"18372","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18378","suggestions":"18379","row":10,"col":21,"uri":"18360","context":"18380"},{"text":"18381","offset":252,"line":"18372","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18382","suggestions":"18383","row":10,"col":41,"uri":"18360","context":"18384"},{"text":"18385","offset":276,"line":"18372","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18386","suggestions":"18387","row":10,"col":65,"uri":"18360","context":"18388"},{"text":"17181","offset":281,"line":"18372","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18389","suggestions":"18390","row":10,"col":70,"uri":"18360","context":"18391"},{"text":"14429","offset":288,"line":"18372","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18392","suggestions":"18393","row":10,"col":77,"uri":"18360","context":"18394"},{"text":"18395","offset":298,"line":"18396","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18397","suggestions":"18398","row":11,"col":1,"uri":"18360","context":"18399"},{"text":"7643","offset":306,"line":"18396","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18400","suggestions":"18401","row":11,"col":9,"uri":"18360","context":"18402"},{"text":"13141","offset":323,"line":"18396","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18403","suggestions":"18404","row":11,"col":26,"uri":"18360","context":"18405"},{"text":"17248","offset":329,"line":"18396","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18406","suggestions":"18407","row":11,"col":32,"uri":"18360","context":"18408"},{"text":"11585","offset":347,"line":"18396","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18409","suggestions":"18410","row":11,"col":50,"uri":"18360","context":"18411"},{"text":"18412","offset":359,"line":"18396","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18413","suggestions":"18414","row":11,"col":62,"uri":"18360","context":"18415"},{"text":"5979","offset":1636,"line":"18416","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18358","suggestions":"18417","row":22,"col":4,"uri":"18360","context":"18418"},{"text":"5979","offset":1935,"line":"18419","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18358","suggestions":"18420","row":30,"col":1,"uri":"18360","context":"18421"},{"text":"14402","offset":1941,"line":"18419","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18422","suggestions":"18423","row":30,"col":7,"uri":"18360","context":"18424"},{"text":"18425","offset":1955,"line":"18419","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"18426","suggestions":"18427","row":30,"col":21,"uri":"18360","context":"18428"},{"text":"18429","offset":2038,"line":"18430","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18431","suggestions":"18432","row":31,"col":51,"uri":"18360","context":"18433"},{"text":"12856","offset":2048,"line":"18430","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18434","suggestions":"18435","row":31,"col":61,"uri":"18360","context":"18436"},{"text":"18437","offset":2064,"line":"18430","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18438","suggestions":"18439","row":31,"col":77,"uri":"18360","context":"18440"},{"text":"18441","offset":2072,"line":"18442","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"18443","suggestions":"18444","row":32,"col":1,"uri":"18360","context":"18445"},{"text":"18446","offset":2089,"line":"18442","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18447","suggestions":"18448","row":32,"col":18,"uri":"18360","context":"18449"},{"text":"16084","offset":2118,"line":"18450","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18365","suggestions":"18451","row":36,"col":5,"uri":"18360","context":"18452"},{"text":"14402","offset":2127,"line":"18450","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18422","suggestions":"18453","row":36,"col":14,"uri":"18360","context":"18454"},{"text":"18455","offset":2145,"line":"18450","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18456","suggestions":"18457","row":36,"col":32,"uri":"18360","context":"18458"},{"text":"18459","offset":2177,"line":"18450","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18460","suggestions":"18461","row":36,"col":64,"uri":"18360","context":"18462"},{"text":"7659","offset":2183,"line":"18450","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18463","suggestions":"18464","row":36,"col":70,"uri":"18360","context":"18465"},{"text":"18466","offset":2200,"line":"18467","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18468","suggestions":"18469","row":37,"col":1,"uri":"18360","context":"18470"},{"text":"18471","offset":2206,"line":"18467","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18472","suggestions":"18473","row":37,"col":7,"uri":"18360","context":"18474"},{"text":"14402","offset":2216,"line":"18467","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18422","suggestions":"18475","row":37,"col":17,"uri":"18360","context":"18476"},{"text":"7643","offset":2226,"line":"18467","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18400","suggestions":"18477","row":37,"col":27,"uri":"18360","context":"18478"},{"text":"18479","offset":2238,"line":"18467","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18480","suggestions":"18481","row":37,"col":39,"uri":"18360","context":"18482"},{"text":"13141","offset":2244,"line":"18467","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18403","suggestions":"18483","row":37,"col":45,"uri":"18360","context":"18484"},{"text":"18485","offset":2276,"line":"18486","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18487","suggestions":"18488","row":38,"col":1,"uri":"18360","context":"18489"},{"text":"14940","offset":2290,"line":"18486","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18490","suggestions":"18491","row":38,"col":15,"uri":"18360","context":"18492"},{"text":"18493","offset":2336,"line":"18486","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18494","suggestions":"18495","row":38,"col":61,"uri":"18360","context":"18496"},{"text":"12790","offset":2350,"line":"18486","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18497","suggestions":"18498","row":38,"col":75,"uri":"18360","context":"18499"},{"text":"14402","offset":2365,"line":"18500","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18422","suggestions":"18501","row":39,"col":1,"uri":"18360","context":"18502"},{"text":"7643","offset":2375,"line":"18500","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18400","suggestions":"18503","row":39,"col":11,"uri":"18360","context":"18504"},{"text":"18505","offset":2390,"line":"18500","length":21,"isFlagged":false,"isFound":false,"suggestionsEx":"18506","suggestions":"18507","row":39,"col":26,"uri":"18360","context":"18508"},{"text":"7560","offset":2412,"line":"18500","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18509","suggestions":"18510","row":39,"col":48,"uri":"18360","context":"18511"},{"text":"18512","offset":2425,"line":"18500","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18513","suggestions":"18514","row":39,"col":61,"uri":"18360","context":"18515"},{"text":"18516","offset":2439,"line":"18500","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18517","suggestions":"18518","row":39,"col":75,"uri":"18360","context":"18519"},{"text":"14328","offset":2456,"line":"18520","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18521","suggestions":"18522","row":40,"col":5,"uri":"18360","context":"18523"},{"text":"12721","offset":2478,"line":"18520","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18524","suggestions":"18525","row":40,"col":27,"uri":"18360","context":"18526"},{"text":"18493","offset":2490,"line":"18520","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18494","suggestions":"18527","row":40,"col":39,"uri":"18360","context":"18528"},{"text":"11251","offset":2516,"line":"18520","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18529","suggestions":"18530","row":40,"col":65,"uri":"18360","context":"18531"},{"text":"18532","offset":2540,"line":"18533","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18534","suggestions":"18535","row":41,"col":1,"uri":"18360","context":"18536"},{"text":"7659","offset":2580,"line":"18533","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18463","suggestions":"18537","row":41,"col":41,"uri":"18360","context":"18538"},{"text":"8572","offset":2589,"line":"18533","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18539","suggestions":"18540","row":41,"col":50,"uri":"18360","context":"18541"},{"text":"18542","offset":2601,"line":"18533","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18543","suggestions":"18544","row":41,"col":62,"uri":"18360","context":"18545"},{"text":"14402","offset":2610,"line":"18533","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18422","suggestions":"18546","row":41,"col":71,"uri":"18360","context":"18547"},{"text":"7643","offset":2620,"line":"18533","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18400","suggestions":"18548","row":41,"col":81,"uri":"18360","context":"18549"},{"text":"18550","offset":2639,"line":"18551","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18552","suggestions":"18553","row":42,"col":12,"uri":"18360","context":"18554"},{"text":"18441","offset":2646,"line":"18551","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"18443","suggestions":"18555","row":42,"col":19,"uri":"18360","context":"18556"},{"text":"7659","offset":2663,"line":"18551","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18463","suggestions":"18557","row":42,"col":36,"uri":"18360","context":"18558"},{"text":"18559","offset":2671,"line":"18551","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18560","suggestions":"18561","row":42,"col":44,"uri":"18360","context":"18562"},{"text":"18563","offset":2679,"line":"18551","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18564","suggestions":"18565","row":42,"col":52,"uri":"18360","context":"18566"},{"text":"7643","offset":2691,"line":"18551","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18400","suggestions":"18567","row":42,"col":64,"uri":"18360","context":"18568"},{"text":"18550","offset":2710,"line":"18551","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18552","suggestions":"18569","row":42,"col":83,"uri":"18360","context":"18570"},{"text":"18441","offset":2717,"line":"18571","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"18443","suggestions":"18572","row":43,"col":1,"uri":"18360","context":"18573"},{"text":"10872","offset":2741,"line":"18571","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18574","suggestions":"18575","row":43,"col":25,"uri":"18360","context":"18576"},{"text":"10845","offset":2750,"line":"18571","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18577","suggestions":"18578","row":43,"col":34,"uri":"18360","context":"18579"},{"text":"18580","offset":2759,"line":"18571","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18581","suggestions":"18582","row":43,"col":43,"uri":"18360","context":"18583"},{"text":"18584","offset":2772,"line":"18571","length":15,"isFlagged":false,"isFound":false,"suggestionsEx":"18585","suggestions":"18586","row":43,"col":56,"uri":"18360","context":"18587"},{"text":"18563","offset":2788,"line":"18571","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18564","suggestions":"18588","row":43,"col":72,"uri":"18360","context":"18589"},{"text":"18590","offset":2801,"line":"18571","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18591","suggestions":"18592","row":43,"col":85,"uri":"18360","context":"18593"},{"text":"12990","offset":2806,"line":"18594","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18595","suggestions":"18596","row":44,"col":1,"uri":"18360","context":"18597"},{"text":"10652","offset":2811,"line":"18594","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18598","suggestions":"18599","row":44,"col":6,"uri":"18360","context":"18600"},{"text":"14120","offset":2816,"line":"18594","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18601","suggestions":"18602","row":44,"col":11,"uri":"18360","context":"18603"},{"text":"18604","offset":2824,"line":"18594","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18605","suggestions":"18606","row":44,"col":19,"uri":"18360","context":"18607"},{"text":"18608","offset":2834,"line":"18594","length":19,"isFlagged":false,"isFound":false,"suggestionsEx":"18609","suggestions":"18610","row":44,"col":29,"uri":"18360","context":"18611"},{"text":"18612","offset":2858,"line":"18594","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18613","suggestions":"18614","row":44,"col":53,"uri":"18360","context":"18615"},{"text":"12990","offset":2865,"line":"18594","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18595","suggestions":"18616","row":44,"col":60,"uri":"18360","context":"18617"},{"text":"18618","offset":2878,"line":"18619","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18620","suggestions":"18621","row":46,"col":4,"uri":"18360","context":"18622"},{"text":"13960","offset":2891,"line":"18619","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18623","suggestions":"18624","row":46,"col":17,"uri":"18360","context":"18625"},{"text":"16531","offset":2908,"line":"18626","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18627","suggestions":"18628","row":48,"col":5,"uri":"18360","context":"18629"},{"text":"13960","offset":2970,"line":"18626","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18623","suggestions":"18630","row":48,"col":67,"uri":"18360","context":"18631"},{"text":"10864","offset":2986,"line":"18632","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18633","suggestions":"18634","row":49,"col":1,"uri":"18360","context":"18635"},{"text":"15762","offset":2996,"line":"18632","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18636","suggestions":"18637","row":49,"col":11,"uri":"18360","context":"18638"},{"text":"18639","offset":3075,"line":"18640","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18641","suggestions":"18642","row":55,"col":4,"uri":"18360","context":"18643"},{"text":"18644","offset":3110,"line":"18645","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18646","suggestions":"18647","row":57,"col":25,"uri":"18360","context":"18648"},{"text":"18649","offset":3117,"line":"18645","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18650","suggestions":"18651","row":57,"col":32,"uri":"18360","context":"18652"},{"text":"16733","offset":3128,"line":"18645","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18653","suggestions":"18654","row":57,"col":43,"uri":"18360","context":"18655"},{"text":"5979","offset":3146,"line":"18645","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18358","suggestions":"18656","row":57,"col":61,"uri":"18360","context":"18657"},{"text":"14025","offset":3156,"line":"18645","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18658","suggestions":"18659","row":57,"col":71,"uri":"18360","context":"18660"},{"text":"18661","offset":3162,"line":"18645","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18662","suggestions":"18663","row":57,"col":77,"uri":"18360","context":"18664"},{"text":"18471","offset":3170,"line":"18665","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18472","suggestions":"18666","row":58,"col":1,"uri":"18360","context":"18667"},{"text":"15087","offset":3180,"line":"18665","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18668","suggestions":"18669","row":58,"col":11,"uri":"18360","context":"18670"},{"text":"10885","offset":3190,"line":"18665","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18375","suggestions":"18671","row":58,"col":21,"uri":"18360","context":"18672"},{"text":"18673","offset":3209,"line":"18674","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18675","suggestions":"18676","row":62,"col":1,"uri":"18360","context":"18677"},{"text":"14000","offset":3227,"line":"18674","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18678","suggestions":"18679","row":62,"col":19,"uri":"18360","context":"18680"},{"text":"18681","offset":3242,"line":"18674","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18682","suggestions":"18683","row":62,"col":34,"uri":"18360","context":"18684"},{"text":"13170","offset":3258,"line":"18674","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18685","suggestions":"18686","row":62,"col":50,"uri":"18360","context":"18687"},{"text":"18673","offset":3319,"line":"18688","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18675","suggestions":"18689","row":70,"col":1,"uri":"18360","context":"18690"},{"text":"14000","offset":3337,"line":"18688","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18678","suggestions":"18691","row":70,"col":19,"uri":"18360","context":"18692"},{"text":"18681","offset":3352,"line":"18688","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18682","suggestions":"18693","row":70,"col":34,"uri":"18360","context":"18694"},{"text":"13170","offset":3368,"line":"18688","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18685","suggestions":"18695","row":70,"col":50,"uri":"18360","context":"18696"},{"text":"10872","offset":3379,"line":"18688","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18574","suggestions":"18697","row":70,"col":61,"uri":"18360","context":"18698"},{"text":"18699","offset":3410,"line":"18700","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18701","suggestions":"18702","row":74,"col":1,"uri":"18360","context":"18703"},{"text":"13870","offset":3430,"line":"18700","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18704","suggestions":"18705","row":74,"col":21,"uri":"18360","context":"18706"},{"text":"18707","offset":3436,"line":"18700","length":16,"isFlagged":false,"isFound":false,"suggestionsEx":"18708","suggestions":"18709","row":74,"col":27,"uri":"18360","context":"18710"},{"text":"13170","offset":3457,"line":"18700","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18685","suggestions":"18711","row":74,"col":48,"uri":"18360","context":"18712"},{"text":"18713","offset":3483,"line":"18714","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18715","suggestions":"18716","row":76,"col":4,"uri":"18360","context":"18717"},{"text":"18718","offset":3501,"line":"18714","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18719","suggestions":"18720","row":76,"col":22,"uri":"18360","context":"18721"},{"text":"12705","offset":3608,"line":"18722","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18723","suggestions":"18724","row":80,"col":15,"uri":"18360","context":"18725"},{"text":"7531","offset":3745,"line":"18726","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18727","suggestions":"18728","row":87,"col":4,"uri":"18360","context":"18729"},{"text":"7531","offset":3766,"line":"18730","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18727","suggestions":"18731","row":89,"col":4,"uri":"18360","context":"18732"},{"text":"18733","offset":3825,"line":"18734","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18735","suggestions":"18736","row":91,"col":9,"uri":"18360","context":"18737"},{"text":"18738","offset":3855,"line":"18739","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18740","suggestions":"18741","row":93,"col":22,"uri":"18360","context":"18742"},{"text":"13285","offset":3864,"line":"18739","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18743","suggestions":"18744","row":93,"col":31,"uri":"18360","context":"18745"},{"text":"18746","offset":3873,"line":"18739","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18747","suggestions":"18748","row":93,"col":40,"uri":"18360","context":"18749"},{"text":"16084","offset":4034,"line":"18750","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18365","suggestions":"18751","row":99,"col":4,"uri":"18360","context":"18752"},{"text":"16733","offset":4078,"line":"18753","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18653","suggestions":"18754","row":101,"col":25,"uri":"18360","context":"18755"},{"text":"14661","offset":4091,"line":"18753","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18756","suggestions":"18757","row":101,"col":38,"uri":"18360","context":"18758"},{"text":"14342","offset":4121,"line":"18753","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18759","suggestions":"18760","row":101,"col":68,"uri":"18360","context":"18761"},{"text":"18661","offset":4127,"line":"18753","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18662","suggestions":"18762","row":101,"col":74,"uri":"18360","context":"18763"},{"text":"18764","offset":4142,"line":"18765","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18766","suggestions":"18767","row":102,"col":1,"uri":"18360","context":"18768"},{"text":"10885","offset":4151,"line":"18765","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18375","suggestions":"18769","row":102,"col":10,"uri":"18360","context":"18770"},{"text":"7765","offset":4168,"line":"18765","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18771","suggestions":"18772","row":102,"col":27,"uri":"18360","context":"18773"},{"text":"18774","offset":4174,"line":"18765","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18775","suggestions":"18776","row":102,"col":33,"uri":"18360","context":"18777"},{"text":"18778","offset":4188,"line":"18765","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18779","suggestions":"18780","row":102,"col":47,"uri":"18360","context":"18781"},{"text":"18782","offset":4199,"line":"18765","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18783","suggestions":"18784","row":102,"col":58,"uri":"18360","context":"18785"},{"text":"17219","offset":4207,"line":"18765","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18786","suggestions":"18787","row":102,"col":66,"uri":"18360","context":"18788"},{"text":"16733","offset":4217,"line":"18765","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18653","suggestions":"18789","row":102,"col":76,"uri":"18360","context":"18790"},{"text":"12883","offset":4245,"line":"18791","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18792","suggestions":"18793","row":103,"col":17,"uri":"18360","context":"18794"},{"text":"18516","offset":4256,"line":"18791","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18517","suggestions":"18795","row":103,"col":28,"uri":"18360","context":"18796"},{"text":"18797","offset":4270,"line":"18791","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18798","suggestions":"18799","row":103,"col":42,"uri":"18360","context":"18800"},{"text":"18801","offset":4301,"line":"18802","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18803","suggestions":"18804","row":105,"col":5,"uri":"18360","context":"18805"},{"text":"16084","offset":4323,"line":"18806","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18365","suggestions":"18807","row":107,"col":7,"uri":"18360","context":"18808"},{"text":"18809","offset":4332,"line":"18806","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18810","suggestions":"18811","row":107,"col":16,"uri":"18360","context":"18812"},{"text":"18813","offset":4420,"line":"18814","length":18,"isFlagged":false,"isFound":false,"suggestionsEx":"18815","suggestions":"18816","row":110,"col":7,"uri":"18360","context":"18817"},{"text":"18818","offset":4462,"line":"18819","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18820","suggestions":"18821","row":114,"col":7,"uri":"18360","context":"18822"},{"text":"18823","offset":4493,"line":"18824","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"18825","suggestions":"18826","row":115,"col":9,"uri":"18360","context":"18827"},{"text":"10885","offset":4646,"line":"18828","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18375","suggestions":"18829","row":124,"col":14,"uri":"18360","context":"18830"},{"text":"12990","offset":4657,"line":"18828","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18595","suggestions":"18831","row":124,"col":25,"uri":"18360","context":"18832"},{"text":"10652","offset":4670,"line":"18833","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18598","suggestions":"18834","row":125,"col":9,"uri":"18360","context":"18835"},{"text":"14355","offset":4675,"line":"18833","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18836","suggestions":"18837","row":125,"col":14,"uri":"18360","context":"18838"},{"text":"18839","offset":4732,"line":"18840","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18841","suggestions":"18842","row":127,"col":1,"uri":"18360","context":"18843"},{"text":"13470","offset":4881,"line":"18844","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18845","suggestions":"18846","row":134,"col":27,"uri":"18360","context":"18847"},{"text":"13480","offset":4959,"line":"18848","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18849","suggestions":"18850","row":136,"col":9,"uri":"18360","context":"18851"},{"text":"13470","offset":5071,"line":"18852","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18845","suggestions":"18853","row":144,"col":27,"uri":"18360","context":"18854"},{"text":"16924","offset":5131,"line":"18855","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18856","suggestions":"18857","row":148,"col":5,"uri":"18360","context":"18858"},{"text":"18859","offset":5172,"line":"18860","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18861","suggestions":"18862","row":150,"col":27,"uri":"18360","context":"18863"},{"text":"10885","offset":5184,"line":"18864","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18375","suggestions":"18865","row":151,"col":7,"uri":"18360","context":"18866"},{"text":"10652","offset":5195,"line":"18864","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"18598","suggestions":"18867","row":151,"col":18,"uri":"18360","context":"18868"},{"text":"14355","offset":5200,"line":"18864","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18836","suggestions":"18869","row":151,"col":23,"uri":"18360","context":"18870"},{"text":"18871","offset":5269,"line":"18872","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18873","suggestions":"18874","row":152,"col":14,"uri":"18360","context":"18875"},{"text":"18876","offset":5275,"line":"18872","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18877","suggestions":"18878","row":152,"col":20,"uri":"18360","context":"18879"},{"text":"18880","offset":5289,"line":"18872","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18881","suggestions":"18882","row":152,"col":34,"uri":"18360","context":"18883"},{"text":"14328","offset":5295,"line":"18872","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18521","suggestions":"18884","row":152,"col":40,"uri":"18360","context":"18885"},{"text":"18823","offset":5314,"line":"18886","length":22,"isFlagged":false,"isFound":false,"suggestionsEx":"18825","suggestions":"18887","row":153,"col":6,"uri":"18360","context":"18888"},{"text":"18880","offset":5402,"line":"18889","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18881","suggestions":"18890","row":156,"col":3,"uri":"18360","context":"18891"},{"text":"18880","offset":5424,"line":"18892","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18881","suggestions":"18893","row":157,"col":3,"uri":"18360","context":"18894"},{"text":"13470","offset":5549,"line":"18895","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18845","suggestions":"18896","row":165,"col":27,"uri":"18360","context":"18897"},{"text":"13470","offset":5749,"line":"18898","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18845","suggestions":"18899","row":174,"col":27,"uri":"18360","context":"18900"},{"text":"13485","offset":5817,"line":"18901","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18902","suggestions":"18903","row":176,"col":9,"uri":"18360","context":"18904"},{"text":"16924","offset":5845,"line":"18905","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18856","suggestions":"18906","row":179,"col":5,"uri":"18360","context":"18907"},{"text":"13409","offset":5913,"line":"18908","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18909","suggestions":"18910","row":182,"col":35,"uri":"18360","context":"18911"},{"text":"13378","offset":5943,"line":"18908","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18912","suggestions":"18913","row":182,"col":65,"uri":"18360","context":"18914"},{"text":"14067","offset":6106,"line":"18915","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18916","suggestions":"18917","row":186,"col":30,"uri":"18360","context":"18918"},{"text":"18919","offset":6117,"line":"18915","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18920","suggestions":"18921","row":186,"col":41,"uri":"18360","context":"18922"},{"text":"18923","offset":6128,"line":"18915","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"18924","suggestions":"18925","row":186,"col":52,"uri":"18360","context":"18926"},{"text":"18927","offset":6155,"line":"18915","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"18928","suggestions":"18929","row":186,"col":79,"uri":"18360","context":"18930"},{"text":"7549","offset":6166,"line":"18931","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18932","suggestions":"18933","row":187,"col":1,"uri":"18360","context":"18934"},{"text":"18935","offset":6180,"line":"18936","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18937","suggestions":"18938","row":189,"col":7,"uri":"18360","context":"18939"},{"text":"18940","offset":6189,"line":"18936","length":11,"isFlagged":false,"isFound":false,"suggestionsEx":"18941","suggestions":"18942","row":189,"col":16,"uri":"18360","context":"18943"},{"text":"13086","offset":6205,"line":"18936","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18944","suggestions":"18945","row":189,"col":32,"uri":"18360","context":"18946"},{"text":"18639","offset":6211,"line":"18936","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18641","suggestions":"18947","row":189,"col":38,"uri":"18360","context":"18948"},{"text":"13470","offset":6324,"line":"18949","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18845","suggestions":"18950","row":196,"col":27,"uri":"18360","context":"18951"},{"text":"13485","offset":6564,"line":"18952","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18902","suggestions":"18953","row":207,"col":9,"uri":"18360","context":"18954"},{"text":"10630","offset":6611,"line":"18955","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18956","suggestions":"18957","row":211,"col":32,"uri":"18360","context":"18958"},{"text":"18959","offset":6638,"line":"18955","length":13,"isFlagged":false,"isFound":false,"suggestionsEx":"18960","suggestions":"18961","row":211,"col":59,"uri":"18360","context":"18962"},{"text":"15734","offset":6682,"line":"18963","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"18964","suggestions":"18965","row":215,"col":4,"uri":"18360","context":"18966"},{"text":"13141","offset":7320,"line":"18967","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18403","suggestions":"18968","row":228,"col":8,"uri":"18360","context":"18969"},{"text":"18970","offset":7326,"line":"18967","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18971","suggestions":"18972","row":228,"col":14,"uri":"18360","context":"18973"},{"text":"17859","offset":7336,"line":"18967","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"18974","suggestions":"18975","row":228,"col":24,"uri":"18360","context":"18976"},{"text":"13337","offset":7376,"line":"18967","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"18977","suggestions":"18978","row":228,"col":64,"uri":"18360","context":"18979"},{"text":"18980","offset":1,"line":"18981","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"18982","suggestions":"18983","row":1,"col":2,"uri":"18984","context":"18985"},{"text":"5979","offset":121,"line":"18986","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18987","suggestions":"18988","row":7,"col":3,"uri":"18989","context":"18990"},{"text":"5979","offset":128,"line":"18991","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18987","suggestions":"18992","row":9,"col":1,"uri":"18989","context":"18993"},{"text":"5979","offset":2034,"line":"18994","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18987","suggestions":"18995","row":29,"col":4,"uri":"18989","context":"18996"},{"text":"15517","offset":2110,"line":"18997","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18998","suggestions":"18999","row":32,"col":6,"uri":"18989","context":"19000"},{"text":"5979","offset":2184,"line":"19001","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18987","suggestions":"19002","row":34,"col":12,"uri":"18989","context":"19003"},{"text":"15517","offset":2471,"line":"19004","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"18998","suggestions":"19005","row":48,"col":4,"uri":"18989","context":"19006"},{"text":"5979","offset":3361,"line":"19007","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"18987","suggestions":"19008","row":66,"col":14,"uri":"18989","context":"19009"},{"text":"13459","offset":129,"line":"19010","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19011","suggestions":"19012","row":3,"col":119,"uri":"19013","context":"19014"},{"text":"13459","offset":150,"line":"19010","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19011","suggestions":"19015","row":3,"col":140,"uri":"19013","context":"19016"},{"text":"19017","offset":44,"line":"19018","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19019","suggestions":"19020","row":3,"col":34,"uri":"19021","context":"19022"},{"text":"12324","offset":64,"line":"19018","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19023","suggestions":"19024","row":3,"col":54,"uri":"19021","context":"19025"},{"text":"13459","offset":150,"line":"19026","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19027","suggestions":"19028","row":8,"col":19,"uri":"19021","context":"19029"},{"text":"13691","offset":44,"line":"19030","length":12,"isFlagged":false,"isFound":false,"suggestionsEx":"19031","suggestions":"19032","row":6,"col":14,"uri":"19033","context":"19034"},{"text":"13696","offset":70,"line":"19035","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"19036","suggestions":"19037","row":8,"col":13,"uri":"19033","context":"19038"},{"text":"6244","offset":85,"line":"19035","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19039","suggestions":"19040","row":8,"col":28,"uri":"19033","context":"19041"},{"text":"13696","offset":162,"line":"19042","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"19036","suggestions":"19043","row":11,"col":39,"uri":"19033","context":"19044"},{"text":"6244","offset":177,"line":"19042","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19039","suggestions":"19045","row":11,"col":54,"uri":"19033","context":"19046"},{"text":"13696","offset":258,"line":"19047","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"19036","suggestions":"19048","row":12,"col":39,"uri":"19033","context":"19049"},{"text":"6244","offset":273,"line":"19047","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19039","suggestions":"19050","row":12,"col":54,"uri":"19033","context":"19051"},{"text":"6244","offset":313,"line":"19047","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19039","suggestions":"19052","row":12,"col":94,"uri":"19033","context":"19053"},{"text":"6244","offset":321,"line":"19047","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19039","suggestions":"19054","row":12,"col":102,"uri":"19033","context":"19055"},{"text":"13696","offset":375,"line":"19056","length":14,"isFlagged":false,"isFound":false,"suggestionsEx":"19036","suggestions":"19057","row":13,"col":39,"uri":"19033","context":"19058"},{"text":"19059","offset":411,"line":"19056","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"19060","suggestions":"19061","row":13,"col":75,"uri":"19033","context":"19062"},{"text":"13470","offset":145,"line":"19063","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19064","suggestions":"19065","row":7,"col":50,"uri":"19066","context":"19067"},{"text":"19068","offset":210,"line":"19063","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19069","suggestions":"19070","row":7,"col":115,"uri":"19066","context":"19071"},{"text":"13485","offset":427,"line":"19072","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19073","suggestions":"19074","row":13,"col":1,"uri":"19066","context":"19075"},{"text":"13480","offset":437,"line":"19076","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19077","suggestions":"19078","row":14,"col":1,"uri":"19066","context":"19079"},{"text":"13480","offset":449,"line":"19080","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19077","suggestions":"19081","row":15,"col":1,"uri":"19066","context":"19082"},{"text":"13499","offset":458,"line":"19080","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19083","suggestions":"19084","row":15,"col":10,"uri":"19066","context":"19085"},{"text":"13480","offset":463,"line":"19086","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19077","suggestions":"19087","row":16,"col":1,"uri":"19066","context":"19088"},{"text":"13480","offset":477,"line":"19089","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19077","suggestions":"19090","row":17,"col":1,"uri":"19066","context":"19091"},{"text":"13480","offset":490,"line":"19092","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19077","suggestions":"19093","row":18,"col":1,"uri":"19066","context":"19094"},{"text":"19095","offset":526,"line":"19096","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19097","suggestions":"19098","row":20,"col":10,"uri":"19066","context":"19099"},{"text":"12292","offset":579,"line":"19100","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19101","suggestions":"19102","row":24,"col":4,"uri":"19066","context":"19103"},{"text":"12292","offset":611,"line":"19100","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19101","suggestions":"19104","row":24,"col":36,"uri":"19066","context":"19105"},{"text":"13470","offset":145,"line":"19106","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19107","suggestions":"19108","row":7,"col":50,"uri":"19109","context":"19110"},{"text":"19068","offset":210,"line":"19106","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19111","suggestions":"19112","row":7,"col":115,"uri":"19109","context":"19113"},{"text":"13485","offset":427,"line":"19114","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19115","suggestions":"19116","row":13,"col":1,"uri":"19109","context":"19117"},{"text":"13480","offset":437,"line":"19118","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19119","suggestions":"19120","row":14,"col":1,"uri":"19109","context":"19121"},{"text":"13480","offset":449,"line":"19122","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19119","suggestions":"19123","row":15,"col":1,"uri":"19109","context":"19124"},{"text":"13499","offset":458,"line":"19122","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19125","suggestions":"19126","row":15,"col":10,"uri":"19109","context":"19127"},{"text":"13480","offset":463,"line":"19128","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19119","suggestions":"19129","row":16,"col":1,"uri":"19109","context":"19130"},{"text":"13480","offset":477,"line":"19131","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19119","suggestions":"19132","row":17,"col":1,"uri":"19109","context":"19133"},{"text":"13480","offset":490,"line":"19134","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19119","suggestions":"19135","row":18,"col":1,"uri":"19109","context":"19136"},{"text":"19095","offset":526,"line":"19137","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19138","suggestions":"19139","row":20,"col":10,"uri":"19109","context":"19140"},{"text":"12292","offset":579,"line":"19141","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19142","suggestions":"19143","row":24,"col":4,"uri":"19109","context":"19144"},{"text":"12292","offset":611,"line":"19141","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19142","suggestions":"19145","row":24,"col":36,"uri":"19109","context":"19146"},{"text":"13470","offset":94,"line":"19147","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19148","suggestions":"19149","row":7,"col":3,"uri":"19150","context":"19151"},{"text":"13470","offset":133,"line":"19152","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19148","suggestions":"19153","row":8,"col":3,"uri":"19150","context":"19154"},{"text":"13459","offset":176,"line":"19155","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19156","suggestions":"19157","row":9,"col":3,"uri":"19150","context":"19158"},{"text":"13459","offset":203,"line":"19159","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19156","suggestions":"19160","row":10,"col":3,"uri":"19150","context":"19161"},{"text":"13459","offset":231,"line":"19162","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19156","suggestions":"19163","row":11,"col":3,"uri":"19150","context":"19164"},{"text":"19165","offset":351,"line":"19166","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19167","suggestions":"19168","row":15,"col":11,"uri":"19150","context":"19169"},{"text":"13485","offset":411,"line":"19170","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19171","suggestions":"19172","row":19,"col":1,"uri":"19150","context":"19173"},{"text":"13480","offset":421,"line":"19174","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19175","suggestions":"19176","row":20,"col":1,"uri":"19150","context":"19177"},{"text":"13480","offset":433,"line":"19178","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19175","suggestions":"19179","row":21,"col":1,"uri":"19150","context":"19180"},{"text":"13499","offset":442,"line":"19178","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19181","suggestions":"19182","row":21,"col":10,"uri":"19150","context":"19183"},{"text":"13480","offset":447,"line":"19184","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19175","suggestions":"19185","row":22,"col":1,"uri":"19150","context":"19186"},{"text":"13480","offset":461,"line":"19187","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19175","suggestions":"19188","row":23,"col":1,"uri":"19150","context":"19189"},{"text":"13480","offset":474,"line":"19190","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19175","suggestions":"19191","row":24,"col":1,"uri":"19150","context":"19192"},{"text":"19095","offset":508,"line":"19193","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19194","suggestions":"19195","row":26,"col":10,"uri":"19150","context":"19196"},{"text":"6260","offset":24,"line":"19197","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19198","suggestions":"19199","row":3,"col":14,"uri":"19200","context":"19201"},{"text":"6260","offset":45,"line":"19202","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19198","suggestions":"19203","row":4,"col":16,"uri":"19200","context":"19204"},{"text":"6260","offset":60,"line":"19205","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19198","suggestions":"19206","row":5,"col":10,"uri":"19200","context":"19207"},{"text":"19208","offset":93,"line":"19209","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19210","suggestions":"19211","row":7,"col":27,"uri":"19200","context":"19212"},{"text":"13470","offset":108,"line":"19213","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19214","suggestions":"19215","row":8,"col":3,"uri":"19200","context":"19216"},{"text":"13470","offset":147,"line":"19217","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19214","suggestions":"19218","row":9,"col":3,"uri":"19200","context":"19219"},{"text":"13459","offset":190,"line":"19220","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19221","suggestions":"19222","row":10,"col":3,"uri":"19200","context":"19223"},{"text":"13459","offset":217,"line":"19224","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19221","suggestions":"19225","row":11,"col":3,"uri":"19200","context":"19226"},{"text":"13459","offset":245,"line":"19227","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19221","suggestions":"19228","row":12,"col":3,"uri":"19200","context":"19229"},{"text":"19165","offset":386,"line":"19230","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19231","suggestions":"19232","row":17,"col":11,"uri":"19200","context":"19233"},{"text":"13485","offset":428,"line":"19234","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19235","suggestions":"19236","row":20,"col":1,"uri":"19200","context":"19237"},{"text":"13480","offset":538,"line":"19238","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19239","suggestions":"19240","row":24,"col":3,"uri":"19200","context":"19241"},{"text":"13480","offset":553,"line":"19242","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19239","suggestions":"19243","row":25,"col":3,"uri":"19200","context":"19244"},{"text":"13480","offset":569,"line":"19245","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19239","suggestions":"19246","row":26,"col":3,"uri":"19200","context":"19247"},{"text":"13480","offset":590,"line":"19248","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19239","suggestions":"19249","row":27,"col":3,"uri":"19200","context":"19250"},{"text":"13480","offset":605,"line":"19251","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19239","suggestions":"19252","row":28,"col":3,"uri":"19200","context":"19253"},{"text":"13490","offset":614,"line":"19251","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19254","suggestions":"19255","row":28,"col":12,"uri":"19200","context":"19256"},{"text":"5979","offset":651,"line":"19257","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19258","suggestions":"19259","row":22,"col":35,"uri":"19260","context":"19261"},{"text":"15594","offset":768,"line":"19262","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19263","suggestions":"19264","row":24,"col":50,"uri":"19260","context":"19265"},{"text":"19266","offset":781,"line":"19262","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19267","suggestions":"19268","row":24,"col":63,"uri":"19260","context":"19269"},{"text":"19270","offset":799,"line":"19271","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19272","suggestions":"19273","row":25,"col":9,"uri":"19260","context":"19274"},{"text":"5979","offset":858,"line":"19275","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19258","suggestions":"19276","row":26,"col":25,"uri":"19260","context":"19277"},{"text":"15594","offset":2414,"line":"19278","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19263","suggestions":"19279","row":79,"col":21,"uri":"19260","context":"19280"},{"text":"19270","offset":2467,"line":"19281","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19272","suggestions":"19282","row":80,"col":36,"uri":"19260","context":"19283"},{"text":"19270","offset":3278,"line":"19284","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19272","suggestions":"19285","row":93,"col":29,"uri":"19260","context":"19286"},{"text":"19270","offset":3508,"line":"19287","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19272","suggestions":"19288","row":102,"col":83,"uri":"19260","context":"19289"},{"text":"19290","offset":3754,"line":"19291","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19292","suggestions":"19293","row":104,"col":82,"uri":"19260","context":"19294"},{"text":"19295","offset":43,"line":"19296","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19297","suggestions":"19298","row":4,"col":1,"uri":"19299","context":"19300"},{"text":"19301","offset":97,"line":"19296","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"19302","suggestions":"19303","row":4,"col":55,"uri":"19299","context":"19304"},{"text":"19295","offset":131,"line":"19305","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19297","suggestions":"19306","row":5,"col":3,"uri":"19299","context":"19307"},{"text":"19295","offset":190,"line":"19308","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19297","suggestions":"19309","row":6,"col":1,"uri":"19299","context":"19310"},{"text":"5979","offset":93,"line":"19311","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19312","suggestions":"19313","row":6,"col":7,"uri":"19314","context":"19315"},{"text":"13675","offset":355,"line":"19316","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19317","suggestions":"19318","row":14,"col":3,"uri":"19319","context":"19320"},{"text":"13675","offset":487,"line":"19321","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19317","suggestions":"19322","row":18,"col":3,"uri":"19319","context":"19323"},{"text":"13681","offset":516,"line":"19324","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19325","suggestions":"19326","row":22,"col":2,"uri":"19319","context":"19327"},{"text":"5979","offset":525,"line":"19324","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19328","suggestions":"19329","row":22,"col":11,"uri":"19319","context":"19330"},{"text":"13686","offset":107,"line":"19331","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19332","suggestions":"19333","row":4,"col":86,"uri":"19334","context":"19335"},{"text":"5979","offset":1712,"line":"19336","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19337","suggestions":"19338","row":33,"col":7,"uri":"19334","context":"19339"},{"text":"5979","offset":1730,"line":"19340","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19337","suggestions":"19341","row":34,"col":13,"uri":"19334","context":"19342"},{"text":"5979","offset":1755,"line":"19343","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19337","suggestions":"19344","row":35,"col":20,"uri":"19334","context":"19345"},{"text":"19346","offset":1900,"line":"19347","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19348","suggestions":"19349","row":45,"col":15,"uri":"19334","context":"19350"},{"text":"5979","offset":1963,"line":"19351","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19337","suggestions":"19352","row":49,"col":14,"uri":"19334","context":"19353"},{"text":"5979","offset":2016,"line":"19354","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19337","suggestions":"19355","row":54,"col":3,"uri":"19334","context":"19356"},{"text":"19357","offset":2302,"line":"19358","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"19359","suggestions":"19360","row":64,"col":9,"uri":"19334","context":"19361"},{"text":"19362","offset":2349,"line":"19363","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19364","suggestions":"19365","row":67,"col":9,"uri":"19334","context":"19366"},{"text":"19367","offset":2659,"line":"19368","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19369","suggestions":"19370","row":75,"col":7,"uri":"19334","context":"19371"},{"text":"19372","offset":3009,"line":"19373","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19374","suggestions":"19375","row":82,"col":14,"uri":"19334","context":"19376"},{"text":"19372","offset":3042,"line":"19377","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19374","suggestions":"19378","row":83,"col":26,"uri":"19334","context":"19379"},{"text":"19380","offset":3062,"line":"19381","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19382","suggestions":"19383","row":84,"col":14,"uri":"19334","context":"19384"},{"text":"19380","offset":3099,"line":"19385","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19382","suggestions":"19386","row":85,"col":29,"uri":"19334","context":"19387"},{"text":"15665","offset":3945,"line":"19388","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19389","suggestions":"19390","row":117,"col":11,"uri":"19334","context":"19391"},{"text":"19392","offset":3965,"line":"19393","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19394","suggestions":"19395","row":118,"col":11,"uri":"19334","context":"19396"},{"text":"13470","offset":4009,"line":"19397","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19398","suggestions":"19399","row":119,"col":11,"uri":"19334","context":"19400"},{"text":"13470","offset":4047,"line":"19401","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19398","suggestions":"19402","row":120,"col":11,"uri":"19334","context":"19403"},{"text":"13459","offset":4115,"line":"19404","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19405","suggestions":"19406","row":122,"col":11,"uri":"19334","context":"19407"},{"text":"19408","offset":4223,"line":"19409","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19410","suggestions":"19411","row":126,"col":9,"uri":"19334","context":"19412"},{"text":"19413","offset":4241,"line":"19414","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19415","suggestions":"19416","row":127,"col":9,"uri":"19334","context":"19417"},{"text":"19362","offset":4247,"line":"19414","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19364","suggestions":"19418","row":127,"col":15,"uri":"19334","context":"19419"},{"text":"19413","offset":4344,"line":"19420","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19415","suggestions":"19421","row":131,"col":9,"uri":"19334","context":"19422"},{"text":"19413","offset":4367,"line":"19423","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19415","suggestions":"19424","row":132,"col":9,"uri":"19334","context":"19425"},{"text":"19413","offset":4393,"line":"19426","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19415","suggestions":"19427","row":133,"col":9,"uri":"19334","context":"19428"},{"text":"19429","offset":4416,"line":"19430","length":10,"isFlagged":false,"isFound":false,"suggestionsEx":"19431","suggestions":"19432","row":134,"col":9,"uri":"19334","context":"19433"},{"text":"13733","offset":4577,"line":"19434","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19435","suggestions":"19436","row":135,"col":21,"uri":"19334","context":"19437"},{"text":"13738","offset":4616,"line":"19438","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19439","suggestions":"19440","row":136,"col":21,"uri":"19334","context":"19441"},{"text":"13738","offset":4653,"line":"19442","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19439","suggestions":"19443","row":137,"col":21,"uri":"19334","context":"19444"},{"text":"13738","offset":4689,"line":"19445","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19439","suggestions":"19446","row":138,"col":21,"uri":"19334","context":"19447"},{"text":"13738","offset":4727,"line":"19448","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19439","suggestions":"19449","row":139,"col":21,"uri":"19334","context":"19450"},{"text":"13738","offset":4765,"line":"19451","length":7,"isFlagged":false,"isFound":false,"suggestionsEx":"19439","suggestions":"19452","row":140,"col":21,"uri":"19334","context":"19453"},{"text":"19454","offset":4832,"line":"19455","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"19456","suggestions":"19457","row":143,"col":7,"uri":"19334","context":"19458"},{"text":"19454","offset":4913,"line":"19459","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"19456","suggestions":"19460","row":146,"col":9,"uri":"19334","context":"19461"},{"text":"13470","offset":5297,"line":"19462","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19398","suggestions":"19463","row":158,"col":10,"uri":"19334","context":"19464"},{"text":"13470","offset":5332,"line":"19465","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19398","suggestions":"19466","row":159,"col":10,"uri":"19334","context":"19467"},{"text":"13459","offset":5368,"line":"19468","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19405","suggestions":"19469","row":160,"col":10,"uri":"19334","context":"19470"},{"text":"19454","offset":5556,"line":"19471","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"19456","suggestions":"19472","row":169,"col":7,"uri":"19334","context":"19473"},{"text":"15268","offset":201,"line":"19474","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"19475","suggestions":"19476","row":3,"col":104,"uri":"19477","context":"19478"},{"text":"13470","offset":1168,"line":"19479","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19480","suggestions":"19481","row":21,"col":52,"uri":"19477","context":"19482"},{"text":"13470","offset":1224,"line":"19479","length":6,"isFlagged":false,"isFound":false,"suggestionsEx":"19480","suggestions":"19483","row":21,"col":108,"uri":"19477","context":"19484"},{"text":"13485","offset":1771,"line":"19485","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19486","suggestions":"19487","row":29,"col":49,"uri":"19477","context":"19488"},{"text":"13485","offset":1879,"line":"19489","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19486","suggestions":"19490","row":30,"col":58,"uri":"19477","context":"19491"},{"text":"13485","offset":1985,"line":"19492","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19486","suggestions":"19493","row":31,"col":56,"uri":"19477","context":"19494"},{"text":"13485","offset":2091,"line":"19495","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19486","suggestions":"19496","row":32,"col":57,"uri":"19477","context":"19497"},{"text":"13485","offset":2200,"line":"19498","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19486","suggestions":"19499","row":33,"col":59,"uri":"19477","context":"19500"},{"text":"19501","offset":2548,"line":"19502","length":9,"isFlagged":false,"isFound":false,"suggestionsEx":"19503","suggestions":"19504","row":42,"col":81,"uri":"19477","context":"19505"},{"text":"19295","offset":2934,"line":"19506","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19507","suggestions":"19508","row":49,"col":11,"uri":"19477","context":"19509"},{"text":"19510","offset":2946,"line":"19506","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19511","suggestions":"19512","row":49,"col":23,"uri":"19477","context":"19513"},{"text":"19514","offset":3727,"line":"19515","length":8,"isFlagged":false,"isFound":false,"suggestionsEx":"19516","suggestions":"19517","row":73,"col":60,"uri":"19477","context":"19518"},{"text":"13480","offset":3901,"line":"19519","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19520","suggestions":"19521","row":78,"col":21,"uri":"19477","context":"19522"},{"text":"19523","offset":3924,"line":"19519","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19524","suggestions":"19525","row":78,"col":44,"uri":"19477","context":"19526"},{"text":"6260","offset":6319,"line":"19527","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19528","suggestions":"19529","row":156,"col":9,"uri":"19477","context":"19530"},{"text":"6260","offset":6325,"line":"19527","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19528","suggestions":"19531","row":156,"col":15,"uri":"19477","context":"19532"},{"text":"6260","offset":6349,"line":"19527","length":5,"isFlagged":false,"isFound":false,"suggestionsEx":"19528","suggestions":"19533","row":156,"col":39,"uri":"19477","context":"19534"},{"text":"13751","offset":6487,"line":"19535","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19536","suggestions":"19537","row":161,"col":31,"uri":"19477","context":"19538"},{"text":"13751","offset":6547,"line":"19535","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19536","suggestions":"19539","row":161,"col":91,"uri":"19477","context":"19540"},{"text":"13751","offset":6561,"line":"19535","length":4,"isFlagged":false,"isFound":false,"suggestionsEx":"19536","suggestions":"19541","row":161,"col":105,"uri":"19477","context":"19542"},"Gebhard",{"text":"19543","offset":73},["19544","19545","19546","19547","19548"],["19549","19550","19551","19552","19553"],"file:///tmp/lint/.clang-format",{"text":"19554","offset":81},"QBENCHMARK",{"text":"19555","offset":2256},["19556","19557"],["19558","19559"],{"text":"19560","offset":2308},["19558","19559"],{"text":"19561","offset":2319},"objc",{"text":"19562","offset":0},["19563","19564","19565","19566","19567"],["19568","19569","19570","19571","19572"],"file:///tmp/lint/.clang-tidy",{"text":"19573","offset":0},"llvmlibc",[],[],{"text":"19574","offset":13},"hicpp",{"text":"19575","offset":67},["19576","19577","19578","19579","19580"],["19581","19582","19583","19584","19585"],{"text":"19586","offset":67},{"text":"19587","offset":100},["19581","19582","19583","19584","19585"],{"text":"19588","offset":100},{"text":"19589","offset":124},["19581","19582","19583","19584","19585"],{"text":"19590","offset":124},{"text":"19591","offset":141},["19581","19582","19583","19584","19585"],{"text":"19592","offset":141},{"text":"19593","offset":189},["19581","19582","19583","19584","19585"],{"text":"19594","offset":189},"anyofallof",{"text":"19595","offset":605},[],[],{"text":"19596","offset":605},"nodiscard",{"text":"19597","offset":770},["19598","19599"],["19600","19601"],{"text":"19602","offset":770},"cppcoreguidelines",{"text":"19603","offset":1276},[],[],{"text":"19604","offset":1276},{"text":"19605","offset":1316},[],{"text":"19606","offset":1316},{"text":"19607","offset":1348},[],{"text":"19608","offset":1348},{"text":"19609","offset":1382},[],{"text":"19610","offset":1382},{"text":"19611","offset":1422},[],{"text":"19612","offset":1422},"cplusplus",{"text":"19613","offset":1749},["19614"],["19615"],{"text":"19616","offset":1749},{"text":"19617","offset":1786},["19615"],{"text":"19618","offset":1786},"fcoroutines",{"text":"19619","offset":49},["19620","19621","19622","19623","19624"],["19625","19626","19627","19628","19629"],"file:///tmp/lint/.clangd",{"text":"19630","offset":51},"clazy",{"text":"19631","offset":0},["19632","19633","19634","19635","19636"],["19637","19638","19639","19640","19641"],"file:///tmp/lint/.clazy",{"text":"19642","offset":0},{"text":"19643","offset":69},["19637","19638","19639","19640","19641"],{"text":"19644","offset":69},"qenums",{"text":"19645","offset":97},["19646","19647","19648","19649","19650"],["19651","19652","19653","19654","19655"],{"text":"19656","offset":97},"qgetenv",["19657","19658","19659","19660","19661"],["19662","19663","19664","19665","19666"],{"text":"19667","offset":104},"PTRACE",{"text":"19668","offset":186},["19669","19670","19671","19672","19673"],["19674","19675","19676","19677","19678"],"file:///tmp/lint/.devcontainer/devcontainer.json",{"text":"19679","offset":189},"twxs",{"text":"19680","offset":492},["19681","19682","19683","19684","19685"],["19686","19687","19688","19689","19690"],{"text":"19691","offset":500},"doxdocgen",{"text":"19692","offset":551},["19693","19694","19695","19696"],["19697","19698","19699","19700"],{"text":"19701","offset":559},"eamodio",{"text":"19702","offset":583},["19703","19704","19705","19706","19707"],["19708","19709","19710","19711","19712"],{"text":"19713","offset":591},"jmbde",{"text":"19714","offset":243},["19715","19716","19717","19718","19719"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/.fossa.yml",{"text":"19725","offset":247},{"text":"19726","offset":279},["19720","19721","19722","19723","19724"],{"text":"19727","offset":293},"juergen",{"text":"19728","offset":0},["19729","19730","19731","19732","19733"],["19734","19735","19736","19737","19738"],"file:///tmp/lint/.mailmap",{"text":"19739","offset":2},"muelbert",["19740","19741","19742","19743","19744"],["19745","19746","19747","19748","19749"],{"text":"19750","offset":9},"stylelintrc",{"text":"19751","offset":3784},["19752"],["19753"],"file:///tmp/lint/.pre-commit-config.yaml",{"text":"19754","offset":3794},"oxipng",{"text":"19755","offset":4021},["19756","19757","19758","19759","19760"],["19761","19762","19763","19764","19765"],{"text":"19766","offset":4027},{"text":"19767","offset":75},["19768","19769","19770","19771","19772"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/.reuse/dep5",{"text":"19773","offset":75},{"text":"19774","offset":216},["19720","19721","19722","19723","19724"],{"text":"19775","offset":268},["19720","19721","19722","19723","19724"],{"text":"19776","offset":315},["19720","19721","19722","19723","19724"],{"text":"19777","offset":433},"clangd",{"text":"19778","offset":846},["19779","19780","19781","19782","19783"],["19784","19785","19786","19787","19788"],{"text":"19789","offset":891},["19790","19791","19792","19793","19794"],["19637","19638","19639","19640","19641"],{"text":"19795","offset":899},"codespellrc",[],[],{"text":"19796","offset":919},"krazy",["19797","19798","19799","19800","19801"],["19639","19802","19803","19804","19805"],{"text":"19806","offset":1009},"mdlrc",["19807","19808","19809","19810","19811"],["19812","19813","19814","19815","19816"],{"text":"19817","offset":1019},["19812","19813","19814","19815","19816"],{"text":"19818","offset":1020},"pylintrc",["19819","19820","19821","19822","19823"],["19824","19825","19826","19827","19828"],{"text":"19829","offset":1066},"qmake",["19830","19831","19832","19833","19834"],["19835","19836","19837","19838","19839"],{"text":"19840","offset":1073},"uncrustify",["19841","19842","19843"],["19844","19845","19846"],{"text":"19847","offset":1150},"qdocconf",[],[],{"text":"19848","offset":1173},"qhcp",["19849","19850","19851","19852","19853"],["19854","19855","19856","19857","19858"],{"text":"19859","offset":1224},"yocto",["19860","19861","19862","19863","19864"],["19865","19866","19867","19868","19869"],{"text":"19870","offset":1244},"svgz",{"text":"19871","offset":1455},["19872","19873","19874","19875","19876"],["19877","19878","19879","19880","19881"],{"text":"19882","offset":1797},"hadolint",{"text":"19883","offset":766},["19884","19885","19886","19887","19888"],["19889","19890","19891","19892","19893"],"file:///tmp/lint/.trunk/trunk.yaml",{"text":"19894","offset":770},{"text":"19895","offset":26},["19896","19897","19898","19899","19900"],["19784","19785","19786","19787","19788"],"file:///tmp/lint/3df9ea9d-c940-4078-a6ae-bdaa218c07f3-megalinter_file_names_cspell.txt",{"text":"6021","offset":27},{"text":"19901","offset":34},["19902","19903","19904","19905","19906"],["19637","19638","19639","19640","19641"],{"text":"5940","offset":35},{"text":"19907","offset":58},[],[],{"text":"6029","offset":59},"AMPM",{"text":"19908","offset":1175},["19909","19910","19911","19912","19913"],["19914","19915","19916","19917","19918"],{"text":"19919","offset":1183},"Liau",{"text":"19920","offset":2845},["19921","19922","19923","19924","19925"],["19926","19927","19928","19929","19930"],{"text":"19931","offset":2860},"Flesch",{"text":"19932","offset":2889},["19933","19934","19935","19936","19937"],["19938","19939","19940","19941","19942"],{"text":"19943","offset":2897},"Kincaid",["19944","19945","19946","19947","19948"],["19949","19950","19951","19952","19953"],{"text":"19954","offset":2904},{"text":"19955","offset":2935},["19938","19939","19940","19941","19942"],{"text":"19956","offset":2943},"Ablist",{"text":"19957","offset":3138},["19958","19959","19960","19961","19962"],["19963","19964","19965","19966","19967"],{"text":"19968","offset":3139},"LGBTQ",{"text":"19969","offset":3243},["19970","19971","19972","19973"],["19974","19975","19976","19977"],{"text":"19978","offset":3244},"Uncomparables",{"text":"19979","offset":4916},[],[],{"text":"19980","offset":4924},{"text":"19981","offset":6463},["19982"],["19753"],{"text":"5998","offset":6464},"djlintrc",{"text":"19983","offset":6493},["19984","19985","19986","19987"],["19988","19825","19989","19990"],{"text":"19991","offset":6494},{"text":"19992","offset":6517},["19993","19994","19995","19996","19997"],["19889","19890","19891","19892","19893"],{"text":"19998","offset":6518},"shellcheckrc",{"text":"19999","offset":6541},["20000","20001"],["20002","20003"],{"text":"20004","offset":6542},{"text":"20005","offset":7136},["20006","20007","20008","20009","20010"],["19720","19721","19722","19723","19724"],{"text":"20011","offset":7136},{"text":"20012","offset":7164},["19720","19721","19722","19723","19724"],{"text":"20013","offset":7164},"jmbdequick",[],[],{"text":"20014","offset":7186},{"text":"20015","offset":7225},["19720","19721","19722","19723","19724"],{"text":"20016","offset":7225},["19720","19721","19722","19723","19724"],{"text":"20017","offset":7230},{"text":"20018","offset":7264},["19720","19721","19722","19723","19724"],{"text":"20019","offset":7264},"jmbdemodels",{"text":"20020","offset":7919},[],[],{"text":"20021","offset":7924},{"text":"20022","offset":7964},[],{"text":"20023","offset":7969},{"text":"20024","offset":8010},[],{"text":"20025","offset":8015},{"text":"20026","offset":8060},[],{"text":"20027","offset":8065},{"text":"20028","offset":8113},[],{"text":"20029","offset":8118},{"text":"20030","offset":10851},[],{"text":"20031","offset":10851},{"text":"20032","offset":10901},[],{"text":"20033","offset":10901},"qmldir",{"text":"20034","offset":10998},["20035","20036","20037","20038","20039"],["20040","20041","20042","20043","20044"],{"text":"20045","offset":11018},{"text":"20046","offset":11046},["20040","20041","20042","20043","20044"],{"text":"20047","offset":11056},{"text":"20048","offset":11084},["20040","20041","20042","20043","20044"],{"text":"20049","offset":11089},"jmbdewidgets",{"text":"20050","offset":11400},[],[],{"text":"20051","offset":11410},{"text":"20052","offset":11477},[],{"text":"20053","offset":11482},{"text":"20054","offset":11528},[],{"text":"20055","offset":11533},{"text":"20056","offset":11584},[],{"text":"20057","offset":11589},{"text":"20058","offset":11645},[],{"text":"20059","offset":11650},"osinputarea",{"text":"20060","offset":12977},[],[],{"text":"20061","offset":12995},"zipcitiyinputarea",{"text":"20062","offset":13477},[],[],{"text":"20063","offset":13495},{"text":"20064","offset":14614},[],{"text":"20065","offset":14614},"cppcheck",{"text":"20066","offset":15425},["20067","20068","20069"],["20070","20071","20072"],{"text":"20073","offset":15425},"emscripten",{"text":"20074","offset":15502},[],[],{"text":"20075","offset":15502},"qtversion",{"text":"20076","offset":15606},["20077","20078","20079","20080","20081"],["20082","20083","20084","20085","20086"],{"text":"20087","offset":15606},"flatpak",{"text":"20088","offset":16481},["20089","20090","20091","20092","20093"],["20094","20095","20096","20097","20098"],{"text":"20099","offset":16481},"lproj",{"text":"20100","offset":16898},["20101","20102","20103","20104","20105"],["20106","20107","20108","20109","20110"],{"text":"20111","offset":16898},{"text":"20112","offset":16940},["20106","20107","20108","20109","20110"],{"text":"20113","offset":16940},{"text":"20114","offset":17270},["20094","20095","20096","20097","20098"],{"text":"20115","offset":17270},"vcpkg",{"text":"20116","offset":17310},["20117","20118","20119","20120"],["20121","20122","20123","20124"],{"text":"20125","offset":17310},{"text":"20126","offset":17374},["20121","20122","20123","20124"],{"text":"20127","offset":17374},{"text":"20128","offset":0},["20129","20130","20131","20132","20133"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/CMakeLists.txt",{"text":"20134","offset":2},["19720","19721","19722","19723","19724"],{"text":"20135","offset":24},{"text":"20136","offset":93},["19720","19721","19722","19723","19724"],{"text":"20137","offset":93},{"text":"20138","offset":125},["19720","19721","19722","19723","19724"],{"text":"20139","offset":129},{"text":"20140","offset":171},["19720","19721","19722","19723","19724"],{"text":"20141","offset":171},{"text":"20142","offset":557},[],[],"file:///tmp/lint/apps/jmbde-quick/CMakeLists.txt",{"text":"20143","offset":557},"TOLOWER",{"text":"20144","offset":583},["20145","20146","20147","20148","20149"],["20150","20151","20152","20153","20154"],{"text":"20155","offset":583},{"text":"20156","offset":741},["20157","20158","20159","20160","20161"],["19720","19721","19722","19723","19724"],{"text":"20162","offset":745},"jmdbde",{"text":"20163","offset":774},["20164","20165","20166","20167","20168"],["20169","19720","20170","19721","20171"],{"text":"20172","offset":778},{"text":"20173","offset":1483},["19720","19721","19722","19723","19724"],{"text":"20174","offset":1506},"DQAPPLICATION",{"text":"20175","offset":3611},["20176","20177"],["20178","20179"],{"text":"20180","offset":3638},{"text":"20181","offset":3985},["19720","19721","19722","19723","19724"],{"text":"20182","offset":3991},["19720","19721","19722","19723","19724"],{"text":"20183","offset":4025},{"text":"20184","offset":4057},["19720","19721","19722","19723","19724"],{"text":"20185","offset":4063},{"text":"20186","offset":5222},[],[],{"text":"20187","offset":5232},{"text":"20188","offset":5255},[],[],{"text":"20189","offset":5265},{"text":"20190","offset":5289},[],{"text":"20191","offset":5299},"hicolor",{"text":"20192","offset":6984},["20193","20194","20195","20196","20197"],["20198","20199","20200","20201","20202"],{"text":"20203","offset":7002},{"text":"20204","offset":109},["20205","20206","20207","20208","20209"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-quick/data/io.github.jmuelbert.jmbdequick.appdata.xml",{"text":"20210","offset":117},{"text":"20211","offset":253},["19720","19721","19722","19723","19724"],{"text":"20212","offset":257},{"text":"20213","offset":276},["19720","19721","19722","19723","19724"],{"text":"20214","offset":280},{"text":"20215","offset":313},["19720","19721","19722","19723","19724"],{"text":"20216","offset":317},{"text":"20217","offset":434},["19720","19721","19722","19723","19724"],{"text":"20218","offset":442},{"text":"20219","offset":13},[],[],"file:///tmp/lint/apps/jmbde-quick/jmbde_version.h",{"text":"20220","offset":14},{"text":"20221","offset":51},["20222","20223","20224","20225","20226"],["20169","19720","20170","19721","20171"],{"text":"20227","offset":59},{"text":"20228","offset":3},["20229","20230","20231","20232","20233"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-quick/src/main.cpp",{"text":"20234","offset":18},"exceuted",{"text":"20235","offset":631},["20236","20237","20238","20239","20240"],["20241","20242","20243","20244","20245"],{"text":"20246","offset":632},{"text":"20247","offset":824},[],[],{"text":"20248","offset":846},"njmbdequick",[],[],{"text":"20249","offset":876},{"text":"20250","offset":1889},["19720","19721","19722","19723","19724"],{"text":"20251","offset":1918},{"text":"20252","offset":2652},["19720","19721","19722","19723","19724"],{"text":"20253","offset":2674},{"text":"20254","offset":2970},["19720","19721","19722","19723","19724"],{"text":"20255","offset":2974},{"text":"20256","offset":3003},["19720","19721","19722","19723","19724"],{"text":"20257","offset":3007},{"text":"20258","offset":194},["20259","20260","20261","20262","20263"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-quick/test/CMakeLists.txt",{"text":"20264","offset":196},{"text":"20265","offset":236},["19720","19721","19722","19723","19724"],{"text":"20266","offset":238},{"text":"20267","offset":258},["19720","19721","19722","19723","19724"],{"text":"20268","offset":260},{"text":"20269","offset":476},["19720","19721","19722","19723","19724"],{"text":"20270","offset":476},{"text":"20271","offset":549},["19720","19721","19722","19723","19724"],{"text":"20272","offset":551},{"text":"20273","offset":557},["20274","20275","20276","20277","20278"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-widgets/CMakeLists.txt",{"text":"20279","offset":557},{"text":"20144","offset":578},["20280","20281","20282","20283","20284"],["20150","20151","20152","20153","20154"],{"text":"20155","offset":578},{"text":"20156","offset":736},["19720","19721","19722","19723","19724"],{"text":"20162","offset":740},{"text":"20285","offset":769},["19720","19721","19722","19723","19724"],{"text":"20286","offset":773},{"text":"20173","offset":1504},["19720","19721","19722","19723","19724"],{"text":"20174","offset":1527},{"text":"20287","offset":2394},["19720","19721","19722","19723","19724"],{"text":"20288","offset":2417},{"text":"20175","offset":3020},["20289","20290"],["20178","20179"],{"text":"20180","offset":3047},{"text":"20186","offset":5202},[],[],{"text":"20187","offset":5212},{"text":"20188","offset":5235},[],[],{"text":"20189","offset":5245},{"text":"20192","offset":6893},["20291","20292","20293","20294","20295"],["20198","20199","20200","20201","20202"],{"text":"20203","offset":6911},{"text":"20204","offset":109},["20296","20297","20298","20299","20300"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-widgets/data/io.github.jmuelbert.jmbde.appdata.xml",{"text":"20210","offset":117},{"text":"20211","offset":253},["19720","19721","19722","19723","19724"],{"text":"20212","offset":257},{"text":"20213","offset":276},["19720","19721","19722","19723","19724"],{"text":"20214","offset":280},{"text":"20215","offset":313},["19720","19721","19722","19723","19724"],{"text":"20216","offset":317},{"text":"20217","offset":434},["19720","19721","19722","19723","19724"],{"text":"20218","offset":442},{"text":"20301","offset":13},["20302","20303","20304","20305","20306"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-widgets/jmbde_version.h",{"text":"20307","offset":14},{"text":"20308","offset":46},["19720","19721","19722","19723","19724"],{"text":"20309","offset":54},{"text":"20228","offset":3},["20310","20311","20312","20313","20314"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-widgets/src/main.cpp",{"text":"20234","offset":18},{"text":"20315","offset":360},["19720","19721","19722","19723","19724"],{"text":"20316","offset":397},["19720","19721","19722","19723","19724"],{"text":"20317","offset":430},{"text":"20318","offset":1867},["19720","19721","19722","19723","19724"],{"text":"20319","offset":1890},{"text":"20320","offset":2261},["19720","19721","19722","19723","19724"],{"text":"20321","offset":2285},{"text":"20258","offset":194},["20322","20323","20324","20325","20326"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/jmbde-widgets/test/CMakeLists.txt",{"text":"20264","offset":196},{"text":"20265","offset":236},["19720","19721","19722","19723","19724"],{"text":"20266","offset":238},{"text":"20267","offset":258},["19720","19721","19722","19723","19724"],{"text":"20268","offset":260},{"text":"20269","offset":476},["19720","19721","19722","19723","19724"],{"text":"20270","offset":476},{"text":"20271","offset":549},["19720","19721","19722","19723","19724"],{"text":"20272","offset":551},{"text":"20327","offset":247},["20328","20329","20330","20331","20332"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/libs/models/autotests/CMakeLists.txt",{"text":"20333","offset":247},"ARGN",{"text":"20334","offset":277},["20335","20336","20337","20338","20339"],["20340","20341","20342","20343","20344"],{"text":"20345","offset":279},{"text":"20346","offset":482},[],[],{"text":"20347","offset":496},{"text":"20348","offset":691},["19720","19721","19722","19723","19724"],{"text":"20349","offset":693},{"text":"20348","offset":740},["19720","19721","19722","19723","19724"],{"text":"20349","offset":742},"Héctor",{"text":"20350","offset":48},["20351","20352","20353","20354","20355"],["20356","20357","20358","20359","20360"],"file:///tmp/lint/apps/libs/models/autotests/json_utils_test.cpp",{"text":"20361","offset":56},"Jiménez",["20362","20363","20364","20365","20366"],["20367","20368","20369","20370","20371"],{"text":"20372","offset":62},"QTEST",{"text":"20373","offset":280},["20374","20375","20376","20377","20378"],["20379","20380","20381","20382","20383"],{"text":"20384","offset":280},"QVERIFY",{"text":"20385","offset":1362},["20386","20387","20388","20389","20390"],["20391","20392","20393","20394","20395"],{"text":"20396","offset":1366},{"text":"20397","offset":1945},["20391","20392","20393","20394","20395"],{"text":"20398","offset":1949},{"text":"20399","offset":2772},["20391","20392","20393","20394","20395"],{"text":"20400","offset":2776},"QCOMPARE",{"text":"20401","offset":2878},["20402","20403","20404","20405","20406"],["20407","20408","20409","20410","20411"],{"text":"20412","offset":2882},{"text":"20350","offset":48},["20413","20414","20415","20416","20417"],["20356","20357","20358","20359","20360"],"file:///tmp/lint/apps/libs/models/autotests/json_utils_test.h",{"text":"20361","offset":56},["20418","20419","20420","20421","20422"],["20367","20368","20369","20370","20371"],{"text":"20372","offset":62},{"text":"20423","offset":434},[],[],"file:///tmp/lint/apps/libs/models/CMakeLists.txt",{"text":"20424","offset":434},{"text":"20144","offset":461},["20425","20426","20427","20428","20429"],["20150","20151","20152","20153","20154"],{"text":"20155","offset":461},{"text":"20430","offset":574},["20431","20432","20433","20434","20435"],["20169","19720","20170","19721","20171"],{"text":"20436","offset":585},"MSVC",{"text":"20437","offset":2714},["20438","20439","20440","20441","20442"],["20443","20444","20445","20446","19812"],{"text":"20447","offset":2738},{"text":"20448","offset":2855},["20443","20444","20445","20446","19812"],{"text":"20449","offset":2857},["20443","20444","20445","20446","19812"],{"text":"20450","offset":2868},"SOVERSION",{"text":"20451","offset":2951},["20452","20453","20454","20455","20456"],["20457","20082","20083","20458","20459"],{"text":"20460","offset":2964},"JMBDE",{"text":"20461","offset":4473},["20462","20463","20464","20465","20466"],["19720","19721","19722","19723","19724"],{"text":"20467","offset":4477},{"text":"20468","offset":7677},["20443","20444","20445","20446","19812"],{"text":"20469","offset":7677},"Jmbdemodels",{"text":"20470","offset":287},[],[],"file:///tmp/lint/apps/libs/models/conanfile.py",{"text":"20471","offset":287},{"text":"20472","offset":823},[],[],{"text":"20473","offset":837},"JMBDEMODELS",{"text":"20474","offset":803},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/account.h",{"text":"20475","offset":807},{"text":"20476","offset":927},[],{"text":"20477","offset":931},{"text":"20478","offset":1130},[],{"text":"20479","offset":1134},{"text":"20480","offset":1195},[],{"text":"20481","offset":1203},{"text":"20482","offset":1419},[],{"text":"20483","offset":1423},"Initiallize",{"text":"20484","offset":2141},["20485","20486","20487","20488","20489"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2149},"auot",{"text":"20496","offset":3083},["20497","20498","20499","20500","20501"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3091},{"text":"20508","offset":815},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/chipcard.h",{"text":"20509","offset":819},{"text":"20510","offset":953},[],{"text":"20511","offset":957},{"text":"20478","offset":1157},[],{"text":"20479","offset":1161},{"text":"20480","offset":1222},[],{"text":"20481","offset":1230},{"text":"20482","offset":1446},[],{"text":"20483","offset":1450},{"text":"20484","offset":2168},["20512","20513","20514","20515","20516"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2176},{"text":"20496","offset":3110},["20517","20518","20519","20520","20521"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3118},{"text":"20522","offset":889},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/chipcarddoor.h",{"text":"20523","offset":893},{"text":"20524","offset":1041},[],{"text":"20525","offset":1045},{"text":"20478","offset":1249},[],{"text":"20479","offset":1253},{"text":"20480","offset":1314},[],{"text":"20481","offset":1322},{"text":"20482","offset":1538},[],{"text":"20483","offset":1542},{"text":"20484","offset":2260},["20526","20527","20528","20529","20530"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2268},{"text":"20496","offset":3202},["20531","20532","20533","20534","20535"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3210},"Idform",{"text":"20536","offset":4496},["20537","20538","20539","20540","20541"],["20542","20543","20544","20545","20546"],{"text":"20547","offset":4527},{"text":"20548","offset":855},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/chipcardprofile.h",{"text":"20549","offset":859},{"text":"20550","offset":1011},[],{"text":"20551","offset":1015},{"text":"20478","offset":1222},[],{"text":"20479","offset":1226},{"text":"20480","offset":1287},[],{"text":"20481","offset":1295},{"text":"20482","offset":1511},[],{"text":"20483","offset":1515},{"text":"20484","offset":2233},["20552","20553","20554","20555","20556"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2241},{"text":"20496","offset":3175},["20557","20558","20559","20560","20561"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3183},{"text":"20562","offset":886},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/chipcardprofiledoor.h",{"text":"20563","offset":890},{"text":"20564","offset":1058},[],{"text":"20565","offset":1062},{"text":"20478","offset":1273},[],{"text":"20479","offset":1277},{"text":"20480","offset":1338},[],{"text":"20481","offset":1346},{"text":"20482","offset":1562},[],{"text":"20483","offset":1566},{"text":"20484","offset":2284},["20566","20567","20568","20569","20570"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2292},{"text":"20496","offset":3226},["20571","20572","20573","20574","20575"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3234},{"text":"20576","offset":845},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/cityname.h",{"text":"20577","offset":849},{"text":"20578","offset":984},[],{"text":"20579","offset":988},{"text":"20478","offset":1188},[],{"text":"20479","offset":1192},{"text":"20480","offset":1253},[],{"text":"20481","offset":1261},{"text":"20482","offset":1477},[],{"text":"20483","offset":1481},{"text":"20484","offset":2199},["20580","20581","20582","20583","20584"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2207},{"text":"20496","offset":3141},["20585","20586","20587","20588","20589"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3149},{"text":"20590","offset":838},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/commondata.h",{"text":"20591","offset":842},{"text":"20592","offset":1051},[],{"text":"20593","offset":1055},{"text":"20594","offset":1234},[],{"text":"20479","offset":1238},{"text":"20595","offset":1496},[],{"text":"20483","offset":1500},{"text":"20596","offset":1783},[],{"text":"20597","offset":1787},{"text":"20484","offset":2177},["20598","20599","20600","20601","20602"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2185},"Formular",{"text":"20603","offset":3510},["20604","20605","20606","20607","20608"],["20609","20610","20611","20612","20613"],{"text":"20614","offset":3518},"formular",{"text":"20615","offset":3552},["20616","20617","20618","20619","20620"],["20609","20610","20611","20612","20613"],{"text":"20621","offset":3600},{"text":"20622","offset":3745},["20609","20610","20611","20612","20613"],{"text":"20623","offset":3768},"Selectio",{"text":"20624","offset":4690},["20625","20626","20627","20628","20629"],["20630","20631","20632","20633","20634"],{"text":"20635","offset":4714},"Companyl",{"text":"20636","offset":460},["20637","20638","20639","20640","20641"],["20642","20643","20644","20645","20646"],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/company.h",{"text":"20647","offset":464},{"text":"20648","offset":812},[],[],{"text":"20649","offset":816},{"text":"20650","offset":952},[],{"text":"20651","offset":956},{"text":"20478","offset":1155},[],{"text":"20479","offset":1159},{"text":"20480","offset":1220},[],{"text":"20481","offset":1228},{"text":"20482","offset":1444},[],{"text":"20483","offset":1448},{"text":"20484","offset":2166},["20652","20653","20654","20655","20656"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2174},{"text":"20496","offset":3108},["20657","20658","20659","20660","20661"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3116},{"text":"20662","offset":800},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/computer.h",{"text":"20663","offset":804},{"text":"20664","offset":935},[],{"text":"20665","offset":939},{"text":"20478","offset":1139},[],{"text":"20479","offset":1143},{"text":"20480","offset":1204},[],{"text":"20481","offset":1212},{"text":"20482","offset":1428},[],{"text":"20483","offset":1432},{"text":"20484","offset":2150},["20666","20667","20668","20669","20670"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2158},{"text":"20496","offset":3093},["20671","20672","20673","20674","20675"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3101},"Indexx",{"text":"20676","offset":11295},["20677","20678","20679","20680","20681"],["20682","20683","20684","20685","20686"],{"text":"20687","offset":11313},{"text":"20688","offset":879},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/computersoftware.h",{"text":"20689","offset":883},{"text":"20690","offset":1040},[],{"text":"20691","offset":1044},{"text":"20478","offset":1252},[],{"text":"20479","offset":1256},{"text":"20480","offset":1317},[],{"text":"20481","offset":1325},{"text":"20482","offset":1541},[],{"text":"20483","offset":1545},{"text":"20484","offset":2263},["20692","20693","20694","20695","20696"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2271},{"text":"20496","offset":3205},["20697","20698","20699","20700","20701"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3213},"Constructur",{"text":"20702","offset":1192},["20703","20704","20705","20706","20707"],["20708","20709","20710","20711","20712"],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/datacontext.h",{"text":"20713","offset":1200},{"text":"20714","offset":1266},[],[],{"text":"20715","offset":1270},{"text":"20702","offset":1506},["20708","20709","20710","20711","20712"],{"text":"20713","offset":1514},{"text":"20716","offset":1580},[],{"text":"20715","offset":1584},{"text":"20702","offset":2117},["20708","20709","20710","20711","20712"],{"text":"20713","offset":2125},{"text":"20717","offset":2613},[],{"text":"20715","offset":2617},{"text":"20718","offset":3237},[],{"text":"20719","offset":3241},{"text":"20720","offset":3385},[],{"text":"20721","offset":3389},"Strig",{"text":"20722","offset":6272},["20723","20724","20725","20726","20727"],["20728","20729","20730","20731","20732"],{"text":"20733","offset":6287},{"text":"20734","offset":818},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/department.h",{"text":"20735","offset":822},{"text":"20736","offset":960},[],{"text":"20737","offset":964},{"text":"20478","offset":1166},[],{"text":"20479","offset":1170},{"text":"20480","offset":1231},[],{"text":"20481","offset":1239},{"text":"20482","offset":1455},[],{"text":"20483","offset":1459},{"text":"20484","offset":2177},["20738","20739","20740","20741","20742"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2185},{"text":"20496","offset":3119},["20743","20744","20745","20746","20747"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3127},{"text":"20748","offset":822},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/devicename.h",{"text":"20749","offset":826},{"text":"20750","offset":964},[],{"text":"20751","offset":968},{"text":"20478","offset":1170},[],{"text":"20479","offset":1174},{"text":"20480","offset":1235},[],{"text":"20481","offset":1243},{"text":"20482","offset":1459},[],{"text":"20483","offset":1463},{"text":"20484","offset":2181},["20752","20753","20754","20755","20756"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2189},{"text":"20496","offset":3123},["20757","20758","20759","20760","20761"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3131},{"text":"20762","offset":4398},["20763","20764","20765","20766","20767"],["20682","20683","20684","20685","20686"],{"text":"20768","offset":4416},{"text":"20769","offset":821},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/devicetype.h",{"text":"20770","offset":825},{"text":"20771","offset":963},[],{"text":"20772","offset":967},{"text":"20478","offset":1169},[],{"text":"20479","offset":1173},{"text":"20480","offset":1234},[],{"text":"20481","offset":1242},{"text":"20482","offset":1458},[],{"text":"20483","offset":1462},{"text":"20484","offset":2180},["20773","20774","20775","20776","20777"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2188},{"text":"20496","offset":3122},["20778","20779","20780","20781","20782"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3130},{"text":"20783","offset":4401},["20784","20785","20786","20787","20788"],["20682","20683","20684","20685","20686"],{"text":"20789","offset":4419},{"text":"20790","offset":808},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/document.h",{"text":"20791","offset":812},{"text":"20792","offset":944},[],{"text":"20793","offset":948},{"text":"20478","offset":1148},[],{"text":"20479","offset":1152},{"text":"20480","offset":1213},[],{"text":"20481","offset":1221},{"text":"20482","offset":1437},[],{"text":"20483","offset":1441},{"text":"20484","offset":2159},["20794","20795","20796","20797","20798"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2167},{"text":"20496","offset":3101},["20799","20800","20801","20802","20803"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3109},"datenschutz",{"text":"20804","offset":731},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/employee.h",{"text":"20805","offset":741},"inhouse",{"text":"20806","offset":1119},["20807","20808","20809","20810","20811"],["20812","20813","20814","20815","20816"],{"text":"20817","offset":1129},{"text":"20818","offset":1755},[],[],{"text":"20819","offset":1759},{"text":"20820","offset":1891},[],{"text":"20821","offset":1895},{"text":"20478","offset":2095},[],{"text":"20479","offset":2099},{"text":"20480","offset":2160},[],{"text":"20481","offset":2168},{"text":"20482","offset":2384},[],{"text":"20483","offset":2388},{"text":"20484","offset":3106},["20822","20823","20824","20825","20826"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":3114},{"text":"20496","offset":4048},["20827","20828","20829","20830","20831"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":4056},{"text":"20832","offset":850},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/employeeaccount.h",{"text":"20833","offset":854},{"text":"20834","offset":1007},[],{"text":"20835","offset":1011},{"text":"20478","offset":1218},[],{"text":"20479","offset":1222},{"text":"20480","offset":1283},[],{"text":"20481","offset":1291},{"text":"20482","offset":1507},[],{"text":"20483","offset":1511},{"text":"20484","offset":2229},["20836","20837","20838","20839","20840"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2237},{"text":"20496","offset":3171},["20841","20842","20843","20844","20845"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3179},{"text":"20846","offset":856},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/employeedocument.h",{"text":"20847","offset":860},{"text":"20848","offset":1016},[],{"text":"20849","offset":1020},{"text":"20478","offset":1228},[],{"text":"20479","offset":1232},{"text":"20480","offset":1293},[],{"text":"20481","offset":1301},{"text":"20482","offset":1517},[],{"text":"20483","offset":1521},{"text":"20484","offset":2239},["20850","20851","20852","20853","20854"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2247},{"text":"20496","offset":3181},["20855","20856","20857","20858","20859"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3189},{"text":"20860","offset":778},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/fax.h",{"text":"20861","offset":782},{"text":"20862","offset":899},[],{"text":"20863","offset":903},{"text":"20478","offset":1098},[],{"text":"20479","offset":1102},{"text":"20480","offset":1163},[],{"text":"20481","offset":1171},{"text":"20482","offset":1387},[],{"text":"20483","offset":1391},{"text":"20484","offset":2109},["20864","20865","20866","20867","20868"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2117},{"text":"20496","offset":3051},["20869","20870","20871","20872","20873"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3059},{"text":"20874","offset":815},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/function.h",{"text":"20875","offset":819},{"text":"20876","offset":940},[],{"text":"20877","offset":944},{"text":"20478","offset":1144},[],{"text":"20479","offset":1148},{"text":"20480","offset":1209},[],{"text":"20481","offset":1217},{"text":"20482","offset":1433},[],{"text":"20483","offset":1437},{"text":"20484","offset":2155},["20878","20879","20880","20881","20882"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2163},{"text":"20496","offset":3097},["20883","20884","20885","20886","20887"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3105},{"text":"20888","offset":4860},["20889","20890","20891","20892","20893"],["20682","20683","20684","20685","20686"],{"text":"20894","offset":4877},{"text":"20895","offset":815},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/inventory.h",{"text":"20896","offset":819},{"text":"20897","offset":954},[],{"text":"20898","offset":958},{"text":"20478","offset":1159},[],{"text":"20479","offset":1163},{"text":"20480","offset":1224},[],{"text":"20481","offset":1232},{"text":"20482","offset":1448},[],{"text":"20483","offset":1452},{"text":"20484","offset":2170},["20899","20900","20901","20902","20903"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2178},{"text":"20496","offset":3112},["20904","20905","20906","20907","20908"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3120},"Nauwelaerts",{"text":"20909","offset":3},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/json_utils.h",{"text":"20910","offset":12},{"text":"20911","offset":832},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/manufacturer.h",{"text":"20912","offset":836},{"text":"20913","offset":971},[],{"text":"20914","offset":975},{"text":"20478","offset":1179},[],{"text":"20479","offset":1183},{"text":"20480","offset":1244},[],{"text":"20481","offset":1252},{"text":"20482","offset":1468},[],{"text":"20483","offset":1472},{"text":"20484","offset":2190},["20915","20916","20917","20918","20919"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2198},{"text":"20496","offset":3132},["20920","20921","20922","20923","20924"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3140},{"text":"20925","offset":807},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/mobile.h",{"text":"20926","offset":811},{"text":"20927","offset":931},[],{"text":"20928","offset":935},{"text":"20478","offset":1133},[],{"text":"20479","offset":1137},{"text":"20480","offset":1198},[],{"text":"20481","offset":1206},{"text":"20482","offset":1422},[],{"text":"20483","offset":1426},{"text":"20484","offset":2144},["20929","20930","20931","20932","20933"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2152},{"text":"20496","offset":3086},["20934","20935","20936","20937","20938"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3094},{"text":"20939","offset":779},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/os.h",{"text":"20940","offset":783},{"text":"20941","offset":888},[],{"text":"20942","offset":892},{"text":"20478","offset":1086},[],{"text":"20479","offset":1090},{"text":"20480","offset":1151},[],{"text":"20481","offset":1159},{"text":"20482","offset":1375},[],{"text":"20483","offset":1379},{"text":"20484","offset":2097},["20943","20944","20945","20946","20947"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2105},{"text":"20496","offset":3039},["20948","20949","20950","20951","20952"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3047},{"text":"20953","offset":822},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/phone.h",{"text":"20954","offset":826},{"text":"20955","offset":945},[],{"text":"20956","offset":949},{"text":"20478","offset":1146},[],{"text":"20479","offset":1150},{"text":"20480","offset":1211},[],{"text":"20481","offset":1219},{"text":"20482","offset":1435},[],{"text":"20483","offset":1439},{"text":"20484","offset":2157},["20957","20958","20959","20960","20961"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2165},{"text":"20496","offset":3099},["20962","20963","20964","20965","20966"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3107},{"text":"20967","offset":809},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/place.h",{"text":"20968","offset":813},{"text":"20969","offset":932},[],{"text":"20970","offset":936},{"text":"20478","offset":1133},[],{"text":"20479","offset":1137},{"text":"20480","offset":1198},[],{"text":"20481","offset":1206},{"text":"20482","offset":1422},[],{"text":"20483","offset":1426},{"text":"20484","offset":2144},["20971","20972","20973","20974","20975"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2152},{"text":"20496","offset":3086},["20976","20977","20978","20979","20980"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3094},{"text":"20981","offset":781},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/printer.h",{"text":"20982","offset":785},{"text":"20983","offset":911},[],{"text":"20984","offset":915},{"text":"20478","offset":1114},[],{"text":"20479","offset":1118},{"text":"20480","offset":1179},[],{"text":"20481","offset":1187},{"text":"20482","offset":1403},[],{"text":"20483","offset":1407},{"text":"20484","offset":2125},["20985","20986","20987","20988","20989"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2133},{"text":"20496","offset":3067},["20990","20991","20992","20993","20994"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3075},{"text":"20676","offset":10180},["20995","20996","20997","20998","20999"],["20682","20683","20684","20685","20686"],{"text":"20687","offset":10198},{"text":"21000","offset":810},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/processor.h",{"text":"21001","offset":814},{"text":"21002","offset":943},[],{"text":"21003","offset":947},{"text":"20478","offset":1148},[],{"text":"20479","offset":1152},{"text":"20480","offset":1213},[],{"text":"20481","offset":1221},{"text":"20482","offset":1437},[],{"text":"20483","offset":1441},{"text":"20484","offset":2159},["21004","21005","21006","21007","21008"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2167},{"text":"20496","offset":3101},["21009","21010","21011","21012","21013"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3109},"ndex",{"text":"21014","offset":5035},["21015","21016","21017","21018","21019"],["21020","21021","21022","20682","20683"],{"text":"21023","offset":5053},{"text":"21024","offset":801},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/software.h",{"text":"21025","offset":805},{"text":"21026","offset":928},[],{"text":"21027","offset":932},{"text":"20478","offset":1132},[],{"text":"20479","offset":1136},{"text":"20480","offset":1197},[],{"text":"20481","offset":1205},{"text":"20482","offset":1421},[],{"text":"20483","offset":1425},{"text":"20484","offset":2143},["21028","21029","21030","21031","21032"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2151},{"text":"20496","offset":3085},["21033","21034","21035","21036","21037"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3093},{"text":"20624","offset":5127},["21038","21039","21040","21041","21042"],["20630","20631","20632","20633","20634"],{"text":"20635","offset":5151},{"text":"21043","offset":811},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/systemdata.h",{"text":"21044","offset":815},{"text":"21045","offset":953},[],{"text":"21046","offset":957},{"text":"20478","offset":1159},[],{"text":"20479","offset":1163},{"text":"20480","offset":1224},[],{"text":"20481","offset":1232},{"text":"20482","offset":1448},[],{"text":"20483","offset":1452},{"text":"20484","offset":2170},["21047","21048","21049","21050","21051"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2178},{"text":"20496","offset":3112},["21052","21053","21054","21055","21056"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3120},{"text":"21057","offset":781},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/title.h",{"text":"21058","offset":785},{"text":"21059","offset":899},[],{"text":"21060","offset":903},{"text":"20478","offset":1100},[],{"text":"20479","offset":1104},{"text":"20480","offset":1165},[],{"text":"20481","offset":1173},{"text":"20482","offset":1389},[],{"text":"20483","offset":1393},{"text":"20484","offset":2111},["21061","21062","21063","21064","21065"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2119},{"text":"20496","offset":3053},["21066","21067","21068","21069","21070"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3061},{"text":"21071","offset":778},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/zipcity.h",{"text":"21072","offset":782},{"text":"21073","offset":902},[],{"text":"21074","offset":906},{"text":"20478","offset":1105},[],{"text":"20479","offset":1109},{"text":"20480","offset":1170},[],{"text":"20481","offset":1178},{"text":"20482","offset":1394},[],{"text":"20483","offset":1398},{"text":"20484","offset":2116},["21075","21076","21077","21078","21079"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2124},{"text":"20496","offset":3058},["21080","21081","21082","21083","21084"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3066},{"text":"21085","offset":779},[],[],"file:///tmp/lint/apps/libs/models/include/jmbdemodels/zipcode.h",{"text":"21086","offset":783},{"text":"21087","offset":903},[],{"text":"21088","offset":907},{"text":"20478","offset":1106},[],{"text":"20479","offset":1110},{"text":"20480","offset":1171},[],{"text":"20481","offset":1179},{"text":"20482","offset":1395},[],{"text":"20483","offset":1399},{"text":"20484","offset":2117},["21089","21090","21091","21092","21093"],["20490","20491","20492","20493","20494"],{"text":"20495","offset":2125},{"text":"20496","offset":3059},["21094","21095","21096","21097","21098"],["20502","20503","20504","20505","20506"],{"text":"20507","offset":3067},{"text":"21099","offset":851},["21100","21101","21102","21103","21104"],["20609","20610","20611","20612","20613"],"file:///tmp/lint/apps/libs/models/src/commondata.cpp",{"text":"21105","offset":856},"employe",{"text":"21106","offset":1565},["21107","21108","21109","21110","21111"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/computer.cpp",{"text":"21117","offset":1604},"Öffne",{"text":"21118","offset":331},["21119","21120","21121","21122","21123"],["21124","21125","21126","21127","21128"],"file:///tmp/lint/apps/libs/models/src/datacontext.cpp",{"text":"21129","offset":335},"Datenbank",["21130","21131"],["21132","21133"],{"text":"21134","offset":344},{"text":"21135","offset":594},["21124","21125","21126","21127","21128"],{"text":"21136","offset":598},["21132","21133"],{"text":"21137","offset":607},{"text":"21138","offset":1287},["21124","21125","21126","21127","21128"],{"text":"21139","offset":1291},["21132","21133"],{"text":"21140","offset":1291},"Benutzername",[],[],{"text":"21141","offset":1355},"wurde",{"text":"21142","offset":1921},["21143","21144","21145","21146","21147"],["21148","21149","21150","21151","21152"],{"text":"21153","offset":1929},["21132","21133"],{"text":"21154","offset":1944},"aufgerufen",[],[],{"text":"21155","offset":1987},"wird",{"text":"21156","offset":2020},["21157","21158","21159","21160","21161"],["21162","21163","21164","21165","21166"],{"text":"21167","offset":2039},"nicht",["21168","21169","21170","21171","21172"],["21173","21174","21175","21176","21177"],{"text":"21178","offset":2040},"unterstützt",[],[],{"text":"21179","offset":2044},"geht",["21180","21181","21182","21183","21184"],["21185","21186","21187","21188","21189"],{"text":"21190","offset":2060},{"text":"21191","offset":2200},["21132","21133"],{"text":"21192","offset":2204},"geschlossen",[],[],{"text":"21192","offset":2204},"Erzeuge",{"text":"21193","offset":2432},["21194","21195","21196","21197","21198"],["21199","21200","21201","21202","21203"],{"text":"21204","offset":2444},"Datei",["21205","21206","21207","21208","21209"],["21210","21211","21212","21213","21214"],{"text":"21215","offset":2489},{"text":"21216","offset":2632},["21124","21125","21126","21127","21128"],{"text":"21217","offset":2644},{"text":"21218","offset":2794},["21124","21125","21126","21127","21128"],{"text":"21219","offset":2802},"QODBC",{"text":"21220","offset":2909},["21221","21222","21223","21224","21225"],["21226","21227","21228","21229","21230"],{"text":"21231","offset":2938},"QPSQL",{"text":"21232","offset":3322},["21233","21234","21235","21236","21237"],["21238","21239","21240","21241","21242"],{"text":"21243","offset":3351},"Kritischer",{"text":"21244","offset":3601},["21245"],["21246"],{"text":"21247","offset":3609},"Fehler",["21248","21249","21250","21251","21252"],["21253","21254","21255","21256","21257"],{"text":"21258","offset":3619},"Initialisierung",["21259"],["21260"],{"text":"21261","offset":3628},["21210","21211","21212","21213","21214"],{"text":"21262","offset":3674},"initialisieren",{"text":"21263","offset":3727},[],[],{"text":"21264","offset":3747},"erzeugen",[],[],{"text":"21265","offset":3779},"konnten",["21266","21267","21268","21269","21270"],["21271","21272","21273","21274","21275"],{"text":"21276","offset":3808},["21173","21174","21175","21176","21177"],{"text":"21277","offset":3817},"gefunden",["21278","21279","21280","21281","21282"],["21283","21284","21285","21286","21287"],{"text":"21288","offset":3821},"werden",["21289","21290","21291","21292","21293"],["21294","21295","21296","21297","21298"],{"text":"21299","offset":3830},{"text":"21244","offset":3930},["21246"],{"text":"21247","offset":3938},["21253","21254","21255","21256","21257"],{"text":"21258","offset":3948},["21260"],{"text":"21261","offset":3957},["21210","21211","21212","21213","21214"],{"text":"21262","offset":4003},{"text":"21300","offset":4056},[],{"text":"21301","offset":4076},"kann",["21302","21303","21304","21305","21306"],["21307","21308","21309","21310","21311"],{"text":"21312","offset":4107},["21173","21174","21175","21176","21177"],{"text":"21313","offset":4107},"geöffnet",["21314","21315","21316","21317","21318"],["21319","21320","21321","21322","21285"],{"text":"21323","offset":4118},["21294","21295","21296","21297","21298"],{"text":"21324","offset":4127},{"text":"21325","offset":5087},["21253","21254","21255","21256","21257"],{"text":"21326","offset":5103},"beim",["21327","21328","21329","21330","21331"],["21332","21333","21334","21335","21336"],{"text":"21337","offset":5103},"Lesen",["21338","21339","21340","21341","21342"],["21343","21344","21345","21346","21347"],{"text":"21348","offset":5115},["21210","21211","21212","21213","21214"],{"text":"21349","offset":5122},"Erzeugung",[],[],{"text":"21350","offset":5144},["21253","21254","21255","21256","21257"],{"text":"21351","offset":5164},"Zeile",["21352","21353","21354","21355","21356"],["21357","21358","21359","21360","21361"],{"text":"21362","offset":5179},"Fehlermeldung",{"text":"21363","offset":5217},[],[],{"text":"21364","offset":5245},{"text":"21365","offset":5370},["21253","21254","21255","21256","21257"],{"text":"21326","offset":5382},["21332","21333","21334","21335","21336"],{"text":"21337","offset":5382},["21343","21344","21345","21346","21347"],{"text":"21348","offset":5394},["21210","21211","21212","21213","21214"],{"text":"21349","offset":5401},[],{"text":"21366","offset":5423},["21357","21358","21359","21360","21361"],{"text":"21367","offset":5457},[],{"text":"21368","offset":5490},"erfolgreich",{"text":"21369","offset":5648},[],[],{"text":"21370","offset":5652},"erzeugt",["21371","21372","21373","21374","21375"],["21201","21376","21202","21377","21203"],{"text":"21378","offset":5668},"Prüfe",{"text":"21379","offset":6154},["21380","21381","21382","21383","21384"],["21385","21386","21387","21388","21389"],{"text":"21390","offset":6158},"Datenbankabfrage",{"text":"21391","offset":6233},[],[],{"text":"21392","offset":6237},"Rückgabe",["21393","21394"],["21395","21396"],{"text":"21397","offset":6253},{"text":"21398","offset":6671},["21385","21386","21387","21388","21389"],{"text":"21399","offset":6679},{"text":"21400","offset":6889},["21385","21386","21387","21388","21389"],{"text":"21401","offset":6901},{"text":"21400","offset":7174},["21385","21386","21387","21388","21389"],{"text":"21401","offset":7186},{"text":"21402","offset":7843},["21385","21386","21387","21388","21389"],{"text":"21403","offset":7851},"Tabelle",["21404","21405","21406","21407","21408"],["21409","21410","21411","21412","21413"],{"text":"21414","offset":7865},"Schwerer",{"text":"21415","offset":8157},["21416","21417","21418","21419","21420"],["21421","21422","21423","21424","21425"],{"text":"21426","offset":8165},"Tabellename",["21427"],["21428"],{"text":"21429","offset":8193},{"text":"21430","offset":8311},["21421","21422","21423","21424","21425"],{"text":"21431","offset":8319},"keine",["21432","21433","21434","21435","21436"],["21437","21438","21439","21440","21441"],{"text":"21442","offset":8347},"Daten",["21443","21444","21445","21446","21447"],["21210","21211","21448","21449","21450"],{"text":"21451","offset":8359},"vorhanden",[],[],{"text":"21452","offset":8379},"QSQLITE",{"text":"21453","offset":10124},["21454","21455","21456","21457","21458"],["21459","21460","21461","21462","21463"],{"text":"21464","offset":10159},{"text":"21465","offset":10441},["21332","21333","21334","21335","21336"],{"text":"21466","offset":10453},"öffnen",["21467","21468","21469","21470","21471"],["21125","21124","21472","21473","21474"],{"text":"21475","offset":10465},{"text":"21476","offset":10803},["21332","21333","21334","21335","21336"],{"text":"21477","offset":10823},[],{"text":"21478","offset":10861},"Ändere",{"text":"21479","offset":11240},["21480","21481","21482","21483","21484"],["21485","21486","21487","21488","21489"],{"text":"21490","offset":11248},"Namen",["21491","21492","21493","21494","21495"],["21496","21497","21498","21499","21500"],{"text":"21501","offset":11255},"Neuer",["21502","21503","21504","21505","21506"],["21507","21508","21509","21510","21511"],{"text":"21512","offset":11303},"Lösche",{"text":"21513","offset":11571},["21514","21515","21516","21517","21518"],["21519","21520","21521","21522","21523"],{"text":"21524","offset":11575},"Datenbankdatei",{"text":"21525","offset":11845},[],[],{"text":"21526","offset":11857},"konnte",["21527","21528","21529","21530","21531"],["21271","21532","21440","21533","21534"],{"text":"21535","offset":11905},["21173","21174","21175","21176","21177"],{"text":"21536","offset":11907},"gelöscht",[],[],{"text":"21537","offset":11923},["21294","21295","21296","21297","21298"],{"text":"21538","offset":11930},"Pfad",{"text":"21539","offset":12549},["21540","21541","21542","21543","21544"],["21545","21546","21547","21548","21549"],{"text":"21550","offset":12553},{"text":"21106","offset":714},["21551","21552","21553","21554","21555"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/employeeaccount.cpp",{"text":"21117","offset":753},{"text":"21106","offset":720},["21556","21557","21558","21559","21560"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/employeedocument.cpp",{"text":"21117","offset":759},{"text":"21106","offset":1182},["21561","21562","21563","21564","21565"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/fax.cpp",{"text":"21117","offset":1221},{"text":"21566","offset":1281},["21567","21568","21569","21570","21571"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/mobile.cpp",{"text":"21572","offset":1320},{"text":"21106","offset":1194},["21573","21574","21575","21576","21577"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/phone.cpp",{"text":"21117","offset":1233},{"text":"21106","offset":1553},["21578","21579","21580","21581","21582"],["21112","21113","21114","21115","21116"],"file:///tmp/lint/apps/libs/models/src/printer.cpp",{"text":"21117","offset":1592},"AUTORCC",{"text":"21583","offset":499},["21584","21585","21586","21587","21588"],["21589","21590","21591","21592","20503"],"file:///tmp/lint/apps/libs/quick/autotests/CMakeLists.txt",{"text":"21593","offset":499},"AUTOUIC",{"text":"21594","offset":521},["21595","21596","21597","21598","21599"],["21600","21601","21602","21603","21604"],{"text":"21605","offset":521},"AUTOMOC",{"text":"21606","offset":543},["21607","21608","21609","21610","21611"],["21612","21600","21613","21614","21615"],{"text":"21616","offset":543},{"text":"21617","offset":717},[],[],{"text":"21618","offset":717},"QFETCH",{"text":"21619","offset":686},["21620","21621","21622","21623","21624"],["19940","21625","21626","21627","21628"],"file:///tmp/lint/apps/libs/quick/autotests/src/tst_quicktest.cpp",{"text":"21629","offset":690},{"text":"21630","offset":715},["19940","21625","21626","21627","21628"],{"text":"21631","offset":719},{"text":"21632","offset":745},["21633","21634","21635","21636","21637"],["20407","20408","20409","20410","20411"],{"text":"21638","offset":749},{"text":"21639","offset":788},["21640","21641","21642","21643","21644"],["20379","20380","20381","20382","20383"],{"text":"21645","offset":788},{"text":"20142","offset":434},[],[],"file:///tmp/lint/apps/libs/quick/CMakeLists.txt",{"text":"20143","offset":434},{"text":"20144","offset":460},["21646","21647","21648","21649","21650"],["20150","20151","20152","20153","20154"],{"text":"20155","offset":460},{"text":"21651","offset":573},["21652","21653","21654","21655","21656"],["20169","19720","20170","19721","20171"],{"text":"21657","offset":584},{"text":"20437","offset":3116},["21658","21659","21660","21661","21662"],["20443","20444","20445","20446","19812"],{"text":"20447","offset":3140},{"text":"20448","offset":3257},["20443","20444","20445","20446","19812"],{"text":"20449","offset":3259},["20443","20444","20445","20446","19812"],{"text":"20450","offset":3270},{"text":"20451","offset":3353},["21663","21664","21665","21666","21667"],["20457","20082","20083","20458","20459"],{"text":"20460","offset":3366},{"text":"21668","offset":4875},["21669","21670","21671","21672","21673"],["19720","19721","19722","19723","19724"],{"text":"21674","offset":4879},{"text":"20186","offset":5325},[],[],{"text":"20187","offset":5335},{"text":"20468","offset":7948},["20443","20444","20445","20446","19812"],{"text":"20469","offset":7948},"Jmbdequick",{"text":"21675","offset":287},[],[],"file:///tmp/lint/apps/libs/quick/conanfile.py",{"text":"21676","offset":287},{"text":"21677","offset":421},[],[],{"text":"21678","offset":425},{"text":"21679","offset":596},["21680","21681","21682","21683","21684"],["19720","19721","19722","19723","19724"],{"text":"21685","offset":615},{"text":"21686","offset":651},["19720","19721","19722","19723","19724"],{"text":"21687","offset":655},{"text":"21688","offset":1114},[],{"text":"20473","offset":1126},"JMBDEQUICK",{"text":"21689","offset":512},[],[],"file:///tmp/lint/apps/libs/quick/include/jmbdequick/maincontroller.h",{"text":"21690","offset":516},{"text":"21691","offset":593},[],{"text":"21692","offset":597},{"text":"21693","offset":635},[],{"text":"21694","offset":639},{"text":"21695","offset":504},[],[],"file:///tmp/lint/apps/libs/quick/include/jmbdequick/models/employeemodel.h",{"text":"21696","offset":508},{"text":"21697","offset":645},[],{"text":"21698","offset":649},{"text":"21699","offset":794},[],{"text":"21700","offset":798},{"text":"21701","offset":891},[],{"text":"21702","offset":895},"INVOKABLE",{"text":"21703","offset":956},["21704","21705","21706","21707","21708"],["21709","21710","21711","21712","21713"],{"text":"21714","offset":960},[],{"text":"21715","offset":960},{"text":"21716","offset":1022},["21709","21710","21711","21712","21713"],{"text":"21717","offset":1026},{"text":"21716","offset":1188},["21709","21710","21711","21712","21713"],{"text":"21717","offset":1192},{"text":"21718","offset":1360},["21709","21710","21711","21712","21713"],{"text":"21717","offset":1364},"Magee",{"text":"21719","offset":283},["21720","21721","21722","21723","21724"],["21725","21726","21727","21728","21729"],"file:///tmp/lint/apps/libs/quick/src/models/employeemodel.cpp",{"text":"21730","offset":299},"Akeem",{"text":"21731","offset":468},["21732","21733","21734","21735","21736"],["21737","21738","21739","21740","21741"],{"text":"21742","offset":476},"Arcu",["21743","21744","21745","21746","21747"],["21748","21749","21750","21751","21752"],{"text":"21753","offset":539},"Colchane",["21754","21755","21756","21757","21758"],["21759","21760","21761","21762","21763"],{"text":"21764","offset":589},"Tristique",{"text":"21765","offset":647},["21766","21767","21768","21769","21770"],["21771","21772","21773","21774","21775"],{"text":"21776","offset":705},"Orvault",["21777","21778","21779","21780","21781"],["21782","21783","21784","21785","21786"],{"text":"21787","offset":765},"Rahim",{"text":"21788","offset":822},["21789","21790","21791","21792","21793"],["21794","21795","21796","21797","21798"],{"text":"21799","offset":830},"Ciara",{"text":"21800","offset":998},["21801","21802","21803","21804","21805"],["21806","21807","21808","21809","21810"],{"text":"21811","offset":1006},"Peralillo",["21812","21813","21814","21815"],["21816","21817","21818","21819"],{"text":"21820","offset":1117},"Camerino",{"text":"21821","offset":1177},["21822","21823","21824","21825","21826"],["21827","21828","21829","21830","21831"],{"text":"21832","offset":1291},"Quis",{"text":"21833","offset":1349},["21834","21835","21836","21837","21838"],["21839","21840","21841","21842","21843"],{"text":"21844","offset":1412},"Odio",{"text":"21845","offset":1525},["21846","21847","21848","21849","21850"],["21851","21852","21853","21854","21855"],{"text":"21856","offset":1588},"Urna",{"text":"21857","offset":1701},["21858","21859","21860","21861","21862"],["21863","21864","21865","21866","21867"],{"text":"21868","offset":1764},{"text":"21869","offset":1885},["21737","21738","21739","21740","21741"],{"text":"21870","offset":1893},"Orci",["21871","21872","21873","21874","21875"],["21876","21877","21878","21879","21880"],{"text":"21881","offset":1946},"Niort",["21882","21883","21884","21885","21886"],["21887","21888","21889","21890","21891"],{"text":"21892","offset":2005},{"text":"21893","offset":835},[],[],"file:///tmp/lint/apps/libs/quick/src/quick/maincontroller.cpp",{"text":"21894","offset":843},{"text":"21895","offset":616},[],[],"file:///tmp/lint/apps/libs/quick/test_package/CMakeLists.txt",{"text":"21896","offset":616},{"text":"21619","offset":686},["21897","21898","21899","21900","21901"],["19940","21625","21626","21627","21628"],"file:///tmp/lint/apps/libs/quick/test_package/src/tst_quicktest.cpp",{"text":"21629","offset":690},{"text":"21630","offset":715},["19940","21625","21626","21627","21628"],{"text":"21631","offset":719},{"text":"21632","offset":745},["21902","21903","21904","21905","21906"],["20407","20408","20409","20410","20411"],{"text":"21638","offset":749},{"text":"21639","offset":788},["21907","21908","21909","21910","21911"],["20379","20380","20381","20382","20383"],{"text":"21645","offset":788},{"text":"21583","offset":499},["21912","21913","21914","21915","21916"],["21589","21590","21591","21592","20503"],"file:///tmp/lint/apps/libs/widgets/autotests/CMakeLists.txt",{"text":"21593","offset":499},{"text":"21594","offset":521},["21917","21918","21919","21920","21921"],["21600","21601","21602","21603","21604"],{"text":"21605","offset":521},{"text":"21606","offset":543},["21922","21923","21924","21925","21926"],["21612","21600","21613","21614","21615"],{"text":"21616","offset":543},{"text":"21617","offset":717},[],[],{"text":"21618","offset":717},{"text":"21927","offset":762},[],[],{"text":"21928","offset":767},{"text":"21929","offset":441},[],[],"file:///tmp/lint/apps/libs/widgets/CMakeLists.txt",{"text":"21930","offset":441},{"text":"20144","offset":469},["21931","21932","21933","21934","21935"],["20150","20151","20152","20153","20154"],{"text":"20155","offset":469},{"text":"21936","offset":582},["21937","21938","21939","21940","21941"],["19720","19721","19722","19723","19724"],{"text":"21942","offset":593},{"text":"21594","offset":1300},["21943","21944","21945","21946","21947"],["21600","21601","21602","21603","21604"],{"text":"21605","offset":1300},{"text":"20437","offset":2745},["21948","21949","21950","21951","21952"],["20443","20444","20445","20446","19812"],{"text":"20447","offset":2769},{"text":"20448","offset":2886},["20443","20444","20445","20446","19812"],{"text":"20449","offset":2888},["20443","20444","20445","20446","19812"],{"text":"20450","offset":2899},{"text":"20451","offset":2982},["21953","21954","21955","21956","21957"],["20457","20082","20083","20458","20459"],{"text":"20460","offset":2995},{"text":"20186","offset":4384},[],[],{"text":"20187","offset":4394},{"text":"20468","offset":7007},["20443","20444","20445","20446","19812"],{"text":"20469","offset":7007},{"text":"20470","offset":62},[],[],"file:///tmp/lint/apps/libs/widgets/conanfile.py",{"text":"20471","offset":62},{"text":"21677","offset":97},[],[],{"text":"21678","offset":101},{"text":"21958","offset":270},["21959","21960","21961","21962","21963"],["19720","19721","19722","19723","19724"],{"text":"21964","offset":289},{"text":"21965","offset":328},["19720","19721","19722","19723","19724"],{"text":"21966","offset":332},{"text":"21967","offset":782},["21968","21969","21970","21971","21972"],["20443","21973","21974","20444","20445"],{"text":"21975","offset":790},{"text":"21976","offset":1826},[],{"text":"21977","offset":1834},"JMBDEWIDGETS",{"text":"21978","offset":516},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/accountinputarea.h",{"text":"21979","offset":516},{"text":"21980","offset":527},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/chipcarddoorinputarea.h",{"text":"21981","offset":527},{"text":"21982","offset":519},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/chipcardinputarea.h",{"text":"21983","offset":519},{"text":"21984","offset":552},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/chipcardprofiledoorinputarea.h",{"text":"21985","offset":552},"Areaa",{"text":"21986","offset":658},["21987","21988","21989","21990","21991"],["21992","21993","21994","21995","21996"],{"text":"21997","offset":672},{"text":"21998","offset":540},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/chipcardprofileinputarea.h",{"text":"21999","offset":540},{"text":"22000","offset":511},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/cityinputarea.h",{"text":"22001","offset":511},{"text":"22002","offset":516},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/companyinputarea.h",{"text":"22003","offset":516},{"text":"22004","offset":490},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/computerinputarea.h",{"text":"22005","offset":490},{"text":"22006","offset":514},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/computersoftwareinputarea.h",{"text":"22007","offset":514},{"text":"22008","offset":506},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/csvimportdialog.h",{"text":"22009","offset":506},{"text":"22010","offset":174},["22011","22012","22013","22014","22015"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/definitions.h",{"text":"22016","offset":196},{"text":"22017","offset":525},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/departmentinputarea.h",{"text":"22018","offset":525},{"text":"22019","offset":525},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/devicenameinputarea.h",{"text":"22020","offset":525},{"text":"22021","offset":525},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/devicetypeinputarea.h",{"text":"22022","offset":525},{"text":"22023","offset":571},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/documentinputarea.h",{"text":"22024","offset":571},{"text":"22025","offset":541},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/employeeaccountinputarea.h",{"text":"22026","offset":541},{"text":"22027","offset":543},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/employeedocumentinputarea.h",{"text":"22028","offset":543},{"text":"22029","offset":711},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/employeeinputarea.h",{"text":"22030","offset":711},{"text":"22031","offset":504},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/faxinputarea.h",{"text":"22032","offset":504},{"text":"22033","offset":519},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/functioninputarea.h",{"text":"22034","offset":519},{"text":"22035","offset":523},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/inventoryinputarea.h",{"text":"22036","offset":523},{"text":"22037","offset":3637},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/mainwindow.h",{"text":"22038","offset":3641},{"text":"22039","offset":3764},[],{"text":"22040","offset":3768},"recived",{"text":"22041","offset":3848},["22042","22043","22044","22045","22046"],["22047","22048","22049","22050","22051"],{"text":"22052","offset":3853},{"text":"22053","offset":3894},[],{"text":"22054","offset":3898},"Tehe",{"text":"22055","offset":3990},["22056","22057","22058","22059","22060"],["22061","22062","22063","22064","22065"],{"text":"22066","offset":3995},["22047","22048","22049","22050","22051"],{"text":"22066","offset":3995},{"text":"22067","offset":4037},[],{"text":"22068","offset":4041},{"text":"22069","offset":5398},[],{"text":"22070","offset":5402},{"text":"22071","offset":531},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/manufacturerinputarea.h",{"text":"22072","offset":531},{"text":"22073","offset":513},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/mobileinputarea.h",{"text":"22074","offset":513},{"text":"22075","offset":501},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/osinputarea.h",{"text":"22076","offset":501},{"text":"22077","offset":510},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/phoneinputarea.h",{"text":"22078","offset":510},{"text":"22079","offset":510},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/placeinputarea.h",{"text":"22080","offset":510},"paret",{"text":"22081","offset":759},["22082","22083","22084","22085","22086"],["22087","22088","22089","22090","22091"],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/preferencesdialog.h",{"text":"22092","offset":772},{"text":"22093","offset":516},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/printerinputarea.h",{"text":"22094","offset":516},{"text":"22095","offset":522},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/processorinputarea.h",{"text":"22096","offset":522},{"text":"22097","offset":519},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/softwareinputarea.h",{"text":"22098","offset":519},{"text":"22099","offset":521},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/systemdatainputarea.h",{"text":"22100","offset":521},{"text":"22101","offset":510},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/titleinputarea.h",{"text":"22102","offset":510},{"text":"22103","offset":516},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/zipcitiyinputarea.h",{"text":"22104","offset":516},{"text":"22105","offset":516},[],[],"file:///tmp/lint/apps/libs/widgets/include/jmbdewidgets/zipcodeinputarea.h",{"text":"22106","offset":516},{"text":"22107","offset":360},["22108","22109","22110","22111","22112"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/libs/widgets/src/aboutdialog.cpp",{"text":"22113","offset":377},"Initialisiere",{"text":"22114","offset":408},["22115","22116","22117","22118","22119"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/accountinputarea.cpp",{"text":"22123","offset":412},"Aktueller",{"text":"22124","offset":914},["22125","22126"],["22127","22128"],{"text":"22129","offset":918},{"text":"22130","offset":2027},["22131","22132","22133","22134","22135"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2031},"einen",["22137","22138","22139","22140","22141"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2031},"neuen",["22148","22149","22150","22151","22152"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2041},"leeren",["22157","22158","22159","22160","22161"],["22162","22163","22164","21344","21345"],{"text":"22165","offset":2047},"Datensatz",["22166"],["22167"],{"text":"22168","offset":2055},{"text":"22169","offset":2404},["22170","22171","22172","22173","22174"],["21519","21520","21521","21522","21523"],{"text":"22175","offset":2408},["22176","22177","22178","22179","22180"],["21210","21211","21448","21449","21450"],{"text":"22181","offset":2408},"Füge",{"text":"22182","offset":2559},["22183","22184","22185","22186","22187"],["22188","22189","22190","22191","22192"],{"text":"22193","offset":2563},["21210","21211","21448","21449","21450"],{"text":"22194","offset":2563},"Bearbeite",{"text":"22195","offset":2689},["22196","22197","22198","22199","22200"],["22201","22202","22203","22204","22205"],{"text":"22206","offset":2693},"schließe",["22207","22208","22209","22210","22211"],["22212","22213","22214","22215","22216"],{"text":"22217","offset":2705},["21210","21211","21448","21449","21450"],{"text":"22218","offset":2719},"Fertig",{"text":"22219","offset":2839},["22220","22221","22222","22223","22224"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2855},{"text":"22231","offset":2968},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2976},["22233","22234","22235","22236","22237"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2976},"gesichert",[],[],{"text":"22239","offset":2988},"Bearbeiten",{"text":"22240","offset":3059},["22241","22242"],["22201","22243"],{"text":"22244","offset":3075},"geben",{"text":"22245","offset":3245},["22246","22247","22248","22249","22250"],["22251","22252","22144","22253","22254"],{"text":"22255","offset":3257},"Benutzernamen",[],[],{"text":"22256","offset":3277},{"text":"22257","offset":3320},[],{"text":"22258","offset":3345},"hinzufügen",[],[],{"text":"22259","offset":3357},"Benutzer",{"text":"22260","offset":3422},["22261","22262","22263","22264","22265"],["22266","22267","22268","22269","22270"],{"text":"22271","offset":3434},"Schreiben",{"text":"22272","offset":3667},["22273","22274","22275","22276","22277"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3683},"Änderungen",[],[],{"text":"22283","offset":3693},["22284","22285"],["21132","21133"],{"text":"22286","offset":3714},{"text":"22287","offset":3856},["22288","22289","22290","22291","22292"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3873},["21132","21133"],{"text":"22294","offset":3899},"meldet",["22295","22296","22297","22298","22299"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3910},["22306","22307","22308","22309","22310"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3920},{"text":"22312","offset":4042},["21253","21254","21255","21256","21257"],{"text":"22313","offset":4050},"Unbekannter",[],[],{"text":"22314","offset":4050},{"text":"22315","offset":405},["22316","22317","22318","22319","22320"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/chipcarddoorinputarea.cpp",{"text":"22321","offset":409},{"text":"22124","offset":936},["22322","22323"],["22127","22128"],{"text":"22129","offset":940},{"text":"22324","offset":2612},["22325","22326","22327","22328","22329"],["21519","21520","21521","21522","21523"],{"text":"22330","offset":2616},["22331","22332","22333","22334","22335"],["21210","21211","21448","21449","21450"],{"text":"22336","offset":2616},{"text":"22337","offset":2752},["22338","22339","22340","22341","22342"],["22188","22189","22190","22191","22192"],{"text":"22343","offset":2756},["21210","21211","21448","21449","21450"],{"text":"22344","offset":2756},{"text":"22345","offset":2892},["22346","22347","22348","22349","22350"],["22201","22202","22203","22204","22205"],{"text":"22351","offset":2896},["22352","22353","22354","22355","22356"],["22212","22213","22214","22215","22216"],{"text":"22357","offset":2908},["21210","21211","21448","21449","21450"],{"text":"22358","offset":2927},{"text":"22219","offset":3046},["22359","22360","22361","22362","22363"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3062},{"text":"22231","offset":3175},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3183},["22364","22365","22366","22367","22368"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3183},[],[],{"text":"22239","offset":3195},{"text":"22240","offset":3266},["22369","22370"],["22201","22243"],{"text":"22244","offset":3282},{"text":"22371","offset":3445},["22372","22373","22374","22375","22376"],["22251","22252","22144","22253","22254"],{"text":"22377","offset":3457},"eine",["22378","22379","22380","22381","22382"],["22146","22383","22384","22385","22386"],{"text":"22387","offset":3473},"Schlüsselchip",[],[],{"text":"22388","offset":3477},"Nummer",["22389","22390","22391","22392","22393"],["22394","22395","22396","22397","22398"],{"text":"22399","offset":3489},"Hinzufügen",{"text":"22400","offset":3529},[],[],{"text":"22401","offset":3554},[],{"text":"22402","offset":3566},{"text":"22403","offset":3800},["22404","22405","22406","22407","22408"],["22212","22278","22279","22280","22281"],{"text":"22409","offset":3816},[],[],{"text":"22410","offset":3826},["22411","22412"],["21132","21133"],{"text":"22413","offset":3861},{"text":"22287","offset":3994},["22414","22415","22416","22417","22418"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4011},["21132","21133"],{"text":"22294","offset":4037},["22419","22420","22421","22422","22423"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4048},["22424","22425","22426","22427","22428"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4058},{"text":"22429","offset":4180},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4188},[],[],{"text":"22431","offset":4188},{"text":"22432","offset":384},["22433","22434","22435","22436","22437"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/chipcardinputarea.cpp",{"text":"22438","offset":388},{"text":"22124","offset":891},["22439","22440"],["22127","22128"],{"text":"22129","offset":895},{"text":"22441","offset":2203},["22442","22443","22444","22445","22446"],["21199","21200","21201","21202","21203"],{"text":"22447","offset":2207},["22448","22449","22450","22451","22452"],["22142","22143","22144","22145","22146"],{"text":"22453","offset":2207},["22454","22455","22456","22457","22458"],["21507","19663","22153","22154","22155"],{"text":"22459","offset":2214},["22460","22461","22462","22463","22464"],["22162","22163","22164","21344","21345"],{"text":"22465","offset":2220},["22466"],["22167"],{"text":"22467","offset":2228},{"text":"22468","offset":2578},["22469","22470","22471","22472","22473"],["21519","21520","21521","21522","21523"],{"text":"22474","offset":2582},["22475","22476","22477","22478","22479"],["21210","21211","21448","21449","21450"],{"text":"22480","offset":2582},{"text":"22481","offset":2710},["22482","22483","22484","22485","22486"],["22188","22189","22190","22191","22192"],{"text":"22487","offset":2714},["21210","21211","21448","21449","21450"],{"text":"22488","offset":2714},{"text":"22489","offset":2842},["22490","22491","22492","22493","22494"],["22201","22202","22203","22204","22205"],{"text":"22495","offset":2846},["22496","22497","22498","22499","22500"],["22212","22213","22214","22215","22216"],{"text":"22501","offset":2858},["21210","21211","21448","21449","21450"],{"text":"22502","offset":2872},{"text":"22219","offset":2993},["22503","22504","22505","22506","22507"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3009},{"text":"22231","offset":3122},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3130},["22508","22509","22510","22511","22512"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3130},[],[],{"text":"22239","offset":3142},{"text":"22240","offset":3213},["22513","22514"],["22201","22243"],{"text":"22244","offset":3229},{"text":"22371","offset":3393},["22515","22516","22517","22518","22519"],["22251","22252","22144","22253","22254"],{"text":"22377","offset":3405},["22520","22521","22522","22523","22524"],["22146","22383","22384","22385","22386"],{"text":"22387","offset":3421},[],[],{"text":"22388","offset":3425},["22525","22526","22527","22528","22529"],["22394","22395","22396","22397","22398"],{"text":"22399","offset":3437},{"text":"22530","offset":3477},[],[],{"text":"22531","offset":3502},[],{"text":"22532","offset":3514},{"text":"22533","offset":3744},["22534","22535","22536","22537","22538"],["22212","22278","22279","22280","22281"],{"text":"22539","offset":3760},[],[],{"text":"22540","offset":3770},["22541","22542"],["21132","21133"],{"text":"22543","offset":3801},{"text":"22287","offset":3934},["22544","22545","22546","22547","22548"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3951},["21132","21133"],{"text":"22294","offset":3977},["22549","22550","22551","22552","22553"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3988},["22554","22555","22556","22557","22558"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3998},{"text":"22429","offset":4120},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4128},[],[],{"text":"22431","offset":4128},{"text":"22559","offset":439},["22560","22561","22562","22563","22564"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/chipcardprofiledoorinputarea.cpp",{"text":"22565","offset":443},{"text":"22124","offset":992},["22566","22567"],["22127","22128"],{"text":"22129","offset":996},{"text":"22568","offset":2095},["22569","22570","22571","22572","22573"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2099},["22574","22575","22576","22577","22578"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2099},["22579","22580","22581","22582","22583"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2109},["22584","22585","22586","22587","22588"],["22162","22163","22164","21344","21345"],{"text":"22589","offset":2115},["22590"],["22167"],{"text":"22591","offset":2123},{"text":"22592","offset":2496},["22593","22594","22595","22596","22597"],["21519","21520","21521","21522","21523"],{"text":"22598","offset":2500},["22599","22600","22601","22602","22603"],["21210","21211","21448","21449","21450"],{"text":"22598","offset":2500},{"text":"22604","offset":2650},["22605","22606","22607","22608","22609"],["22188","22189","22190","22191","22192"],{"text":"22610","offset":2654},["21210","21211","21448","21449","21450"],{"text":"22611","offset":2654},{"text":"22612","offset":2804},["22613","22614","22615","22616","22617"],["22201","22202","22203","22204","22205"],{"text":"22618","offset":2808},["22619","22620","22621","22622","22623"],["22212","22213","22214","22215","22216"],{"text":"22624","offset":2820},["21210","21211","21448","21449","21450"],{"text":"22625","offset":2848},{"text":"22219","offset":2966},["22626","22627","22628","22629","22630"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2982},{"text":"22231","offset":3095},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3103},["22631","22632","22633","22634","22635"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3103},[],[],{"text":"22239","offset":3115},{"text":"22240","offset":3186},["22636","22637"],["22201","22243"],{"text":"22244","offset":3202},{"text":"22638","offset":3429},["22639","22640","22641","22642","22643"],["22212","22278","22279","22280","22281"],{"text":"22644","offset":3441},[],[],{"text":"22645","offset":3451},["22646","22647"],["21132","21133"],{"text":"22648","offset":3486},{"text":"22649","offset":3614},["22650","22651","22652","22653","22654"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3627},["21132","21133"],{"text":"22294","offset":3653},["22655","22656","22657","22658","22659"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3664},["22660","22661","22662","22663","22664"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3674},{"text":"22429","offset":3782},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3790},[],[],{"text":"22431","offset":3790},{"text":"22665","offset":420},["22666","22667","22668","22669","22670"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/chipcardprofileinputarea.cpp",{"text":"22671","offset":424},{"text":"22124","offset":962},["22672","22673"],["22127","22128"],{"text":"22129","offset":966},{"text":"22674","offset":2162},["22675","22676","22677","22678","22679"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2166},["22680","22681","22682","22683","22684"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2166},["22685","22686","22687","22688","22689"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2176},["22690","22691","22692","22693","22694"],["22162","22163","22164","21344","21345"],{"text":"22589","offset":2182},["22695"],["22167"],{"text":"22696","offset":2190},{"text":"22697","offset":2555},["22698","22699","22700","22701","22702"],["21519","21520","21521","21522","21523"],{"text":"22703","offset":2559},["22704","22705","22706","22707","22708"],["21210","21211","21448","21449","21450"],{"text":"22703","offset":2559},{"text":"22709","offset":2701},["22710","22711","22712","22713","22714"],["22188","22189","22190","22191","22192"],{"text":"22610","offset":2705},["21210","21211","21448","21449","21450"],{"text":"22715","offset":2705},{"text":"22716","offset":2847},["22717","22718","22719","22720","22721"],["22201","22202","22203","22204","22205"],{"text":"22618","offset":2851},["22722","22723","22724","22725","22726"],["22212","22213","22214","22215","22216"],{"text":"22727","offset":2863},["21210","21211","21448","21449","21450"],{"text":"22728","offset":2882},{"text":"22219","offset":3005},["22729","22730","22731","22732","22733"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3021},{"text":"22231","offset":3134},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3142},["22734","22735","22736","22737","22738"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3142},[],[],{"text":"22239","offset":3154},{"text":"22240","offset":3225},["22739","22740"],["22201","22243"],{"text":"22244","offset":3241},{"text":"22741","offset":3405},["22742","22743","22744","22745","22746"],["22251","22252","22144","22253","22254"],{"text":"22377","offset":3417},["22747","22748","22749","22750","22751"],["22146","22383","22384","22385","22386"],{"text":"22752","offset":3433},[],[],{"text":"22753","offset":3437},["22754","22755","22756","22757","22758"],["22394","22395","22396","22397","22398"],{"text":"22759","offset":3458},{"text":"22760","offset":3496},[],[],{"text":"22761","offset":3521},[],{"text":"22762","offset":3533},{"text":"22272","offset":3770},["22763","22764","22765","22766","22767"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3786},[],[],{"text":"22283","offset":3796},["22768","22769"],["21132","21133"],{"text":"22286","offset":3817},{"text":"22287","offset":3959},["22770","22771","22772","22773","22774"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3976},["21132","21133"],{"text":"22294","offset":4002},["22775","22776","22777","22778","22779"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4013},["22780","22781","22782","22783","22784"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4023},{"text":"22429","offset":4145},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4153},[],[],{"text":"22431","offset":4153},"Initiaisiere",{"text":"22785","offset":365},[],[],"file:///tmp/lint/apps/libs/widgets/src/cityinputarea.cpp",{"text":"22786","offset":369},{"text":"22124","offset":868},["22787","22788"],["22127","22128"],{"text":"22129","offset":872},{"text":"22789","offset":1687},["22790","22791","22792","22793","22794"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1691},["22795","22796","22797","22798","22799"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1691},["22800","22801","22802","22803","22804"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1701},["22805","22806","22807","22808","22809"],["22162","22163","22164","21344","21345"],{"text":"22810","offset":1707},["22811"],["22167"],{"text":"22812","offset":1715},{"text":"22813","offset":2022},["22814","22815","22816","22817","22818"],["21519","21520","21521","21522","21523"],{"text":"22819","offset":2026},["22820","22821","22822","22823","22824"],["21210","21211","21448","21449","21450"],{"text":"22819","offset":2026},{"text":"22825","offset":2146},["22826","22827","22828","22829","22830"],["22188","22189","22190","22191","22192"],{"text":"22831","offset":2150},["21210","21211","21448","21449","21450"],{"text":"22832","offset":2150},{"text":"22833","offset":2270},["22834","22835","22836","22837","22838"],["22201","22202","22203","22204","22205"],{"text":"22839","offset":2274},["22840","22841","22842","22843","22844"],["22212","22213","22214","22215","22216"],{"text":"22845","offset":2286},["21210","21211","21448","21449","21450"],{"text":"22846","offset":2290},{"text":"22219","offset":2417},["22847","22848","22849","22850","22851"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2433},{"text":"22231","offset":2546},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2554},["22852","22853","22854","22855","22856"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2554},[],[],{"text":"22239","offset":2566},{"text":"22240","offset":2637},["22857","22858"],["22201","22243"],{"text":"22244","offset":2653},{"text":"22859","offset":2815},["22860","22861","22862","22863","22864"],["22251","22252","22144","22253","22254"],{"text":"22865","offset":2827},["22142","22143","22144","22145","22146"],{"text":"22866","offset":2843},["22867","22868","22869","22870","22871"],["21496","21497","21498","21499","21500"],{"text":"22872","offset":2847},"Stadt",["22873","22874","22875","22876","22877"],["22878","22879","22880","22881","22882"],{"text":"22883","offset":2863},{"text":"22884","offset":2906},["22878","22879","22880","22881","22882"],{"text":"22885","offset":2931},[],[],{"text":"22886","offset":2943},{"text":"22887","offset":3169},["22888","22889","22890","22891","22892"],["22212","22278","22279","22280","22281"],{"text":"22893","offset":3185},[],[],{"text":"22894","offset":3195},["22895","22896"],["21132","21133"],{"text":"22897","offset":3216},{"text":"22287","offset":3355},["22898","22899","22900","22901","22902"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3372},["21132","21133"],{"text":"22294","offset":3398},["22903","22904","22905","22906","22907"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3409},["22908","22909","22910","22911","22912"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3419},{"text":"22429","offset":3541},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3549},[],[],{"text":"22431","offset":3549},{"text":"22913","offset":380},["22914","22915","22916","22917","22918"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/companyinputarea.cpp",{"text":"22919","offset":384},{"text":"22124","offset":886},["22920","22921"],["22127","22128"],{"text":"22129","offset":890},{"text":"22922","offset":3069},["22923","22924","22925","22926","22927"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":3073},["22928","22929","22930","22931","22932"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":3073},["22933","22934","22935","22936","22937"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":3083},["22938","22939","22940","22941","22942"],["22162","22163","22164","21344","21345"],{"text":"22943","offset":3089},["22944"],["22167"],{"text":"22945","offset":3097},{"text":"22946","offset":3446},["22947","22948","22949","22950","22951"],["21519","21520","21521","21522","21523"],{"text":"22952","offset":3450},["22953","22954","22955","22956","22957"],["21210","21211","21448","21449","21450"],{"text":"22958","offset":3450},{"text":"22959","offset":3576},["22960","22961","22962","22963","22964"],["22188","22189","22190","22191","22192"],{"text":"22965","offset":3580},["21210","21211","21448","21449","21450"],{"text":"22966","offset":3580},{"text":"22967","offset":3706},["22968","22969","22970","22971","22972"],["22201","22202","22203","22204","22205"],{"text":"22973","offset":3710},["22974","22975","22976","22977","22978"],["22212","22213","22214","22215","22216"],{"text":"22979","offset":3722},["21210","21211","21448","21449","21450"],{"text":"22980","offset":3736},{"text":"22219","offset":3856},["22981","22982","22983","22984","22985"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3872},{"text":"22231","offset":3985},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3993},["22986","22987","22988","22989","22990"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3993},[],[],{"text":"22239","offset":4005},{"text":"22240","offset":4076},["22991","22992"],["22201","22243"],{"text":"22244","offset":4092},{"text":"22993","offset":4250},["22994","22995","22996","22997","22998"],["22251","22252","22144","22253","22254"],{"text":"22999","offset":4262},["23000","23001","23002","23003","23004"],["22146","22383","22384","22385","22386"],{"text":"23005","offset":4278},["23006","23007","23008","23009","23010"],["21496","21497","21498","21499","21500"],{"text":"23011","offset":4282},{"text":"23012","offset":4332},[],[],{"text":"23013","offset":4357},{"text":"23014","offset":4591},["23015","23016","23017","23018","23019"],["22212","22278","22279","22280","22281"],{"text":"23020","offset":4607},[],[],{"text":"23021","offset":4617},["23022","23023"],["21132","21133"],{"text":"23024","offset":4638},{"text":"22287","offset":4780},["23025","23026","23027","23028","23029"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4797},["21132","21133"],{"text":"22294","offset":4823},["23030","23031","23032","23033","23034"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4834},["23035","23036","23037","23038","23039"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4844},{"text":"22429","offset":4966},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4974},[],[],{"text":"22431","offset":4974},{"text":"23040","offset":385},["23041","23042","23043","23044","23045"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/computerinputarea.cpp",{"text":"23046","offset":389},{"text":"22124","offset":892},["23047","23048"],["22127","22128"],{"text":"22129","offset":896},{"text":"23049","offset":4445},["23050","23051","23052","23053","23054"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":4449},["23055","23056","23057","23058","23059"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":4449},["23060","23061","23062","23063","23064"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":4459},["23065","23066","23067","23068","23069"],["22162","22163","22164","21344","21345"],{"text":"23070","offset":4465},["23071"],["22167"],{"text":"23072","offset":4473},{"text":"23073","offset":4824},["23074","23075","23076","23077","23078"],["21519","21520","21521","21522","21523"],{"text":"23079","offset":4828},["23080","23081","23082","23083","23084"],["21210","21211","21448","21449","21450"],{"text":"23085","offset":4828},{"text":"23086","offset":4956},["23087","23088","23089","23090","23091"],["22188","22189","22190","22191","22192"],{"text":"23092","offset":4960},["21210","21211","21448","21449","21450"],{"text":"23093","offset":4960},{"text":"23094","offset":5088},["23095","23096","23097","23098","23099"],["22201","22202","22203","22204","22205"],{"text":"23100","offset":5092},["23101","23102","23103","23104","23105"],["22212","22213","22214","22215","22216"],{"text":"23106","offset":5104},["21210","21211","21448","21449","21450"],{"text":"23107","offset":5118},{"text":"22219","offset":5239},["23108","23109","23110","23111","23112"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":5255},{"text":"22231","offset":5367},["21210","21211","21448","21449","21450"],{"text":"22232","offset":5375},["23113","23114","23115","23116","23117"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":5375},[],[],{"text":"22239","offset":5387},{"text":"22240","offset":5458},["23118","23119"],["22201","22243"],{"text":"22244","offset":5474},{"text":"23120","offset":5655},["23121","23122","23123","23124","23125"],["22251","22252","22144","22253","22254"],{"text":"23126","offset":5667},["22142","22143","22144","22145","22146"],{"text":"23127","offset":5683},{"text":"23128","offset":5732},[],[],{"text":"23129","offset":5758},{"text":"22272","offset":5994},["23130","23131","23132","23133","23134"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":6010},[],[],{"text":"22283","offset":6020},["23135","23136"],["21132","21133"],{"text":"22286","offset":6041},{"text":"22287","offset":6183},["23137","23138","23139","23140","23141"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":6200},["21132","21133"],{"text":"22294","offset":6226},["23142","23143","23144","23145","23146"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":6237},["23147","23148","23149","23150","23151"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":6247},{"text":"22312","offset":6369},["21253","21254","21255","21256","21257"],{"text":"22313","offset":6377},[],[],{"text":"22314","offset":6377},{"text":"23152","offset":424},["23153","23154","23155","23156","23157"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/computersoftwareinputarea.cpp",{"text":"23158","offset":428},{"text":"22124","offset":975},["23159","23160"],["22127","22128"],{"text":"22129","offset":979},{"text":"23161","offset":2046},["23162","23163","23164","23165","23166"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2050},["23167","23168","23169","23170","23171"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2050},["23172","23173","23174","23175","23176"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2060},["23177","23178","23179","23180","23181"],["22162","22163","22164","21344","21345"],{"text":"23182","offset":2066},["23183"],["22167"],{"text":"23184","offset":2074},{"text":"23185","offset":2441},["23186","23187","23188","23189","23190"],["21519","21520","21521","21522","21523"],{"text":"23191","offset":2445},["23192","23193","23194","23195","23196"],["21210","21211","21448","21449","21450"],{"text":"23191","offset":2445},{"text":"23197","offset":2588},["23198","23199","23200","23201","23202"],["22188","22189","22190","22191","22192"],{"text":"23203","offset":2592},["21210","21211","21448","21449","21450"],{"text":"23204","offset":2592},{"text":"23205","offset":2736},["23206","23207","23208","23209","23210"],["22201","22202","22203","22204","22205"],{"text":"23211","offset":2740},["23212","23213","23214","23215","23216"],["22212","22213","22214","22215","22216"],{"text":"23217","offset":2752},["21210","21211","21448","21449","21450"],{"text":"23218","offset":2771},{"text":"22219","offset":2894},["23219","23220","23221","23222","23223"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2910},{"text":"22231","offset":3022},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3030},["23224","23225","23226","23227","23228"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3030},[],[],{"text":"22239","offset":3042},{"text":"22240","offset":3113},["23229","23230"],["22201","22243"],{"text":"22244","offset":3129},{"text":"23231","offset":3356},["23232","23233","23234","23235","23236"],["22212","22278","22279","22280","22281"],{"text":"23237","offset":3368},[],[],{"text":"23238","offset":3378},["23239","23240"],["21132","21133"],{"text":"23241","offset":3413},{"text":"22649","offset":3555},["23242","23243","23244","23245","23246"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3568},["21132","21133"],{"text":"22294","offset":3594},["23247","23248","23249","23250","23251"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3605},["23252","23253","23254","23255","23256"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3615},{"text":"22429","offset":3723},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3731},[],[],{"text":"22431","offset":3731},{"text":"23257","offset":394},["23258","23259","23260","23261","23262"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/departmentinputarea.cpp",{"text":"23263","offset":398},{"text":"22124","offset":915},["23264","23265"],["22127","22128"],{"text":"22129","offset":919},{"text":"23266","offset":2795},["23267","23268","23269","23270","23271"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2799},["23272","23273","23274","23275","23276"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2799},["23277","23278","23279","23280","23281"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2809},["23282","23283","23284","23285","23286"],["22162","22163","22164","21344","21345"],{"text":"23287","offset":2815},["23288"],["22167"],{"text":"23289","offset":2823},{"text":"23290","offset":3175},["23291","23292","23293","23294","23295"],["21519","21520","21521","21522","21523"],{"text":"23296","offset":3179},["23297","23298","23299","23300","23301"],["21210","21211","21448","21449","21450"],{"text":"23302","offset":3179},{"text":"23303","offset":3311},["23304","23305","23306","23307","23308"],["22188","22189","22190","22191","22192"],{"text":"23309","offset":3315},["21210","21211","21448","21449","21450"],{"text":"23310","offset":3315},{"text":"23311","offset":3447},["23312","23313","23314","23315","23316"],["22201","22202","22203","22204","22205"],{"text":"23317","offset":3451},["23318","23319","23320","23321","23322"],["22212","22213","22214","22215","22216"],{"text":"23323","offset":3463},["21210","21211","21448","21449","21450"],{"text":"23324","offset":3482},{"text":"22219","offset":3600},["23325","23326","23327","23328","23329"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3616},{"text":"22231","offset":3728},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3736},["23330","23331","23332","23333","23334"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3736},[],[],{"text":"22239","offset":3748},{"text":"22240","offset":3819},["23335","23336"],["22201","22243"],{"text":"22244","offset":3835},{"text":"23337","offset":3993},["23338","23339","23340","23341","23342"],["22251","22252","22144","22253","22254"],{"text":"23343","offset":4005},["22142","22143","22144","22145","22146"],{"text":"23344","offset":4021},"Abteilungsnamen",[],[],{"text":"23345","offset":4025},"Abteilung",{"text":"23346","offset":4072},["23347","23348"],["23349","23350"],{"text":"23351","offset":4097},[],[],{"text":"23352","offset":4109},{"text":"22272","offset":4335},["23353","23354","23355","23356","23357"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":4351},[],[],{"text":"22283","offset":4361},["23358","23359"],["21132","21133"],{"text":"22286","offset":4382},{"text":"22287","offset":4541},["23360","23361","23362","23363","23364"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4558},["21132","21133"],{"text":"22294","offset":4584},["23365","23366","23367","23368","23369"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4595},["23370","23371","23372","23373","23374"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4605},{"text":"22429","offset":4727},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4735},[],[],{"text":"22431","offset":4735},{"text":"23375","offset":394},["23376","23377","23378","23379","23380"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/devicenameinputarea.cpp",{"text":"23381","offset":398},{"text":"22124","offset":911},["23382","23383"],["22127","22128"],{"text":"22129","offset":915},{"text":"23384","offset":1769},["23385","23386","23387","23388","23389"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1773},["23390","23391","23392","23393","23394"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1773},["23395","23396","23397","23398","23399"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1783},["23400","23401","23402","23403","23404"],["22162","22163","22164","21344","21345"],{"text":"23405","offset":1789},["23406"],["22167"],{"text":"23407","offset":1797},{"text":"23408","offset":2152},["23409","23410","23411","23412","23413"],["21519","21520","21521","21522","21523"],{"text":"23414","offset":2156},["23415","23416","23417","23418","23419"],["21210","21211","21448","21449","21450"],{"text":"23420","offset":2156},{"text":"23421","offset":2288},["23422","23423","23424","23425","23426"],["22188","22189","22190","22191","22192"],{"text":"23427","offset":2292},["21210","21211","21448","21449","21450"],{"text":"23428","offset":2292},{"text":"23429","offset":2424},["23430","23431","23432","23433","23434"],["22201","22202","22203","22204","22205"],{"text":"23435","offset":2428},["23436","23437","23438","23439","23440"],["22212","22213","22214","22215","22216"],{"text":"23441","offset":2440},["21210","21211","21448","21449","21450"],{"text":"23442","offset":2459},{"text":"22219","offset":2577},["23443","23444","23445","23446","23447"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2593},{"text":"22231","offset":2706},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2714},["23448","23449","23450","23451","23452"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2714},[],[],{"text":"22239","offset":2726},{"text":"22240","offset":2797},["23453","23454"],["22201","22243"],{"text":"22244","offset":2813},"Gerätenamen",{"text":"23455","offset":2971},[],[],{"text":"23456","offset":2991},"eingeben",["23457","23458"],["23459","23460"],{"text":"23461","offset":3003},{"text":"23462","offset":3040},[],{"text":"23463","offset":3065},[],[],{"text":"23464","offset":3077},{"text":"23465","offset":3306},["23466","23467","23468","23469","23470"],["22212","22278","22279","22280","22281"],{"text":"23471","offset":3322},[],[],{"text":"23472","offset":3332},["23473","23474"],["21132","21133"],{"text":"23475","offset":3365},{"text":"22287","offset":3498},["23476","23477","23478","23479","23480"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3515},["21132","21133"],{"text":"22294","offset":3541},["23481","23482","23483","23484","23485"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3552},["23486","23487","23488","23489","23490"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3562},{"text":"22429","offset":3684},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3692},[],[],{"text":"22431","offset":3692},{"text":"23491","offset":394},["23492","23493","23494","23495","23496"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/devicetypeinputarea.cpp",{"text":"23497","offset":398},{"text":"22124","offset":915},["23498","23499"],["22127","22128"],{"text":"22129","offset":919},{"text":"23500","offset":1772},["23501","23502","23503","23504","23505"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1776},["23506","23507","23508","23509","23510"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1776},["23511","23512","23513","23514","23515"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1786},["23516","23517","23518","23519","23520"],["22162","22163","22164","21344","21345"],{"text":"23521","offset":1792},["23522"],["22167"],{"text":"23523","offset":1800},{"text":"23524","offset":2155},["23525","23526","23527","23528","23529"],["21519","21520","21521","21522","21523"],{"text":"23530","offset":2159},["23531","23532","23533","23534","23535"],["21210","21211","21448","21449","21450"],{"text":"23536","offset":2159},{"text":"23537","offset":2291},["23538","23539","23540","23541","23542"],["22188","22189","22190","22191","22192"],{"text":"23543","offset":2295},["21210","21211","21448","21449","21450"],{"text":"23544","offset":2295},{"text":"23545","offset":2427},["23546","23547","23548","23549","23550"],["22201","22202","22203","22204","22205"],{"text":"23551","offset":2431},["23552","23553","23554","23555","23556"],["22212","22213","22214","22215","22216"],{"text":"23557","offset":2443},["21210","21211","21448","21449","21450"],{"text":"23558","offset":2462},{"text":"22219","offset":2580},["23559","23560","23561","23562","23563"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2596},{"text":"22231","offset":2709},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2717},["23564","23565","23566","23567","23568"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2717},[],[],{"text":"22239","offset":2729},{"text":"22240","offset":2800},["23569","23570"],["22201","22243"],{"text":"22244","offset":2816},{"text":"23571","offset":2974},["23572","23573","23574","23575","23576"],["22251","22252","22144","22253","22254"],{"text":"23577","offset":2986},["22142","22143","22144","22145","22146"],{"text":"23578","offset":3002},"Geräte",["23579","23580","23581","23582","23583"],["23584","23585","23586","23587","23588"],{"text":"23589","offset":3006},"Gerätetyp",{"text":"23590","offset":3050},[],[],{"text":"23591","offset":3075},[],[],{"text":"23592","offset":3087},{"text":"22272","offset":3313},["23593","23594","23595","23596","23597"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3329},[],[],{"text":"22283","offset":3339},["23598","23599"],["21132","21133"],{"text":"22286","offset":3360},{"text":"22287","offset":3519},["23600","23601","23602","23603","23604"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3536},["21132","21133"],{"text":"22294","offset":3562},["23605","23606","23607","23608","23609"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3573},["23610","23611","23612","23613","23614"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3583},{"text":"22429","offset":3705},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3713},[],[],{"text":"22431","offset":3713},{"text":"23615","offset":384},["23616","23617","23618","23619","23620"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/documentinputarea.cpp",{"text":"23621","offset":388},{"text":"22124","offset":895},["23622","23623"],["22127","22128"],{"text":"22129","offset":899},{"text":"23624","offset":1784},["23625","23626","23627","23628","23629"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1788},["23630","23631","23632","23633","23634"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1788},["23635","23636","23637","23638","23639"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1798},["23640","23641","23642","23643","23644"],["22162","22163","22164","21344","21345"],{"text":"23645","offset":1804},["23646"],["22167"],{"text":"23647","offset":1812},{"text":"23648","offset":2163},["23649","23650","23651","23652","23653"],["21519","21520","21521","21522","21523"],{"text":"23654","offset":2167},["23655","23656","23657","23658","23659"],["21210","21211","21448","21449","21450"],{"text":"23660","offset":2167},{"text":"23661","offset":2295},["23662","23663","23664","23665","23666"],["22188","22189","22190","22191","22192"],{"text":"23667","offset":2299},["21210","21211","21448","21449","21450"],{"text":"23668","offset":2299},{"text":"23669","offset":2427},["23670","23671","23672","23673","23674"],["22201","22202","22203","22204","22205"],{"text":"23675","offset":2431},["23676","23677","23678","23679","23680"],["22212","22213","22214","22215","22216"],{"text":"23681","offset":2443},["21210","21211","21448","21449","21450"],{"text":"23682","offset":2457},{"text":"22219","offset":2578},["23683","23684","23685","23686","23687"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2594},{"text":"22231","offset":2707},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2715},["23688","23689","23690","23691","23692"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2715},[],[],{"text":"22239","offset":2727},{"text":"22240","offset":2798},["23693","23694"],["22201","22243"],{"text":"22244","offset":2814},{"text":"23695","offset":2972},["23696","23697","23698","23699","23700"],["22251","22252","22144","22253","22254"],{"text":"23701","offset":2984},["23702","23703","23704","23705","23706"],["22146","22383","22384","22385","22386"],{"text":"23707","offset":3000},"Dokumenten",["23708","23709","23710","23711","23712"],["23713","23714","23715","23716","23717"],{"text":"23718","offset":3004},"Bezeichnung",[],[],{"text":"23719","offset":3016},"Dokument",{"text":"23720","offset":3058},["23721","23722","23723","23724","23725"],["23715","23716","23726","23717","23727"],{"text":"23728","offset":3083},[],[],{"text":"23729","offset":3084},{"text":"23730","offset":3320},["23731","23732","23733","23734","23735"],["22212","22278","22279","22280","22281"],{"text":"23736","offset":3336},[],[],{"text":"23737","offset":3346},["23738","23739"],["21132","21133"],{"text":"23740","offset":3377},{"text":"22287","offset":3527},["23741","23742","23743","23744","23745"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3544},["21132","21133"],{"text":"22294","offset":3570},["23746","23747","23748","23749","23750"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3581},["23751","23752","23753","23754","23755"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3591},{"text":"22429","offset":3720},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3728},[],[],{"text":"22431","offset":3728},{"text":"23756","offset":450},["23757","23758","23759","23760","23761"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/employeeaccountinputarea.cpp",{"text":"23762","offset":454},{"text":"22124","offset":989},["23763","23764"],["22127","22128"],{"text":"22129","offset":993},{"text":"23765","offset":2047},["23766","23767","23768","23769","23770"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2051},["23771","23772","23773","23774","23775"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2051},["23776","23777","23778","23779","23780"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2061},["23781","23782","23783","23784","23785"],["22162","22163","22164","21344","21345"],{"text":"23786","offset":2067},["23787"],["22167"],{"text":"23788","offset":2075},{"text":"23789","offset":2440},["23790","23791","23792","23793","23794"],["21519","21520","21521","21522","21523"],{"text":"23795","offset":2444},["23796","23797","23798","23799","23800"],["21210","21211","21448","21449","21450"],{"text":"23795","offset":2444},{"text":"23801","offset":2586},["23802","23803","23804","23805","23806"],["22188","22189","22190","22191","22192"],{"text":"23807","offset":2590},["21210","21211","21448","21449","21450"],{"text":"23808","offset":2590},{"text":"23809","offset":2731},["23810","23811","23812","23813","23814"],["22201","22202","22203","22204","22205"],{"text":"23815","offset":2735},["23816","23817","23818","23819","23820"],["22212","22213","22214","22215","22216"],{"text":"23821","offset":2747},["21210","21211","21448","21449","21450"],{"text":"23822","offset":2766},{"text":"22219","offset":2889},["23823","23824","23825","23826","23827"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2905},{"text":"22231","offset":3018},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3026},["23828","23829","23830","23831","23832"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3026},[],[],{"text":"22239","offset":3038},{"text":"22240","offset":3109},["23833","23834"],["22201","22243"],{"text":"22244","offset":3125},{"text":"23835","offset":3352},["23836","23837","23838","23839","23840"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3364},[],[],{"text":"22283","offset":3374},["23841","23842"],["21132","21133"],{"text":"22286","offset":3395},{"text":"22649","offset":3525},["23843","23844","23845","23846","23847"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3538},["21132","21133"],{"text":"22294","offset":3564},["23848","23849","23850","23851","23852"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3575},["23853","23854","23855","23856","23857"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3585},{"text":"22429","offset":3694},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3702},[],[],{"text":"22431","offset":3702},{"text":"23858","offset":424},["23859","23860","23861","23862","23863"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/employeedocumentinputarea.cpp",{"text":"23864","offset":428},{"text":"22124","offset":975},["23865","23866"],["22127","22128"],{"text":"22129","offset":979},"Idcombo",{"text":"23867","offset":1534},["23868","23869","23870","23871","23872"],["23873","23874","23875","20544","23876"],{"text":"23877","offset":1548},{"text":"23878","offset":1637},["23873","23874","23875","20544","23876"],{"text":"23879","offset":1651},{"text":"23880","offset":1907},["23873","23874","23875","20544","23876"],{"text":"23881","offset":1911},{"text":"23882","offset":1954},["23873","23874","23875","20544","23876"],{"text":"23883","offset":1958},{"text":"23884","offset":2054},["23885","23886","23887","23888","23889"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2058},["23890","23891","23892","23893","23894"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2058},["23895","23896","23897","23898","23899"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2068},["23900","23901","23902","23903","23904"],["22162","22163","22164","21344","21345"],{"text":"23905","offset":2074},["23906"],["22167"],{"text":"23907","offset":2082},{"text":"23908","offset":2449},["23909","23910","23911","23912","23913"],["21519","21520","21521","21522","21523"],{"text":"23914","offset":2453},["23915","23916","23917","23918","23919"],["21210","21211","21448","21449","21450"],{"text":"23914","offset":2453},{"text":"23920","offset":2597},["23921","23922","23923","23924","23925"],["22188","22189","22190","22191","22192"],{"text":"23926","offset":2601},["21210","21211","21448","21449","21450"],{"text":"23927","offset":2601},{"text":"23928","offset":2745},["23929","23930","23931","23932","23933"],["22201","22202","22203","22204","22205"],{"text":"23934","offset":2749},["23935","23936","23937","23938","23939"],["22212","22213","22214","22215","22216"],{"text":"23940","offset":2761},["21210","21211","21448","21449","21450"],{"text":"23941","offset":2780},{"text":"22219","offset":2904},["23942","23943","23944","23945","23946"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2920},{"text":"22231","offset":3033},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3041},["23947","23948","23949","23950","23951"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3041},[],[],{"text":"22239","offset":3053},{"text":"22240","offset":3124},["23952","23953"],["22201","22243"],{"text":"22244","offset":3140},{"text":"23835","offset":3367},["23954","23955","23956","23957","23958"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3379},[],[],{"text":"22283","offset":3389},["23959","23960"],["21132","21133"],{"text":"22286","offset":3410},{"text":"22649","offset":3540},["23961","23962","23963","23964","23965"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3553},["21132","21133"],{"text":"22294","offset":3579},["23966","23967","23968","23969","23970"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3590},["23971","23972","23973","23974","23975"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3600},{"text":"22429","offset":3708},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3716},[],[],{"text":"22431","offset":3716},{"text":"23976","offset":414},["23977","23978","23979","23980","23981"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/employeeinputarea.cpp",{"text":"23982","offset":418},{"text":"22124","offset":925},["23983","23984"],["22127","22128"],{"text":"22129","offset":929},{"text":"23985","offset":5591},["23986","23987","23988","23989","23990"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":5595},["23991","23992","23993","23994","23995"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":5595},["23996","23997","23998","23999","24000"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":5605},["24001","24002","24003","24004","24005"],["22162","22163","22164","21344","21345"],{"text":"24006","offset":5611},["24007"],["22167"],{"text":"24008","offset":5619},{"text":"24009","offset":5970},["24010","24011","24012","24013","24014"],["21519","21520","21521","21522","21523"],{"text":"24015","offset":5974},["24016","24017","24018","24019","24020"],["21210","21211","21448","21449","21450"],{"text":"24021","offset":5974},{"text":"24022","offset":6127},["24023","24024","24025","24026","24027"],["22188","22189","22190","22191","22192"],{"text":"24028","offset":6131},["21210","21211","21448","21449","21450"],{"text":"24029","offset":6131},{"text":"24030","offset":6259},["24031","24032","24033","24034","24035"],["22201","22202","22203","22204","22205"],{"text":"24036","offset":6263},["24037","24038","24039","24040","24041"],["22212","22213","22214","22215","22216"],{"text":"24042","offset":6275},["21210","21211","21448","21449","21450"],{"text":"24043","offset":6289},{"text":"22219","offset":6410},["24044","24045","24046","24047","24048"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":6426},{"text":"22231","offset":6539},["21210","21211","21448","21449","21450"],{"text":"22232","offset":6547},["24049","24050","24051","24052","24053"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":6547},[],[],{"text":"22239","offset":6559},{"text":"22240","offset":6630},["24054","24055"],["22201","22243"],{"text":"22244","offset":6646},{"text":"24056","offset":6816},["24057","24058","24059","24060","24061"],["22251","22252","22144","22253","22254"],{"text":"24062","offset":6828},"Mitarbeiternamen",[],[],{"text":"24063","offset":6848},"Mitarbeiter",{"text":"24064","offset":6894},[],[],{"text":"24065","offset":6919},[],[],{"text":"24066","offset":6931},{"text":"24067","offset":6994},[],{"text":"24068","offset":7006},{"text":"22272","offset":7237},["24069","24070","24071","24072","24073"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":7253},[],[],{"text":"22283","offset":7263},["24074","24075"],["21132","21133"],{"text":"22286","offset":7284},{"text":"22287","offset":7426},["24076","24077","24078","24079","24080"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":7443},["21132","21133"],{"text":"22294","offset":7469},["24081","24082","24083","24084","24085"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":7480},["24086","24087","24088","24089","24090"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":7490},{"text":"22312","offset":7612},["21253","21254","21255","21256","21257"],{"text":"22313","offset":7620},[],[],{"text":"22314","offset":7620},"mployee",{"text":"24091","offset":2024},["24092","24093","24094","24095","24096"],["24097","24098","24099","24100","24101"],"file:///tmp/lint/apps/libs/widgets/src/employeetable.cpp",{"text":"24102","offset":2028},{"text":"24103","offset":3127},["24104","24105","24106","24107","24108"],["22225","22226","22227","22228","22229"],{"text":"24109","offset":3153},{"text":"22231","offset":3260},["24110","24111","24112","24113","24114"],["21210","21211","21448","21449","21450"],{"text":"22232","offset":3268},["24115","24116","24117","24118","24119"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3268},[],[],{"text":"22239","offset":3280},{"text":"24120","offset":3381},["24121","24122"],["22201","22243"],{"text":"24123","offset":3407},{"text":"24124","offset":3607},["24125","24126","24127","24128","24129"],["22251","22252","22144","22253","22254"],{"text":"24062","offset":3621},[],[],{"text":"24063","offset":3641},{"text":"24130","offset":3687},[],[],{"text":"24065","offset":3714},[],[],{"text":"24066","offset":3726},{"text":"24131","offset":3836},[],{"text":"24132","offset":3861},{"text":"24133","offset":4102},["24134","24135","24136","24137","24138"],["22212","22278","22279","22280","22281"],{"text":"24139","offset":4118},[],[],{"text":"24140","offset":4128},["24141","24142"],["21132","21133"],{"text":"24143","offset":4144},{"text":"22287","offset":4248},["24144","24145","24146","24147","24148"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4265},["21132","21133"],{"text":"22294","offset":4291},["24149","24150","24151","24152","24153"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4302},["24154","24155","24156","24157","24158"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4312},{"text":"24159","offset":4434},["21253","21254","21255","21256","21257"],{"text":"24160","offset":4442},{"text":"24161","offset":4677},["19720","19721","19722","19723","19724"],{"text":"22293","offset":4686},["21132","21133"],{"text":"22294","offset":4712},["22300","22301","22302","22303","22304"],{"text":"22305","offset":4723},["21253","21254","21255","21256","21257"],{"text":"22311","offset":4733},{"text":"24162","offset":375},["24163","24164","24165","24166","24167"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/faxinputarea.cpp",{"text":"24168","offset":379},{"text":"22124","offset":866},["24169","24170"],["22127","22128"],{"text":"22129","offset":870},{"text":"24171","offset":3154},["24172","24173","24174","24175","24176"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":3158},["24177","24178","24179","24180","24181"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":3158},["24182","24183","24184","24185","24186"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":3168},["24187","24188","24189","24190","24191"],["22162","22163","22164","21344","21345"],{"text":"24192","offset":3174},["24193"],["22167"],{"text":"24194","offset":3182},{"text":"24195","offset":3523},["24196","24197","24198","24199","24200"],["21519","21520","21521","21522","21523"],{"text":"24201","offset":3527},["24202","24203","24204","24205","24206"],["21210","21211","21448","21449","21450"],{"text":"24201","offset":3527},{"text":"24207","offset":3644},["24208","24209","24210","24211","24212"],["22188","22189","22190","22191","22192"],{"text":"24213","offset":3648},["21210","21211","21448","21449","21450"],{"text":"24214","offset":3648},{"text":"24215","offset":3766},["24216","24217","24218","24219","24220"],["22201","22202","22203","22204","22205"],{"text":"24221","offset":3770},["24222","24223","24224","24225","24226"],["22212","22213","22214","22215","22216"],{"text":"24227","offset":3782},["21210","21211","21448","21449","21450"],{"text":"24228","offset":3786},{"text":"22219","offset":3912},["24229","24230","24231","24232","24233"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3928},{"text":"22231","offset":4041},["21210","21211","21448","21449","21450"],{"text":"22232","offset":4049},["24234","24235","24236","24237","24238"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":4049},[],[],{"text":"22239","offset":4061},{"text":"22240","offset":4132},["24239","24240"],["22201","22243"],{"text":"22244","offset":4148},{"text":"24241","offset":4312},["24242","24243","24244","24245","24246"],["22146","22383","22384","22385","22386"],{"text":"24247","offset":4324},["24248","24249","24250","24251","24252"],["22394","22395","22396","22397","22398"],{"text":"24253","offset":4332},{"text":"24254","offset":4380},[],[],{"text":"24255","offset":4405},{"text":"24256","offset":4637},["24257","24258","24259","24260","24261"],["22212","22278","22279","22280","22281"],{"text":"24262","offset":4653},[],[],{"text":"24263","offset":4663},["24264","24265"],["21132","21133"],{"text":"24266","offset":4684},{"text":"22287","offset":4822},["24267","24268","24269","24270","24271"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4839},["21132","21133"],{"text":"22294","offset":4865},["24272","24273","24274","24275","24276"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4876},["24277","24278","24279","24280","24281"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4886},{"text":"22429","offset":5008},["21253","21254","21255","21256","21257"],{"text":"22430","offset":5016},[],[],{"text":"22431","offset":5016},{"text":"24282","offset":384},["24283","24284","24285","24286","24287"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/functioninputarea.cpp",{"text":"24288","offset":388},{"text":"22124","offset":895},["24289","24290"],["22127","22128"],{"text":"22129","offset":899},{"text":"24291","offset":2396},["24292","24293","24294","24295","24296"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2400},["24297","24298","24299","24300","24301"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2400},["24302","24303","24304","24305","24306"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2410},["24307","24308","24309","24310","24311"],["22162","22163","22164","21344","21345"],{"text":"24312","offset":2416},["24313"],["22167"],{"text":"24314","offset":2424},{"text":"24315","offset":2775},["24316","24317","24318","24319","24320"],["21519","21520","21521","21522","21523"],{"text":"24321","offset":2779},["24322","24323","24324","24325","24326"],["21210","21211","21448","21449","21450"],{"text":"24327","offset":2779},{"text":"24328","offset":2907},["24329","24330","24331","24332","24333"],["22188","22189","22190","22191","22192"],{"text":"24334","offset":2911},["21210","21211","21448","21449","21450"],{"text":"24335","offset":2911},{"text":"24336","offset":3039},["24337","24338","24339","24340","24341"],["22201","22202","22203","22204","22205"],{"text":"24342","offset":3043},["24343","24344","24345","24346","24347"],["22212","22213","22214","22215","22216"],{"text":"24348","offset":3055},["21210","21211","21448","21449","21450"],{"text":"24349","offset":3069},{"text":"22219","offset":3190},["24350","24351","24352","24353","24354"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3206},{"text":"22231","offset":3319},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3327},["24355","24356","24357","24358","24359"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3327},[],[],{"text":"22239","offset":3339},{"text":"22240","offset":3410},["24360","24361"],["22201","22243"],{"text":"22244","offset":3426},"fuktion",{"text":"24362","offset":3584},["24363","24364","24365","24366","24367"],["24368","24369","24370","24371","24372"],{"text":"24373","offset":3604},["24374","24375"],["23459","23460"],{"text":"24376","offset":3616},"Funktion",{"text":"24377","offset":3654},["24378","24379","24380","24381","24382"],["24383","24384","24385","24386","24368"],{"text":"24387","offset":3679},[],[],{"text":"24388","offset":3680},{"text":"24389","offset":3916},["24390","24391","24392","24393","24394"],["22212","22278","22279","22280","22281"],{"text":"24395","offset":3932},[],[],{"text":"24396","offset":3942},["24397","24398"],["21132","21133"],{"text":"24399","offset":3973},{"text":"22287","offset":4106},["24400","24401","24402","24403","24404"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4123},["21132","21133"],{"text":"22294","offset":4149},["24405","24406","24407","24408","24409"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4160},["24410","24411","24412","24413","24414"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4170},{"text":"22429","offset":4292},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4300},[],[],{"text":"22431","offset":4300},{"text":"24415","offset":389},["24416","24417","24418","24419","24420"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/inventoryinputarea.cpp",{"text":"24421","offset":393},{"text":"22124","offset":905},["24422","24423"],["22127","22128"],{"text":"22129","offset":909},"activ",{"text":"24424","offset":1615},["24425","24426","24427","24428","24429"],["24430","24431","24432","24433","24434"],{"text":"24435","offset":1621},{"text":"24436","offset":1945},["24430","24431","24432","24433","24434"],{"text":"24437","offset":1949},{"text":"24438","offset":2033},["24439","24440","24441","24442","24443"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2037},["24444","24445","24446","24447","24448"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2037},["24449","24450","24451","24452","24453"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2047},["24454","24455","24456","24457","24458"],["22162","22163","22164","21344","21345"],{"text":"24459","offset":2053},["24460"],["22167"],{"text":"24461","offset":2061},{"text":"24462","offset":2414},["24463","24464","24465","24466","24467"],["21519","21520","21521","21522","21523"],{"text":"24468","offset":2418},["24469","24470","24471","24472","24473"],["21210","21211","21448","21449","21450"],{"text":"24474","offset":2418},{"text":"24475","offset":2548},["24476","24477","24478","24479","24480"],["22188","22189","22190","22191","22192"],{"text":"24481","offset":2552},["21210","21211","21448","21449","21450"],{"text":"24482","offset":2552},{"text":"24483","offset":2682},["24484","24485","24486","24487","24488"],["22201","22202","22203","22204","22205"],{"text":"24489","offset":2686},["24490","24491","24492","24493","24494"],["22212","22213","22214","22215","22216"],{"text":"24495","offset":2698},["21210","21211","21448","21449","21450"],{"text":"24496","offset":2712},{"text":"22219","offset":2834},["24497","24498","24499","24500","24501"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2850},{"text":"22231","offset":2964},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2972},["24502","24503","24504","24505","24506"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2972},[],[],{"text":"22239","offset":2984},{"text":"22240","offset":3055},["24507","24508"],["22201","22243"],{"text":"22244","offset":3071},{"text":"24509","offset":3231},["24510","24511","24512","24513","24514"],["22146","22383","22384","22385","22386"],{"text":"24515","offset":3243},"Inventar",["24516","24517","24518","24519","24520"],["24521","24522","24523","24524","24525"],{"text":"24526","offset":3251},["24527","24528","24529","24530","24531"],["22394","22395","22396","22397","22398"],{"text":"24532","offset":3263},{"text":"24533","offset":3304},["24521","24522","24523","24524","24525"],{"text":"24534","offset":3329},[],[],{"text":"24535","offset":3330},{"text":"24536","offset":3566},["24537","24538","24539","24540","24541"],["22212","22278","22279","22280","22281"],{"text":"24542","offset":3582},[],[],{"text":"24543","offset":3592},["24544","24545"],["21132","21133"],{"text":"24546","offset":3623},{"text":"22287","offset":3757},["24547","24548","24549","24550","24551"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3774},["21132","21133"],{"text":"22294","offset":3800},["24552","24553","24554","24555","24556"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3811},["24557","24558","24559","24560","24561"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3821},{"text":"22429","offset":3943},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3951},[],[],{"text":"22431","offset":3951},{"text":"24562","offset":2546},[],[],"file:///tmp/lint/apps/libs/widgets/src/mainwindow.cpp",{"text":"24563","offset":2579},"Schlüssel",{"text":"24564","offset":2604},["24565","24566","24567","24568","24569"],["24570","24571","24572","24573","24574"],{"text":"24575","offset":2637},{"text":"24576","offset":2659},["24570","24571","24572","24573","24574"],{"text":"24577","offset":2692},{"text":"24578","offset":2726},["24570","24571","24572","24573","24574"],{"text":"24579","offset":2759},{"text":"24580","offset":2788},["24581","24582","24583","24584","24585"],["22878","22879","22880","22881","22882"],{"text":"24586","offset":2821},{"text":"24587","offset":2987},["24588","24589"],["23349","23350"],{"text":"24590","offset":3020},{"text":"24591","offset":3037},["24592","24593","24594","24595","24596"],["23584","23585","23586","23587","23588"],{"text":"24597","offset":3070},{"text":"24598","offset":3089},["23584","23585","23586","23587","23588"],{"text":"24599","offset":3122},{"text":"24600","offset":3140},["24601","24602","24603","24604","24605"],["23715","23716","23726","23717","23727"],{"text":"24606","offset":3173},{"text":"24607","offset":3189},[],[],{"text":"24608","offset":3222},"innen",["24609","24610","24611","24612","24613"],["24614","24615","24616","24617","24618"],{"text":"24608","offset":3222},{"text":"24619","offset":3254},[],{"text":"24620","offset":3287},["24614","24615","24616","24617","24618"],{"text":"24620","offset":3287},["23715","23716","23726","23717","23727"],{"text":"24620","offset":3287},{"text":"24621","offset":3321},[],{"text":"24622","offset":3354},["24614","24615","24616","24617","24618"],{"text":"24622","offset":3354},{"text":"24623","offset":3423},["24624","24625","24626","24627","24628"],["24383","24384","24385","24386","24368"],{"text":"24629","offset":3456},{"text":"24630","offset":3472},["24631","24632","24633","24634","24635"],["24521","24522","24523","24524","24525"],{"text":"24636","offset":3505},"Prozessor",{"text":"24637","offset":3821},["24638","24639","24640","24641","24642"],["24643","24644","24645","24646","24647"],{"text":"24648","offset":3854},{"text":"24649","offset":3920},["24650","24651","24652","24653","24654"],["21210","21211","21448","21449","21450"],{"text":"24655","offset":3953},"Titel",{"text":"24656","offset":3973},["24657","24658","24659","24660","24661"],["24662","24663","24664","24665","24666"],{"text":"24667","offset":4006},{"text":"24668","offset":4019},["22878","22879","22880","22881","22882"],{"text":"24669","offset":4052},"Alles",{"text":"24670","offset":4119},["24671","24672","24673","24674","24675"],["24676","24677","24678","24679","24680"],{"text":"24681","offset":4123},{"text":"24682","offset":4168},[],{"text":"24683","offset":4172},["24383","24384","24385","24386","24368"],{"text":"24684","offset":4189},["23349","23350"],{"text":"24685","offset":4205},["24662","24663","24664","24665","24666"],{"text":"24686","offset":4221},{"text":"24687","offset":4317},["24643","24644","24645","24646","24647"],{"text":"24688","offset":4335},"Gerät",{"text":"24689","offset":4423},["24690","24691","24692","24693","24694"],["24695","24696","24697","24698","24699"],{"text":"24700","offset":4427},"Kommunikation",{"text":"24701","offset":4523},[],[],{"text":"24702","offset":4527},{"text":"24703","offset":4581},["22878","22879","22880","22881","22882"],{"text":"24704","offset":4599},[],{"text":"24705","offset":4614},[],{"text":"24706","offset":4634},"Verschiedenes",{"text":"24707","offset":4677},[],[],{"text":"24708","offset":4681},"Gefunden",{"text":"24709","offset":5355},["24710","24711","24712","24713","24714"],["21283","21284","21285","24715","21286"],{"text":"24716","offset":5376},{"text":"24717","offset":8603},["24718","24719","24720","24721","24722"],["19720","19721","19722","19723","19724"],{"text":"24723","offset":8669},{"text":"24724","offset":8716},["19720","19721","19722","19723","19724"],{"text":"24725","offset":8782},"Befehl",{"text":"24726","offset":8992},["24727","24728","24729","24730","24731"],["24732","24733","24734","24735","24736"],{"text":"24737","offset":9027},["24738","24739","24740","24741","24742"],["21162","21163","21164","21165","21166"],{"text":"24737","offset":9027},["24743","24744","24745","24746","24747"],["22142","22143","22144","22145","22146"],{"text":"24748","offset":9031},["24749","24750"],["21132","21133"],{"text":"24751","offset":9042},["24752","24753","24754","24755","24756"],["21201","21376","21202","21377","21203"],{"text":"24757","offset":9054},"Wenn",{"text":"24758","offset":9086},["24759","24760","24761","24762","24763"],["24764","24765","21298","24766","24767"],{"text":"24768","offset":9124},"hier",["24769","24770","24771","24772","24773"],["24774","24775","24776","24777","24778"],{"text":"24779","offset":9124},"verlieren",["24780","24781","24782","24783","24784"],["24785","24786","24787","24788","24789"],{"text":"24790","offset":9130},"möglicherweise",[],[],{"text":"24791","offset":9139},["21210","21211","21448","21449","21450"],{"text":"24792","offset":9150},"Möchten",{"text":"24793","offset":9188},["24794","24795","24796","24797","24798"],["24799","24800","24801","24802","24803"],{"text":"24804","offset":9226},"Vorgang",["24805","24806","24807","24808","24809"],["24810","24811","24812","24813","24814"],{"text":"24815","offset":9227},"Noch",{"text":"24816","offset":9383},["24817","24818","24819","24820","24821"],["24822","24823","24824","24825","24826"],{"text":"24827","offset":9391},["24828","24829","24830","24831","24832"],["21173","21174","21175","21176","21177"],{"text":"24833","offset":9391},"vollständig",[],[],{"text":"24834","offset":9399},"implementiert",["24835","24836","24837","24838","24839"],["24840","24841","24842","24843","24844"],{"text":"24845","offset":9413},"Menü",{"text":"24846","offset":9722},["24847","24848","24849","24850","24851"],["24852","24853","24854","24855","24856"],{"text":"24857","offset":9726},["24858","24859","24860","24861","24862"],["21125","21124","21472","21473","21474"],{"text":"24863","offset":9734},"Drucke",{"text":"24864","offset":10241},["24865","24866","24867","24868","24869"],["24870","24871","24872","24873","24874"],{"text":"24875","offset":10249},{"text":"24876","offset":10544},["24870","24871","24872","24873","24874"],{"text":"24877","offset":10552},"Karten",["24878","24879","24880","24881","24882"],["24883","24884","24885","24886","24887"],{"text":"24888","offset":10561},{"text":"24889","offset":10859},["24870","24871","24872","24873","24874"],{"text":"24890","offset":10867},["24883","24884","24885","24886","24887"],{"text":"24891","offset":10876},"Türen",["24892","24893","24894","24895","24896"],["24897","24898","24899","24900","24901"],{"text":"24902","offset":10882},{"text":"24903","offset":11204},["24870","24871","24872","24873","24874"],{"text":"24904","offset":11212},["24883","24884","24885","24886","24887"],{"text":"24905","offset":11221},{"text":"24906","offset":11569},["24870","24871","24872","24873","24874"],{"text":"24907","offset":11577},"Ortsnamen",{"text":"24908","offset":11940},["24909","24910"],["24911","24912"],{"text":"24913","offset":11948},{"text":"24914","offset":13214},["23349","23350"],{"text":"24915","offset":13222},"Gerätename",{"text":"24916","offset":13535},["24917","24918"],["24919","24920"],{"text":"24921","offset":13543},{"text":"24922","offset":13857},["23584","23585","23586","23587","23588"],{"text":"24923","offset":13865},"Dokumente",{"text":"24924","offset":14177},["24925","24926","24927","24928","24929"],["23715","23716","23717","23713","23714"],{"text":"24930","offset":14185},{"text":"24931","offset":14487},[],{"text":"24932","offset":14495},"innnen",{"text":"24933","offset":14649},["24934","24935","24936","24937","24938"],["24614","24615","24616","24939","24940"],{"text":"24941","offset":14693},{"text":"24942","offset":14815},["24614","24615","24616","24617","24618"],{"text":"24943","offset":14838},"Zugänge",[],[],{"text":"24944","offset":14839},{"text":"24945","offset":15011},["24614","24615","24616","24617","24618"],{"text":"24946","offset":15062},[],{"text":"24947","offset":15076},"Documente",{"text":"24948","offset":15192},["24949","24950","24951","24952","24953"],["23715","23716","23717","23713","23714"],{"text":"24954","offset":15216},{"text":"24955","offset":15393},["23715","23716","23717","23713","23714"],{"text":"24956","offset":15459},"Liste",{"text":"24957","offset":15574},["24958","24959","24960","24961","24962"],["24963","24964","24965","24966","24967"],{"text":"24968","offset":15598},{"text":"24969","offset":15771},["24963","24964","24965","24966","24967"],{"text":"24970","offset":15837},{"text":"24971","offset":16215},["24383","24384","24385","24386","24368"],{"text":"24972","offset":16223},{"text":"24973","offset":16373},["24383","24384","24385","24386","24368"],{"text":"24974","offset":16411},{"text":"24975","offset":16523},["24521","24522","24523","24524","24525"],{"text":"24976","offset":16531},{"text":"24977","offset":16684},["24521","24522","24523","24524","24525"],{"text":"24978","offset":16723},{"text":"24979","offset":18630},["24643","24644","24645","24646","24647"],{"text":"24980","offset":18638},{"text":"24981","offset":18792},["24643","24644","24645","24646","24647"],{"text":"24982","offset":18831},"Systemdaten",{"text":"24983","offset":19254},["24984"],["24985"],{"text":"24986","offset":19262},{"text":"24987","offset":19421},["24985"],{"text":"24988","offset":19461},{"text":"24989","offset":19573},["24662","24663","24664","24665","24666"],{"text":"24990","offset":19581},{"text":"24991","offset":19719},["24662","24663","24664","24665","24666"],{"text":"24992","offset":19754},"Drucken",{"text":"24993","offset":20454},["24994","24995","24996","24997","24998"],["24999","25000","25001","25002","25003"],{"text":"25004","offset":20462},"unbekanntes",[],[],{"text":"25005","offset":20470},"Submodul",["25006","25007","25008","25009","25010"],["25011","25012","25013","25014","25015"],{"text":"25016","offset":20484},"Unbekanntes",{"text":"25017","offset":20554},[],[],{"text":"25018","offset":20591},"Modul",["25019","25020","25021","25022","25023"],["25024","25025","25026","25027","25028"],{"text":"25029","offset":20602},{"text":"25030","offset":21911},["23715","23716","23726","23717","23727"],{"text":"25031","offset":21920},{"text":"25032","offset":22125},["24383","24384","24385","24386","24368"],{"text":"25033","offset":22154},"noch",{"text":"25034","offset":22194},["25035","25036","25037","25038","25039"],["24822","24824","24825","24826","25040"],{"text":"25041","offset":22219},["21173","21174","21175","21176","21177"],{"text":"25042","offset":22219},["24840","24841","24842","24843","24844"],{"text":"25042","offset":22219},{"text":"25043","offset":22248},["24764","24765","21298","24766","24767"],{"text":"25044","offset":22273},["25045","25046","25047","25048","25049"],["22146","22383","22384","22385","22386"],{"text":"25050","offset":22273},"neuere",["25051","25052","25053","25054","25055"],["25056","25057","21507","21508","21509"],{"text":"25058","offset":22273},"Verfügung",["25059"],["24810"],{"text":"25060","offset":22279},"steht",["25061","25062","25063","25064","25065"],["25066","25067","25068","25069","25070"],{"text":"25071","offset":22291},"dann",["25072","25073","25074","25075","25076"],["25077","25078","25079","25080","25081"],{"text":"25082","offset":22299},"probieren",["25083","25084","25085","25086","25087"],["25088","25089","25090","25091","25092"],{"text":"25093","offset":22303},"damit",{"text":"25094","offset":22344},["25095","25096","25097","25098","25099"],["25100","25101","25102","25103","25104"],{"text":"25105","offset":22369},"können",{"text":"25106","offset":22385},["25107","25108","25109","25110","25111"],["25112","25113","25114","25115","25116"],{"text":"25117","offset":22410},"Webseite",["25118","25119","25120","25121","25122"],["25123","25124","25125","25126","25127"],{"text":"25128","offset":22422},"überprüfen",[],[],{"text":"25129","offset":22434},"Hilfe",{"text":"25130","offset":22717},["25131","25132","25133","25134","25135"],["25136","25137","25138","25139","25140"],{"text":"25141","offset":22721},{"text":"25142","offset":23096},["24695","24696","24697","24698","24699"],{"text":"25143","offset":23131},[],{"text":"25144","offset":23160},[],{"text":"25145","offset":23197},{"text":"25146","offset":23741},[],{"text":"25147","offset":23752},{"text":"25148","offset":24280},["24570","24571","24572","24573","24574"],{"text":"25149","offset":24291},{"text":"25150","offset":24784},["24570","24571","24572","24573","24574"],{"text":"25151","offset":24795},{"text":"25152","offset":25955},["22878","22879","22880","22881","22882"],{"text":"25153","offset":25966},{"text":"25154","offset":27941},["23349","23350"],{"text":"25155","offset":27952},{"text":"25156","offset":28456},["23584","23585","23586","23587","23588"],{"text":"25157","offset":28467},{"text":"25158","offset":28973},["23584","23585","23586","23587","23588"],{"text":"25159","offset":28984},{"text":"25160","offset":29490},["23715","23716","23726","23717","23727"],{"text":"25161","offset":29501},{"text":"25162","offset":30558},["23715","23716","23726","23717","23727"],{"text":"25163","offset":30585},{"text":"25164","offset":32584},["24521","24522","24523","24524","24525"],{"text":"25165","offset":32595},{"text":"25166","offset":36468},["24643","24644","24645","24646","24647"],{"text":"25167","offset":36479},{"text":"25168","offset":37472},["21210","21211","21448","21449","21450"],{"text":"25169","offset":37487},{"text":"25170","offset":37991},["24662","24663","24664","24665","24666"],{"text":"25171","offset":38002},{"text":"25172","offset":38452},["22878","22879","22880","22881","22882"],{"text":"25173","offset":38467},"Unbekannte",{"text":"25174","offset":54848},[],[],{"text":"25175","offset":54883},"Aufruf",{"text":"25176","offset":61102},["25177","25178","25179","25180","25181"],["25182","25183","25184","25185","25186"],{"text":"25187","offset":61106},{"text":"25188","offset":404},["25189","25190","25191","25192","25193"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/manufacturerinputarea.cpp",{"text":"25194","offset":408},{"text":"22124","offset":935},["25195","25196"],["22127","22128"],{"text":"22129","offset":939},{"text":"25197","offset":3099},["25198","25199","25200","25201","25202"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":3103},["25203","25204","25205","25206","25207"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":3103},["25208","25209","25210","25211","25212"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":3113},["25213","25214","25215","25216","25217"],["22162","22163","22164","21344","21345"],{"text":"25218","offset":3119},["25219"],["22167"],{"text":"25220","offset":3127},{"text":"25221","offset":3486},["25222","25223","25224","25225","25226"],["21519","21520","21521","21522","21523"],{"text":"25227","offset":3490},["25228","25229","25230","25231","25232"],["21210","21211","21448","21449","21450"],{"text":"25233","offset":3490},{"text":"25234","offset":3627},["25235","25236","25237","25238","25239"],["22188","22189","22190","22191","22192"],{"text":"25240","offset":3631},["21210","21211","21448","21449","21450"],{"text":"25241","offset":3631},{"text":"25242","offset":3768},["25243","25244","25245","25246","25247"],["22201","22202","22203","22204","22205"],{"text":"25248","offset":3772},["25249","25250","25251","25252","25253"],["22212","22213","22214","22215","22216"],{"text":"25254","offset":3784},["21210","21211","21448","21449","21450"],{"text":"25255","offset":3803},{"text":"22219","offset":3923},["25256","25257","25258","25259","25260"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3939},{"text":"22231","offset":4052},["21210","21211","21448","21449","21450"],{"text":"22232","offset":4060},["25261","25262","25263","25264","25265"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":4060},[],[],{"text":"22239","offset":4072},{"text":"22240","offset":4143},["25266","25267"],["22201","22243"],{"text":"22244","offset":4159},{"text":"25268","offset":4317},["22142","22143","22144","22145","22146"],{"text":"25269","offset":4329},["25270","25271","25272","25273","25274"],["21496","21497","21498","21499","21500"],{"text":"25275","offset":4337},{"text":"25276","offset":4381},[],[],{"text":"25277","offset":4418},{"text":"25278","offset":4646},["25279","25280","25281","25282","25283"],["22212","22278","22279","22280","22281"],{"text":"25284","offset":4662},[],[],{"text":"25285","offset":4672},["25286","25287"],["21132","21133"],{"text":"25288","offset":4707},{"text":"22287","offset":4841},["25289","25290","25291","25292","25293"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4858},["21132","21133"],{"text":"22294","offset":4884},["25294","25295","25296","25297","25298"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":4895},["25299","25300","25301","25302","25303"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":4905},{"text":"22429","offset":5027},["21253","21254","21255","21256","21257"],{"text":"22430","offset":5035},[],[],{"text":"22431","offset":5035},{"text":"25304","offset":389},["25305","25306","25307","25308","25309"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/mobileinputarea.cpp",{"text":"25310","offset":393},"Mobilenputarea",[],[],{"text":"25311","offset":403},{"text":"22124","offset":890},["25312","25313"],["22127","22128"],{"text":"22129","offset":894},{"text":"25314","offset":3383},["25315","25316","25317","25318","25319"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":3387},["25320","25321","25322","25323","25324"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":3387},["25325","25326","25327","25328","25329"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":3397},["25330","25331","25332","25333","25334"],["22162","22163","22164","21344","21345"],{"text":"25335","offset":3403},["25336"],["22167"],{"text":"25337","offset":3411},{"text":"25338","offset":3758},["25339","25340","25341","25342","25343"],["21519","21520","21521","21522","21523"],{"text":"25344","offset":3762},["25345","25346","25347","25348","25349"],["21210","21211","21448","21449","21450"],{"text":"25344","offset":3762},{"text":"25350","offset":3886},["25351","25352","25353","25354","25355"],["22188","22189","22190","22191","22192"],{"text":"25356","offset":3890},["21210","21211","21448","21449","21450"],{"text":"25357","offset":3890},{"text":"25358","offset":4014},["25359","25360","25361","25362","25363"],["22201","22202","22203","22204","22205"],{"text":"25364","offset":4018},["25365","25366","25367","25368","25369"],["22212","22213","22214","22215","22216"],{"text":"25370","offset":4030},["21210","21211","21448","21449","21450"],{"text":"25371","offset":4044},{"text":"22219","offset":4163},["25372","25373","25374","25375","25376"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":4179},{"text":"22231","offset":4292},["21210","21211","21448","21449","21450"],{"text":"22232","offset":4300},["25377","25378","25379","25380","25381"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":4300},[],[],{"text":"22239","offset":4312},{"text":"22240","offset":4383},["25382","25383"],["22201","22243"],{"text":"22244","offset":4399},{"text":"25384","offset":4563},["25385","25386","25387","25388","25389"],["22146","22383","22384","22385","22386"],{"text":"25390","offset":4575},["25391","25392","25393","25394","25395"],["22394","22395","22396","22397","22398"],{"text":"25396","offset":4583},"Mobiletelefon",{"text":"25397","offset":4627},[],[],{"text":"25398","offset":4652},"hinzfügen",[],[],{"text":"25399","offset":4664},{"text":"25400","offset":4893},["25401","25402","25403","25404","25405"],["22212","22278","22279","22280","22281"],{"text":"25406","offset":4909},[],[],{"text":"25407","offset":4919},["25408","25409"],["21132","21133"],{"text":"25410","offset":4940},{"text":"22287","offset":5081},["25411","25412","25413","25414","25415"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":5098},["21132","21133"],{"text":"22294","offset":5124},["25416","25417","25418","25419","25420"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":5135},["25421","25422","25423","25424","25425"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":5145},{"text":"22429","offset":5267},["21253","21254","21255","21256","21257"],{"text":"22430","offset":5275},[],[],{"text":"22431","offset":5275},{"text":"25426","offset":370},["25427","25428","25429","25430","25431"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/osinputarea.cpp",{"text":"25432","offset":374},{"text":"22124","offset":852},["25433","25434"],["22127","22128"],{"text":"22129","offset":856},{"text":"25435","offset":2009},["25436","25437","25438","25439","25440"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2013},["25441","25442","25443","25444","25445"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2013},["25446","25447","25448","25449","25450"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2023},["25451","25452","25453","25454","25455"],["22162","22163","22164","21344","21345"],{"text":"25456","offset":2029},["25457"],["22167"],{"text":"25458","offset":2037},{"text":"25459","offset":2376},["25460","25461","25462","25463","25464"],["21519","21520","21521","21522","21523"],{"text":"25465","offset":2380},["25466","25467","25468","25469","25470"],["21210","21211","21448","21449","21450"],{"text":"25465","offset":2380},{"text":"25471","offset":2496},["25472","25473","25474","25475","25476"],["22188","22189","22190","22191","22192"],{"text":"25477","offset":2500},["21210","21211","21448","21449","21450"],{"text":"25477","offset":2500},{"text":"25478","offset":2616},["25479","25480","25481","25482","25483"],["22201","22202","22203","22204","22205"],{"text":"25484","offset":2620},["25485","25486","25487","25488","25489"],["22212","22213","22214","22215","22216"],{"text":"25490","offset":2632},["21210","21211","21448","21449","21450"],{"text":"25491","offset":2636},{"text":"22219","offset":2761},["25492","25493","25494","25495","25496"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2777},{"text":"22231","offset":2890},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2898},["25497","25498","25499","25500","25501"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2898},[],[],{"text":"22239","offset":2910},{"text":"22240","offset":2981},["25502","25503"],["22201","22243"],{"text":"22244","offset":2997},{"text":"25504","offset":3155},["25505","25506","25507","25508","25509"],["22251","22252","22144","22253","22254"],{"text":"25510","offset":3167},["25511","25512","25513","25514","25515"],["21496","21497","21498","21499","21500"],{"text":"25516","offset":3187},"Betriebssystems",[],[],{"text":"25517","offset":3193},"Betriebssystem",{"text":"25518","offset":3242},[],[],{"text":"25519","offset":3267},[],[],{"text":"25520","offset":3285},{"text":"25521","offset":3510},["25522","25523","25524","25525","25526"],["22212","22278","22279","22280","22281"],{"text":"25527","offset":3526},[],[],{"text":"25528","offset":3536},["25529","25530"],["21132","21133"],{"text":"25531","offset":3557},{"text":"25532","offset":3694},["25533","25534","25535","25536","25537"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3711},["21132","21133"],{"text":"25538","offset":3737},["25539","25540","25541","25542","25543"],["22300","22301","22302","22303","22304"],{"text":"25544","offset":3748},["22142","22143","22144","22145","22146"],{"text":"25545","offset":3754},["25546","25547","25548","25549","25550"],["21253","21254","21255","21256","21257"],{"text":"25551","offset":3758},{"text":"22429","offset":3882},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3890},[],[],{"text":"22431","offset":3890},{"text":"25552","offset":385},["25553","25554","25555","25556","25557"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/phoneinputarea.cpp",{"text":"25558","offset":389},{"text":"22124","offset":882},["25559","25560"],["22127","22128"],{"text":"22129","offset":886},{"text":"25561","offset":3210},["25562","25563","25564","25565","25566"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":3214},["25567","25568","25569","25570","25571"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":3214},["25572","25573","25574","25575","25576"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":3224},["25577","25578","25579","25580","25581"],["22162","22163","22164","21344","21345"],{"text":"25582","offset":3230},["25583"],["22167"],{"text":"25584","offset":3238},{"text":"25585","offset":3583},["25586","25587","25588","25589","25590"],["21519","21520","21521","21522","21523"],{"text":"25591","offset":3587},["25592","25593","25594","25595","25596"],["21210","21211","21448","21449","21450"],{"text":"25591","offset":3587},{"text":"25597","offset":3709},["25598","25599","25600","25601","25602"],["22188","22189","22190","22191","22192"],{"text":"25603","offset":3713},["21210","21211","21448","21449","21450"],{"text":"25604","offset":3713},{"text":"25605","offset":3835},["25606","25607","25608","25609","25610"],["22201","22202","22203","22204","22205"],{"text":"25611","offset":3839},["25612","25613","25614","25615","25616"],["22212","22213","22214","22215","22216"],{"text":"25617","offset":3851},["21210","21211","21448","21449","21450"],{"text":"25618","offset":3865},{"text":"22219","offset":3983},["25619","25620","25621","25622","25623"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":3999},{"text":"22231","offset":4112},["21210","21211","21448","21449","21450"],{"text":"22232","offset":4120},["25624","25625","25626","25627","25628"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":4120},[],[],{"text":"22239","offset":4132},{"text":"22240","offset":4203},["25629","25630"],["22201","22243"],{"text":"22244","offset":4219},{"text":"25631","offset":4430},["25632","25633","25634","25635","25636"],["22146","22383","22384","22385","22386"],{"text":"25637","offset":4442},"Telefonnummer",[],[],{"text":"25638","offset":4450},"Telefon",{"text":"25639","offset":4501},["25640","25641","25642","25643","25644"],["25645","25646","25647","25648","25649"],{"text":"25650","offset":4526},[],[],{"text":"25651","offset":4526},{"text":"25652","offset":4762},["25653","25654","25655","25656","25657"],["22212","22278","22279","22280","22281"],{"text":"25658","offset":4778},[],[],{"text":"25659","offset":4788},["25660","25661"],["21132","21133"],{"text":"25662","offset":4809},{"text":"22287","offset":4949},["25663","25664","25665","25666","25667"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":4966},["21132","21133"],{"text":"22294","offset":4992},["25668","25669","25670","25671","25672"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":5003},["25673","25674","25675","25676","25677"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":5013},{"text":"22429","offset":5135},["21253","21254","21255","21256","21257"],{"text":"22430","offset":5143},[],[],{"text":"22431","offset":5143},{"text":"25678","offset":369},["25679","25680","25681","25682","25683"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/placeinputarea.cpp",{"text":"25684","offset":373},{"text":"22124","offset":865},["25685","25686"],["22127","22128"],{"text":"22129","offset":869},{"text":"25687","offset":1919},["25688","25689","25690","25691","25692"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1923},["25693","25694","25695","25696","25697"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1923},["25698","25699","25700","25701","25702"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1933},["25703","25704","25705","25706","25707"],["22162","22163","22164","21344","21345"],{"text":"25708","offset":1939},["25709"],["22167"],{"text":"25710","offset":1947},{"text":"25711","offset":2292},["25712","25713","25714","25715","25716"],["21519","21520","21521","21522","21523"],{"text":"25717","offset":2296},["25718","25719","25720","25721","25722"],["21210","21211","21448","21449","21450"],{"text":"25717","offset":2296},{"text":"25723","offset":2418},["25724","25725","25726","25727","25728"],["22188","22189","22190","22191","22192"],{"text":"25729","offset":2422},["21210","21211","21448","21449","21450"],{"text":"25730","offset":2422},{"text":"25731","offset":2544},["25732","25733","25734","25735","25736"],["22201","22202","22203","22204","22205"],{"text":"25737","offset":2548},["25738","25739","25740","25741","25742"],["22212","22213","22214","22215","22216"],{"text":"25743","offset":2560},["21210","21211","21448","21449","21450"],{"text":"25744","offset":2574},{"text":"22219","offset":2692},["25745","25746","25747","25748","25749"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2708},{"text":"22231","offset":2821},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2829},["25750","25751","25752","25753","25754"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2829},[],[],{"text":"22239","offset":2841},{"text":"22240","offset":2912},["25755","25756"],["22201","22243"],{"text":"22244","offset":2928},{"text":"25268","offset":3086},["22142","22143","22144","22145","22146"],{"text":"25269","offset":3098},["25757","25758","25759","25760","25761"],["21496","21497","21498","21499","21500"],{"text":"25275","offset":3106},{"text":"25762","offset":3150},["22188","22189","22190","22191","22192"],{"text":"25763","offset":3175},"Platz",["25764","25765","25766","25767","25768"],["25769","25770","25771","25772","25773"],{"text":"25774","offset":3175},"hinzu",["25775","25776","25777","25778","25779"],["25780","25781","25782","25783","25784"],{"text":"25785","offset":3187},{"text":"22272","offset":3409},["25786","25787","25788","25789","25790"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3425},[],[],{"text":"22283","offset":3435},["25791","25792"],["21132","21133"],{"text":"22286","offset":3456},{"text":"22287","offset":3598},["25793","25794","25795","25796","25797"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3615},["21132","21133"],{"text":"22294","offset":3641},["25798","25799","25800","25801","25802"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3652},["25803","25804","25805","25806","25807"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3662},{"text":"22429","offset":3784},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3792},[],[],{"text":"22431","offset":3792},{"text":"25808","offset":2966},["25809","25810","25811","25812","25813"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/apps/libs/widgets/src/preferencesdialog.cpp",{"text":"25814","offset":3049},{"text":"25815","offset":3097},["19720","19721","19722","19723","19724"],{"text":"25816","offset":3180},{"text":"25817","offset":394},["25818","25819","25820","25821","25822"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/printerinputarea.cpp",{"text":"25823","offset":398},{"text":"22124","offset":899},["25824","25825"],["22127","22128"],{"text":"22129","offset":903},{"text":"25826","offset":3987},["25827","25828","25829","25830","25831"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":3991},["25832","25833","25834","25835","25836"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":3991},["25837","25838","25839","25840","25841"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":4001},["25842","25843","25844","25845","25846"],["22162","22163","22164","21344","21345"],{"text":"25847","offset":4007},["25848"],["22167"],{"text":"25849","offset":4015},{"text":"25850","offset":4364},["25851","25852","25853","25854","25855"],["21519","21520","21521","21522","21523"],{"text":"25856","offset":4368},["25857","25858","25859","25860","25861"],["21210","21211","21448","21449","21450"],{"text":"25862","offset":4368},{"text":"25863","offset":4494},["25864","25865","25866","25867","25868"],["22188","22189","22190","22191","22192"],{"text":"25869","offset":4498},["21210","21211","21448","21449","21450"],{"text":"25870","offset":4498},{"text":"25871","offset":4624},["25872","25873","25874","25875","25876"],["22201","22202","22203","22204","22205"],{"text":"25877","offset":4628},["25878","25879","25880","25881","25882"],["22212","22213","22214","22215","22216"],{"text":"25883","offset":4640},["21210","21211","21448","21449","21450"],{"text":"25884","offset":4654},{"text":"22219","offset":4774},["25885","25886","25887","25888","25889"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":4790},{"text":"22231","offset":4903},["21210","21211","21448","21449","21450"],{"text":"22232","offset":4911},["25890","25891","25892","25893","25894"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":4911},[],[],{"text":"22239","offset":4923},{"text":"22240","offset":4994},["25895","25896"],["22201","22243"],{"text":"22244","offset":5010},{"text":"25897","offset":5175},["22142","22143","22144","22145","22146"],{"text":"25898","offset":5187},"Druckernamen",[],[],{"text":"25899","offset":5207},"Drucker",{"text":"25900","offset":5258},["25901","25902","25903","25904","25905"],["25001","25002","25906","25907","25908"],{"text":"25909","offset":5283},[],[],{"text":"25910","offset":5283},{"text":"25911","offset":5519},["25912","25913","25914","25915","25916"],["22212","22278","22279","22280","22281"],{"text":"25917","offset":5535},[],[],{"text":"25918","offset":5545},["25919","25920"],["21132","21133"],{"text":"25921","offset":5566},{"text":"22287","offset":5713},["25922","25923","25924","25925","25926"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":5730},["21132","21133"],{"text":"22294","offset":5756},["25927","25928","25929","25930","25931"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":5767},["25932","25933","25934","25935","25936"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":5777},{"text":"22429","offset":5899},["21253","21254","21255","21256","21257"],{"text":"22430","offset":5907},[],[],{"text":"22431","offset":5907},{"text":"25937","offset":405},["25938","25939","25940","25941","25942"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/processorinputarea.cpp",{"text":"25943","offset":409},{"text":"22124","offset":922},["25944","25945"],["22127","22128"],{"text":"22129","offset":926},{"text":"25946","offset":2045},["25947","25948","25949","25950","25951"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2049},["25952","25953","25954","25955","25956"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2049},["25957","25958","25959","25960","25961"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2059},["25962","25963","25964","25965","25966"],["22162","22163","22164","21344","21345"],{"text":"25967","offset":2065},["25968"],["22167"],{"text":"25969","offset":2073},{"text":"25970","offset":2426},["25971","25972","25973","25974","25975"],["21519","21520","21521","21522","21523"],{"text":"25976","offset":2430},["25977","25978","25979","25980","25981"],["21210","21211","21448","21449","21450"],{"text":"25982","offset":2430},{"text":"25983","offset":2560},["25984","25985","25986","25987","25988"],["22188","22189","22190","22191","22192"],{"text":"25989","offset":2564},["21210","21211","21448","21449","21450"],{"text":"25990","offset":2564},{"text":"25991","offset":2694},["25992","25993","25994","25995","25996"],["22201","22202","22203","22204","22205"],{"text":"25997","offset":2698},["25998","25999","26000","26001","26002"],["22212","22213","22214","22215","22216"],{"text":"26003","offset":2710},["21210","21211","21448","21449","21450"],{"text":"26004","offset":2724},{"text":"22219","offset":2846},["26005","26006","26007","26008","26009"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2862},{"text":"22231","offset":2975},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2983},["26010","26011","26012","26013","26014"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2983},[],[],{"text":"22239","offset":2995},{"text":"22240","offset":3066},["26015","26016"],["22201","22243"],{"text":"22244","offset":3082},{"text":"26017","offset":3240},["22142","22143","22144","22145","22146"],{"text":"26018","offset":3252},["26019","26020","26021","26022","26023"],["24643","24644","24645","24646","24647"],{"text":"26024","offset":3272},{"text":"26025","offset":3320},["24643","24644","24645","24646","24647"],{"text":"26026","offset":3345},[],[],{"text":"26027","offset":3357},{"text":"26028","offset":3583},["26029","26030","26031","26032","26033"],["22212","22278","22279","22280","22281"],{"text":"26034","offset":3599},[],[],{"text":"26035","offset":3609},["24643","24644","24645","24646","24647"],{"text":"26036","offset":3615},["26037","26038"],["21132","21133"],{"text":"26039","offset":3640},{"text":"22287","offset":3774},["26040","26041","26042","26043","26044"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3791},["21132","21133"],{"text":"22294","offset":3817},["26045","26046","26047","26048","26049"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3828},["26050","26051","26052","26053","26054"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3838},{"text":"22429","offset":3960},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3968},[],[],{"text":"22431","offset":3968},{"text":"26055","offset":385},["26056","26057","26058","26059","26060"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/softwareinputarea.cpp",{"text":"26061","offset":389},{"text":"22124","offset":896},["26062","26063"],["22127","22128"],{"text":"22129","offset":900},{"text":"26064","offset":2125},["26065","26066","26067","26068","26069"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2129},["26070","26071","26072","26073","26074"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2129},["26075","26076","26077","26078","26079"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2139},["26080","26081","26082","26083","26084"],["22162","22163","22164","21344","21345"],{"text":"26085","offset":2145},["26086"],["22167"],{"text":"26087","offset":2153},{"text":"26088","offset":2504},["26089","26090","26091","26092","26093"],["21519","21520","21521","21522","21523"],{"text":"26094","offset":2508},["26095","26096","26097","26098","26099"],["21210","21211","21448","21449","21450"],{"text":"26100","offset":2508},{"text":"26101","offset":2636},["26102","26103","26104","26105","26106"],["22188","22189","22190","22191","22192"],{"text":"26107","offset":2640},["21210","21211","21448","21449","21450"],{"text":"26108","offset":2640},{"text":"26109","offset":2768},["26110","26111","26112","26113","26114"],["22201","22202","22203","22204","22205"],{"text":"26115","offset":2772},["26116","26117","26118","26119","26120"],["22212","22213","22214","22215","22216"],{"text":"26121","offset":2784},["21210","21211","21448","21449","21450"],{"text":"26122","offset":2798},{"text":"22219","offset":2919},["26123","26124","26125","26126","26127"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2935},{"text":"22231","offset":3048},["21210","21211","21448","21449","21450"],{"text":"22232","offset":3056},["26128","26129","26130","26131","26132"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":3056},[],[],{"text":"22239","offset":3068},{"text":"22240","offset":3139},["26133","26134"],["22201","22243"],{"text":"22244","offset":3155},{"text":"26135","offset":3313},["26136","26137","26138","26139","26140"],["21496","21497","21498","21499","21500"],{"text":"26141","offset":3325},["26142","26143"],["23459","23460"],{"text":"26144","offset":3333},{"text":"26145","offset":3373},[],[],{"text":"26146","offset":3399},{"text":"26147","offset":3636},["26148","26149","26150","26151","26152"],["22212","22278","22279","22280","22281"],{"text":"26153","offset":3652},[],[],{"text":"26154","offset":3662},["26155","26156"],["21132","21133"],{"text":"26157","offset":3693},{"text":"22287","offset":3826},["26158","26159","26160","26161","26162"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3843},["21132","21133"],{"text":"22294","offset":3869},["26163","26164","26165","26166","26167"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3880},["26168","26169","26170","26171","26172"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3890},{"text":"22429","offset":4012},["21253","21254","21255","21256","21257"],{"text":"22430","offset":4020},[],[],{"text":"22431","offset":4020},{"text":"26173","offset":395},["26174","26175","26176","26177","26178"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/systemdatainputarea.cpp",{"text":"26179","offset":399},{"text":"22124","offset":916},["26180","26181"],["22127","22128"],{"text":"22129","offset":920},{"text":"26182","offset":2042},["26183","26184","26185","26186","26187"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":2046},["26188","26189","26190","26191","26192"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":2046},["26193","26194","26195","26196","26197"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":2056},["26198","26199","26200","26201","26202"],["22162","22163","22164","21344","21345"],{"text":"26203","offset":2062},["26204"],["22167"],{"text":"26205","offset":2070},{"text":"26206","offset":2425},["26207","26208","26209","26210","26211"],["21519","21520","21521","21522","21523"],{"text":"26212","offset":2429},["26213","26214","26215","26216","26217"],["21210","21211","21448","21449","21450"],{"text":"26218","offset":2429},{"text":"26219","offset":2561},["26220","26221","26222","26223","26224"],["22188","22189","22190","22191","22192"],{"text":"26225","offset":2565},["21210","21211","21448","21449","21450"],{"text":"26226","offset":2565},{"text":"26227","offset":2697},["26228","26229","26230","26231","26232"],["22201","22202","22203","22204","22205"],{"text":"26233","offset":2701},["26234","26235","26236","26237","26238"],["22212","22213","22214","22215","22216"],{"text":"26239","offset":2713},["21210","21211","21448","21449","21450"],{"text":"26240","offset":2732},{"text":"22219","offset":2850},["26241","26242","26243","26244","26245"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2866},{"text":"22231","offset":2979},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2987},["26246","26247","26248","26249","26250"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2987},[],[],{"text":"22239","offset":2999},{"text":"22240","offset":3070},["26251","26252"],["22201","22243"],{"text":"22244","offset":3086},{"text":"26253","offset":3244},["26254","26255","26256","26257","26258"],["22251","22252","22144","22253","22254"],{"text":"26259","offset":3256},["26260","26261","26262","26263","26264"],["21496","21497","21498","21499","21500"],{"text":"26265","offset":3276},"Systemdatem",["26266","26267"],["24985","26268"],{"text":"26269","offset":3288},{"text":"26270","offset":3331},["22188","22189","22190","22191","22192"],{"text":"26271","offset":3356},["26272"],["24985"],{"text":"26273","offset":3356},["26274","26275","26276","26277","26278"],["25780","25781","25782","25783","25784"],{"text":"26279","offset":3374},{"text":"26280","offset":3596},["26281","26282","26283","26284","26285"],["22212","22278","22279","22280","22281"],{"text":"26286","offset":3612},[],[],{"text":"26287","offset":3622},["24985","26268"],{"text":"26288","offset":3628},["26289","26290"],["21132","21133"],{"text":"26291","offset":3655},{"text":"22287","offset":3794},["26292","26293","26294","26295","26296"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3811},["21132","21133"],{"text":"22294","offset":3837},["26297","26298","26299","26300","26301"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3848},["26302","26303","26304","26305","26306"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3858},{"text":"22429","offset":3980},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3988},[],[],{"text":"22431","offset":3988},{"text":"26307","offset":385},["26308","26309","26310","26311","26312"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/titleinputarea.cpp",{"text":"26313","offset":389},{"text":"22124","offset":882},["26314","26315"],["22127","22128"],{"text":"22129","offset":886},{"text":"26316","offset":1821},["26317","26318","26319","26320","26321"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1825},["26322","26323","26324","26325","26326"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1825},["26327","26328","26329","26330","26331"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1835},["26332","26333","26334","26335","26336"],["22162","22163","22164","21344","21345"],{"text":"26337","offset":1841},["26338"],["22167"],{"text":"26339","offset":1849},{"text":"26340","offset":2194},["26341","26342","26343","26344","26345"],["21519","21520","21521","21522","21523"],{"text":"26346","offset":2198},["26347","26348","26349","26350","26351"],["21210","21211","21448","21449","21450"],{"text":"26346","offset":2198},{"text":"26352","offset":2321},["26353","26354","26355","26356","26357"],["22188","22189","22190","22191","22192"],{"text":"26358","offset":2325},["21210","21211","21448","21449","21450"],{"text":"26359","offset":2325},{"text":"26360","offset":2448},["26361","26362","26363","26364","26365"],["22201","22202","22203","22204","22205"],{"text":"26366","offset":2452},["26367","26368","26369","26370","26371"],["22212","22213","22214","22215","22216"],{"text":"26372","offset":2464},["21210","21211","21448","21449","21450"],{"text":"26373","offset":2478},{"text":"22219","offset":2596},["26374","26375","26376","26377","26378"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2612},{"text":"22231","offset":2725},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2733},["26379","26380","26381","26382","26383"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2733},[],[],{"text":"22239","offset":2745},{"text":"22240","offset":2816},["26384","26385"],["22201","22243"],{"text":"22244","offset":2832},{"text":"26386","offset":2991},["26387","26388","26389","26390","26391"],["22251","22252","22144","22253","22254"],{"text":"26392","offset":3003},["22142","22143","22144","22145","22146"],{"text":"26393","offset":3019},["21507","19663","22153","22154","22155"],{"text":"26394","offset":3023},["26395","26396","26397","26398","26399"],["24662","24663","24664","24665","24666"],{"text":"26400","offset":3029},{"text":"26401","offset":3066},["24662","24663","24664","24665","24666"],{"text":"26402","offset":3091},[],[],{"text":"26403","offset":3091},{"text":"22272","offset":3325},["26404","26405","26406","26407","26408"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3341},[],[],{"text":"22283","offset":3351},["26409","26410"],["21132","21133"],{"text":"22286","offset":3372},{"text":"22287","offset":3514},["26411","26412","26413","26414","26415"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3531},["21132","21133"],{"text":"22294","offset":3557},["26416","26417","26418","26419","26420"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3568},["26421","26422","26423","26424","26425"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3578},{"text":"22429","offset":3700},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3708},[],[],{"text":"22431","offset":3708},{"text":"26426","offset":380},["26427","26428","26429","26430","26431"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/zipcityinputarea.cpp",{"text":"26432","offset":384},{"text":"22124","offset":886},["26433","26434"],["22127","22128"],{"text":"22129","offset":890},{"text":"26435","offset":1852},["26436","26437","26438","26439","26440"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1856},["26441","26442","26443","26444","26445"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1856},["26446","26447","26448","26449","26450"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1866},["26451","26452","26453","26454","26455"],["22162","22163","22164","21344","21345"],{"text":"26456","offset":1872},["26457"],["22167"],{"text":"26458","offset":1880},{"text":"26459","offset":2238},["26460","26461","26462","26463","26464"],["21519","21520","21521","21522","21523"],{"text":"26465","offset":2242},["26466","26467","26468","26469","26470"],["21210","21211","21448","21449","21450"],{"text":"26465","offset":2242},{"text":"26471","offset":2377},["26472","26473","26474","26475","26476"],["22188","22189","22190","22191","22192"],{"text":"26477","offset":2381},["21210","21211","21448","21449","21450"],{"text":"26478","offset":2381},{"text":"26479","offset":2516},["26480","26481","26482","26483","26484"],["22201","22202","22203","22204","22205"],{"text":"26485","offset":2520},["26486","26487","26488","26489","26490"],["22212","22213","22214","22215","22216"],{"text":"26491","offset":2532},["21210","21211","21448","21449","21450"],{"text":"26492","offset":2551},{"text":"22219","offset":2675},["26493","26494","26495","26496","26497"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2691},{"text":"22231","offset":2804},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2812},["26498","26499","26500","26501","26502"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2812},[],[],{"text":"22239","offset":2824},{"text":"22240","offset":2895},["26503","26504"],["22201","22243"],{"text":"22244","offset":2911},{"text":"23835","offset":3138},["26505","26506","26507","26508","26509"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3150},[],[],{"text":"22283","offset":3160},["26510","26511"],["21132","21133"],{"text":"22286","offset":3181},{"text":"22649","offset":3311},["26512","26513","26514","26515","26516"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3324},["21132","21133"],{"text":"22294","offset":3350},["26517","26518","26519","26520","26521"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3361},["26522","26523","26524","26525","26526"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3371},{"text":"22429","offset":3480},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3488},[],[],{"text":"22431","offset":3488},{"text":"26527","offset":379},["26528","26529","26530","26531","26532"],["20493","22120","22121","22122","21260"],"file:///tmp/lint/apps/libs/widgets/src/zipcodeinputarea.cpp",{"text":"26533","offset":383},{"text":"22124","offset":885},["26534","26535"],["22127","22128"],{"text":"22129","offset":889},{"text":"26536","offset":1715},["26537","26538","26539","26540","26541"],["21199","21200","21201","21202","21203"],{"text":"22136","offset":1719},["26542","26543","26544","26545","26546"],["22142","22143","22144","22145","22146"],{"text":"22147","offset":1719},["26547","26548","26549","26550","26551"],["21507","19663","22153","22154","22155"],{"text":"22156","offset":1729},["26552","26553","26554","26555","26556"],["22162","22163","22164","21344","21345"],{"text":"26557","offset":1735},["26558"],["22167"],{"text":"26559","offset":1743},{"text":"26560","offset":2097},["26561","26562","26563","26564","26565"],["21519","21520","21521","21522","21523"],{"text":"26566","offset":2101},["26567","26568","26569","26570","26571"],["21210","21211","21448","21449","21450"],{"text":"26572","offset":2101},{"text":"26573","offset":2232},["26574","26575","26576","26577","26578"],["22188","22189","22190","22191","22192"],{"text":"26579","offset":2236},["21210","21211","21448","21449","21450"],{"text":"26580","offset":2236},{"text":"26581","offset":2367},["26582","26583","26584","26585","26586"],["22201","22202","22203","22204","22205"],{"text":"26587","offset":2371},["26588","26589","26590","26591","26592"],["22212","22213","22214","22215","22216"],{"text":"26593","offset":2383},["21210","21211","21448","21449","21450"],{"text":"26594","offset":2402},{"text":"22219","offset":2522},["26595","26596","26597","26598","26599"],["22225","22226","22227","22228","22229"],{"text":"22230","offset":2538},{"text":"22231","offset":2651},["21210","21211","21448","21449","21450"],{"text":"22232","offset":2659},["26600","26601","26602","26603","26604"],["21294","21295","21296","21297","21298"],{"text":"22238","offset":2659},[],[],{"text":"22239","offset":2671},{"text":"22240","offset":2742},["26605","26606"],["22201","22243"],{"text":"22244","offset":2758},{"text":"25504","offset":2916},["26607","26608","26609","26610","26611"],["22251","22252","22144","22253","22254"],{"text":"25510","offset":2928},["26612","26613","26614","26615","26616"],["21496","21497","21498","21499","21500"],{"text":"25516","offset":2948},[],[],{"text":"25517","offset":2954},{"text":"26617","offset":3003},["22188","22189","22190","22191","22192"],{"text":"26618","offset":3028},["26619","26620","26621","26622","26623"],["25780","25781","25782","25783","25784"],{"text":"26624","offset":3029},{"text":"22272","offset":3260},["26625","26626","26627","26628","26629"],["22212","22278","22279","22280","22281"],{"text":"22282","offset":3276},[],[],{"text":"22283","offset":3286},["26630","26631"],["21132","21133"],{"text":"22286","offset":3307},{"text":"22287","offset":3449},["26632","26633","26634","26635","26636"],["19720","19721","19722","19723","19724"],{"text":"22293","offset":3466},["21132","21133"],{"text":"22294","offset":3492},["26637","26638","26639","26640","26641"],["22300","22301","22302","22303","22304"],{"text":"22305","offset":3503},["26642","26643","26644","26645","26646"],["21253","21254","21255","21256","21257"],{"text":"22311","offset":3513},{"text":"22429","offset":3635},["21253","21254","21255","21256","21257"],{"text":"22430","offset":3643},[],[],{"text":"22431","offset":3643},{"text":"21617","offset":616},[],[],"file:///tmp/lint/apps/libs/widgets/test_package/CMakeLists.txt",{"text":"21618","offset":616},{"text":"21927","offset":661},[],[],{"text":"21928","offset":666},{"text":"26647","offset":0},["26648","26649","26650","26651","26652"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/AUTHORS",{"text":"26653","offset":0},{"text":"26654","offset":282},["26655","26656","26657","26658","26659"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/CMakeLists.txt",{"text":"26660","offset":283},{"text":"26661","offset":302},["19720","19721","19722","19723","19724"],{"text":"26662","offset":303},"jmbdewidget",{"text":"26663","offset":321},[],[],{"text":"26664","offset":322},{"text":"26665","offset":344},[],[],{"text":"26666","offset":345},{"text":"26667","offset":366},[],[],{"text":"26668","offset":367},{"text":"26669","offset":1159},["26670","26671","26672","26673"],["20121","20122","20123","20124"],{"text":"26674","offset":1194},"jmbdeqt",{"text":"26675","offset":1373},[],[],{"text":"12292","offset":1375},"DEPENDENCES",{"text":"26676","offset":1815},["26677","26678","26679","26680","26681"],["26682","26683","26684","26685","26686"],{"text":"26687","offset":1815},"KDEC",{"text":"26688","offset":2409},["26689","26690","26691","26692","26693"],["26694","26695","26696","26697","26698"],{"text":"26699","offset":2409},"libc",{"text":"26700","offset":3136},["26701","26702","26703","26704","26705"],["26706","26707","26708","26709","26710"],{"text":"26711","offset":3175},"jmbdepch",{"text":"26712","offset":3391},[],[],{"text":"26713","offset":3391},"jmde",{"text":"26714","offset":3470},["26715","26716","26717","26718","26719"],["19724","26720","26721","26722","26723"],{"text":"26724","offset":3470},["19720","19721","19722","19723","19724"],{"text":"26725","offset":3472},"msvc",{"text":"26726","offset":444},["26727","26728","26729","26730","26731"],["20443","20444","20445","20446","19812"],"file:///tmp/lint/CMakePresets.json",{"text":"26732","offset":495},"CPPCHECK",{"text":"26733","offset":910},["26734","26735","26736"],["20070","20071","20072"],{"text":"26737","offset":918},{"text":"26738","offset":1492},["20443","20444","20445","20446","19812"],{"text":"26739","offset":1498},{"text":"26740","offset":1543},["20443","20444","20445","20446","19812"],{"text":"26741","offset":1549},{"text":"26742","offset":1595},["20443","20444","20445","20446","19812"],{"text":"26743","offset":1617},{"text":"26744","offset":1908},["20443","20444","20445","20446","19812"],{"text":"26745","offset":1914},{"text":"26746","offset":53},["26747","26748","26749","26750","26751"],["19734","19735","19736","19737","19738"],"file:///tmp/lint/CMakeUserPresets.json",{"text":"26752","offset":55},["26753","26754","26755","26756","26757"],["19720","19721","19722","19723","19724"],{"text":"26758","offset":75},"Vereinbarung",{"text":"26759","offset":0},[],[],"file:///tmp/lint/CODE_OF_CONDUCT_de-DE.md",{"text":"26760","offset":0},"über",["26761","26762","26763","26764","26765"],["26766","26767","26768","26769","26770"],{"text":"26771","offset":0},"Verhaltenskodex",[],[],{"text":"26772","offset":0},"Mitwirkende",[],[],{"text":"26773","offset":20},"Unsere",{"text":"26774","offset":53},["26775","26776","26777","26778","26779"],["26780","26781","26782","26783","26768"],{"text":"26784","offset":53},"Verpflichtung",[],[],{"text":"26784","offset":53},"Förderung",{"text":"26785","offset":78},["26786","26787","26788","26789"],["26790","26791","26792","26793"],{"text":"26794","offset":78},"eines",["26795","26796","26797","26798","26799"],["26800","26801","26802","26803","26804"],{"text":"26805","offset":81},"offenen",["26806","26807","26808","26809","26810"],["21125","26811","26812","26813","26814"],{"text":"26815","offset":91},"einladenden",[],[],{"text":"26816","offset":97},"Umfeldes",["26817","26818","26819","26820","26821"],["26822","26823","26824","26825","26826"],{"text":"26827","offset":111},"wollen",["26828","26829","26830","26831","26832"],["26833","26834","26835","26836","26837"],{"text":"26838","offset":123},"Teilnehmer",{"text":"26839","offset":163},[],[],{"text":"26840","offset":163},"Verantwortliche",[],[],{"text":"26841","offset":163},"unseres",["26842","26843","26844","26845","26846"],["26847","26848","26849","26780","26850"],{"text":"26851","offset":174},"Projektes",["26852","26853","26854","26855","26856"],["26857","26858","26859","26860","26861"],{"text":"26862","offset":178},"verpflichten",[],[],{"text":"26863","offset":182},"Teilnahme",[],[],{"text":"26864","offset":202},"Projekt",{"text":"26865","offset":246},["26866","26867","26868","26869","26870"],["26860","26871","26872","26873","26857"],{"text":"26874","offset":246},"unserer",["26875","26876","26877","26878","26879"],["26782","26849","26780","26880","26881"],{"text":"26882","offset":246},"einer",["26883","26884","26885","26886","26887"],["26888","26889","26890","26891","26892"],{"text":"26893","offset":258},"belästigungsfreien",[],[],{"text":"26894","offset":266},"Erfahrung",[],[],{"text":"26895","offset":282},"unabhängig",{"text":"26896","offset":329},[],[],{"text":"26897","offset":329},"Körpergröße",[],[],{"text":"26898","offset":329},"Behinderung",["26899"],["26900"],{"text":"26901","offset":344},"ethnischer",[],[],{"text":"26902","offset":353},"Zuordnung",[],[],{"text":"26903","offset":364},"geschlechtlicher",[],[],{"text":"26904","offset":377},"Identität",{"text":"26905","offset":416},["26906","26907","26908","26909","26910"],["26911","26912","26913","26914","26915"],{"text":"26916","offset":416},"Ausdruck",[],[],{"text":"26917","offset":416},"Erfahrungsstufe",[],[],{"text":"26918","offset":416},"Nationalität",["26919","26920","26921","26922","26923"],["26924","26925","26926","26927","26928"],{"text":"26929","offset":430},"persönlicher",[],[],{"text":"26930","offset":441},"Erscheinung",[],[],{"text":"26931","offset":457},"Rasse",["26932","26933","26934","26935","26936"],["26937","26938","26939","26940","26941"],{"text":"26942","offset":476},"sexueller",{"text":"26943","offset":504},["26944","26945","26946","26947","26948"],["26949","26950","26951","26952","26953"],{"text":"26954","offset":504},["26911","26912","26913","26914","26915"],{"text":"26955","offset":504},"Orientierung",["26956","26957"],["26958","26959"],{"text":"26960","offset":518},{"text":"26961","offset":558},["26780","26781","26782","26783","26768"],{"text":"26962","offset":558},"Beispiele",{"text":"26963","offset":579},["26964","26965"],["26966","26967"],{"text":"26968","offset":579},"Verhaltensweisen",[],[],{"text":"26969","offset":579},"welche",["26970","26971","26972","26973","26974"],["26975","26976","26977","26978","26979"],{"text":"26980","offset":591},"dazu",["26981","26982","26983","26984","26985"],["26986","26987","26988","26989","26990"],{"text":"26991","offset":593},"beitragen",["26992","26993","26994","26995","26996"],["19737","26997","26998","26999","27000"],{"text":"27001","offset":593},"Umfeld",["27002","27003","27004","27005","27006"],["27007","27008","27009","26824","27010"],{"text":"27011","offset":623},[],[],{"text":"27012","offset":637},"beinhalten",{"text":"27013","offset":667},[],[],{"text":"27014","offset":667},"Verwendung",{"text":"27015","offset":680},[],[],{"text":"27016","offset":680},[],{"text":"27017","offset":682},"einbindenden",[],[],{"text":"27018","offset":697},"Formulierungen",[],[],{"text":"27019","offset":701},"Abweichenden",{"text":"27020","offset":745},[],[],{"text":"27021","offset":745},"Ansichten",[],[],{"text":"27022","offset":745},"Erfahrungen",[],[],{"text":"27023","offset":747},["27024","27025","27026","27027","27028"],["21162","21163","21164","21165","21166"],{"text":"27029","offset":760},"Respekt",["27030","27031","27032","27033","27034"],["27035","27036","27037","27038","27039"],{"text":"27040","offset":770},"entgegengebracht",[],[],{"text":"27041","offset":774},"Konstruktive",{"text":"27042","offset":816},[],[],{"text":"27043","offset":816},"Kritik",["27044","27045","27046","27047","27048"],["27049","27050","27051","27052","27053"],{"text":"27054","offset":816},["21162","21163","21164","21165","21166"],{"text":"27055","offset":818},"höflich",["27056","27057","27058","27059"],["27060","27061","27062","27063"],{"text":"27055","offset":818},"entgegengenommen",[],[],{"text":"27064","offset":831},"Fokussierung",{"text":"27065","offset":868},[],[],{"text":"27066","offset":868},"Beste",["27067","27068","27069","27070","27071"],["27072","27073","27074","27075","27076"],{"text":"27077","offset":870},"Verständnis",{"text":"27078","offset":931},[],[],{"text":"27079","offset":931},"zeigen",["27080","27081","27082","27083","27084"],["27085","27086","27087","27088","27089"],{"text":"27090","offset":931},"gegenüber",[],[],{"text":"27091","offset":933},"anderen",["27092","27093","27094","27095","27096"],["27097","27098","21485","27099","27100"],{"text":"27101","offset":939},"Mitgliedern",[],[],{"text":"27102","offset":945},{"text":"27103","offset":1000},["26966","26967"],{"text":"27104","offset":1000},["27105","27106","27107","27108","27109"],["21173","21174","21175","21176","21177"],{"text":"27110","offset":1000},"akzeptables",["27111"],["27112"],{"text":"27113","offset":1000},"Verhalten",[],[],{"text":"27114","offset":1012},[],{"text":"27115","offset":1020},{"text":"27116","offset":1055},[],{"text":"27117","offset":1055},"sexualisierter",[],[],{"text":"27118","offset":1055},"Sprache",["27119","27120","27121","27122","27123"],["27124","27125","27126","27127","27128"],{"text":"27129","offset":1061},"Bilder",["27130","27131","27132","27133","27134"],["27135","27136","27137","27138","27139"],{"text":"27140","offset":1072},"Symbolik",["27141","27142","27143","27144","27145"],["27146","27147","27148","27149","27150"],{"text":"27151","offset":1087},"sowie",["27152","27153","27154","27155","27156"],["27157","27158","27159","27160","27161"],{"text":"27162","offset":1096},"unerwünschte",[],[],{"text":"27163","offset":1103},"Versuche",{"text":"27164","offset":1136},["27165","27166","27167","27168","27169"],["27170","27171","27172","27173","27174"],{"text":"27175","offset":1140},["26949","26950","26951","26952","26953"],{"text":"27175","offset":1140},"Anbahnung",[],[],{"text":"27175","offset":1140},"Beleidigende",{"text":"27176","offset":1169},[],[],{"text":"27177","offset":1169},"abwertende",[],[],{"text":"27178","offset":1169},"Kommentare",[],[],{"text":"27179","offset":1171},"persönliche",[],[],{"text":"27180","offset":1186},"politische",["27181","27182","27183","27184","27185"],["27186","27187","27188","27189","27190"],{"text":"27191","offset":1197},"Angriffe",["27192","27193","27194","27195","27196"],["27197","27198","27199","27200","27201"],{"text":"27202","offset":1214},"Nutzung",["27203","27204","27205","27206","27207"],["27208","27209","27210","27211","27212"],{"text":"27213","offset":1226},"unbilliges",{"text":"27214","offset":1255},[],[],{"text":"27215","offset":1259},[],{"text":"27216","offset":1263},"Öffentliche",{"text":"27217","offset":1298},[],[],{"text":"27218","offset":1298},"Belästigungen",[],[],{"text":"27219","offset":1301},"Veröffentlichen",{"text":"27220","offset":1339},[],[],{"text":"27221","offset":1339},"Informationen",["27222","27223","27224","27225","27226"],["27227","27228","27229","27230","27231"],{"text":"27232","offset":1349},"Anderer",["27233","27234","27235","27236","27237"],["21485","21486","27238","21487","21488"],{"text":"27239","offset":1365},"Beispiel",["27240","27241","27242","27243","27244"],["26967","27245","27246","27247","27248"],{"text":"27249","offset":1375},"elektronische",{"text":"27250","offset":1424},[],[],{"text":"27251","offset":1428},"Adressen",["27252","27253","27254","27255","27256"],["27257","27258","27259","27260","27261"],{"text":"27262","offset":1428},"ohne",["27263","27264","27265","27266","27267"],["27268","27269","27270","27271","27272"],{"text":"27273","offset":1433},"deren",["27274","27275","27276","27277","27278"],["21449","27279","27280","21450","27281"],{"text":"27282","offset":1433},"ausdrückliche",[],[],{"text":"27283","offset":1447},"Erlaubnis",[],[],{"text":"27284","offset":1462},"Anderes",{"text":"27285","offset":1492},["27286","27287","27288","27289","27290"],["27291","27292","27293","27294","27295"],{"text":"27296","offset":1492},[],{"text":"27297","offset":1492},"einem",["27298","27299","27300","27301","27302"],["27303","27304","22146","22383","27305"],{"text":"27306","offset":1502},["27007","27008","27009","26824","27010"],{"text":"27307","offset":1524},"begründet",[],[],{"text":"27308","offset":1530},"unangemessen",{"text":"27309","offset":1567},[],[],{"text":"27310","offset":1571},"betrachtet",[],[],{"text":"27310","offset":1571},["27311","27312","27313","27314","27315"],["21295","21296","21297","21298","27316"],{"text":"27310","offset":1571},["27317","27318","27319","27320","27321"],["21307","21308","21309","21310","21311"],{"text":"27322","offset":1572},{"text":"27323","offset":1608},["26780","26781","26782","26783","26768"],{"text":"27324","offset":1608},"Verantwortlichkeiten",[],[],{"text":"27324","offset":1608},"Projektverantwortlichen",{"text":"27325","offset":1640},[],[],{"text":"27326","offset":1640},"verantwortlich",[],[],{"text":"27327","offset":1644},"dafür",["27328","27329","27330","27331","27332"],["27333","27334","27335","27336","27337"],{"text":"27338","offset":1668},["27112"],{"text":"27339","offset":1695},"Benehmen",{"text":"27340","offset":1729},["27341","27342","27343","27344","27345"],["27346","27347","27348","27349","27350"],{"text":"27351","offset":1729},"klarzustellen",[],[],{"text":"27352","offset":1729},["21162","21163","21164","21165","21166"],{"text":"27353","offset":1738},"ihnen",["27354","27355","27356","27357","27358"],["27359","26801","27360","27361","24615"],{"text":"27362","offset":1738},"erwartet",["27363","27364","27365","27366"],["27367","27368","27369","27370"],{"text":"27371","offset":1752},"dass",["27372","27373","27374","27375","27376"],["27377","27378","27379","27380","27381"],{"text":"27382","offset":1764},"Reaktion",["27383","27384","27385","27386","27387"],["27388","27389","27390","27391","27392"],{"text":"27393","offset":1774},"jegliches",{"text":"27394","offset":1810},["27395","27396","27397","27398"],["27399","27400","27401","27402"],{"text":"27403","offset":1810},"inakzeptables",[],[],{"text":"27404","offset":1810},[],{"text":"27405","offset":1810},"passende",["27406","27407","27408","27409","27410"],["27411","27412","27413","27414","27415"],{"text":"27416","offset":1820},"berichtigende",[],[],{"text":"27417","offset":1834},"Maßnahmen",[],[],{"text":"27418","offset":1857},"ergreifen",[],[],{"text":"27419","offset":1863},{"text":"27420","offset":1899},[],{"text":"27421","offset":1899},"haben",["27422","27423","27424","27425","27426"],["27427","27428","27429","27430","27431"],{"text":"27432","offset":1903},"Recht",["27433","27434","27435","27436","27437"],["27438","27439","27440","27441","27442"],{"text":"27443","offset":1907},"Verantwortung",[],[],{"text":"27444","offset":1927},[],{"text":"27445","offset":1943},"Bearbeitungen",{"text":"27446","offset":1987},[],[],{"text":"27447","offset":1987},"Beiträge",["27448","27449","27450","27451","27452"],["26998","27453","27454","27455","27087"],{"text":"27456","offset":2013},["21173","21174","21175","21176","21177"],{"text":"27457","offset":2033},{"text":"27458","offset":2071},[],{"text":"27459","offset":2071},"entfernen",["27460","27461","27462","27463","27464"],["27465","27466","27467","27468","27469"],{"text":"27470","offset":2076},"bearbeiten",["27471","27472"],["22201","22243"],{"text":"27473","offset":2097},"abzulehnen",[],[],{"text":"27474","offset":2117},"jene",["27475","27476","27477","27478","27479"],["27480","27481","27482","27483","27484"],{"text":"27485","offset":2131},{"text":"27486","offset":2157},[],{"text":"27487","offset":2157},[],{"text":"27488","offset":2157},[],{"text":"27489","offset":2173},"bedrohend",["27490","27491","27492","27493","27494"],["27495","27496","27497","27498","27499"],{"text":"27500","offset":2195},"beleidigend",[],[],{"text":"27501","offset":2203},"verletzend",{"text":"27502","offset":2245},[],[],{"text":"27503","offset":2245},"zeitweilig",[],[],{"text":"27504","offset":2245},"dauerhaft",[],[],{"text":"27505","offset":2256},"sperren",["27506","27507","27508","27509","27510"],["27511","27512","27513","27514","27515"],{"text":"27516","offset":2264},"Geltungsbereich",{"text":"27517","offset":2303},[],[],{"text":"27518","offset":2303},{"text":"27519","offset":2323},[],{"text":"27520","offset":2323},"sowohl",["27521","27522","27523","27524","27525"],["27526","27527","27528","27529","27530"],{"text":"27531","offset":2330},"innerhalb",["27532","27533","27534","27535","27536"],["27537","27538","27539","27540","27541"],{"text":"27531","offset":2330},"Projektbereichs",[],[],{"text":"27542","offset":2351},"auch",["27543","27544","27545","27546","27547"],["21748","27548","27549","21749","27550"],{"text":"27551","offset":2372},"öffentlichen",{"text":"27552","offset":2400},[],[],{"text":"27553","offset":2400},"Bereichen",["27554","27555","27556","27557","27558"],["27348","27559","27560","27561","27562"],{"text":"27563","offset":2400},"wenn",["27564","27565","27566","27567","27568"],["24764","24765","21298","24766","27569"],{"text":"27570","offset":2401},["27571","27572","27573","27574","27575"],["22146","22383","22384","22385","22386"],{"text":"27576","offset":2401},["26860","26871","26872","26873","26857"],{"text":"27577","offset":2424},"repräsentiert",{"text":"27578","offset":2477},[],[],{"text":"27579","offset":2477},["26966","26967"],{"text":"27580","offset":2477},"Repräsentation",["27581","27582","27583","27584","27585"],["27586","27587","27588","27589","27590"],{"text":"27591","offset":2482},["26800","26801","26802","26803","26804"],{"text":"27592","offset":2504},["26857","26858","26859","26860","26861"],{"text":"27593","offset":2510},{"text":"27594","offset":2563},[],{"text":"27595","offset":2563},[],{"text":"27596","offset":2563},["26888","26889","26890","26891","26892"],{"text":"27596","offset":2563},"offiziellen",[],[],{"text":"27597","offset":2574},["26860","26871","26872","26873","26857"],{"text":"27598","offset":2578},"Adresse",["27599","27600","27601","27602","27603"],["27604","27605","27606","27607","27257"],{"text":"27608","offset":2595},"Versenden",["27609","27610","27611","27612","27613"],["27614","27615","27616","27617","27618"],{"text":"27619","offset":2615},"Nachrichten",{"text":"27620","offset":2649},[],[],{"text":"27621","offset":2649},["26766","26767","26768","26769","26770"],{"text":"27622","offset":2649},["27623","27624","27625","27626","27627"],["22142","22143","22144","22145","22146"],{"text":"27622","offset":2649},[],{"text":"27628","offset":2649},"Handeln",["27629","27630","27631","27632","27633"],["27634","27635","27636","27637","27638"],{"text":"27639","offset":2692},"Repräsentant",{"text":"27640","offset":2727},["27641","27642"],["27643","27644"],{"text":"27645","offset":2727},"während",["27646","27647","27648","27649","27650"],["27651","27652","21150","27653","27654"],{"text":"27655","offset":2727},["26888","26889","26890","26891","26892"],{"text":"27655","offset":2727},"Veranstaltung",[],[],{"text":"27656","offset":2754},{"text":"27657","offset":2802},["27586","27587","27588","27589","27590"],{"text":"27658","offset":2802},["26857","26858","26859","26860","26861"],{"text":"27659","offset":2802},["21307","21308","21309","21310","21311"],{"text":"27660","offset":2808},"durch",["27661","27662","27663","27664","27665"],["27666","27667","27668","27669","27670"],{"text":"27671","offset":2818},[],{"text":"27672","offset":2822},"ausformuliert",{"text":"27673","offset":2879},[],[],{"text":"27674","offset":2879},"klargestellt",[],[],{"text":"27675","offset":2879},["21295","21296","21297","21298","27316"],{"text":"27676","offset":2880},"Umsetzung",{"text":"27677","offset":2919},["27678","27679","27680"],["27681","27682","27683"],{"text":"27684","offset":2919},"Fälle",{"text":"27685","offset":2933},["27686","27687","27688","27689","27690"],["27691","27692","27693","27694","27695"],{"text":"27696","offset":2933},"missbräuchlichem",[],[],{"text":"27697","offset":2933},"belästigendem",[],[],{"text":"27698","offset":2939},"anderweitig",[],[],{"text":"27699","offset":2961},["21173","21174","21175","21176","21177"],{"text":"27700","offset":2965},"akzeptablem",["27701"],["27112"],{"text":"27702","offset":2975},[],{"text":"27703","offset":2980},{"text":"27704","offset":3020},["27705","27706","27707","27708","27709"],["25112","25113","25114","25115","25116"],{"text":"27710","offset":3020},"Projektteam",[],[],{"text":"27711","offset":3020},"unter",["27712","27713","27714","27715","27716"],["27717","27718","27719","27720","27721"],{"text":"27722","offset":3022},"gemeldet",["27723","27724","27725","27726"],["27727","27728","27729","27730"],{"text":"27731","offset":3058},["21295","21296","21297","21298","27316"],{"text":"27732","offset":3067},"Beschwerden",{"text":"27733","offset":3100},[],[],{"text":"27734","offset":3100},["21295","21296","21297","21298","27316"],{"text":"27734","offset":3100},"geprüft",["27735","27736","27737","27738"],["27739","27740","27741","27742"],{"text":"27743","offset":3100},"untersucht",[],[],{"text":"27744","offset":3101},["21295","21296","21297","21298","27316"],{"text":"27745","offset":3124},["26888","26889","26890","26891","26892"],{"text":"27746","offset":3131},"führen",["27747","27748","27749","27750","27751"],["27752","27753","27754","27755","27756"],{"text":"27757","offset":3146},"angesichts",{"text":"27758","offset":3182},["27759","27760","27761"],["27762","27763","27764"],{"text":"27765","offset":3182},"Umstände",["27766","27767","27768","27769","27770"],["27771","27772","27773","27774","27775"],{"text":"27776","offset":3182},"angemessen",[],[],{"text":"27777","offset":3202},"gehalten",["27778","27779","27780","27781","27782"],["27783","27784","27785","27786","27787"],{"text":"27788","offset":3210},["21162","21163","21164","21165","21166"],{"text":"27789","offset":3224},[],{"text":"27789","offset":3224},"verpflichtet",{"text":"27790","offset":3270},[],[],{"text":"27791","offset":3270},["26766","26767","26768","26769","26770"],{"text":"27792","offset":3270},"diejenigen",[],[],{"text":"27793","offset":3270},"Vorfälle",["27794","27795","27796"],["27797","27798","27799"],{"text":"27800","offset":3285},["27727","27728","27729","27730"],{"text":"27801","offset":3289},["27427","27428","27429","27430","27431"],{"text":"27802","offset":3301},"Verschwiegenheit",[],[],{"text":"27803","offset":3310},"wahren",["27804","27805","27806","27807","27808"],["27654","27809","27810","27811","27812"],{"text":"27813","offset":3330},"Weitere",{"text":"27814","offset":3358},["27815","27816","27817","27818","27819"],["27820","27821","27822","27823","27824"],{"text":"27825","offset":3358},"Einzelheiten",[],[],{"text":"27826","offset":3358},"speziellen",[],[],{"text":"27827","offset":3358},"Umsetzungsgrundsätzen",[],[],{"text":"27828","offset":3366},["25112","25113","25114","25115","25116"],{"text":"27829","offset":3393},"gesondert",["27830","27831","27832"],["21286","27833","27834"],{"text":"27829","offset":3393},"mitgeteilt",[],[],{"text":"27835","offset":3410},"Projektverantwortliche",{"text":"27836","offset":3452},[],[],{"text":"27837","offset":3452},["26975","26976","26977","26978","26979"],{"text":"27837","offset":3452},[],{"text":"27838","offset":3457},["21173","21174","21175","21176","21177"],{"text":"27839","offset":3483},"befolgen",["27840","27841","27842","27843","27844"],["27845","27846","27847","27848","27849"],{"text":"27850","offset":3487},["21173","21174","21175","21176","21177"],{"text":"27851","offset":3503},"nach",["27852","27853","27854","27855","27856"],["27857","27858","27859","27860","27861"],{"text":"27862","offset":3509},"Glauben",{"text":"27863","offset":3535},["27864","27865","27866","27867","27868"],["27869","27870","27871","27872","27873"],{"text":"27874","offset":3535},"Einhaltung",["27875"],["27876"],{"text":"27877","offset":3549},"sorgen",["27878","27879","27880","27881","27882"],["27883","27884","27885","27886","27887"],{"text":"27888","offset":3563},["25112","25113","25114","25115","25116"],{"text":"27889","offset":3565},"sich",["27890","27891","27892","27893","27894"],["27895","27896","27897","27898","27899"],{"text":"27900","offset":3572},"vorübergehenden",[],[],{"text":"27901","offset":3583},"dauerhaften",{"text":"27902","offset":3624},[],[],{"text":"27903","offset":3624},"Auswirkungen",[],[],{"text":"27904","offset":3624},"gegenüberstehen",[],[],{"text":"27905","offset":3624},["27666","27667","27668","27669","27670"],{"text":"27906","offset":3649},"Mitglieder",["27907"],["27908"],{"text":"27909","offset":3655},"Projektleitung",[],[],{"text":"27910","offset":3676},"bestimmt",{"text":"27911","offset":3713},["27912","27913","27914","27915","27916"],["27917","27918","27919","27920","27921"],{"text":"27922","offset":3713},"wurden",["27923","27924","27925","27926","27927"],["21295","27928","27929","27930","27931"],{"text":"27922","offset":3713},"Bezug",{"text":"27932","offset":3731},["27933","27934","27935","27936","27937"],["27938","27939","27940","27941","27942"],{"text":"27943","offset":3731},{"text":"27944","offset":3741},[],{"text":"27945","offset":3741},"basiert",["27946","27947","27948","27949","27950"],["27951","27952","27953","27954","27955"],{"text":"27945","offset":3741},"verfügbar",["27956"],["27957"],{"text":"27958","offset":3792},{"text":"27959","offset":3825},["27717","27718","27719","27720","27721"],{"text":"27960","offset":3825},"cppstd",{"text":"27961","offset":247},["27962","27963","27964","27965","27966"],["27967","27968","27969","27970","27971"],"file:///tmp/lint/conanfile.py",{"text":"27972","offset":264},{"text":"27973","offset":475},["27974","27975","27976","27977","27978"],["19720","19721","19722","19723","19724"],{"text":"27979","offset":475},"Receipe",["27980","27981","27982","27983","27984"],["27985","27986","27987","27988","27989"],{"text":"27979","offset":475},{"text":"27990","offset":506},["19720","19721","19722","19723","19724"],{"text":"27991","offset":510},{"text":"27992","offset":1540},["27993","27994","27995","27996","27997"],["20443","21973","21974","20444","20445"],{"text":"27998","offset":1573},{"text":"27999","offset":1648},["20443","21973","21974","20444","20445"],{"text":"28000","offset":1690},"qtbase",{"text":"28001","offset":2451},["28002","28003","28004","28005","28006"],["28007","28008","28009","28010","28011"],{"text":"28012","offset":2463},"qtbuildprofiles",{"text":"28013","offset":2509},[],[],{"text":"28014","offset":2521},"qtdeclarative",{"text":"28015","offset":2576},[],[],{"text":"28016","offset":2588},"qtdoc",{"text":"28017","offset":2641},["28018","28019","28020","28021","28022"],["28023","28024","19814","28025","28026"],{"text":"28027","offset":2653},"qtimageformats",{"text":"28028","offset":2698},[],[],{"text":"28029","offset":2710},"qtsvg",{"text":"28030","offset":2764},["28031","28032","28033","28034"],["28035","28036","28037","28038"],{"text":"28039","offset":2776},"qttranslations",{"text":"28040","offset":2871},["28041","28042","28043"],["28044","28045","28046"],{"text":"28047","offset":2883},{"text":"28048","offset":3039},["28035","28036","28037","28038"],{"text":"28049","offset":3051},{"text":"28050","offset":3083},[],{"text":"28051","offset":3095},"qttools",{"text":"28052","offset":3135},["28053","28054","28055","28056","28057"],["28058","28059","28060","28061","28062"],{"text":"28063","offset":3147},{"text":"28064","offset":3229},["28044","28045","28046"],{"text":"28065","offset":3245},{"text":"28066","offset":3286},[],{"text":"28067","offset":3298},{"text":"28068","offset":3339},["28023","28024","19814","28025","28026"],{"text":"28069","offset":3351},{"text":"28066","offset":3383},[],{"text":"28067","offset":3395},{"text":"28066","offset":3496},[],{"text":"28067","offset":3508},"libiconv",{"text":"28070","offset":3788},["28071","28072","28073","28074","28075"],["28076","28077","28078","28079","28080"],{"text":"28081","offset":3796},"spdlog",{"text":"28082","offset":3833},["28083","28084","28085","28086","28087"],["28088","28089","28090","28091","28092"],{"text":"28093","offset":3841},"gtest",{"text":"28094","offset":4082},["28095","28096","28097","28098","28099"],["21188","28100","28101","20382","28102"],{"text":"28103","offset":4090},{"text":"28104","offset":4137},["27967","27968","27969","27970","27971"],{"text":"28105","offset":4141},{"text":"28106","offset":4336},["20443","21973","21974","20444","20445"],{"text":"28107","offset":4344},{"text":"28108","offset":4417},["27967","27968","27969","27970","27971"],{"text":"28109","offset":4421},{"text":"28110","offset":4449},["27967","27968","27969","27970","27971"],{"text":"28111","offset":4465},{"text":"28112","offset":4612},["27967","27968","27969","27970","27971"],{"text":"28113","offset":4624},"DBUILD",{"text":"28114","offset":12},["28115","28116","28117","28118","28119"],["28120","28121","28122","28123","28124"],"file:///tmp/lint/config/cmake-refined-words.txt",{"text":"13459","offset":12},"DCATCH",{"text":"28125","offset":19},["28126","28127","28128","28129","28130"],["28131","28132","28133","28134","27666"],{"text":"13465","offset":19},"DCMAKE",{"text":"28135","offset":26},["28136","28137","28138","28139","28140"],["19837","28141","28142","28143","28144"],{"text":"13470","offset":26},"depencencies",{"text":"28145","offset":33},["28146","28147","28148","28149","28150"],["26684","26682","26683","28151","28152"],{"text":"13475","offset":33},"cpack",{"text":"28153","offset":46},["28154","28155","28156","28157","28158"],["28159","28160","28161","28162","28163"],{"text":"13480","offset":46},"ctest",{"text":"28164","offset":52},["28165","28166","28167","28168","28169"],["28170","28171","28172","28173","28174"],{"text":"13485","offset":52},"NSIS",{"text":"28175","offset":58},["28176","28177","28178","28179","28180"],["28181","28182","28183","28184","28185"],{"text":"13490","offset":58},{"text":"28186","offset":63},["28187","28188","28189","28190","28191"],["20457","20082","20083","20458","20459"],{"text":"6585","offset":63},"STGZ",{"text":"28192","offset":73},["28193","28194","28195","28196","28197"],["28198","28199","28200","28201","28202"],{"text":"13499","offset":73},"RPATH",{"text":"28203","offset":78},["28204","28205","28206","28207","28208"],["28209","28210","28211","28212","28213"],{"text":"13504","offset":78},"ausschließliche",{"text":"28214","offset":0},[],[],"file:///tmp/lint/config/german-words.txt",{"text":"13509","offset":0},"bekannte",{"text":"28215","offset":16},["28216","28217","28218","28219","28220"],["28221","28222","28223","28224","28225"],{"text":"13515","offset":16},"beliebige",{"text":"28226","offset":25},["28227","28228","28229"],["28230","26966","28231"],{"text":"13520","offset":25},"berechtigt",{"text":"28232","offset":35},[],[],{"text":"13525","offset":35},"berührt",{"text":"28233","offset":46},["28234","28235","28236","28237","28238"],["28239","28240","28241","28242","28243"],{"text":"13530","offset":46},"bestehenden",{"text":"28244","offset":54},[],[],{"text":"13535","offset":54},{"text":"28245","offset":78},["28246","28247","28248","28249","28250"],["27377","27378","27379","27380","27381"],{"text":"12856","offset":78},"dritte",{"text":"28251","offset":83},["28252","28253","28254","28255","28256"],["28257","28258","28259","28260","28261"],{"text":"13544","offset":83},{"text":"28262","offset":90},["28263","28264","28265","28266","28267"],["22146","22383","22384","22385","22386"],{"text":"8572","offset":90},"einzelne",{"text":"28268","offset":95},[],[],{"text":"13553","offset":95},"erteilt",{"text":"28269","offset":104},["28270","28271","28272","28273","28274"],["28275","28276","28277","28278","27986"],{"text":"13558","offset":104},"Gültigkeitsdauer",{"text":"28279","offset":112},[],[],{"text":"13563","offset":112},{"text":"28280","offset":129},["28281","28282","28283","28284","28285"],["27427","27428","27429","27430","27431"],{"text":"12894","offset":129},"hiermit",{"text":"28286","offset":135},["28287","28288","28289","28290","28291"],["28292","28293","28294","28295","28296"],{"text":"13572","offset":135},"Ihnen",{"text":"28297","offset":143},["28298","28299","28300","28301","28302"],["27359","26801","28303","27360","28304"],{"text":"13577","offset":143},"juristische",{"text":"28305","offset":149},["28306","28307"],["28308","28309"],{"text":"13582","offset":149},{"text":"28310","offset":161},["28311","28312","28313","28314","28315"],["25112","25113","25114","25115","25116"],{"text":"10885","offset":161},"Lizenzrechte",{"text":"28316","offset":168},[],[],{"text":"13591","offset":168},"Lizenzgeber",{"text":"28317","offset":181},[],[],{"text":"13596","offset":181},"natürliche",{"text":"28318","offset":193},[],[],{"text":"13601","offset":193},"Originalwerk",{"text":"28319","offset":204},[],[],{"text":"13606","offset":204},"Personen",{"text":"28320","offset":217},["28321","28322","28323","28324","28325"],["28326","28327","28328","28329","28330"],{"text":"13611","offset":217},"Rechte",{"text":"28331","offset":226},["28332","28333","28334","28335","28336"],["28337","28338","28339","27438","27439"],{"text":"13616","offset":226},"soweit",{"text":"28340","offset":233},["28341","28342","28343","28344","28345"],["28346","28347","28348","28349","28350"],{"text":"13621","offset":233},{"text":"28351","offset":240},["28352","28353","28354","28355","28356"],["26766","26767","26768","26769","26770"],{"text":"12361","offset":240},"Umfang",{"text":"28357","offset":245},["28358","28359","28360","28361","28362"],["28363","28364","28365","28366","28367"],{"text":"13630","offset":245},"unterlizenzierbare",{"text":"28368","offset":252},[],[],{"text":"13635","offset":252},"Urheberrechte",{"text":"28369","offset":271},[],[],{"text":"13640","offset":271},"verleihen",{"text":"28370","offset":285},["28371","28372","28373","28374"],["28375","28376","28377","27614"],{"text":"13645","offset":285},"vermieten",{"text":"28378","offset":295},["28379","28380","28381","28382","28383"],["28384","28385","28386","28387","28388"],{"text":"13650","offset":295},"Vervielfältigungen",{"text":"28389","offset":305},[],[],{"text":"13655","offset":305},"Wahrnehmung",{"text":"28390","offset":324},[],[],{"text":"13660","offset":324},"weltweite",{"text":"28391","offset":336},[],[],{"text":"13665","offset":336},"Werks",{"text":"13670","offset":346},["28392","28393","28394","28395","28396"],["28397","28398","28399","28400","28401"],{"text":"13670","offset":346},"debuild",{"text":"28402","offset":0},["28403","28404","28405","28406","28407"],["28122","28408","28409","28120","28410"],"file:///tmp/lint/config/linux-package-words.txt",{"text":"13675","offset":0},"dput",{"text":"28411","offset":8},["28412","28413","28414","28415","28416"],["28417","28418","28419","28420","28421"],{"text":"13681","offset":8},"Flatpak",{"text":"28422","offset":13},["28423","28424","28425","28426","28427"],["20094","20095","20096","20097","20098"],{"text":"13686","offset":13},"flatpakimage",{"text":"28428","offset":21},[],[],{"text":"13691","offset":21},"freedesktopsdk",{"text":"28429","offset":34},[],[],{"text":"13696","offset":34},"kdoctools",{"text":"28430","offset":49},[],[],{"text":"13701","offset":49},"snapcraftctl",{"text":"28431","offset":59},[],[],{"text":"13706","offset":59},"plibcmake",{"text":"28432","offset":72},["28433","28434"],["28435","28436"],{"text":"13711","offset":72},{"text":"28437","offset":0},["28438","28439","28440","28441","28442"],["21612","21600","21613","21614","21615"],"file:///tmp/lint/config/qt-words.txt",{"text":"7875","offset":0},{"text":"28443","offset":8},["28444","28445","28446","28447","28448"],["21589","21590","21591","21592","20503"],{"text":"7864","offset":8},{"text":"28449","offset":16},["28450","28451","28452","28453","28454"],["21600","21601","21602","21603","21604"],{"text":"7870","offset":16},{"text":"28455","offset":24},["28456","28457","28458","28459","28460"],["20407","20410","28461","28462","28463"],{"text":"6549","offset":24},"qtqml",{"text":"28464","offset":33},["28465","28466","28467","28468","28469"],["28470","28471","28472","28473","28474"],{"text":"13733","offset":33},"qtquick",{"text":"28475","offset":39},["28476","28477","28478","28479","28480"],["28481","28482","21841","28483","28484"],{"text":"13738","offset":39},{"text":"28485","offset":47},["28486","28487","28488","28489","28490"],["20379","20381","20382","28102","28491"],{"text":"6533","offset":47},{"text":"28492","offset":53},["28493","28494","28495"],["28044","28045","28046"],{"text":"13398","offset":53},"rmrf",{"text":"28496","offset":5},["28497","28498","28499","28500","28501"],["28502","28503","28504","28505","28506"],"file:///tmp/lint/config/taskfile-words.txt",{"text":"13751","offset":5},"Willkommen",{"text":"28507","offset":0},[],[],"file:///tmp/lint/CONTRIBUTING_de-DE.md",{"text":"28508","offset":0},{"text":"28509","offset":15},["28510","28511","28512","28513","28514"],["24774","24775","24776","24777","24778"],{"text":"28515","offset":15},["28516","28517","28518","28519","28520"],["19720","19721","19722","19723","19724"],{"text":"28521","offset":15},"Wunderbar",["28522","28523","28524","28525","28526"],["28527","28528","28529","28530","28531"],{"text":"28532","offset":33},"fühlen",["28533","28534","28535","28536","28537"],["28538","27752","28539","28540","27753"],{"text":"28541","offset":42},["28542","28543","28544","28545","28546"],["27895","27896","27897","27898","27899"],{"text":"28547","offset":53},"lesen",["28548","28549","28550","28551","28552"],["21343","21344","21346","21345","28553"],{"text":"28554","offset":66},"Abschnitte",{"text":"28555","offset":103},[],[],{"text":"28556","offset":103},"etwas",["28557","28558","28559","28560","28561"],["28562","28563","19686","28564","28565"],{"text":"28566","offset":128},"arbeitet",["28567","28568","28569","28570","28571"],["28572","28573","28574","28575","28576"],{"text":"28577","offset":131},"woher",["28578","28579","28580","28581","28582"],["28583","28584","28585","28586","24778"],{"text":"28587","offset":147},["28588","28589","28590","28591","28592"],["25137","25138","25139","25140","28593"],{"text":"28594","offset":156},"bekommen",{"text":"28595","offset":185},["28596","28597","28598","28599","28600"],["28601","28602","28603","28604","28605"],{"text":"28606","offset":185},["28607","28608","28609","28610","28611"],["21307","21308","21309","21310","21311"],{"text":"28612","offset":185},"Beitrag",["28613","28614","28615","28616","28617"],["28618","28619","28620","28621","28622"],{"text":"28623","offset":185},"sehr",["28624","28625","28626","28627","28628"],["28629","28630","28631","28632","28633"],{"text":"28634","offset":194},"wichtig",["28635","28636","28637","28638","28639"],["28640","28641","28642","28643","28644"],{"text":"28645","offset":200},["19720","19721","19722","19723","19724"],{"text":"28646","offset":204},["28647","28648","28649","28650","28651"],["21162","21163","21164","21165","21166"],{"text":"28652","offset":216},["28653","28654","28655","28656","28657"],["27666","27667","27668","27669","27670"],{"text":"28658","offset":221},"immer",["28659","28660","28661","28662","28663"],["28664","28665","28666","28667","28668"],{"text":"28669","offset":244},"Welche",{"text":"28670","offset":301},["28671","28672","28673","28674","28675"],["26975","26976","26977","26978","26979"],{"text":"28676","offset":301},"Beiträgen",["28677","28678"],["19737","19738"],{"text":"28679","offset":301},"suchen",["28680","28681","28682","28683","28684"],["28685","28686","28687","28688","28689"],{"text":"28690","offset":304},{"text":"28691","offset":342},["28692","28693","28694","28695","28696"],["24764","24765","21298","24766","24767"],{"text":"28697","offset":342},["28698","28699","28700","28701","28702"],["27359","26801","28303","27360","28304"],{"text":"28703","offset":342},["19720","19721","19722","19723","19724"],{"text":"28703","offset":342},"gefällt",["28704","28705","28706","28707","28708"],["28709","28710","28711","28712","28713"],{"text":"28714","offset":344},["28715","28716","28717","28718","28719"],["26860","26871","26872","26873","26857"],{"text":"28720","offset":373},"teilen",["28721","28722","28723","28724","28725"],["28726","24665","28727","28728","28729"],{"text":"28730","offset":381},"Ihren",["28731","28732","28733","28734","28735"],["28736","24775","28737","28738","28739"],{"text":"28740","offset":400},"Freunden",{"text":"28741","offset":428},["28742","28743","28744","28745","28746"],["28747","28748","28749","28750","28751"],{"text":"28752","offset":432},{"text":"28753","offset":442},["28754","28755","28756","28757","28758"],["21253","21254","21255","21256","21257"],{"text":"28759","offset":442},"fordern",["28760","28761","28762","28763","28764"],["28765","28766","28767","28768","28769"],{"text":"28770","offset":444},"Funktionen",["28771","28772","28773","28774","28775"],["28776","24383","24384","28777","28778"],{"text":"28779","offset":462},["28780","28781","28782","28783","28784"],["27717","27718","27719","27720","27721"],{"text":"28785","offset":475},"Problemvorlagen",{"text":"28786","offset":589},[],[],{"text":"28787","offset":593},"stellen",["28788","28789","28790","28791","28792"],["28793","26950","28794","28795","28796"],{"text":"28797","offset":608},["28798","28799","28800","28801","28802"],["27227","27228","27229","27230","27231"],{"text":"28803","offset":628},{"text":"28804","offset":671},["28805"],["24810"],{"text":"28806","offset":675},["21162","21163","21164","21165","21166"],{"text":"28807","offset":675},"Entwicklern",[],[],{"text":"28808","offset":680},"Grund",["28809","28810","28811","28812","28813"],["28814","28815","28816","21287","28817"],{"text":"28818","offset":700},"Fehlers",["28819","28820","28821","28822","28823"],["28824","28825","21253","21254","28826"],{"text":"28827","offset":712},"verstehen",{"text":"28828","offset":759},["28829","28830","28831","28832","28833"],["27614","28834","28835","27617","28836"],{"text":"28837","offset":763},["28838","28839","28840","28841","28842"],["26975","26976","26977","26978","26979"],{"text":"28843","offset":763},["28844","28845","28846","28847","28848"],["24383","24384","28777","28849","28850"],{"text":"28843","offset":763},"genau",["28851","28852","28853","28854","28855"],["28856","28857","28858","28859","28860"],{"text":"28861","offset":774},"anfordern",["28862"],["28863"],{"text":"28861","offset":774},{"text":"28864","offset":811},["28865","28866","28867","28868","28869"],["27097","27098","21485","27099","27100"],{"text":"28870","offset":811},["28871","28872","28873","28874","28875"],["28326","28327","28328","28329","28330"],{"text":"28876","offset":813},"Problemen",["28877","28878","28879"],["28880","28881","28882"],{"text":"28883","offset":824},"Anfragen",["28884","28885","28886","28887","28888"],["28889","28890","28891","28892","28893"],{"text":"28894","offset":832},["27097","27098","21485","27099","27100"],{"text":"28895","offset":845},"Plattformen",["28896","28897","28898","28899","28900"],["28901","28902","28903","28904","28905"],{"text":"28906","offset":855},["28907","28908","28909","28910","28911"],["24764","24765","21298","24766","27569"],{"text":"28912","offset":867},"Lage",{"text":"28913","offset":897},["28914","28915","28916","28917","28918"],["28919","28920","28921","28922","28923"],{"text":"28924","offset":901},["28925","28926","28927","28928","28929"],["27359","26801","27360","27361","24615"],{"text":"28930","offset":901},{"text":"28931","offset":936},["28932","28933","28934","28935","28936"],["22212","22278","22279","22280","22281"],{"text":"28937","offset":936},["28938","28939","28940","28941","28942"],["26766","26767","26768","26769","26770"],{"text":"28943","offset":952},[],[],{"text":"28944","offset":952},["19720","19721","19722","19723","19724"],{"text":"28945","offset":973},"Verbessern",{"text":"28946","offset":1006},[],[],{"text":"28947","offset":1006},"Dokumentation",["28948","28949","28950","28951"],["28952","28953","28954","28955"],{"text":"28956","offset":1008},"einschließlich",[],[],{"text":"28957","offset":1019},"Dateien",["28958","28959","28960","28961","28962"],["28963","28964","28965","28966","28967"],{"text":"28968","offset":1042},{"text":"28969","offset":1086},[],[],{"text":"28970","offset":1090},{"text":"28971","offset":1115},["22212","22278","22279","22280","22281"],{"text":"28972","offset":1115},["28776","24383","24384","28777","28778"],{"text":"28973","offset":1117},"Fehlerbehebungen",[],[],{"text":"28974","offset":1141},{"text":"28975","offset":1181},["28618","28619","28620","28621","28622"],{"text":"28976","offset":1181},"Arbeiten",{"text":"28977","offset":1204},["28978","28979","28980","28981","28982"],["28572","28573","28574","28575","28576"],{"text":"28983","offset":1204},"Ihrer",["28984","28985","28986","28987","28988"],["28738","24775","28989","28990","28737"],{"text":"28991","offset":1204},"Anfrage",["28992","28993","28994","28995","28996"],["28890","28997","28998","28999","29000"],{"text":"29001","offset":1219},["29002","29003","29004","29005","29006"],["25112","25113","25114","25115","25116"],{"text":"29007","offset":1235},"freien",["29008","29009","29010","29011","29012"],["29013","29014","29015","29016","27089"],{"text":"29017","offset":1251},"Serie",["29018","29019","29020","29021","29022"],["29023","29024","29025","29026","29027"],{"text":"29028","offset":1262},{"text":"29029","offset":1288},["29030","29031","29032","29033","29034"],["27303","27304","22146","22383","27305"],{"text":"29035","offset":1288},["26860","26871","26872","26873","26857"],{"text":"29036","offset":1297},"beiträgt",["29037","29038"],["29039","29040"],{"text":"29041","offset":1311},"lernen",{"text":"29042","offset":1428},["29043","29044","29045","29046","29047"],["29048","29049","29050","29051","29052"],{"text":"29053","offset":1428},"Grunde",["29054","29055","29056","29057","29058"],["29059","29060","29061","29062","29063"],{"text":"29064","offset":1428},"genommen",["29065","29066","29067","29068","29069"],["29070","29071","29072","29073","29074"],{"text":"29075","offset":1428},"müssen",["29076","29077","29078","29079","29080"],["29081","29082","29083","29084","29085"],{"text":"29086","offset":1436},"Ihre",["29087","29088","29089","29090","29091"],["24775","29092","29093","29094","29095"],{"text":"29096","offset":1484},"Abspaltung",{"text":"29097","offset":1510},["29098"],["29099"],{"text":"29100","offset":1510},"schreiben",["29101","29102","29103","29104","29105"],["22212","22278","22280","29106","29107"],{"text":"29108","offset":1510},["29109","29110","29111","29112","29113"],["22146","22383","22384","22385","22386"],{"text":"29114","offset":1510},["28890","28997","28998","28999","29000"],{"text":"29115","offset":1521},["29116","29117","29118","29119","29120"],["21125","21124","21472","21473","21474"],{"text":"29121","offset":1521},["24764","24765","21298","24766","27569"],{"text":"29122","offset":1537},"fertig",["29123","29124","29125","29126","29127"],["22225","22226","22227","22228","29128"],{"text":"29129","offset":1542},"Überprüfungen",[],[],{"text":"29130","offset":1563},"Vorschläge",{"text":"29131","offset":1598},[],[],{"text":"29132","offset":1598},"Betreuern",["29133","29134","29135"],["29136","27000","29137"],{"text":"29138","offset":1605},"einbringen",[],[],{"text":"29139","offset":1617},"entwickeln",{"text":"29140","offset":1651},[],[],{"text":"29141","offset":1653},"gibt",["29142","29143","29144","29145","29146"],["29147","29148","29149","29150","29151"],{"text":"29152","offset":1676},["29153","29154","29155","29156","29157"],["22142","22143","22144","22145","22146"],{"text":"29158","offset":1679},"großen",["29159","29160","29161","29162","29163"],["29164","29165","29166","29167","29168"],{"text":"29158","offset":1679},"Unterschied",["29169","29170"],["29171","29172"],{"text":"29173","offset":1693},"zwischen",["29174","29175"],["29176","29177"],{"text":"29178","offset":1701},"Entwickeln",{"text":"29179","offset":1735},[],[],{"text":"29180","offset":1735},"Programmierung",["29181"],["29182"],{"text":"29183","offset":1735},"aber",["29184","29185","29186","29187","29188"],["29189","29190","29191","29192","29193"],{"text":"29194","offset":1751},["29195","29196","29197","29198","29199"],["21173","21174","21175","21176","21177"],{"text":"29200","offset":1765},"schwer",["29201","29202","29203","29204","29205"],["29206","28629","29207","28686","29208"],{"text":"29209","offset":1781},"erste",["29210","29211","29212","29213","29214"],["29215","29216","29217","29218","29219"],{"text":"29220","offset":1790},"sollten",{"text":"29221","offset":1823},["29222","29223","29224","29225","29226"],["29227","29228","29229","29230","29231"],{"text":"29232","offset":1823},"objektorientierte",[],[],{"text":"29233","offset":1827},["29182"],{"text":"29234","offset":1843},["29059","29060","29061","29062","29063"],{"text":"29235","offset":1854},["29070","29071","29072","29073","29074"],{"text":"29236","offset":1865},["29081","29082","29083","29084","29085"],{"text":"29237","offset":1881},"Klassen",{"text":"29238","offset":1911},["29239","29240","29241","29242","29243"],["29244","29245","29246","29247","29248"],{"text":"29249","offset":1911},"funktionieren",[],[],{"text":"29250","offset":1919},["29227","29228","29229","29230","29231"],{"text":"29251","offset":1938},["29252","29253","29254","29255","29256"],["27377","27378","27379","27380","27381"],{"text":"29257","offset":1957},["22146","22383","22384","22385","22386"],{"text":"29258","offset":1961},"Regel",["29259","29260","29261","29262","29263"],["29264","29265","29266","29267","29268"],{"text":"29269","offset":1969},"Klassendefinitionen",{"text":"29270","offset":1996},[],[],{"text":"29271","offset":1996},["28963","28964","28965","28966","28967"],{"text":"29272","offset":2014},"Implementierung",["29273"],["24844"],{"text":"29274","offset":2039},{"text":"29275","offset":2080},["28776","24383","24384","28777","28778"],{"text":"29276","offset":2080},["28963","28964","28965","28966","28967"],{"text":"29277","offset":2080},["19720","19721","19722","19723","19724"],{"text":"29278","offset":2116},"gutes",["29279","29280","29281","29282","29283"],["29284","29285","29286","29287","29288"],{"text":"29289","offset":2138},{"text":"29290","offset":2165},["29291","29292","29293","29294","29295"],["26967","27245","27246","27247","27248"],{"text":"29296","offset":2165},["29297","29298","29299","29300","29301"],["26888","26889","26890","26891","26892"],{"text":"29302","offset":2165},"nachzuschauen",[],[],{"text":"29303","offset":2175},"implementieren",["29304","29305"],["24840","24841"],{"text":"29306","offset":2211},{"text":"29307","offset":2247},["29308","29309","29310","29311","29312"],["26833","26834","26835","26836","26837"],{"text":"29313","offset":2247},"normalerweise",[],[],{"text":"29314","offset":2247},"hilfreich",[],[],{"text":"29315","offset":2247},"Kopieren",["29316","29317"],["29318","29319"],{"text":"29320","offset":2259},"modifizieren",[],[],{"text":"29321","offset":2273},["24764","24765","21298","24766","27569"],{"text":"29322","offset":2299},{"text":"29323","offset":2334},["28562","28563","19686","28564","28565"],{"text":"29324","offset":2334},"Ähnliches",["29325"],["29326"],{"text":"29324","offset":2334},["22146","22383","22384","22385","22386"],{"text":"29327","offset":2338},"bestehende",[],[],{"text":"29328","offset":2338},["24383","24384","28777","28849","28850"],{"text":"29329","offset":2354},["24840","24841"],{"text":"29330","offset":2363},["26833","26834","26835","26836","26837"],{"text":"29331","offset":2374},["24764","24765","21298","24766","24767"],{"text":"29332","offset":2383},["29333","29334","29335","29336","29337"],["27857","27858","27859","27860","27861"],{"text":"29338","offset":2385},{"text":"29339","offset":2420},["26888","26889","26890","26891","26892"],{"text":"29340","offset":2420},[],{"text":"29341","offset":2420},["28685","28686","28687","28688","28689"],{"text":"29342","offset":2420},"wahrscheinlich",{"text":"29343","offset":2499},[],[],{"text":"29344","offset":2499},["22146","22383","22384","22385","22386"],{"text":"29344","offset":2499},"gute",["29345","29346","29347","29348","29349"],["29350","29351","29284","29352","29353"],{"text":"29344","offset":2499},"Wahl",["29354","29355","29356","29357","29358"],["29359","29360","29361","29362","29363"],{"text":"29344","offset":2499},"Erstes",{"text":"29364","offset":2531},["29365","29366","29367","29368","29369"],["29370","29371","29372","29373","29374"],{"text":"29375","offset":2531},"Keine",["29376","29377","29378","29379","29380"],["21437","21438","21439","21441","21440"],{"text":"29381","offset":2533},["21173","21174","21175","21176","21177"],{"text":"29382","offset":2553},["29206","28629","29207","28686","29208"],{"text":"29383","offset":2559},"beginnen",["29384","29385","29386","29387","29388"],["29389","29390","29391","29392","29393"],{"text":"29394","offset":2569},["29081","29082","29083","29084","29085"],{"text":"29395","offset":2579},"zuerst",["29396","29397","29398","29399","29400"],["29401","29402","29403","29404","29405"],{"text":"29406","offset":2589},"installieren",{"text":"29407","offset":2617},["29408","29409","29410"],["29411","29412","29413"],{"text":"29414","offset":2621},["29415","29416","29417","29418","29419"],["22266","22267","22268","22269","22270"],{"text":"29420","offset":2641},["25112","25113","25114","25115","25116"],{"text":"29421","offset":2641},"Paketmanager",[],[],{"text":"29422","offset":2661},"Ihrem",{"text":"29423","offset":2706},["29424","29425","29426","29427","29428"],["29429","24775","29430","28737","28738"],{"text":"29431","offset":2706},["29411","29412","29413"],{"text":"29432","offset":2706},["22266","22267","22268","22269","22270"],{"text":"29433","offset":2719},["25112","25113","25114","25115","25116"],{"text":"29434","offset":2720},["24774","24775","24776","24777","24778"],{"text":"29435","offset":2741},"herunterladen",{"text":"29436","offset":2795},[],[],{"text":"29437","offset":2795},["21162","21163","21164","21165","21166"],{"text":"29438","offset":2795},"empfohlen",[],[],{"text":"29438","offset":2795},"verwenden",{"text":"29439","offset":2833},["29440","29441"],["27614","27618"],{"text":"29442","offset":2859},{"text":"29443","offset":2920},["29411","29412","29413"],{"text":"29444","offset":2920},["29445","29446","29447","29448","29449"],["21343","21344","21345","21346","28553"],{"text":"29444","offset":2920},"Abschnitt",["29450","29451"],["29452","29453"],{"text":"29454","offset":2923},"erfahren",{"text":"29455","offset":2961},["29456","29457"],["29458","29459"],{"text":"29460","offset":3000},"baut",{"text":"29461","offset":3045},["29462","29463","29464","29465","29466"],["29467","29468","29469","29470","29471"],{"text":"29472","offset":3045},["21343","21344","21345","21346","28553"],{"text":"29473","offset":3045},["29452","29453"],{"text":"29474","offset":3045},["29458","29459"],{"text":"29475","offset":3092},"eingebauten",{"text":"29476","offset":3133},[],[],{"text":"29477","offset":3133},"verwendet",["29478"],["27618"],{"text":"29479","offset":3136},["29480","29481","29482","29483","29484"],["21295","21296","21297","21298","27316"],{"text":"29485","offset":3136},"Benutzeroberfläche",[],[],{"text":"29486","offset":3156},"gestaltet",["29487","29488","29489","29490","29491"],["27783","27784","29492","29493","29494"],{"text":"29495","offset":3178},["21162","21163","21164","21165","21166"],{"text":"29496","offset":3182},{"text":"29497","offset":3220},["27618"],{"text":"29498","offset":3271},{"text":"29499","offset":3303},["21295","21296","21297","21298","27316"],{"text":"29500","offset":3303},"Normalerweise",[],[],{"text":"29501","offset":3303},"benötigen",["29502"],["29503"],{"text":"29504","offset":3303},"nichts",["29505","29506","29507","29508","29509"],["29510","29511","29512","29513","29514"],{"text":"29515","offset":3311},"Namensraum",[],[],{"text":"29516","offset":3335},["27614","27618"],{"text":"29517","offset":3350},{"text":"29518","offset":3388},["26967","27245","27246","27247","27248"],{"text":"29519","offset":3388},"statt",["29520","29521","29522","29523","29524"],["22879","22880","22881","29525","29526"],{"text":"29527","offset":3388},{"text":"29528","offset":3429},["21173","21174","21175","21176","21177"],{"text":"29529","offset":3429},"anfangen",["29530","29531","29532","29533","29534"],["29535","28890","29536","28893","29537"],{"text":"29538","offset":3431},["25112","25113","25114","25115","25116"],{"text":"29539","offset":3456},["29540","29541","29542","29543","29544"],["25100","25101","25102","25103","25104"],{"text":"29545","offset":3465},["29535","28890","29536","28893","29537"],{"text":"29546","offset":3472},"durchzusehen",{"text":"29547","offset":3506},[],[],{"text":"29548","offset":3534},"Thema",["29549","29550","29551","29552","29553"],["29554","29555","29556","29557","29558"],{"text":"29559","offset":3561},"interessiert",{"text":"29560","offset":3591},[],[],{"text":"29561","offset":3591},"guten",{"text":"29562","offset":3625},["29563","29564","29565","29566","29567"],["27871","29350","29351","29568","29569"],{"text":"29570","offset":3625},"Erstausgaben",[],[],{"text":"29571","offset":3625},"könnte",{"text":"29572","offset":3754},["29573","29574","29575","29576","29577"],["21532","29578","29579","29580","29581"],{"text":"29582","offset":3754},"geeignet",["29583","29584","29585","29586","29587"],["29588","29589","29590","29591","29592"],{"text":"29593","offset":3754},"sein",["29594","29595","29596","29597","29598"],["29599","29600","29601","29602","29603"],{"text":"29604","offset":3756},{"text":"29605","offset":3785},["22212","22278","22279","22280","22281"],{"text":"29606","offset":3785},{"text":"29607","offset":3817},["21125","21124","21472","21473","21474"],{"text":"29608","offset":3817},"beschreiben",[],[],{"text":"29609","offset":3824},"Merkmal",["29610","29611","29612","29613","29614"],["29615","29616","29617","29618","29619"],{"text":"29620","offset":3847},["21253","21254","21255","21256","21257"],{"text":"29621","offset":3859},"Probleme",{"text":"29622","offset":3898},["29623","29624","29625","29626","29627"],["28880","28881","28882","29628","29629"],{"text":"29630","offset":3898},"sagen",["29631","29632","29633","29634","29635"],["29636","29637","29638","29639","29640"],{"text":"29641","offset":3898},["27377","27378","27379","27380","27381"],{"text":"29642","offset":3898},"daran",["29643","29644","29645","29646","29647"],["29648","29649","29650","21449","29651"],{"text":"29652","offset":3911},"arbeiten",["29653","29654","29655","29656","29657"],["28572","28573","28574","28575","28576"],{"text":"29658","offset":3917},["21295","21296","21297","21298","27316"],{"text":"29659","offset":3922},[],{"text":"29660","offset":3931},["27303","27304","22146","22383","27305"],{"text":"29661","offset":3954},"Entwurf",{"text":"29662","offset":3979},["29663","29664","29665","29666","29667"],["29668","27721","29669","29670","29671"],{"text":"29672","offset":3979},["24840","24841"],{"text":"29673","offset":3979},"möchten",["29674","29675","29676","29677","29678"],["24799","24800","24801","24802","24803"],{"text":"29679","offset":3992},"bevor",["29680","29681","29682","29683","29684"],["29685","29686","29687","29688","29689"],{"text":"29690","offset":3999},["22146","22383","22384","22385","22386"],{"text":"29691","offset":4024},["28890","28997","28998","28999","29000"],{"text":"29692","offset":4034},{"text":"29693","offset":4062},["22212","22278","22280","29106","29107"],{"text":"29694","offset":4062},"Gründen",["29695","29696","29697","29698","29699"],["29059","29700","29701","29702","29703"],{"text":"29704","offset":4062},{"text":"29705","offset":4094},["25112","25113","25114","25115","25116"],{"text":"29706","offset":4094},["25137","25138","25139","25140","28593"],{"text":"29706","offset":4094},["27097","27098","21485","27099","27100"],{"text":"29707","offset":4097},"erhalten",["29708","29709","29710","29711","29712"],["29458","29713","29714","29715","29716"],{"text":"29717","offset":4103},{"text":"29718","offset":4136},["27377","27378","27379","27380","27381"],{"text":"29719","offset":4139},["29648","29649","29650","21449","29651"],{"text":"29720","offset":4148},["28572","28573","28574","28575","28576"],{"text":"29721","offset":4153},["27359","26801","28303","27360","28304"],{"text":"29722","offset":4176},"mögliche",[],[],{"text":"29723","offset":4186},"Doppelarbeiten",{"text":"29724","offset":4214},[],[],{"text":"29725","offset":4217},{"text":"29726","offset":4233},["21295","21296","21297","21298","27316"],{"text":"29727","offset":4233},"benachrichtigt",[],[],{"text":"29728","offset":4233},["24764","24765","21298","24766","27569"],{"text":"29729","offset":4240},"diese",["29730","29731","29732","29733","29734"],["29735","29736","29737","29738","29739"],{"text":"29740","offset":4247},["24383","24384","28777","28849","28850"],{"text":"29741","offset":4247},["21173","21174","21175","21176","21177"],{"text":"29742","offset":4263},"akzeptiert",[],[],{"text":"29743","offset":4268},["21162","21163","21164","21165","21166"],{"text":"29744","offset":4274},["24764","24765","21298","24766","27569"],{"text":"29745","offset":4289},{"text":"29746","offset":4320},["21253","21254","21255","21256","21257"],{"text":"29747","offset":4323},"tatsächlich",[],[],{"text":"29748","offset":4323},"kein",["29749","29750","29751","29752","29753"],["21310","29754","29755","29756","29757"],{"text":"29758","offset":4324},["21253","21254","21255","21256","21257"],{"text":"29759","offset":4324},["27359","26801","28303","27360","28304"],{"text":"29760","offset":4349},"spart",["29761","29762","29763","29764","29765"],["29766","29767","29768","29769","29770"],{"text":"29771","offset":4360},"Regeln",{"text":"29772","offset":4389},["29773","29774","29775","29776","29777"],["29778","29264","29779","29265","29780"],{"text":"29781","offset":4389},["29782","29783","29784","29785","29786"],["26998","27453","27454","27455","27087"],{"text":"29781","offset":4389},{"text":"29787","offset":4413},["29648","29649","29650","21449","29651"],{"text":"29788","offset":4413},["27377","27378","27379","27380","27381"],{"text":"29789","offset":4413},"Ziel",["29790","29791","29792","29793","29794"],["29795","29796","29797","29798","29799"],{"text":"29800","offset":4422},["22266","22267","22268","22269","22270"],{"text":"29801","offset":4450},["21173","21174","21175","21176","21177"],{"text":"29802","offset":4459},"Entwickler",{"text":"29803","offset":4492},["29804","29805"],["29806","29807"],{"text":"29808","offset":4496},"Sache",{"text":"29809","offset":4521},["29810","29811","29812","29813","29814"],["29815","29816","28687","29817","28689"],{"text":"29818","offset":4521},["26888","26889","26890","26891","26892"],{"text":"29819","offset":4523},["28890","28997","28998","28999","29000"],{"text":"29820","offset":4536},["24764","24765","21298","24766","24767"],{"text":"29821","offset":4546},"mehrere",["29822","29823","29824","29825","29826"],["29827","29828","29829","29830","29831"],{"text":"29832","offset":4552},["28776","24383","24384","28777","28778"],{"text":"29833","offset":4557},{"text":"29834","offset":4594},[],[],{"text":"29835","offset":4598},["29827","29828","29829","29830","29831"],{"text":"29836","offset":4598},["21253","21254","21255","21256","21257"],{"text":"29837","offset":4598},"beheben",["29838","29839","29840","29841","29842"],["29843","29844","29845","29846","29847"],{"text":"29848","offset":4598},["26833","26834","26835","26836","26837"],{"text":"29849","offset":4609},["29735","29736","29737","29738","29739"],{"text":"29850","offset":4617},["21125","21124","21472","21473","21474"],{"text":"29851","offset":4649},{"text":"29852","offset":4681},["29827","29828","29829","29830","29831"],{"text":"29853","offset":4685},"Möglicherweise",[],[],{"text":"29854","offset":4685},["29081","29082","29083","29084","29085"],{"text":"29855","offset":4698},["29827","29828","29829","29830","29831"],{"text":"29856","offset":4710},"Zweige",["29857","29858","29859","29860","29861"],["29862","29863","29864","29865","27087"],{"text":"29866","offset":4712},{"text":"29867","offset":4763},["29827","29828","29829","29830","29831"],{"text":"29868","offset":4767},["28889","28890","28891","28892","28893"],{"text":"29869","offset":4767},["21125","21124","21472","21473","21474"],{"text":"29870","offset":4767},"Verzweigen",[],[],{"text":"29871","offset":4793},["24774","24775","24776","24777","24778"],{"text":"29872","offset":4815},["29048","29049","29050","29051","29052"],{"text":"29872","offset":4815},"Fügen",{"text":"29873","offset":4891},["29874","29875","29876","29877","29878"],["29879","29880","29881","29882","29883"],{"text":"29884","offset":4891},["28776","24383","24384","28777","28778"],{"text":"29885","offset":4891},["29886","29887","29888","29889","29890"],["25780","25781","25782","25783","25784"],{"text":"29891","offset":4919},["29843","29844","29845","29846","29847"],{"text":"29892","offset":4927},"letzten",{"text":"29893","offset":4977},["29894","29895","29896","29897","29898"],["29899","29900","29901","29902","29903"],{"text":"29904","offset":4981},"aktiven",["29905","29906","29907","29908","29909"],["24432","29910","29537","24434","29911"],{"text":"29912","offset":4981},"aufgetreten",{"text":"29913","offset":5060},[],[],{"text":"29914","offset":5064},{"text":"29915","offset":5081},["22212","22278","22280","29106","29107"],{"text":"29916","offset":5081},{"text":"29917","offset":5103},["29918","29919","29920","29921","29922"],["21748","27548","27549","21749","27550"],{"text":"29923","offset":5160},{"text":"29924","offset":5187},[],{"text":"29925","offset":5191},"Konventionelle",[],[],{"text":"29926","offset":5191},{"text":"29927","offset":5268},["22212","22278","22280","29106","29107"],{"text":"29928","offset":5272},{"text":"29929","offset":5352},["27614","27618"],{"text":"29930","offset":5356},[],[],{"text":"29931","offset":5356},["22212","22278","22280","29106","29107"],{"text":"29932","offset":5370},["29778","29264","29779","29265","29780"],{"text":"29933","offset":5377},{"text":"29934","offset":5440},["29935","29936","29937","29938","29939"],["24570","24571","24572","24573","24574"],{"text":"29940","offset":5444},["27377","27378","27379","27380","27381"],{"text":"29941","offset":5444},"selbst",["29942","29943","29944","29945","29946"],["29947","29948","29949","29950","29951"],{"text":"29952","offset":5459},"Zukunft",["29953"],["29954"],{"text":"29955","offset":5464},["27614","28834","28835","27617","28836"],{"text":"29956","offset":5475},["29227","29228","29229","29230","29231"],{"text":"29957","offset":5486},"geändert",["29958","29959","29960","29961","29962"],["21286","27833","29963","29964","29701"],{"text":"29965","offset":5497},{"text":"29966","offset":5529},["29967","29968","29969","29970","29971"],["21150","21152","29972","29973","29974"],{"text":"29975","offset":5533},"warum",["29976","29977","29978","29979","29980"],["29981","29982","29983","29984","21162"],{"text":"29985","offset":5533},["29735","29736","29737","29738","29739"],{"text":"29985","offset":5533},[],[],{"text":"29986","offset":5533},"vorgenommen",[],[],{"text":"29987","offset":5543},["29988","29989","29990","29991","29992"],["21295","27928","27929","27930","27931"],{"text":"29993","offset":5556},"Benutzen",{"text":"29994","offset":5586},["29995","29996","29997","29998","29999"],["30000","30001","22268","22269","30002"],{"text":"30003","offset":5586},"benutzen",["30004","30005","30006","30007","30008"],["30000","30001","22268","30002","30009"],{"text":"30010","offset":5597},["24775","29092","29093","29094","29095"],{"text":"30011","offset":5637},{"text":"30012","offset":5672},[],[],{"text":"30013","offset":5676},["29081","29082","29083","29084","29085"],{"text":"30014","offset":5676},[],[],{"text":"30015","offset":5680},"Binärpfad",[],[],{"text":"30016","offset":5697},["24775","29092","29093","29094","29095"],{"text":"30017","offset":5705},"einstellen",{"text":"30018","offset":5760},["30019","30020"],["30021","30022"],{"text":"30023","offset":5764},["21307","21308","21309","21310","21311"],{"text":"30024","offset":5764},{"text":"30025","offset":5849},["29599","29600","29601","29602","29603"],{"text":"30026","offset":5853},"Wurzelverzeichnis",[],[],{"text":"30027","offset":5859},["24775","29092","29093","29094","29095"],{"text":"30028","offset":5882},"formatieren",["30029","30030","30031","30032","30033"],["30034","30035","30036","30037","30038"],{"text":"30039","offset":5888},"Entfernen",{"text":"30040","offset":5931},["30041","30042","30043","30044","30045"],["27465","27466","27467","27468","27469"],{"text":"30046","offset":5931},["30047","30048","30049","30050","30051"],["21437","21438","21439","21440","21441"],{"text":"30052","offset":5931},"denn",["30053","30054","30055","30056","30057"],["30058","30059","30060","30061","30062"],{"text":"30063","offset":5947},["29879","29880","29881","29882","29883"],{"text":"30064","offset":5970},"stattdessen",["30065"],["30066"],{"text":"30067","offset":5983},"Deaktivierung",{"text":"30068","offset":6016},[],[],{"text":"30069","offset":6020},["26888","26889","26890","26891","26892"],{"text":"30070","offset":6025},["24383","24384","28777","28849","28850"],{"text":"30071","offset":6036},["25780","25781","25782","25783","25784"],{"text":"30071","offset":6036},"Einstellungsdatei",{"text":"30072","offset":6072},[],[],{"text":"30073","offset":6072},"ganze",["30074","30075","30076","30077","30078"],["30079","30080","30081","30082","30083"],{"text":"30084","offset":6089},"abwärtskompatibel",[],[],{"text":"30085","offset":6092},{"text":"30086","offset":6141},["29227","29228","29229","29230","29231"],{"text":"30087","offset":6143},[],[],{"text":"30088","offset":6152},["21295","21296","21297","21298","27316"],{"text":"30089","offset":6169},"Beide",{"text":"30090","offset":6197},["30091","30092","30093","30094","30095"],["30096","30097","30098","27087","30099"],{"text":"30100","offset":6197},"dunkel",["30101","30102","30103","30104","30105"],["30106","30107","30108","30109","24872"],{"text":"30110","offset":6197},["29227","29228","29229","29230","29231"],{"text":"30111","offset":6210},[],{"text":"30112","offset":6217},"Jeder",{"text":"30113","offset":6258},["30114","30115","30116","30117","30118"],["30119","30120","30121","30122","30123"],{"text":"30124","offset":6258},"sollte",["30125","30126","30127","30128","30129"],["29228","29231","30130","30131","30132"],{"text":"30133","offset":6258},["27895","27896","27897","27898","27899"],{"text":"30133","offset":6258},[],[],{"text":"30134","offset":6266},"belästigungsfreie",{"text":"30135","offset":6345},[],[],{"text":"30136","offset":6349},"aufzubauen",[],[],{"text":"30137","offset":6353},"Kann",{"text":"30138","offset":6401},["30139","30140","30141","30142","30143"],["21307","21308","21309","30144","21310"],{"text":"30145","offset":6401},"gerade",["30146","30147","30148","30149","30150"],["30151","30152","30153","30154","30155"],{"text":"30156","offset":6415},"angefangen",[],[],{"text":"30157","offset":6427},"habe",["30158","30159","30160","30161","30162"],["30163","30164","25139","30165","30166"],{"text":"30167","offset":6436},{"text":"30168","offset":6465},["30119","30120","30121","30122","30123"],{"text":"30169","offset":6467},"weiß",["30170","30171","30172","30173","30174"],["30175","30176","30177","30178","30179"],{"text":"30180","offset":6467},"Anfang",["30181","30182","30183","30184","30185"],["30186","30187","30188","30189","30190"],{"text":"30191","offset":6467},["29510","29511","29512","29513","29514"],{"text":"30192","offset":6469},["27895","27896","27897","27898","27899"],{"text":"30193","offset":6483},["21437","21438","21439","21440","21441"],{"text":"30194","offset":6490},"Sorgen",["30195","30196","30197","30198","30199"],["27883","27884","27885","27886","27887"],{"text":"30200","offset":6498},"unsere",["30201","30202","30203","30204","30205"],["26780","26781","26782","26783","26768"],{"text":"30206","offset":6505},"Mitwirkenden",{"text":"30207","offset":6542},[],[],{"text":"30208","offset":6550},["27359","26801","28303","27360","28304"],{"text":"30209","offset":6550},"Schwierigkeiten",[],[],{"text":"30210","offset":6570},"stoßen",["30211","30212","30213","30214","30215"],["30216","30217","30218","30219","30220"],{"text":"30221","offset":6586},["24764","24765","21298","24766","24767"],{"text":"30222","offset":6590},"Herz",["30223","30224","30225","30226","30227"],["30228","30229","30230","30231","30232"],{"text":"30233","offset":6594},"versuchen",{"text":"30234","offset":6630},["30235","30236","30237","30238"],["27170","27614","27171","30239"],{"text":"30240","offset":6638},"alles",["30241","30242","30243","30244","30245"],["24676","24677","24678","24679","24680"],{"text":"30246","offset":6654},{"text":"30247","offset":6709},["28562","28563","19686","28564","28565"],{"text":"30248","offset":6709},["26766","26767","26768","26769","26770"],{"text":"30248","offset":6709},["29048","29049","29050","29051","29052"],{"text":"30249","offset":6716},"Nein",{"text":"30250","offset":6745},["30251","30252","30253","30254","30255"],["30256","30257","22155","30258","30259"],{"text":"30260","offset":6747},{"text":"30261","offset":6786},["29467","29468","29469","29470","29471"],{"text":"30262","offset":6794},"Einige",{"text":"30263","offset":6859},["30264","30265","30266","30267","30268"],["30269","30270","30271","30272","30273"],{"text":"30274","offset":6859},["28963","28964","28965","28966","28967"],{"text":"30275","offset":6859},"fehlen",["30276","30277","30278","30279","30280"],["30281","30282","28538","21253","30283"],{"text":"30284","offset":6859},["30285","30286","30287","30288","30289"],["21332","21333","21334","21335","21336"],{"text":"30290","offset":6861},"Kompilieren",[],[],{"text":"30291","offset":6868},{"text":"30292","offset":6902},["24764","24765","21298","24766","24767"],{"text":"30293","offset":6904},"liegt",["30294","30295","30296","30297","30298"],["30299","30300","30301","30302","30303"],{"text":"30304","offset":6918},[],{"text":"30305","offset":6924},["29648","29649","29650","21449","29651"],{"text":"30306","offset":6942},"Untermodule",{"text":"30307","offset":6983},[],[],{"text":"30308","offset":6991},"aktualisiert",[],[],{"text":"30309","offset":6991},"Befehle",["30310","30311","30312","30313","30314"],["30315","24732","30316","24733","24734"],{"text":"30317","offset":7028},"ausführen",[],[],{"text":"30318","offset":7035},{"text":"30319","offset":7176},["21748","27548","27549","21749","27550"],{"text":"30320","offset":7184},["27170","27614","27171","30239"],{"text":"30321","offset":7201},["30322","30323","30324","30325","30326"],["25077","25078","25079","25080","25081"],{"text":"30327","offset":7214},"erneut",["30328","30329","30330","30331","30332"],["30333","30334","22384","21376","26800"],{"text":"30335","offset":7224},[],[],{"text":"30336","offset":7234},"sogar",["30337","30338","30339","30340","30341"],["30342","30343","30344","30345","30346"],{"text":"30347","offset":7254},["28738","24775","28989","28990","28737"],{"text":"30348","offset":7269},"löschen",["30349","30350","30351","30352","30353"],["30354","21519","30355","30356","30357"],{"text":"30358","offset":7284},["30333","30334","22384","21376","26800"],{"text":"30359","offset":7293},"klonen",["30360","30361","30362","30363","30364"],["25112","21439","30365","30366","30367"],{"text":"30368","offset":7299},{"text":"30369","offset":11},["30370","30371","30372","30373","30374"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/CONTRIBUTING.md",{"text":"30375","offset":11},{"text":"30376","offset":181},["19720","19721","19722","19723","19724"],{"text":"30377","offset":181},{"text":"30378","offset":323},["19720","19721","19722","19723","19724"],{"text":"30379","offset":323},{"text":"30380","offset":811},["19720","19721","19722","19723","19724"],{"text":"30381","offset":833},{"text":"30382","offset":1832},["19720","19721","19722","19723","19724"],{"text":"30383","offset":1832},"ccache",{"text":"30384","offset":236},["30385","30386","30387","30388","30389"],["30390","30391","30392","30393","30394"],"file:///tmp/lint/docker/Dockerfile",{"text":"30395","offset":238},{"text":"30396","offset":271},["30390","30391","30392","30393","30394"],{"text":"30397","offset":341},["30398","30399","30400"],["20070","20071","20072"],{"text":"30401","offset":354},["30402","30403","30404","30405"],["20121","20122","20123","20124"],{"text":"30406","offset":368},"myproj",{"text":"30407","offset":797},["30408","30409","30410","30411","30412"],["30413","30414","20106","30415","30416"],{"text":"30417","offset":804},{"text":"30418","offset":954},["30413","30414","20106","30415","30416"],{"text":"30419","offset":961},{"text":"30407","offset":1144},["30413","30414","20106","30415","30416"],{"text":"30417","offset":1151},"cpprc",{"text":"30420","offset":28},["30421","30422","30423","30424","30425"],["30426","30427","30428","30429","30430"],"file:///tmp/lint/docker/entrypoint.emscripten.sh",{"text":"30431","offset":28},"emsdk",{"text":"30432","offset":117},["30433","30434","30435","30436","30437"],["30438","30439","30440","30441","30442"],{"text":"30443","offset":117},["30438","30439","30440","30441","30442"],{"text":"30443","offset":117},{"text":"30420","offset":28},["30444","30445","30446","30447","30448"],["30426","30427","30428","30429","30430"],"file:///tmp/lint/docker/entrypoint.sh",{"text":"30431","offset":28},{"text":"30449","offset":647},[],[],"file:///tmp/lint/docker/Taskfile.yml",{"text":"30450","offset":649},{"text":"30451","offset":661},[],{"text":"30452","offset":674},"aarch",{"text":"30453","offset":1347},["30454","30455","30456","30457","30458"],["21748","30459","21749","30460","30461"],{"text":"30462","offset":1349},{"text":"30463","offset":1363},["21748","30459","21749","30460","30461"],{"text":"30464","offset":1384},{"text":"30465","offset":1441},["30466","30467","30468","30469"],["20121","20122","20123","20124"],{"text":"30470","offset":1443},{"text":"30471","offset":1455},["20121","20122","20123","20124"],{"text":"30472","offset":1476},{"text":"30473","offset":1531},["20121","20122","20123","20124"],{"text":"30474","offset":1533},{"text":"30475","offset":1552},["20121","20122","20123","20124"],{"text":"30476","offset":1573},{"text":"30477","offset":52},["30478","30479","30480","30481","30482"],["19889","19890","19891","19892","19893"],"file:///tmp/lint/dockerfiles/ci/Dockerfile",{"text":"30483","offset":52},"createrepo",{"text":"30484","offset":211},["30485","30486","30487","30488","30489"],["30490","30491","30492","30493","30494"],{"text":"30495","offset":235},"awscliv",{"text":"30496","offset":1880},["30497","30498","30499","30500"],["30501","30502","30503","30504"],{"text":"30505","offset":1951},{"text":"30506","offset":1989},["30501","30502","30503","30504"],{"text":"30507","offset":1993},{"text":"30508","offset":2059},["30501","30502","30503","30504"],{"text":"30509","offset":2063},"jstemmer",{"text":"30510","offset":2160},[],[],{"text":"30511","offset":2164},"qtcreator",{"text":"30512","offset":70},["30513","30514","30515","30516"],["30517","30518","30519","30520"],"file:///tmp/lint/dockerfiles/config/qtversion.xml",{"text":"30521","offset":70},{"text":"30522","offset":157},["30523","30524","30525","30526","30527"],["19835","19836","19837","19838","19839"],{"text":"30528","offset":187},{"text":"30529","offset":472},["30517","30518","30519","30520"],{"text":"30530","offset":472},{"text":"30531","offset":1718},["30532","30533","30534","30535","30536"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/docs/_CONTRIBUTING.rst",{"text":"30537","offset":1721},"toctree",{"text":"30538","offset":40},["30539","30540","30541","30542","30543"],["30544","30545","20153","30546","30547"],"file:///tmp/lint/docs/api/index.rst",{"text":"30548","offset":40},"gedit",{"text":"30549","offset":1201},["30550","30551","30552","30553","30554"],["30555","30556","30557","30558","30559"],"file:///tmp/lint/docs/building.md",{"text":"30560","offset":1204},"vcvarsall",{"text":"30561","offset":1610},[],[],{"text":"30562","offset":1622},{"text":"30563","offset":1758},[],{"text":"30564","offset":1762},"ccmake",{"text":"30565","offset":2253},["30566","30567","30568","30569","30570"],["19837","30571","28144","30572","30573"],{"text":"30574","offset":2283},{"text":"30575","offset":2762},["19837","30571","28144","30572","30573"],{"text":"30576","offset":2769},{"text":"30577","offset":2846},["19837","30571","28144","30572","30573"],{"text":"30578","offset":2850},{"text":"30579","offset":2874},["19837","30571","28144","30572","30573"],{"text":"30580","offset":2874},{"text":"30581","offset":5420},["30582","30583","30584","30585","30586"],["28170","28171","28172","28173","28174"],{"text":"30587","offset":5420},{"text":"30588","offset":5488},["28170","28171","28172","28173","28174"],{"text":"30589","offset":5488},"rstext",{"text":"30590","offset":0},["30591","30592","30593","30594","30595"],["30596","28278","30597","25067","30598"],"file:///tmp/lint/docs/chapters/appendix.rst",{"text":"30599","offset":3},{"text":"30600","offset":310},["30601","30602","30603","30604","30605"],["19720","19721","19722","19723","19724"],{"text":"30606","offset":310},{"text":"30607","offset":393},["19720","19721","19722","19723","19724"],{"text":"30608","offset":395},{"text":"30609","offset":464},["19720","19721","19722","19723","19724"],{"text":"30610","offset":464},{"text":"30611","offset":615},["19720","19721","19722","19723","19724"],{"text":"30612","offset":615},["19720","19721","19722","19723","19724"],{"text":"30613","offset":655},{"text":"30590","offset":0},["30614","30615","30616","30617","30618"],["30596","28278","30597","25067","30598"],"file:///tmp/lint/docs/chapters/getting_involved.rst",{"text":"30599","offset":3},{"text":"30619","offset":141},["30620","30621","30622","30623","30624"],["19720","19721","19722","19723","19724"],{"text":"30625","offset":159},{"text":"30626","offset":671},["19720","19721","19722","19723","19724"],{"text":"30627","offset":712},{"text":"30628","offset":1033},["19720","19721","19722","19723","19724"],{"text":"30629","offset":1033},{"text":"30630","offset":1168},["19720","19721","19722","19723","19724"],{"text":"30631","offset":1197},{"text":"30590","offset":0},["30632","30633","30634","30635","30636"],["30596","28278","30597","25067","30598"],"file:///tmp/lint/docs/chapters/getting_started.rst",{"text":"30599","offset":3},{"text":"30637","offset":87},["30638","30639","30640","30641","30642"],["19720","19721","19722","19723","19724"],{"text":"30643","offset":87},{"text":"30644","offset":115},["19720","19721","19722","19723","19724"],{"text":"30645","offset":122},{"text":"30646","offset":220},["19720","19721","19722","19723","19724"],{"text":"30647","offset":220},{"text":"30648","offset":251},["19720","19721","19722","19723","19724"],{"text":"30649","offset":253},{"text":"30650","offset":332},["19720","19721","19722","19723","19724"],{"text":"30651","offset":334},{"text":"30590","offset":0},["30652","30653","30654","30655","30656"],["30596","28278","30597","25067","30598"],"file:///tmp/lint/docs/chapters/introduction.rst",{"text":"30599","offset":3},{"text":"30657","offset":68},["30658","30659","30660","30661","30662"],["19720","19721","19722","19723","19724"],{"text":"30663","offset":69},{"text":"30664","offset":116},["19720","19721","19722","19723","19724"],{"text":"30665","offset":116},{"text":"30666","offset":317},["19720","19721","19722","19723","19724"],{"text":"30667","offset":317},{"text":"30590","offset":0},["30668","30669","30670","30671","30672"],["30596","28278","30597","25067","30598"],"file:///tmp/lint/docs/chapters/preferences.rst",{"text":"30599","offset":3},{"text":"30673","offset":74},["30674","30675","30676","30677","30678"],["19720","19721","19722","19723","19724"],{"text":"30679","offset":74},{"text":"30590","offset":0},["30680","30681","30682","30683","30684"],["30596","28278","30597","25067","30598"],"file:///tmp/lint/docs/chapters/user_interface.rst",{"text":"30599","offset":3},{"text":"30685","offset":94},["30686","30687","30688","30689","30690"],["19720","19721","19722","19723","19724"],{"text":"30691","offset":95},{"text":"30538","offset":309},["30692","30693","30694","30695","30696"],["30544","30545","20153","30546","30547"],"file:///tmp/lint/docs/cmake/index.rst",{"text":"30548","offset":309},"QTHELP",{"text":"30697","offset":1027},["30698","30699","30700","30701","30702"],["30703","30704","30705","30706","30707"],"file:///tmp/lint/docs/CMakeLists.txt",{"text":"30708","offset":1030},"texi",{"text":"30709","offset":3074},["30710","30711","30712","30713","30714"],["30715","30716","30598","30717","30718"],{"text":"30719","offset":3096},{"text":"30720","offset":4557},["30721","30722","30723","30724","30725"],["19837","30571","28144","30572","30573"],{"text":"30726","offset":4565},"doctoc",{"text":"30727","offset":0},["30728","30729","30730","30731","30732"],["30733","30734","30735","30736","30737"],"file:///tmp/lint/docs/database-design.md",{"text":"30738","offset":0},{"text":"30739","offset":82},["30733","30734","30735","30736","30737"],{"text":"30740","offset":103},{"text":"30741","offset":1555},["30733","30734","30735","30736","30737"],{"text":"30742","offset":1555},"Releted",{"text":"30743","offset":2863},["30744","30745","30746","30747","30748"],["30749","30750","30751","30752","30753"],{"text":"30754","offset":2888},{"text":"30755","offset":6590},["30756","30757","30758","30759","30760"],["24430","24431","24432","24433","24434"],{"text":"30761","offset":6630},"deparment",{"text":"30762","offset":8325},["30763","30764","30765","30766","30767"],["30768","30769","30770","30771","30772"],{"text":"30773","offset":8372},"manfacturer",{"text":"30774","offset":8491},["30775","30776","30777","30778","30779"],["30780","30781","30782","30783","30784"],{"text":"30785","offset":8536},{"text":"30786","offset":12179},["30787","30788","30789","30790","30791"],["21112","21113","21114","21115","21116"],{"text":"30792","offset":12179},"Foto",{"text":"30793","offset":14340},["30794","30795","30796","30797","30798"],["30799","30800","30801","30802","30803"],{"text":"30804","offset":14386},{"text":"30805","offset":16288},["21112","21113","21114","21115","21116"],{"text":"30806","offset":16288},{"text":"30807","offset":21507},["21112","21113","21114","21115","21116"],{"text":"30808","offset":21507},{"text":"30807","offset":23498},["21112","21113","21114","21115","21116"],{"text":"30808","offset":23498},{"text":"30809","offset":25813},["21112","21113","21114","21115","21116"],{"text":"30810","offset":25813},"Patchveriosn",{"text":"30811","offset":29798},[],[],{"text":"30812","offset":29822},"myproject",{"text":"30813","offset":729},["30814","30815","30816","30817"],["30818","26860","30819","30820"],"file:///tmp/lint/docs/docker.md",{"text":"30821","offset":729},{"text":"30822","offset":2038},["30823","30824","30825","30826","30827"],["19837","30571","28144","30572","30573"],{"text":"30828","offset":2038},["19837","30571","28144","30572","30573"],{"text":"30829","offset":2075},{"text":"30830","offset":2229},["19837","30571","28144","30572","30573"],{"text":"30831","offset":2268},{"text":"30832","offset":249},["30833","30834","30835","30836","30837"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/docs/glossary.rst",{"text":"30838","offset":255},{"text":"30839","offset":198},["30840","30841","30842","30843","30844"],["30544","30545","20153","30546","30547"],"file:///tmp/lint/docs/index.rst",{"text":"30845","offset":201},{"text":"30538","offset":411},["30544","30545","20153","30546","30547"],{"text":"30548","offset":411},{"text":"30538","offset":643},["30544","30545","20153","30546","30547"],{"text":"30548","offset":643},{"text":"30846","offset":44},["30847","30848","30849","30850","30851"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/docs/man/jmbde.rst",{"text":"30852","offset":44},{"text":"30853","offset":81},["19720","19721","19722","19723","19724"],{"text":"30854","offset":81},{"text":"30855","offset":119},["30856","30857","30858","30859","30860"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/docs/README.md",{"text":"30861","offset":119},{"text":"30862","offset":128},["19720","19721","19722","19723","19724"],{"text":"30665","offset":128},{"text":"30863","offset":2031},["19720","19721","19722","19723","19724"],{"text":"30864","offset":2031},"Prerequistes",{"text":"30865","offset":2105},["30866","30867","30868","30869","30870"],["30871","30872","30873","30874","30875"],{"text":"30876","offset":2107},{"text":"30877","offset":2173},["19720","19721","19722","19723","19724"],{"text":"30878","offset":2175},{"text":"30879","offset":2468},["30871","30872","30873","30874","30875"],{"text":"30880","offset":2468},{"text":"30881","offset":3348},["19720","19721","19722","19723","19724"],{"text":"30882","offset":3348},"furo",{"text":"30883","offset":0},["30884","30885","30886","30887","30888"],["30889","30890","27756","30891","30892"],"file:///tmp/lint/docs/requirements.txt",{"text":"30893","offset":0},"elems",{"text":"30894","offset":59},["30895","30896","30897","30898","30899"],["27305","30900","30901","30902","30903"],"file:///tmp/lint/docs/root/js/version_switcher.js",{"text":"30904","offset":61},{"text":"30905","offset":118},["27305","30900","30901","30902","30903"],{"text":"30906","offset":120},{"text":"30907","offset":139},["27305","30900","30901","30902","30903"],{"text":"30908","offset":143},{"text":"30909","offset":220},["27305","30900","30901","30902","30903"],{"text":"30910","offset":226},"moderncmakedomain",{"text":"30911","offset":257},[],[],"file:///tmp/lint/docs/Taskfile.yml",{"text":"30912","offset":325},{"text":"30913","offset":392},["30914","30915","30916","30917","30918"],["19837","28141","28142","28143","28144"],{"text":"30919","offset":427},"nojekyll",{"text":"30920","offset":521},["30921"],["30922"],{"text":"30923","offset":527},"servor",{"text":"30924","offset":603},["30925","30926","30927","30928","30929"],["30930","30931","30932","30933","30934"],{"text":"30935","offset":614},{"text":"30936","offset":61},["30937","30938","30939","30940","30941"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/goodcheck.yml",{"text":"30942","offset":69},{"text":"30943","offset":8},["30944","30945","30946","30947","30948"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/NEWS.md",{"text":"30949","offset":8},"docoument",{"text":"30950","offset":117},["30951","30952","30953","30954","30955"],["23715","23716","23717","30956","30957"],{"text":"30958","offset":117},{"text":"30959","offset":211},["30960","30961","30962","30963","30964"],["19637","19638","19639","19640","19641"],{"text":"30965","offset":219},{"text":"30966","offset":263},["19720","19721","19722","19723","19724"],{"text":"30967","offset":263},"Inno",{"text":"30968","offset":293},["30969","30970","30971","30972","30973"],["30974","30975","30976","30977","30978"],{"text":"30979","offset":314},"appveyer",{"text":"30980","offset":346},["30981","30982","30983","30984","30985"],["30986","30987","30988","30989","30990"],{"text":"30991","offset":348},"coafile",{"text":"30992","offset":509},["30993","30994","30995","30996","30997"],["30998","30999","31000","31001","31002"],{"text":"31003","offset":509},"Areeas",{"text":"31004","offset":716},["31005","31006","31007","31008","31009"],["21994","31010","31011","21992","31012"],{"text":"31013","offset":716},"Februar",{"text":"31014","offset":1046},["31015","31016","31017","31018","31019"],["31020","31021","31022","31023","31024"],{"text":"31025","offset":1047},{"text":"31026","offset":195},["31027","31028","31029","31030","31031"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/packaging/conanfile.py",{"text":"31032","offset":195},{"text":"27990","offset":224},["19720","19721","19722","19723","19724"],{"text":"27991","offset":228},{"text":"31033","offset":924},["31034","31035","31036","31037","31038"],["28088","28089","28090","28091","28092"],{"text":"31039","offset":932},{"text":"31040","offset":1070},["31041","31042","31043","31044","31045"],["21188","28100","28101","20382","28102"],{"text":"31046","offset":1082},"libdirs",{"text":"31047","offset":1814},["31048","31049","31050","31051","31052"],["31053","28079","31054","31055","31056"],{"text":"31057","offset":1822},"resdirs",{"text":"31058","offset":1900},["31059","31060","31061","31062","31063"],["31064","31065","31066","31067","31068"],{"text":"31069","offset":1908},"cxxflags",{"text":"31070","offset":2412},["31071","31072"],["31073","31074"],{"text":"31075","offset":2420},{"text":"31076","offset":4},["31077","31078","31079","31080","31081"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/packaging/flatpak/org.jmuelbert.jmbde-QT.yml",{"text":"31082","offset":4},{"text":"31083","offset":102},["19720","19721","19722","19723","19724"],{"text":"31084","offset":102},{"text":"31085","offset":537},["19720","19721","19722","19723","19724"],{"text":"19725","offset":539},{"text":"31086","offset":599},["31087","31088","31089","31090","31091"],["19837","28141","28142","28143","28144"],{"text":"31092","offset":605},"DLGTM",{"text":"31093","offset":634},["31094","31095","31096","31097","31098"],["19977","31099","31100","31101","31102"],{"text":"31103","offset":640},{"text":"31104","offset":51},["31105","31106","31107","31108","31109"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/packaging/ifw/config/config.xml",{"text":"31110","offset":55},{"text":"31111","offset":117},["19720","19721","19722","19723","19724"],{"text":"31112","offset":122},{"text":"31113","offset":198},["19720","19721","19722","19723","19724"],{"text":"31114","offset":202},{"text":"31115","offset":237},["19720","19721","19722","19723","19724"],{"text":"31116","offset":242},{"text":"31117","offset":10},["31118","31119","31120","31121","31122"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/packaging/linux/jmbde",{"text":"31123","offset":20},{"text":"31124","offset":65},["19720","19721","19722","19723","19724"],{"text":"31125","offset":75},{"text":"31126","offset":129},["19720","19721","19722","19723","19724"],{"text":"31127","offset":152},{"text":"31128","offset":229},["19720","19721","19722","19723","19724"],{"text":"31129","offset":229},["19720","19721","19722","19723","19724"],{"text":"31130","offset":231},{"text":"31131","offset":150},["31132","31133","31134","31135","31136"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/packaging/linux/org.jmuelbert.jmbde.metainfo.xml",{"text":"31137","offset":154},{"text":"20211","offset":288},["19720","19721","19722","19723","19724"],{"text":"20212","offset":292},{"text":"31138","offset":708},["19720","19721","19722","19723","19724"],{"text":"31139","offset":713},{"text":"31140","offset":988},["19720","19721","19722","19723","19724"],{"text":"31141","offset":1010},"LIZENZ",{"text":"31142","offset":0},["31143","31144","31145","31146","31147"],["31148","31149","31150","31151","31152"],"file:///tmp/lint/packaging/macos/jmbde/de_DE.lproj/LICENSE",{"text":"31153","offset":0},"EUROPÄISCHE",[],[],{"text":"31154","offset":5},"Europäische",{"text":"31155","offset":52},[],[],{"text":"31156","offset":52},"Diese",{"text":"31157","offset":88},["31158","31159","31160","31161","31162"],["29735","29736","29737","29738","29739"],{"text":"31163","offset":88},"Lizenz",["31164","31165","31166","31167","31168"],["31148","31149","31169","31150","31151"],{"text":"31170","offset":88},[],{"text":"31171","offset":99},"Werke",["31172","31173","31174","31175","31176"],["27316","31177","27280","27281","31178"],{"text":"31179","offset":133},"Sinne",["31180","31181","31182","31183","31184"],["31185","31186","31187","31188","31189"],{"text":"31190","offset":148},"nachfolgenden",[],[],{"text":"31191","offset":157},["31192","31193","31194","31195","31196"],["27717","27718","27719","27720","27721"],{"text":"31197","offset":191},"Bedingungen",[],[],{"text":"31198","offset":197},["31199"],["24810"],{"text":"31200","offset":222},"gestellt",["31201","31202","31203","31204","31205"],["29492","31206","31207","29494","31208"],{"text":"31209","offset":227},["31210","31211","31212","31213","31214"],["21295","21296","21297","21298","27316"],{"text":"31215","offset":239},"Werk",["31216","31217","31218","31219","31220"],["31221","31222","31177","31223","27316"],{"text":"31224","offset":253},"darf",["31225","31226","31227","31228","31229"],["27335","31230","31231","31232","29648"],{"text":"31233","offset":253},["31234","31235","31236","31237","31238"],["27666","27667","27668","27669","27670"],{"text":"31239","offset":274},["31240","31241","31242","31243","31244"],["29735","29736","29737","29738","29739"],{"text":"31245","offset":279},["31148","31149","31169","31150","31151"],{"text":"31246","offset":284},"gestatteten",["31247"],["27783"],{"text":"31248","offset":291},"genutzt",["31249","31250","31251","31252","31253"],["21187","28857","29590","30555","31254"],{"text":"31255","offset":307},["21295","21296","21297","21298","27316"],{"text":"31256","offset":314},"insoweit",["31257","31258","31259","31260","31261"],["31262","31263","31264","31265","31266"],{"text":"31267","offset":326},["31268","31269","31270","31271","31272"],["22146","22383","22384","22385","22386"],{"text":"31273","offset":331},["31274","31275","31276","31277","31278"],["27208","27209","27210","27211","27212"],{"text":"31279","offset":347},"Urheber",["31280","31281","31282","31283","31284"],["31285","31286","26766","26767","31287"],{"text":"31288","offset":356},"vorbehalten",[],[],{"text":"31289","offset":368},{"text":"31290","offset":406},["31221","31222","31177","31223","27316"],{"text":"31291","offset":406},["31292","31293","31294","31295","31296"],["21162","21163","21164","21165","21166"],{"text":"31291","offset":406},["27717","27718","27719","27720","27721"],{"text":"31297","offset":406},[],{"text":"31298","offset":410},["31148","31149","31169","31150","31151"],{"text":"31299","offset":426},["24810"],{"text":"31300","offset":430},["29492","31206","31207","29494","31208"],{"text":"31301","offset":449},["31302","31303","31304","31305","31306"],["24764","24765","21298","24766","27569"],{"text":"31307","offset":460},[],[],{"text":"31308","offset":465},["31185","31186","31187","31188","31189"],{"text":"31309","offset":485},[],{"text":"31310","offset":489},"Hinweis",["31311","31312","31313","31314","31315"],["31316","27359","31317","31318","31319"],{"text":"31320","offset":533},"unmittelbar",[],[],{"text":"31321","offset":549},"Urheberrechtshinweis",[],[],{"text":"31322","offset":571},["31323","31324","31325","31326","31327"],["28397","28398","28399","28400","28401"],{"text":"31328","offset":594},"anbringt",["31329","31330","31331","31332","31333"],["31334","31335","30187","31336","30189"],{"text":"31337","offset":598},"Lizenziert",{"text":"31338","offset":638},[],[],{"text":"31339","offset":660},["27717","27718","27719","27720","27721"],{"text":"31339","offset":660},{"text":"31340","offset":686},["31341","31342","31343","31344","31345"],["26888","26889","26890","26891","26892"],{"text":"31346","offset":686},["31347","31348","31349","31350","31351"],["27097","27098","21485","27099","27100"],{"text":"31352","offset":686},[],[],{"text":"31353","offset":694},"bringt",["31354","31355","31356","31357","31358"],["31359","31360","31361","31362","31363"],{"text":"31364","offset":700},["31365","31366","31367","31368","31369"],["27377","27378","27379","27380","27381"],{"text":"31370","offset":713},["27717","27718","27719","27720","27721"],{"text":"31371","offset":717},"lizenzieren",[],[],{"text":"31372","offset":739},"möchte",["31373","31374","31375","31376","31377"],["31378","31379","24801","31380","31381"],{"text":"31382","offset":751},{"text":"31383","offset":804},["29735","29736","29737","29738","29739"],{"text":"31384","offset":804},["31148","31149","31169","31150","31151"],{"text":"31385","offset":804},"folgende",["31386","31387","31388","31389","31390"],["31391","31392","31393","31394","31395"],{"text":"31396","offset":808},{"text":"31397","offset":859},["31148","31149","31169","31150","31151"],{"text":"31398","offset":859},["29735","29736","29737","29738","29739"],{"text":"31398","offset":859},{"text":"31399","offset":884},[],[],{"text":"31400","offset":884},["31221","31222","31177","31223","27316"],{"text":"31401","offset":886},[],{"text":"31402","offset":915},["27717","27718","27719","27720","27721"],{"text":"31403","offset":929},"verbreitet",[],[],{"text":"31404","offset":949},"zugänglich",[],[],{"text":"31405","offset":962},"gemacht",["31406","31407","31408","31409","31410"],["31411","31412","24698","31413","31414"],{"text":"31415","offset":969},["21162","21163","21164","21165","21166"],{"text":"31416","offset":980},"zwar",["31417","31418","31419","31420","31421"],["31422","31423","31424","31425","31426"],{"text":"31427","offset":989},"gegebenenfalls",[],[],{"text":"31428","offset":1014},["31429","31430","31431","31432","31433"],["21748","27548","27549","21749","27550"],{"text":"31434","offset":1023},"ausführbarer",[],[],{"text":"31435","offset":1037},{"text":"31436","offset":1080},[],[],{"text":"31437","offset":1080},["27316","31177","27280","27281","31178"],{"text":"31438","offset":1082},"Lizenznehmer",[],[],{"text":"31439","offset":1108},"Grundlage",["31440","31441","31442","31443","31444"],["31445","31446","29062","31447","31448"],{"text":"31449","offset":1131},"Originalwerks",[],[],{"text":"31450","offset":1144},[],{"text":"31451","offset":1166},"schaffen",["31452","31453","31454","31455","31456"],["31457","31458","31459","31460","31461"],{"text":"31462","offset":1185},["31463","31464","31465","31466","31467"],["21307","21308","21309","21310","21311"],{"text":"31468","offset":1192},["21162","21163","21164","21165","21166"],{"text":"31469","offset":1215},["31470","31471","31472","31473","31474"],["21173","21174","21175","21176","21177"],{"text":"31475","offset":1221},"festgelegt",[],[],{"text":"31476","offset":1224},"umfangreich",[],[],{"text":"31477","offset":1243},"Änderung",["31478"],["31479"],{"text":"31480","offset":1261},"Abhängigkeit",[],[],{"text":"31481","offset":1282},[],{"text":"31482","offset":1305},["22146","22383","22384","22385","22386"],{"text":"31483","offset":1322},"Einstufung",[],[],{"text":"31484","offset":1326},"Bearbeitung",[],[],{"text":"31485","offset":1343},["31486","31487","31488","31489","31490"],["29599","29600","29601","29602","29603"],{"text":"31491","offset":1348},["31492","31493","31494","31495","31496"],["27917","27918","27919","27920","27921"],{"text":"31497","offset":1363},["31498","31499","31500","31501","31502"],["27895","27896","27897","27898","27899"],{"text":"31503","offset":1380},["31504","31505","31506","31507","31508"],["27857","27858","27859","27860","27861"],{"text":"31509","offset":1386},"Urheberrecht",[],[],{"text":"31510","offset":1391},"Artikel",["31511","31512","31513","31514","31515"],["31516","31517","31518","31519","31520"],{"text":"31521","offset":1415},"aufgeführten",[],[],{"text":"31522","offset":1435},"anwendbar",[],[],{"text":"31523","offset":1454},{"text":"31524","offset":1489},["31221","31222","31177","31223","27316"],{"text":"31525","offset":1489},[],{"text":"31526","offset":1489},[],{"text":"31527","offset":1502},"diejenige",{"text":"31528","offset":1541},["31529"],["31530"],{"text":"31531","offset":1541},"Werkes",["31532","31533","31534","31535","31536"],["31537","31538","28398","28399","31539"],{"text":"31540","offset":1554},"Auffassung",[],[],{"text":"31541","offset":1570},["27666","27667","27668","27669","27670"],{"text":"31542","offset":1582},["27917","27918","27919","27920","27921"],{"text":"31543","offset":1590},["31544","31545","31546","31547","31548"],["29588","29589","29590","29591","29592"],{"text":"31549","offset":1629},"verändert",["31550","31551","31552","31553"],["31554","31555","24787","24789"],{"text":"31556","offset":1672},["21295","21296","21297","21298","27316"],{"text":"31557","offset":1681},"Ausführbarer",{"text":"31558","offset":1717},[],[],{"text":"31559","offset":1717},"üblicherweise",[],[],{"text":"31560","offset":1725},"kompilierte",[],[],{"text":"31561","offset":1739},["28397","28398","28399","28400","28401"],{"text":"31562","offset":1761},["31563","31564","31565","31566","31567"],["27303","27304","22146","22383","27305"],{"text":"31568","offset":1773},"Programm",["31569","31570","31571","31572","31573"],["31574","31575","31576","31577","31578"],{"text":"31579","offset":1793},"ausgeführt",[],[],{"text":"31580","offset":1803},["21295","21296","21297","21298","27316"],{"text":"31581","offset":1816},"soll",["31582","31583","31584","31585","31586"],["31587","31588","31589","31590","31591"],{"text":"31581","offset":1816},{"text":"31592","offset":1849},[],{"text":"31593","offset":1849},[],[],{"text":"31594","offset":1849},["31595","31596"],["28308","28309"],{"text":"31597","offset":1865},["31221","31222","31177","31223","27316"],{"text":"31598","offset":1885},[],{"text":"31599","offset":1913},[],{"text":"31600","offset":1928},"macht",["31601","31602","31603","31604","31605"],["31606","31607","31608","31609","31610"],{"text":"31611","offset":1935},"Bearbeiter",{"text":"31612","offset":1969},["31613","31614","31615"],["22201","22243","31616"],{"text":"31617","offset":1969},"jede",["31618","31619","31620","31621","31622"],["19724","31623","27481","27483","26720"],{"text":"31624","offset":1969},[],{"text":"31625","offset":1969},["28308","28309"],{"text":"31626","offset":1984},["31554","31555","24787","24789"],{"text":"31627","offset":2033},"Weise",["31628","31629","31630","31631","31632"],["31633","31634","31635","31636","31637"],{"text":"31638","offset":2059},"Schaffung",["31639","31640","31641","31642","31643"],["31644","31645","31646","31647","31648"],{"text":"31649","offset":2070},["26888","26889","26890","26891","26892"],{"text":"31650","offset":2081},[],{"text":"31651","offset":2087},["31652","31653"],["29039","29040"],{"text":"31654","offset":2091},{"text":"31655","offset":2129},[],{"text":"31656","offset":2129},["19724","31623","27481","27483","26720"],{"text":"31657","offset":2132},[],{"text":"31658","offset":2132},["28308","28309"],{"text":"31626","offset":2154},"Lizenzbedingungen",[],[],{"text":"31659","offset":2195},"nutzt",["31660","31661","31662","31663","31664"],["31665","31666","31667","31668","31669"],{"text":"31670","offset":2214},"Verbreitung",{"text":"31671","offset":2243},[],[],{"text":"31672","offset":2243},"Zugänglichmachung",[],[],{"text":"31673","offset":2245},"Verkauf",["31674","31675","31676","31677","31678"],["31679","31680","31681","31682","31683"],{"text":"31684","offset":2270},"Überlassung",[],[],{"text":"31685","offset":2289},"Verleih",["31686","31687","31688","31689","31690"],["28377","31691","31692","24785","24786"],{"text":"31693","offset":2300},"Vermietung",[],[],{"text":"31694","offset":2310},[],{"text":"31695","offset":2322},"Weitergabe",[],[],{"text":"31696","offset":2331},"Übermittlung",[],[],{"text":"31697","offset":2343},"anderweitiger",[],[],{"text":"31698","offset":2356},"Bereitstellung",[],[],{"text":"31699","offset":2400},[],[],{"text":"31700","offset":2413},["28397","28398","28399","28400","28401"],{"text":"31701","offset":2440},[],{"text":"31702","offset":2449},"wesentlichen",[],[],{"text":"31703","offset":2478},["31704","31705","31706","31707","31708"],["28776","24383","24384","28777","28778"],{"text":"31709","offset":2492},["31710","31711","31712","31713","31714"],["28257","28258","28259","28260","28261"],{"text":"31715","offset":2499},[],{"text":"31716","offset":2512},["28308","28309"],{"text":"31717","offset":2527},["31718","31719","31720","31721","31722"],["28326","28327","28328","28329","28330"],{"text":"31723","offset":2538},{"text":"31724","offset":2573},["31725","31726","31727","31728","31729"],["28363","28364","28365","28366","28367"],{"text":"31730","offset":2573},[],[],{"text":"31730","offset":2573},{"text":"31731","offset":2599},[],{"text":"31732","offset":2599},["31733","31734","31735","31736","31737"],["28275","28276","28277","28278","27986"],{"text":"31738","offset":2599},["31739","31740","31741","31742","31743"],["27359","26801","28303","27360","28304"],{"text":"31744","offset":2603},["31745","31746","31747","31748","31749"],["28292","28293","28294","28295","28296"],{"text":"31750","offset":2603},[],[],{"text":"31751","offset":2623},[],{"text":"31752","offset":2647},[],[],{"text":"31753","offset":2662},[],[],{"text":"31754","offset":2669},["22146","22383","22384","22385","22386"],{"text":"31755","offset":2682},[],[],{"text":"31756","offset":2683},"unentgeltliche",[],[],{"text":"31757","offset":2694},["21173","21174","21175","21176","21177"],{"text":"31758","offset":2713},[],[],{"text":"31759","offset":2724},[],[],{"text":"31760","offset":2740},[],[],{"text":"31761","offset":2768},"uneingeschränkt",{"text":"31762","offset":2810},[],[],{"text":"31763","offset":2810},"vervielfältigen",{"text":"31764","offset":2849},[],[],{"text":"31765","offset":2849},"verändern",{"text":"31766","offset":2881},["31767","31768","31769","31770"],["31554","31555","24787","24789"],{"text":"31771","offset":2881},[],{"text":"31772","offset":2888},["31445","31446","29062","31447","31448"],{"text":"31773","offset":2910},["28397","28398","28399","28400","28401"],{"text":"31774","offset":2924},["31457","31458","31459","31460","31461"],{"text":"31775","offset":2932},"öffentlich",{"text":"31776","offset":2965},[],[],{"text":"31777","offset":2965},[],{"text":"31778","offset":2968},["31779","31780","31781","31782","31783"],["27438","27439","27440","27441","27442"],{"text":"31784","offset":2992},"einschließt",[],[],{"text":"31785","offset":3002},"Vervielfältigungsstücke",[],[],{"text":"31786","offset":3024},"davon",["31787","31788","31789","31790","31791"],["31792","31793","31794","31795","31796"],{"text":"31797","offset":3051},[],{"text":"31798","offset":3060},"bereitzustellen",[],[],{"text":"31799","offset":3071},"wahrnehmbar",[],[],{"text":"31800","offset":3092},["31801","31802","31803","31804","31805"],["28346","28347","28348","28349","28350"],{"text":"31806","offset":3128},"möglich",["31807","31808","31809","31810","31811"],["31812","31813","31814","31815","31816"],{"text":"31817","offset":3135},[],{"text":"31818","offset":3144},"aufzuführen",[],[],{"text":"31819","offset":3157},{"text":"31820","offset":3190},[],{"text":"31821","offset":3190},["31792","31793","31794","31795","31796"],{"text":"31822","offset":3202},"verbreiten",["31823"],["28387"],{"text":"31824","offset":3207},{"text":"31825","offset":3247},[],{"text":"31826","offset":3247},["31792","31793","31794","31795","31796"],{"text":"31827","offset":3259},["31828","31829","31830","31831","31832"],["28384","28385","28386","28387","28388"],{"text":"31833","offset":3264},["31834","31835","31836","31837"],["28375","28376","28377","27614"],{"text":"31838","offset":3289},{"text":"31839","offset":3321},[],{"text":"31840","offset":3321},["31792","31793","31794","31795","31796"],{"text":"31841","offset":3333},[],{"text":"31842","offset":3347},{"text":"31843","offset":3386},[],[],{"text":"31844","offset":3386},["31845","31846","31847","31848","31849"],["28337","28338","28339","27438","27439"],{"text":"31850","offset":3390},["31851","31852","31853","31854","31855"],["25112","25113","25114","25115","25116"],{"text":"31856","offset":3394},["31857","31858","31859"],["28230","26966","28231"],{"text":"31860","offset":3406},["31861","31862","31863","31864","31865"],["28221","28222","28223","28224","28225"],{"text":"31866","offset":3422},"künftige",["31867"],["31868"],{"text":"31869","offset":3438},"Medien",["31870","31871","31872","31873","31874"],["31875","31876","31877","31878","31879"],{"text":"31880","offset":3446},"Träger",["31881","31882","31883","31884","31885"],["31886","31887","31888","31889","31890"],{"text":"31891","offset":3455},["31892"],["27618"],{"text":"31893","offset":3477},["21295","21296","21297","21298","27316"],{"text":"31894","offset":3484},["28346","28347","28348","28349","28350"],{"text":"31895","offset":3488},"geltende",["31896","31897","31898","31899","31900"],["31901","31902","31903","31904","27727"],{"text":"31905","offset":3496},["27438","27439","27440","27441","27442"],{"text":"31906","offset":3514},["21173","21174","21175","21176","21177"],{"text":"31907","offset":3521},"entgegensteht",[],[],{"text":"31908","offset":3525},"Länder",["31909","31910","31911","31912","31913"],["31914","31915","31916","31917","31918"],{"text":"31919","offset":3550},"denen",["31920","31921","31922","31923","31924"],["30062","31925","31926","22145","31927"],{"text":"31928","offset":3565},"Urheberpersönlichkeitsrechte",[],[],{"text":"31929","offset":3569},"bestehen",["31930","31931","31932","31933","31934"],["30000","30001","31935","31936","30002"],{"text":"31937","offset":3602},"verzichtet",[],[],{"text":"31938","offset":3619},[],{"text":"31939","offset":3631},"gesetzlich",["31940","31941"],["31942","31943"],{"text":"31944","offset":3641},"zulässigen",[],[],{"text":"31945","offset":3656},["28363","28364","28365","28366","28367"],{"text":"31946","offset":3671},[],{"text":"31947","offset":3686},"Lizenzierung",[],[],{"text":"31948","offset":3722},"oben",["31949","31950","31951","31952","31953"],["31954","26837","31955","31956","31957"],{"text":"31958","offset":3743},[],{"text":"31959","offset":3747},"Verwertungsrechte",[],[],{"text":"31960","offset":3760},"wirksam",["31961","31962","31963","31964","31965"],["28397","31966","31967","31968","31969"],{"text":"31970","offset":3776},"durchführen",[],[],{"text":"31971","offset":3782},["25112","25113","25114","25115","25116"],{"text":"31972","offset":3800},["28275","28276","28277","28278","27986"],{"text":"31973","offset":3825},[],{"text":"31974","offset":3835},["21173","21174","21175","21176","21177"],{"text":"31975","offset":3855},"ausschließliches",[],[],{"text":"31976","offset":3859},"unentgeltliches",[],[],{"text":"31977","offset":3876},"Nutzungsrecht",[],[],{"text":"31978","offset":3892},"seinen",["31979","31980","31981","31982","31983"],["31984","31985","31986","31987","31988"],{"text":"31989","offset":3903},"sofern",["31990","31991","31992","31993","31994"],["27886","31995","31996","30343","31997"],{"text":"31998","offset":3930},"Ausübung",["31999","32000"],["32001","32002"],{"text":"32003","offset":3940},["27666","27667","27668","27669","27670"],{"text":"32004","offset":3957},"erteilten",[],[],{"text":"32005","offset":3975},"Nutzungsrechte",[],[],{"text":"32006","offset":3985},{"text":"32007","offset":4045},[],{"text":"32008","offset":4045},{"text":"32009","offset":4080},["21307","21308","21309","21310","21311"],{"text":"32010","offset":4080},"entweder",["32011","32012","32013","32014","32015"],["27467","32016","32017","27721","32018"],{"text":"32019","offset":4084},"ausführbaren",[],[],{"text":"32020","offset":4119},["24810"],{"text":"32021","offset":4142},["32022","32023","32024","32025","32026"],["28793","26950","28794","28795","28796"],{"text":"32027","offset":4147},"Stellt",["32028","32029","32030","32031","32032"],["32033","32034","32035","32036","32037"],{"text":"32038","offset":4160},[],{"text":"32039","offset":4174},["24810"],{"text":"32040","offset":4200},"stellt",["32041","32042","32043","32044","32045"],["32033","32034","32035","32036","32037"],{"text":"32046","offset":4213},"darüber",["32047","32048","32049","32050","32051"],["32052","32053","32054","32055","32056"],{"text":"32057","offset":4222},["22146","22383","22384","22385","22386"],{"text":"32058","offset":4236},"maschinenlesbare",[],[],{"text":"32059","offset":4246},"Kopie",["32060","32061","32062","32063","32064"],["32065","32066","32067","32068","32069"],{"text":"32070","offset":4261},"jedes",["32071","32072","32073","32074","32075"],["32076","32077","32078","32079","32080"],{"text":"32081","offset":4283},"verbreitete",[],[],{"text":"32082","offset":4293},"Vervielfältigungsstück",[],[],{"text":"32083","offset":4314},["28397","28398","28399","28400","28401"],{"text":"32084","offset":4334},["24810"],{"text":"32085","offset":4343},"verweist",["32086","32087","32088","32089","32090"],["32091","32092","32093","32094","28377"],{"text":"32095","offset":4367},["27303","27304","22146","22383","27305"],{"text":"32096","offset":4382},"Vermerk",["32097","32098","32099","32100","32101"],["32102","24785","32103","32104","28386"],{"text":"32105","offset":4387},"beigefügten",[],[],{"text":"32106","offset":4419},[],{"text":"32107","offset":4436},["32108","32109","32110","32111","32112"],["22142","22143","22144","22145","22146"],{"text":"32113","offset":4457},"Speicherort",[],[],{"text":"32114","offset":4458},"unentgeltlich",[],[],{"text":"32115","offset":4501},"zugegriffen",[],[],{"text":"32116","offset":4525},["21307","21308","21309","21310","21311"],{"text":"32117","offset":4545},"solange",["32118","32119","32120","32121","32122"],["32123","32124","32125","32126","32127"],{"text":"32128","offset":4555},[],{"text":"32129","offset":4592},[],{"text":"32130","offset":4608},["31606","31607","31608","31609","31610"],{"text":"31611","offset":4613},"Einschränkungen",{"text":"32131","offset":4648},[],[],{"text":"32132","offset":4648},"Urheberrechts",[],[],{"text":"32133","offset":4650},{"text":"32134","offset":4684},["21173","21174","21175","21176","21177"],{"text":"32135","offset":4684},"Zweck",["32136","32137","32138","32139","32140"],["32141","32142","32143","29862","29863"],{"text":"32144","offset":4684},"ausschließlichen",[],[],{"text":"32145","offset":4718},["28337","28338","28339","27438","27439"],{"text":"32146","offset":4743},"Urhebers",["32147","32148","32149","32150","32151"],["32152","32153","31285","32154","32155"],{"text":"32156","offset":4747},[],{"text":"32157","offset":4775},"zugutekommen",[],[],{"text":"32158","offset":4793},"einzuschränken",[],[],{"text":"32159","offset":4801},"Auch",["32160","32161","32162","32163","32164"],["21748","21749","27548","27550","27549"],{"text":"32165","offset":4814},"Erschöpfung",[],[],{"text":"32166","offset":4828},["28337","28338","28339","27438","27439"],{"text":"32167","offset":4849},"bleibt",["32168","32169","32170","32171","32172"],["32173","32174","32175","32176","32177"],{"text":"32178","offset":4859},"unberührt",["32179","32180","32181"],["32182","32183","32184"],{"text":"32185","offset":4879},"Pflichten",{"text":"32186","offset":4916},["32187","32188","32189","32190"],["28436","32191","32192","32193"],{"text":"32194","offset":4916},"Lizenznehmers",[],[],{"text":"32194","offset":4916},"Einräumung",{"text":"32195","offset":4946},[],[],{"text":"32196","offset":4946},["31954","26837","31955","31956","31957"],{"text":"32197","offset":4946},["28337","28338","28339","27438","27439"],{"text":"32198","offset":4955},["32199","32200","32201","32202","32203"],["29827","29828","29829","29830","29831"],{"text":"32204","offset":4970},"Beschränkungen",[],[],{"text":"32205","offset":4980},["28436","32191","32192","32193"],{"text":"32206","offset":4994},[],{"text":"32207","offset":5017},"gebunden",["32208","32209","32210","32211","32212"],["21286","21287","32213","32214","32215"],{"text":"32216","offset":5031},{"text":"32217","offset":5063},[],{"text":"32218","offset":5063},"Lizenztext",[],[],{"text":"32219","offset":5063},"Nennung",["32220","32221","32222","32223","32224"],["32225","32226","32227","32228","32229"],{"text":"32230","offset":5067},"Bearbeiters",["32231","32232"],["22243","32233"],{"text":"32234","offset":5085},[],{"text":"32235","offset":5126},"Markenrechtshinweise",[],[],{"text":"32236","offset":5149},"Hinweise",["32237","32238","32239","32240","32241"],["31316","27359","31317","31318","31319"],{"text":"32242","offset":5178},"Haftungsausschluss",[],[],{"text":"32243","offset":5217},"unverändert",[],[],{"text":"32244","offset":5236},"Jedem",["32245","32246","32247","32248","32249"],["32250","19724","31623","32251","32252"],{"text":"32253","offset":5259},"verbreiteten",[],[],{"text":"32254","offset":5271},[],{"text":"32255","offset":5289},"gemachten",[],[],{"text":"32256","offset":5293},[],{"text":"32257","offset":5311},["29735","29736","29737","29738","29739"],{"text":"32258","offset":5365},["31316","27359","31317","31318","31319"],{"text":"32259","offset":5370},["32260","32261","32262","32263","32264"],["27157","27158","27159","27160","27161"],{"text":"32265","offset":5374},["29735","29736","29737","29738","29739"],{"text":"32266","offset":5387},"beifügen",["32267","32268","32269","32270"],["27087","32271","19737","32272"],{"text":"32273","offset":5393},"jedem",["32274","32275","32276","32277","32278"],["32250","19724","31623","32252","30119"],{"text":"32279","offset":5435},"abgeleiteten",[],[],{"text":"32280","offset":5435},"deutlich",["32281","32282","32283","32284","32285"],["32286","27666","32287","28132","32288"],{"text":"32289","offset":5457},["27377","27378","27379","27380","27381"],{"text":"32290","offset":5481},["32291","32292","32293","32294","32295"],["21286","27833","29963","29964","29701"],{"text":"32296","offset":5497},["32297","32298","32299","32300","32301"],["21150","21152","29972","29973","29974"],{"text":"32302","offset":5508},[],{"text":"32303","offset":5531},"angeben",["32304","32305","32306","32307","32308"],["32309","32310","32311","32312","32313"],{"text":"32314","offset":5546},"Klausel",{"text":"32315","offset":5578},["32316","32317","32318","32319","32320"],["32321","32322","29246","29247","32323"],{"text":"32324","offset":5578},["27335","31230","31231","31232","29648"],{"text":"32325","offset":5589},[],{"text":"32326","offset":5598},[],{"text":"32327","offset":5620},[],{"text":"32328","offset":5639},[],{"text":"32329","offset":5662},["26888","26889","26890","26891","26892"],{"text":"32330","offset":5690},"neueren",["32331","32332","32333","32334","32335"],["32336","32337","32338","25056","32339"],{"text":"32340","offset":5702},["28387"],{"text":"32341","offset":5733},"außer",["32342","32343","32344","32345","32346"],["32347","32348","32349","32350","29193"],{"text":"32351","offset":5766},["24764","24765","21298","24766","27569"],{"text":"32352","offset":5775},[],{"text":"32353","offset":5782},"ausdrücklich",[],[],{"text":"32354","offset":5796},"Lizenzversion",[],[],{"text":"32355","offset":5824},"Angabe",["32356","32357","32358","32359","32360"],["32361","32362","32363","32364","30081"],{"text":"32365","offset":5848},[],{"text":"32366","offset":5885},["27335","31230","31231","31232","29648"],{"text":"32367","offset":5903},["21162","21163","21164","21165","21166"],{"text":"32368","offset":5947},["27335","31230","31231","31232","29648"],{"text":"32369","offset":5951},[],{"text":"32370","offset":5980},["32371","32372","32373","32374","32375"],["21437","21438","21439","21440","21441"],{"text":"32376","offset":5991},"zusätzlichen",[],[],{"text":"32377","offset":5996},[],{"text":"32378","offset":6001},"anbieten",["32379","32380","32381","32382","32383"],["28576","32384","32385","32386","29537"],{"text":"32387","offset":6022},"vorschreiben",[],[],{"text":"32388","offset":6031},[],{"text":"32389","offset":6057},["31554","31555","24787","24789"],{"text":"32390","offset":6079},"einschränken",[],[],{"text":"32391","offset":6098},"Kompatibilitäts",{"text":"32392","offset":6135},[],[],{"text":"32393","offset":6135},["32321","32322","29246","29247","32323"],{"text":"32394","offset":6135},["32395","32396","32397","32398","32399"],["24764","24765","21298","24766","24767"],{"text":"32400","offset":6135},["27303","27304","22146","22383","27305"],{"text":"32401","offset":6197},["27097","27098","21485","27099","27100"],{"text":"32402","offset":6201},["26888","26889","26890","26891","26892"],{"text":"32403","offset":6224},"kompatiblen",["32404"],["32405"],{"text":"32406","offset":6232},"lizenziert",[],[],{"text":"32407","offset":6248},["21150","21152","29972","29973","29974"],{"text":"32408","offset":6254},"basieren",["32409","32410","32411","32412","32413"],["32414","32415","27951","27952","32416"],{"text":"32417","offset":6266},"Kopien",["32418","32419","32420","32421","32422"],["21440","32423","32424","32065","32425"],{"text":"32426","offset":6291},[],{"text":"32427","offset":6317},["31606","31607","31608","31609","31610"],{"text":"32428","offset":6338},["21307","21308","21309","21310","21311"],{"text":"32429","offset":6349},["32405"],{"text":"32430","offset":6388},"erfolgen",["32431","32432","32433","32434","32435"],["32436","32437","32438","32439","32440"],{"text":"32441","offset":6404},"Unter",["32442","32443","32444","32445","32446"],["27717","27720","27718","27719","27721"],{"text":"32447","offset":6411},"kompatibler",["32448"],["32405"],{"text":"32449","offset":6423},["22146","22383","22384","22385","22386"],{"text":"32450","offset":6447},"Anhang",["32451","32452","32453","32454","32455"],["32456","32457","32458","30187","30188"],{"text":"32459","offset":6459},"angeführte",[],[],{"text":"32460","offset":6479},["32461","32462","32463","32464","32465"],["27614","28834","28835","27617","28836"],{"text":"32466","offset":6500},"Sollten",["32467","32468","32469","32470","32471"],["29227","29228","29229","29230","26836"],{"text":"32472","offset":6511},"Verpflichtungen",[],[],{"text":"32473","offset":6521},[],{"text":"32474","offset":6544},["32405"],{"text":"32475","offset":6564},"denjenigen",[],[],{"text":"32476","offset":6586},"vorliegenden",[],[],{"text":"32477","offset":6605},"Konflikt",["32478","32479","32480"],["32481","32482","32483"],{"text":"32484","offset":6628},[],{"text":"32485","offset":6658},["32405"],{"text":"32486","offset":6686},"Vorrang",["32487","32488","32489","32490","32491"],["24811","32492","32493","32494","32495"],{"text":"32496","offset":6706},["32497","32498","32499","32500","32501"],["27427","27428","27429","27430","27431"],{"text":"32502","offset":6710},{"text":"32503","offset":6745},[],{"text":"32504","offset":6745},["24764","24765","21298","24766","24767"],{"text":"32505","offset":6746},[],{"text":"32506","offset":6776},["31606","31607","31608","31609","31610"],{"text":"32507","offset":6832},[],{"text":"32508","offset":6859},"Fassung",["32509","32510","32511","32512","32513"],["32514","32515","32516","32517","32518"],{"text":"32519","offset":6874},["22142","22143","22144","22145","22146"],{"text":"32520","offset":6908},[],{"text":"32521","offset":6919},["32309","32310","32311","32312","32313"],{"text":"32522","offset":6930},["32523","32524","32525","32526","32527"],["26766","26767","26768","26769","26770"],{"text":"32528","offset":6941},[],{"text":"32529","offset":6963},"lange",["32530","32531","32532","32533","32534"],["32535","32536","32537","32538","32539"],{"text":"32540","offset":6982},[],{"text":"32541","offset":7009},["21307","21308","21309","21310","21311"],{"text":"32542","offset":7020},["31606","31607","31608","31609","31610"],{"text":"31611","offset":7085},"Rechtsschutz",{"text":"32543","offset":7120},[],[],{"text":"32544","offset":7120},["29735","29736","29737","29738","29739"],{"text":"32545","offset":7120},"erlaubt",["32546","32547","32548","32549","32550"],["32551","32552","24699","32553","21377"],{"text":"32554","offset":7120},"Benutzung",["32555"],["32556"],{"text":"32557","offset":7140},"Kennzeichen",[],[],{"text":"32558","offset":7155},"geschützten",[],[],{"text":"32559","offset":7179},"Namensrechten",[],[],{"text":"32560","offset":7192},"Lizenzgebers",[],[],{"text":"32561","offset":7210},["28346","28347","28348","28349","28350"],{"text":"32562","offset":7218},"angemessene",[],[],{"text":"32563","offset":7248},"übliche",["32564","32565","32566"],["32567","32568","32569"],{"text":"32570","offset":7270},"Beschreibung",[],[],{"text":"32571","offset":7274},"Herkunft",["32572"],["32573"],{"text":"32574","offset":7291},"inhaltlichen",[],[],{"text":"32575","offset":7315},"Wiedergabe",[],[],{"text":"32576","offset":7334},"Urheberrechtshinweises",[],[],{"text":"32577","offset":7342},"erforderlich",[],[],{"text":"32578","offset":7370},{"text":"32579","offset":7412},["31285","31286","26766","26767","31287"],{"text":"32580","offset":7412},["22201","22243","31616"],{"text":"32580","offset":7412},"ursprüngliche",{"text":"32581","offset":7437},[],[],{"text":"32582","offset":7437},"gewährleistet",[],[],{"text":"32583","offset":7447},["27377","27378","27379","27380","27381"],{"text":"32584","offset":7455},[],{"text":"32585","offset":7471},"innehat",["32586","32587","32588","32589","32590"],["32591","32592","21890","32593","32594"],{"text":"32595","offset":7494},[],{"text":"32596","offset":7523},["21150","21152","29972","29973","29974"],{"text":"32597","offset":7536},["27377","27378","27379","27380","27381"],{"text":"32598","offset":7550},"befugt",["32599","32600","32601","32602","32603"],["32604","32605","27848","27849","32606"],{"text":"32607","offset":7550},"erteilen",["32608","32609","32610","32611","32612"],["32613","32614","32615","30021","32616"],{"text":"32617","offset":7586},{"text":"32618","offset":7617},["32619","32620","32621","32622","32623"],["30119","30120","30121","30122","30123"],{"text":"32624","offset":7617},["22201","22243","31616"],{"text":"32625","offset":7617},[],{"text":"32626","offset":7617},["27377","27378","27379","27380","27381"],{"text":"32627","offset":7623},[],{"text":"32628","offset":7638},"vorgenommenen",[],[],{"text":"32629","offset":7661},[],[],{"text":"32630","offset":7681},"besitzt",["32631","32632","32633","32634","32635"],["27920","27921","32636","32637","27073"],{"text":"32638","offset":7704},["32604","32605","27848","27849","32606"],{"text":"32639","offset":7714},["32613","32614","32615","30021","32616"],{"text":"32617","offset":7743},"Jedes",{"text":"32640","offset":7774},["32641","32642","32643","32644","32645"],["32076","32077","32079","32078","32080"],{"text":"32646","offset":7774},["24764","24765","21298","24766","27569"],{"text":"32647","offset":7774},"annehmen",["32648","32649","32650","32651","32652"],["32653","32654","32655","32656","32657"],{"text":"32658","offset":7785},["32613","32614","32615","30021","32616"],{"text":"32659","offset":7794},["27359","26801","28303","27360","28304"],{"text":"32660","offset":7798},[],{"text":"32661","offset":7815},["22201","22243","31616"],{"text":"32662","offset":7849},"Befugnis",["32663","32664","32665","32666","32667"],["29393","32668","27849","32669","32670"],{"text":"32671","offset":7869},["27208","27209","27210","27211","27212"],{"text":"32672","offset":7879},"ihrer",["32673","32674","32675","32676","32677"],["28738","24775","28989","28990","28737"],{"text":"32678","offset":7895},["32679","32680","32681","32682","32683"],["26998","27453","27454","27455","27087"],{"text":"32684","offset":7895},"Gewährleistungsausschluss",{"text":"32685","offset":7978},[],[],{"text":"32686","offset":7978},"Arbeit",{"text":"32687","offset":8006},["32688","32689","32690","32691","32692"],["28575","32693","29192","32694","32695"],{"text":"32696","offset":8006},["21162","21163","21164","21165","21166"],{"text":"32697","offset":8010},"laufend",["32698","32699","32700","32701","32702"],["32703","32704","32705","32706","32707"],{"text":"32708","offset":8017},"fortgeführt",[],[],{"text":"32709","offset":8020},["27666","27667","27668","27669","27670"],{"text":"32710","offset":8045},"unzählige",[],[],{"text":"32711","offset":8045},["22201","22243","31616"],{"text":"32712","offset":8061},"ständig",["32713","32714","32715","32716","32717"],["32718","32719","32720","32721","32722"],{"text":"32723","offset":8072},"vollendet",["32724","32725","32726"],["32727","32728","32729"],{"text":"32730","offset":8113},"daher",["32731","32732","32733","32734","32735"],["32054","21214","32736","31230","32737"],{"text":"32738","offset":8126},["32739","32740","32741","32742","32743"],["21253","21254","21255","21256","21257"],{"text":"32744","offset":8132},"enthalten",["32745","32746","32747","32748","32749"],["32750","32751","32752","32753","32754"],{"text":"32755","offset":8151},"Entwicklung",[],[],{"text":"32756","offset":8184},"inhärent",["32757","32758","32759","32760","32761"],["32762","32763","32764","32765","32766"],{"text":"32767","offset":8195},{"text":"32768","offset":8230},["32769","32770","32771","32772","32773"],["29059","29700","29701","29702","29703"],{"text":"32774","offset":8230},["32775","32776","32777","32778","32779"],["27268","27269","27270","27271","27272"],{"text":"32780","offset":8283},"jegliche",["32781","32782","32783"],["27400","32784","32785"],{"text":"32786","offset":8291},"Gewährleistung",[],[],{"text":"32787","offset":8299},["29492","31206","31207","29494","31208"],{"text":"32788","offset":8325},"anderem",["32789","32790","32791","32792","32793"],["21485","21487","21489","27291","32794"],{"text":"32795","offset":8350},["32796","32797","32798","32799","32800"],["29189","29190","29191","29192","29193"],{"text":"32801","offset":8365},"ausschließlich",[],[],{"text":"32802","offset":8376},"Marktreife",[],[],{"text":"32803","offset":8397},"Verwendbarkeit",[],[],{"text":"32804","offset":8407},["22142","22143","22144","22145","22146"],{"text":"32805","offset":8430},"bestimmten",[],[],{"text":"32806","offset":8430},["32141","32142","32143","29862","29863"],{"text":"32807","offset":8445},"Mängelfreiheit",[],[],{"text":"32808","offset":8449},"Richtigkeit",[],[],{"text":"32809","offset":8466},["27157","27158","27159","27160","27161"],{"text":"32810","offset":8475},"Nichtverletzung",[],[],{"text":"32811","offset":8477},["27097","27098","21485","27099","27100"],{"text":"32812","offset":8507},"Immaterialgüterrechten",[],[],{"text":"32813","offset":8507},[],{"text":"32814","offset":8536},["32815","32816","32817","32818","32819"],["26986","26987","26988","26989","26990"],{"text":"32820","offset":8562},["31516","31517","31518","31519","31520"],{"text":"32821","offset":8566},{"text":"32822","offset":8616},[],{"text":"32823","offset":8616},"wesentlicher",[],[],{"text":"32824","offset":8627},"Bestandteil",[],[],{"text":"32825","offset":8636},"Bedingung",["32826","32827","32828","32829","32830"],["32831","29391","32832","32833","32834"],{"text":"32835","offset":8666},[],{"text":"32836","offset":8689},"Rechten",["32837","32838","32839","32840","32841"],["28337","22048","32842","32843","32844"],{"text":"32845","offset":8705},{"text":"32846","offset":8748},[],{"text":"32847","offset":8748},"Haftungsbeschränkung",[],[],{"text":"32848","offset":8749},"Außer",{"text":"32849","offset":8790},["32850","32851","32852","32853","32854"],["32347","32349","32348","32350","29193"],{"text":"32855","offset":8790},"Fällen",["32856","32857","32858","32859","32860"],["28538","32861","32862","32863","27691"],{"text":"32864","offset":8790},"Vorsatz",["32865","32866","32867","32868","32869"],["31683","32094","32870","32871","27797"],{"text":"32872","offset":8790},"Verursachung",[],[],{"text":"32873","offset":8806},"Personenschäden",[],[],{"text":"32874","offset":8823},"haftet",["32875","32876","32877","32878","32879"],["32880","32881","32882","32883","32884"],{"text":"32885","offset":8840},"direkte",["32886","32887","32888","32889","32890"],["32891","32892","32893","32894","32895"],{"text":"32896","offset":8871},"indirekte",["32897","32898","32899","32900","32901"],["32902","32903","32904","32905","32906"],{"text":"32907","offset":8883},"materielle",["32908","32909","32910","32911","32912"],["32913","32914","32915","32916","32917"],{"text":"32918","offset":8893},"immaterielle",["32919","32920","32921"],["32922","32923","32924"],{"text":"32925","offset":8906},"Schäden",["32926","32927","32928","32929","32930"],["32931","32932","32933","32934","31461"],{"text":"32935","offset":8917},"irgendwelcher",[],[],{"text":"32936","offset":8933},["32556"],{"text":"32937","offset":8981},["21485","21487","21489","27291","32794"],{"text":"32938","offset":9021},["29189","29190","29191","29192","29193"],{"text":"32939","offset":9034},[],{"text":"32940","offset":9045},"Firmenwertverluste",[],[],{"text":"32941","offset":9065},"Produktionsausfall",[],[],{"text":"32942","offset":9085},"Computerfehler",[],[],{"text":"32943","offset":9125},"Datenverlust",[],[],{"text":"32944","offset":9141},"wirtschaftliche",[],[],{"text":"32945","offset":9150},["32931","32932","32933","32934","31461"],{"text":"32946","offset":9175},["31422","31423","31424","31425","31426"],{"text":"32947","offset":9180},["21748","27548","27549","21749","27550"],{"text":"32948","offset":9184},["32949","32950","32951","32952","32953"],["25077","25078","25079","25080","25081"],{"text":"32954","offset":9196},["24764","24765","21298","24766","27569"],{"text":"32955","offset":9205},"Möglichkeit",[],[],{"text":"32956","offset":9234},["32931","32932","32933","32934","31461"],{"text":"32957","offset":9254},"hingewiesen",[],[],{"text":"32958","offset":9256},["21150","21152","29972","29973","29974"],{"text":"32959","offset":9274},"Unabhängig",[],[],{"text":"32960","offset":9278},["31792","31793","31794","31795","31796"],{"text":"32961","offset":9282},["32880","32881","32882","32883","32884"],{"text":"32962","offset":9294},"gesetzlichen",[],[],{"text":"32963","offset":9329},"Produkthaftung",[],[],{"text":"32964","offset":9344},["28346","28347","28348","28349","28350"],{"text":"32965","offset":9355},"entsprechenden",[],[],{"text":"32966","offset":9368},"Regelungen",[],[],{"text":"32967","offset":9384},[],{"text":"32968","offset":9410},"Zusatzvereinbarungen",{"text":"32969","offset":9451},[],[],{"text":"32970","offset":9451},{"text":"32971","offset":9474},["24764","24765","21298","24766","24767"],{"text":"32972","offset":9474},["28387"],{"text":"32973","offset":9474},["25112","25113","25114","25115","25116"],{"text":"32974","offset":9483},[],{"text":"32975","offset":9492},"schließen",["32976","32977","32978","32979"],["22212","32980","32981","32982"],{"text":"32983","offset":9515},["30062","31925","31926","22145","31927"],{"text":"32984","offset":9520},[],{"text":"32985","offset":9536},"Dienstleistungen",[],[],{"text":"32986","offset":9556},[],{"text":"32987","offset":9572},"dürfen",["32988","32989","32990","32991","32992"],["21449","32993","32994","28966","32995"],{"text":"32996","offset":9635},[],{"text":"32997","offset":9635},["32998","32999","33000","33001","33002"],["29429","24775","29430","28737","28738"],{"text":"33003","offset":9664},"eigenen",["33004","33005","33006","33007","33008"],["23459","33009","33010","33011","33012"],{"text":"33013","offset":9678},["33014","33015","33016","33017","33018"],["21496","21497","21498","21500","33019"],{"text":"33020","offset":9687},["33021","33022","33023","33024","33025"],["24775","29092","29093","29094","29095"],{"text":"33026","offset":9700},"eigene",["33027","33028","33029","33030","33031"],["33009","33010","33011","33032","33033"],{"text":"33034","offset":9700},[],[],{"text":"33035","offset":9714},"eingehen",["33036"],["23459"],{"text":"33037","offset":9727},["21496","21497","21498","21500","33019"],{"text":"33038","offset":9748},"ursprünglichen",[],[],{"text":"33039","offset":9764},[],{"text":"33040","offset":9774},["33041","33042","33043","33044","33045"],["26800","26801","26802","26803","26804"],{"text":"33046","offset":9790},["27097","27098","21485","27099","27100"],{"text":"33047","offset":9799},["22243","32233"],{"text":"33048","offset":9801},["24764","24765","21298","24766","27569"],{"text":"33049","offset":9831},["27895","27896","27897","27898","27899"],{"text":"33050","offset":9832},[],[],{"text":"33051","offset":9844},"Bearbeitern",[],[],{"text":"33052","offset":9862},[],[],{"text":"33053","offset":9873},"entschädigen",[],[],{"text":"33054","offset":9895},"verteidigen",[],[],{"text":"33055","offset":9913},"Haftung",["33056","33057","33058","33059","33060"],["33061","33062","33063","33064","33065"],{"text":"33066","offset":9933},"freizustellen",[],[],{"text":"33067","offset":9945},"aufgrund",["33068","33069","33070"],["33071","33072","33073"],{"text":"33074","offset":9965},["27359","26801","28303","27360","28304"],{"text":"33075","offset":9980},"eingegangenen",[],[],{"text":"33076","offset":9986},"Gewährleistungsverpflichtung",[],[],{"text":"33077","offset":10003},"Haftungsübernahme",[],[],{"text":"33078","offset":10027},"Forderungen",["33079"],["33080"],{"text":"33081","offset":10052},"gegen",["33082","33083","33084","33085","33086"],["22254","33087","33088","33089","30083"],{"text":"33090","offset":10066},["31411","31412","24698","31413","31414"],{"text":"33091","offset":10075},"Haftungsverpflichtung",[],[],{"text":"33092","offset":10105},"entsteht",["33093","33094"],["33095","33096"],{"text":"33097","offset":10130},"Annahme",{"text":"33098","offset":10163},["33099","33100","33101","33102","33103"],["33104","33105","33106","33107","33108"],{"text":"33109","offset":10163},{"text":"33110","offset":10185},["25112","25113","25114","25115","25116"],{"text":"33111","offset":10185},"zustimmen",["33112"],["33113"],{"text":"33114","offset":10200},"indem",["33115","33116","33117","33118","33119"],["33120","33121","33122","20682","20683"],{"text":"33123","offset":10213},["32653","32654","32655","32656","32657"],{"text":"33124","offset":10244},[],{"text":"33125","offset":10283},"anklicken",["33126","33127","33128","33129"],["27200","33130","33131","33132"],{"text":"33133","offset":10287},["33120","33121","33122","20682","20683"],{"text":"33134","offset":10303},["24775","29092","29093","29094","29095"],{"text":"33135","offset":10314},"Zustimmung",[],[],{"text":"33136","offset":10324},"vergleichbare",[],[],{"text":"33137","offset":10339},["31633","31634","31635","31636","31637"],{"text":"33138","offset":10344},["26888","26889","26890","26891","26892"],{"text":"33139","offset":10359},["27857","27858","27859","27860","27861"],{"text":"33140","offset":10359},"anwendbarem",[],[],{"text":"33141","offset":10373},["27438","27439","27440","27441","27442"],{"text":"33142","offset":10382},[],{"text":"33143","offset":10388},["33144","33145","33146","33147","33148"],["22251","22252","22144","22253","22254"],{"text":"33149","offset":10405},"Anklicken",["33150","33151","33152","33153","33154"],["27200","27201","33130","33131","33155"],{"text":"33156","offset":10415},"Anzeichen",[],[],{"text":"33157","offset":10448},["33158","33159","33160","33161","33162"],["28738","24775","28989","28990","28737"],{"text":"33163","offset":10452},"eindeutigen",[],[],{"text":"33164","offset":10465},"unwiderruflichen",[],[],{"text":"33165","offset":10479},["33104","33105","33106","33107","33108"],{"text":"33166","offset":10497},"enthaltenen",[],[],{"text":"33167","offset":10530},"Klauseln",["33168","33169","33170","33171","33172"],["32321","32322","29246","29247","33173"],{"text":"33174","offset":10541},"gleicher",["33175","33176","33177","33178","33179"],["33180","33181","33182","29591","33183"],{"text":"33184","offset":10572},["31633","31634","31635","31636","31637"],{"text":"33185","offset":10576},"Zeichen",["33186","33187","33188","33189","33190"],["29176","27348","33191","33192","32142"],{"text":"33193","offset":10592},[],{"text":"33194","offset":10607},[],{"text":"33195","offset":10624},[],{"text":"33196","offset":10640},["32001","32002"],{"text":"33197","offset":10646},["26800","26801","26802","26803","26804"],{"text":"33198","offset":10661},"Rechtes",["33199","33200","33201","33202","33203"],["32843","33204","33205","33206","33207"],{"text":"33208","offset":10661},["31516","31517","31518","31519","31520"],{"text":"33209","offset":10685},"angeführt",[],[],{"text":"33210","offset":10707},[],{"text":"33211","offset":10750},[],{"text":"33212","offset":10770},[],{"text":"33213","offset":10787},"Informationspflichten",{"text":"33214","offset":10869},[],[],{"text":"33215","offset":10869},{"text":"33216","offset":10894},["24764","24765","21298","24766","24767"],{"text":"32972","offset":10894},["28387"],{"text":"33217","offset":10894},"beispielsweise",[],[],{"text":"33218","offset":10923},["33120","33121","33122","20682","20683"],{"text":"33219","offset":10939},"Herunterladen",[],[],{"text":"33220","offset":10950},["28576","32384","32385","32386","29537"],{"text":"33221","offset":10982},["33222","33223","33224","33225","33226"],["29081","29082","29083","29084","29085"],{"text":"33227","offset":10998},["26766","26767","26768","26769","26770"],{"text":"33228","offset":11012},"Vertriebskanal",[],[],{"text":"33229","offset":11023},"benutzte",["33230","33231","33232"],["22268","33233","33234"],{"text":"33235","offset":11043},"Verbreitungsmedium",[],[],{"text":"33236","offset":11046},"Öffentlichkeit",[],[],{"text":"33237","offset":11076},"zumindest",[],[],{"text":"33238","offset":11084},["33239","33240","33241","33242","33243"],["27480","27481","27482","27483","27484"],{"text":"33244","offset":11100},["33245","33246","33247","33248","33249"],["27227","27228","27229","27230","27231"],{"text":"33250","offset":11100},"bereitstellen",[],[],{"text":"33251","offset":11114},["27857","27858","27859","27860","27861"],{"text":"33252","offset":11132},"anwendbaren",[],[],{"text":"33253","offset":11143},["27438","27439","27440","27441","27442"],{"text":"33254","offset":11162},"bezüglich",[],[],{"text":"33255","offset":11167},["28738","24775","28989","28990","28737"],{"text":"33256","offset":11203},"Zugänglichkeit",[],[],{"text":"33257","offset":11216},"Abschlusses",["33258","33259","33260"],["33261","33262","33263"],{"text":"33264","offset":11237},"Lizenzvertrags",[],[],{"text":"33265","offset":11253},["27157","27158","27159","27160","27161"],{"text":"33266","offset":11258},["32052","32053","32054","32055","32056"],{"text":"33267","offset":11273},["27666","27667","27668","27669","27670"],{"text":"33268","offset":11298},"gespeichert",[],[],{"text":"33269","offset":11318},"vervielfältigt",[],[],{"text":"33270","offset":11328},[],{"text":"33271","offset":11357},"Beendigung",{"text":"33272","offset":11405},["33273","33274"],["33275","33276"],{"text":"33277","offset":11405},{"text":"33278","offset":11430},["33279","33280","33281","33282","33283"],["25100","25101","25102","25103","25104"],{"text":"33284","offset":11430},"eingeräumten",[],[],{"text":"33285","offset":11434},["28337","28338","28339","27438","27439"],{"text":"33286","offset":11445},"erlöschen",[],[],{"text":"33287","offset":11455},"automatisch",["33288","33289","33290","33291","33292"],["33293","33294","33295","33296","33297"],{"text":"33298","offset":11462},["22254","33087","33088","33089","30083"],{"text":"33299","offset":11498},[],{"text":"33300","offset":11507},"verstößt",["33301","33302","33303"],["32094","32871","33304"],{"text":"33305","offset":11526},"solches",["33306","33307","33308","33309","33310"],["33311","33312","33313","33314","28687"],{"text":"33315","offset":11532},"Erlöschen",[],[],{"text":"33316","offset":11548},"führt",["33317","33318","33319","33320","33321"],["33322","33323","33324","27752","30890"],{"text":"33325","offset":11570},[],{"text":"33326","offset":11584},"Lizenzen",["33327","33328","33329","33330","33331"],["33332","22142","33333","33334","33335"],{"text":"33336","offset":11597},["28326","28327","28328","28329","28330"],{"text":"33337","offset":11611},["30062","31925","31926","22145","31927"],{"text":"33338","offset":11621},["29492","31206","31207","29494","31208"],{"text":"33339","offset":11689},"worden",["33340","33341","33342","33343","33344"],["27931","21295","33345","33346","33347"],{"text":"33348","offset":11696},["32123","32124","32125","32126","32127"],{"text":"33349","offset":11710},["28326","28327","28328","28329","28330"],{"text":"33350","offset":11719},[],{"text":"33351","offset":11731},"erfüllen",["33352","33353","33354","33355"],["33356","33357","33358","32440"],{"text":"33359","offset":11754},"Sonstiges",{"text":"33360","offset":11786},["33361","33362","33363","33364","33365"],["33366","33367","33368","33369","33370"],{"text":"33371","offset":11786},"Unbeschadet",{"text":"33372","offset":11799},[],[],{"text":"33373","offset":11799},"Artikels",["33374","33375","33376","33377","33378"],["33379","33380","33381","33382","33383"],{"text":"33384","offset":11799},["32033","32034","32035","32036","32037"],{"text":"33385","offset":11799},"vollständige",[],[],{"text":"33386","offset":11826},[],[],{"text":"33387","offset":11837},"Parteien",["33388","33389","33390","33391","33392"],["33393","33394","33395","33396","33397"],{"text":"33398","offset":11855},["26766","26767","26768","26769","26770"],{"text":"33399","offset":11861},[],[],{"text":"33400","offset":11888},["27857","27858","27859","27860","27861"],{"text":"33401","offset":11920},["27438","27439","27440","27441","27442"],{"text":"33402","offset":11937},"nichtig",["33403","33404","33405","33406","33407"],["33408","33409","33410","33411","21173"],{"text":"33412","offset":11944},"unwirksam",[],[],{"text":"33413","offset":11949},["33414","33415","33416","33417","33418"],["28239","28240","28241","28242","28243"],{"text":"33419","offset":11965},"Wirksamkeit",[],[],{"text":"33420","offset":11992},"Durchsetzbarkeit",[],[],{"text":"33421","offset":12011},["27895","27896","27897","27898","27899"],{"text":"33422","offset":12033},"vielmehr",["33423","33424","33425","33426","33427"],["33428","33429","33430","28386","33431"],{"text":"33432","offset":12076},"ausgelegt",["33433"],["33434"],{"text":"33435","offset":12078},"modifiziert",["33436","33437"],["33438","33439"],{"text":"33440","offset":12096},["28397","31966","31967","31968","31969"],{"text":"33441","offset":12123},"durchsetzbar",[],[],{"text":"33442","offset":12136},[],{"text":"33443","offset":12157},"Kommission",["33444"],["33445"],{"text":"33446","offset":12170},"weitere",["33447","33448","33449","33450","33451"],["27820","27822","27823","27824","33452"],{"text":"33453","offset":12186},"Sprachfassungen",[],[],{"text":"33454","offset":12192},"Versionen",["33455","33456","33457","33458","33459"],["33460","33461","27616","20082","20085"],{"text":"33462","offset":12216},"aktualisierte",[],[],{"text":"33463","offset":12242},"Fassungen",[],[],{"text":"33464","offset":12259},"Anhangs",["33465","33466","33467","33468","33469"],["33470","33471","33472","33473","33474"],{"text":"33475","offset":12271},"veröffentlichen",[],[],{"text":"33476","offset":12285},["28346","28347","28348","28349","28350"],{"text":"33477","offset":12299},[],[],{"text":"33478","offset":12324},["27268","27269","27270","27271","27272"],{"text":"33479","offset":12346},["28363","28364","28365","28366","28367"],{"text":"33480","offset":12350},[],{"text":"33481","offset":12366},"verringern",[],[],{"text":"33482","offset":12382},["33460","33461","27616","20082","20085"],{"text":"33483","offset":12399},[],{"text":"33484","offset":12419},"Versionsnummer",[],[],{"text":"33485","offset":12436},"veröffentlicht",[],[],{"text":"33486","offset":12446},"Europäischen",[],[],{"text":"33487","offset":12477},["33445"],{"text":"33488","offset":12494},"anerkannten",[],[],{"text":"33489","offset":12502},[],{"text":"33490","offset":12515},"gleichwertig",[],[],{"text":"33491","offset":12543},["33393","33394","33395","33396","33397"],{"text":"33492","offset":12568},["25112","25113","25114","25115","25116"],{"text":"33493","offset":12573},["27895","27896","27897","27898","27899"],{"text":"33494","offset":12587},"Sprachfassung",[],[],{"text":"33495","offset":12600},["28738","24775","28989","28990","28737"],{"text":"33496","offset":12612},["33497","33498","33499","33500","33501"],["29359","29360","29361","29362","29363"],{"text":"33502","offset":12620},"berufen",["33503","33504","33505","33506","33507"],["19737","19738","33508","33509","28241"],{"text":"33502","offset":12620},"Gerichtsstand",{"text":"33510","offset":12655},[],[],{"text":"33511","offset":12655},{"text":"33512","offset":12672},[],{"text":"33513","offset":12672},"besonderer",[],[],{"text":"33514","offset":12672},"Vereinbarungen",[],[],{"text":"33515","offset":12672},["33516","33517"],["29176","29177"],{"text":"33518","offset":12684},["33393","33394","33395","33396","33397"],{"text":"33519","offset":12695},"Streitigkeiten",{"text":"33520","offset":12748},[],[],{"text":"33521","offset":12748},["26766","26767","26768","26769","26770"],{"text":"33522","offset":12755},"Auslegung",[],[],{"text":"33523","offset":12760},["29176","29177"],{"text":"33524","offset":12784},"Organen",["33525","33526","33527","33528","33529"],["33530","24812","33531","33532","33533"],{"text":"33534","offset":12801},"Einrichtungen",[],[],{"text":"33535","offset":12808},"sonstigen",["33536","33537","33538","33539"],["33540","33367","33541","33366"],{"text":"33542","offset":12821},"Stellen",["33543","33544","33545","33546","33547"],["28793","26950","28794","28795","28796"],{"text":"33548","offset":12830},[],{"text":"33549","offset":12848},["27303","27304","22146","22383","27305"],{"text":"33550","offset":12889},"Gerichtshof",[],[],{"text":"33551","offset":12915},[],{"text":"33552","offset":12932},"gemäß",["33553","33554","33555","33556","33557"],["33558","33559","33560","33561","33562"],{"text":"33563","offset":12948},["31516","31517","31518","31519","31520"],{"text":"33564","offset":12952},["26766","26767","26768","26769","26770"],{"text":"33565","offset":12977},"Arbeitsweise",[],[],{"text":"33566","offset":12989},[],{"text":"33567","offset":13007},"zuständig",[],[],{"text":"33568","offset":13024},{"text":"33569","offset":13058},[],{"text":"33570","offset":13058},[],{"text":"33571","offset":13061},["29176","29177"],{"text":"33572","offset":13064},["27097","27098","21485","27099","27100"],{"text":"33573","offset":13079},["33393","33394","33395","33396","33397"],{"text":"33574","offset":13081},[],{"text":"33575","offset":13103},"allein",["33576","33577","33578","33579","33580"],["32862","32863","33581","33582","33583"],{"text":"33584","offset":13129},["31984","31985","31986","31987","31988"],{"text":"33585","offset":13176},"Wohnsitz",["33586"],["33587"],{"text":"33588","offset":13180},"wirtschaftlichen",[],[],{"text":"33589","offset":13196},"Mittelpunkt",[],[],{"text":"33590","offset":13217},"Tätigkeit",[],[],{"text":"33591","offset":13227},"Anwendbares",{"text":"33592","offset":13273},[],[],{"text":"33593","offset":13273},{"text":"33512","offset":13294},[],{"text":"33513","offset":13294},[],{"text":"33514","offset":13294},[],{"text":"33515","offset":13294},["29176","29177"],{"text":"33518","offset":13306},["33393","33394","33395","33396","33397"],{"text":"33519","offset":13317},{"text":"33594","offset":13370},["29735","29736","29737","29738","29739"],{"text":"33595","offset":13370},"unterliegt",["33596","33597","33598","33599","33600"],["33601","33602","33603","33604","33605"],{"text":"33606","offset":13370},"Mitgliedstaats",[],[],{"text":"33607","offset":13386},[],{"text":"33608","offset":13407},["31984","31985","31986","31987","31988"],{"text":"33609","offset":13453},["33587"],{"text":"33610","offset":13461},"eingetragenen",[],[],{"text":"33611","offset":13480},{"text":"33612","offset":13524},["33601","33602","33603","33604","33605"],{"text":"33613","offset":13524},"belgischen",[],[],{"text":"33614","offset":13533},"keinen",["33615","33616","33617","33618","33619"],["29755","21437","21438","33620","33621"],{"text":"33622","offset":13573},["33587"],{"text":"33623","offset":13582},[],{"text":"33624","offset":13601},["27303","27304","22146","22383","27305"],{"text":"33625","offset":13621},"Mitgliedstaat",[],[],{"text":"33626","offset":13621},"Kompatible",{"text":"33627","offset":13699},["33628"],["32405"],{"text":"33629","offset":13699},["33332","22142","33333","33334","33335"],{"text":"33630","offset":13699},["27857","27858","27859","27860","27861"],{"text":"33631","offset":13700},["31516","31517","31518","31519","31520"],{"text":"33632","offset":13700},{"text":"33633","offset":14051},["27316","31177","27280","27281","31178"],{"text":"33634","offset":14114},"Québec",{"text":"33635","offset":14210},["33636","33637","33638","33639","33640"],["33641","33642","19663","22153","33643"],{"text":"33644","offset":14210},{"text":"33645","offset":14308},[],{"text":"33646","offset":14308},["33445"],{"text":"33647","offset":14308},["32456","32457","32458","30187","30188"],{"text":"33648","offset":14324},"aktualisieren",[],[],{"text":"33649","offset":14324},["33650","33651","33652","33653","33654"],["25056","25057","21507","21508","21509"],{"text":"33655","offset":14347},[],{"text":"33656","offset":14354},["33332","22142","33333","33334","33335"],{"text":"33657","offset":14379},"aufzunehmen",[],[],{"text":"33658","offset":14389},["27268","27269","27270","27271","27272"],{"text":"33659","offset":14400},"hierfür",["33660","33661","33662","33663"],["28738","33664","33665","33666"],{"text":"33667","offset":14400},["32514","32515","32516","32517","32518"],{"text":"33668","offset":14422},"auszuarbeiten",[],[],{"text":"33669","offset":14440},["32123","32124","32125","32126","32127"],{"text":"33670","offset":14457},["33332","22142","33333","33334","33335"],{"text":"33671","offset":14462},"gewährten",[],[],{"text":"33672","offset":14491},"gewährleisten",[],[],{"text":"33673","offset":14507},"erfassten",["33674","33675"],["29458","33676"],{"text":"33677","offset":14534},"ausschließlicher",[],[],{"text":"33678","offset":14556},"Aneignung",[],[],{"text":"33679","offset":14576},"schützen",["33680","33681","33682","33683"],["33684","33685","33686","33687"],{"text":"33688","offset":14580},{"text":"33689","offset":14617},["33540","33367","33541","33366"],{"text":"33690","offset":14617},[],{"text":"33691","offset":14617},"Ergänzungen",[],[],{"text":"33692","offset":14622},["33470","33471","33472","33473","33474"],{"text":"33693","offset":14643},"bedürfen",["33694"],["19737"],{"text":"33695","offset":14652},"Ausarbeitung",[],[],{"text":"33696","offset":14667},["33697","33698","33699","33700","33701"],["21507","19663","22153","22154","22155"],{"text":"33702","offset":14684},"licences",{"text":"33703","offset":5786},["33704","33705","33706","33707","33708"],["33709","33710","33711","33712","33713"],"file:///tmp/lint/packaging/macos/jmbde/en_US.lproj/LICENSE",{"text":"33714","offset":5871},{"text":"33715","offset":10517},["33709","33710","33711","33712","33713"],{"text":"33716","offset":10536},"Licences",{"text":"33717","offset":12680},["33718","33719","33720","33721","33722"],["33709","33710","33711","33712","33713"],{"text":"33723","offset":12680},{"text":"33724","offset":13185},["33725","33726","33727","33728","33729"],["33641","33642","19663","22153","33643"],{"text":"33730","offset":13185},{"text":"33731","offset":13282},["33709","33710","33711","33712","33713"],{"text":"33732","offset":13340},{"text":"33733","offset":448},["33734","33735","33736","33737","33738"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/packaging/win/chocolatey/chocolateyinstall.ps1",{"text":"33739","offset":448},{"text":"33740","offset":571},["19720","19721","19722","19723","19724"],{"text":"33741","offset":575},{"text":"30855","offset":119},["33742","33743","33744","33745","33746"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/README_de.md",{"text":"30861","offset":119},{"text":"33747","offset":128},["19720","19721","19722","19723","19724"],{"text":"33748","offset":128},["33749","33750","33751","33752","33753"],["31574","31575","31576","31577","31578"],{"text":"33754","offset":128},"Unternehmen",[],[],{"text":"33755","offset":159},{"text":"33756","offset":212},["31574","31575","31576","31577","31578"],{"text":"33757","offset":212},["33758","33759","33760","33761","33762"],["25112","25113","25114","25115","25116"],{"text":"33763","offset":212},[],[],{"text":"33764","offset":212},"Ausrüstung",[],[],{"text":"33765","offset":232},"ihre",["33766","33767","33768","33769","33770"],["24775","29092","29093","29094","29095"],{"text":"33771","offset":252},["33772","33773","33774","33775","33776"],["28575","32693","29192","32694","32695"],{"text":"33777","offset":257},["33778"],["29503"],{"text":"33779","offset":268},"erfasst",{"text":"33780","offset":298},["33781","33782","33783","33784","33785"],["33786","33787","33788","33789","33790"],{"text":"33791","offset":298},["33792","33793","33794","33795","33796"],["21295","21296","21297","21298","27316"],{"text":"33797","offset":298},["33798","33799","33800","33801","33802"],["27717","27718","27719","27720","27721"],{"text":"33803","offset":298},["33804","33805","33806","33807","33808"],["21485","21487","21489","27291","32794"],{"text":"33809","offset":306},["33810","33811","33812","33813","33814"],["25001","25002","25906","25907","25908"],{"text":"33815","offset":323},"Telefone",["33816","33817","33818","33819","33820"],["33821","33822","33823","33824","33825"],{"text":"33826","offset":337},{"text":"33827","offset":1633},["19720","19721","19722","19723","19724"],{"text":"33828","offset":1633},{"text":"33829","offset":1935},["19720","19721","19722","19723","19724"],{"text":"33830","offset":1935},["33831"],["27618"],{"text":"33832","offset":1935},"plattformübergreifende",[],[],{"text":"33833","offset":1935},"bedeutet",{"text":"33834","offset":1988},["33835","33836","33837","33838","33839"],["33840","33841","33842","33843","33844"],{"text":"33845","offset":2010},["33846","33847","33848","33849","33850"],["27377","27378","27379","27380","27381"],{"text":"33851","offset":2024},"meisten",["33852","33853","33854","33855","33856"],["33857","24800","33858","33859","33860"],{"text":"33861","offset":2038},"Betriebssystemen",{"text":"33862","offset":2072},[],[],{"text":"33863","offset":2072},"funktioniert",["33864"],["33865"],{"text":"33863","offset":2072},{"text":"33866","offset":2114},["31574","31575","31576","31577","31578"],{"text":"33867","offset":2114},["27618"],{"text":"33868","offset":2114},"Bibliothek",["33869","33870","33871"],["33872","33873","33874"],{"text":"33875","offset":2118},"Daher",["33876","33877","33878","33879","33880"],["32054","21214","32736","31230","33881"],{"text":"33882","offset":2157},["33883","33884","33885","33886","33887"],["21307","21308","21309","21310","21311"],{"text":"33888","offset":2163},"jeder",{"text":"33889","offset":2200},["33890","33891","33892","33893","33894"],["30119","30120","30121","30122","30123"],{"text":"33895","offset":2200},"Plattform",["33896","33897","33898","33899","33900"],["28902","28903","28904","33901","28905"],{"text":"33902","offset":2200},["27618"],{"text":"33903","offset":2200},["21295","21296","21297","21298","27316"],{"text":"33904","offset":2206},"läuft",["33905","33906","33907","33908","33909"],["33910","33911","33912","33913","33914"],{"text":"33915","offset":2216},["27717","27718","27719","27720","27721"],{"text":"33916","offset":2216},"Grundsätzlich",{"text":"33917","offset":2276},[],[],{"text":"33918","offset":2276},["33919","33920","33921","33922","33923"],["29228","29231","30130","30131","30132"],{"text":"33924","offset":2276},"Programms",["33925","33926","33927","33928","33929"],["31575","33930","31576","33931","31574"],{"text":"33932","offset":2315},["33933","33934","33935","33936","33937"],["27303","27304","22146","22383","27305"],{"text":"33938","offset":2320},{"text":"33939","offset":2365},["27618"],{"text":"33940","offset":2365},["21295","21296","21297","21298","27316"],{"text":"33941","offset":2365},"Installationsprogramm",[],[],{"text":"33942","offset":2365},["33943","33944","33945","33946","33947"],["21162","21163","21164","21165","21166"],{"text":"33948","offset":2390},"benötigten",[],[],{"text":"33949","offset":2395},"Bibliotheken",["33950","33951"],["33872","33874"],{"text":"33952","offset":2417},{"text":"33953","offset":2452},["33954","33955","33956"],["29411","29412","29413"],{"text":"33957","offset":2452},["33958","33959","33960","33961","33962"],["27208","27209","27210","27211","27212"],{"text":"33963","offset":2456},["31575","33930","31576","33931","31574"],{"text":"33964","offset":2470},[],[],{"text":"33965","offset":2490},"zwingend",{"text":"33966","offset":2540},["33967","33968","33969","33970","33971"],["33972","33973","33974","33975","33976"],{"text":"33977","offset":2540},["21307","21308","21309","21310","21311"],{"text":"33978","offset":2560},["33979","33980","33981","33982","33983"],["22146","22383","22384","22385","22386"],{"text":"33984","offset":2564},"Variante",["33985","33986","33987","33988","33989"],["33990","33991","33992","33993","33994"],{"text":"33995","offset":2580},["27618"],{"text":"33996","offset":2589},["21295","21296","21297","21298","27316"],{"text":"33997","offset":2594},"beiden",{"text":"33998","offset":2628},["33999","34000","34001","34002","34003"],["34004","34005","31879","34006","34007"],{"text":"34008","offset":2628},[],{"text":"34009","offset":2628},["21307","21308","21309","21310","21311"],{"text":"34010","offset":2639},"zentral",["34011","34012","34013","34014","34015"],["34016","34017","34018","34019","34020"],{"text":"34021","offset":2646},"installiert",["34022","34023","34024","34025","34026"],["29411","29412","34027","34028","34029"],{"text":"34030","offset":2649},["21295","21296","21297","21298","27316"],{"text":"34031","offset":2671},["34004","34005","31879","34006","34007"],{"text":"34032","offset":2680},{"text":"34033","offset":2717},[],{"text":"34034","offset":2717},["34035","34036","34037","34038","34039"],["25077","25078","25079","25080","25081"],{"text":"34040","offset":2717},["34041","34042","34043","34044","34045"],["24822","24824","24825","25040","24823"],{"text":"34046","offset":2720},"eigentlichen",[],[],{"text":"34047","offset":2734},"Programmdateien",[],[],{"text":"34048","offset":2750},["29411","29412","34027","34028","34029"],{"text":"34049","offset":2759},"Aber",["34050","34051","34052","34053","34054"],["29189","29190","29191","34055","29192"],{"text":"34056","offset":2772},{"text":"34057","offset":2806},["34058","34059","34060","34061","34062"],["21748","27548","27549","21749","27550"],{"text":"34063","offset":2806},["34064","34065","34066","34067","34068"],["24774","24775","24776","24777","24778"],{"text":"34069","offset":2806},["34070","34071","34072","34073","34074"],["29147","29148","29149","29150","29151"],{"text":"34075","offset":2806},"komplette",["34076","34077","34078","34079"],["34080","34081","34082","34083"],{"text":"34084","offset":2806},"Installationspakete",[],[],{"text":"34085","offset":2811},"allem",["34086","34087","34088","34089","34090"],["24677","34091","32862","34092","34093"],{"text":"34094","offset":2834},["21748","27548","27549","21749","27550"],{"text":"34095","offset":2835},"Unterstützte",{"text":"34096","offset":2875},[],[],{"text":"34097","offset":2875},["34098","34099","34100","34101","34102"],["28901","28902","28903","28904","28905"],{"text":"34097","offset":2875},{"text":"34103","offset":2904},[],[],{"text":"34104","offset":2904},["28901","28902","28903","28904","28905"],{"text":"34105","offset":2945},{"text":"34106","offset":2986},["34107"],["24810"],{"text":"34108","offset":2986},["34109","34110","34111","34112","34113"],["29492","31206","31207","29494","31208"],{"text":"34108","offset":2986},"Ausführen",{"text":"34114","offset":3072},[],[],{"text":"34115","offset":3072},"einige",{"text":"34116","offset":3086},["34117","34118","34119","34120","34121"],["30269","30271","30270","30272","30273"],{"text":"34122","offset":3089},"hilfreiche",[],[],{"text":"34123","offset":3089},["34124","34125","34126","34127","34128"],["31316","27359","31317","31318","31319"],{"text":"34129","offset":3106},["19720","19721","19722","19723","19724"],{"text":"34130","offset":3117},["34131","34132","34133","34134","34135"],["28738","24775","28989","28990","28737"],{"text":"34136","offset":3128},"nativen",["34137","34138","34139","34140","34141"],["34142","34143","29537","34144","34145"],{"text":"34146","offset":3142},{"text":"34147","offset":3170},["28902","28903","28904","33901","28905"],{"text":"34148","offset":3170},[],[],{"text":"34148","offset":3170},["25112","25113","25114","25115","25116"],{"text":"34148","offset":3170},"Entpacken",{"text":"34149","offset":3209},[],[],{"text":"34150","offset":3209},["34151","34152","34153","34154","34155"],["28963","28964","28965","28966","28967"],{"text":"34156","offset":3209},"Verzeichnis",[],[],{"text":"34157","offset":3219},["34158","34159","34160","34161","34162"],["27752","27753","27754","27755","27756"],{"text":"34163","offset":3238},{"text":"34164","offset":3319},[],{"text":"34150","offset":3319},["28963","28964","28965","28966","28967"],{"text":"34156","offset":3319},[],{"text":"34165","offset":3329},["27752","27753","27754","27755","27756"],{"text":"34166","offset":3348},["25077","25078","25079","25080","25081"],{"text":"34167","offset":3352},"Ziehen",{"text":"34168","offset":3410},["34169","34170","34171","34172","34173"],["34174","34175","30354","34176","34177"],{"text":"34178","offset":3410},["34179","34180","34181","34182","34183"],["28736","24775","28737","28738","28739"],{"text":"34184","offset":3410},"Anwendungsordner",[],[],{"text":"34185","offset":3410},["27752","27753","27754","27755","27756"],{"text":"34186","offset":3436},"Anforderungen",{"text":"34187","offset":3480},[],[],{"text":"34188","offset":3480},"Fehlerberichte",[],[],{"text":"34189","offset":3481},{"text":"34190","offset":3594},[],[],{"text":"34191","offset":3594},{"text":"34192","offset":3742},["34193"],["21133"],{"text":"34194","offset":3742},{"text":"34195","offset":3763},["21133"],{"text":"34196","offset":3763},"Quellen",{"text":"34197","offset":3817},["34198","34199","34200","34201","34202"],["34203","34204","26950","28794","19663"],{"text":"34205","offset":3817},"befindet",{"text":"34206","offset":3834},["34207","34208","34209","34210","34211"],["34212","32605","34213","34214","34215"],{"text":"34216","offset":3834},["34217","34218","34219","34220","34221"],["27895","27896","27897","27898","27899"],{"text":"34222","offset":3841},"aktuellste",[],[],{"text":"34223","offset":3848},{"text":"34224","offset":4031},["31574","31575","31576","31577","31578"],{"text":"34225","offset":4031},{"text":"34226","offset":4054},["31316","27359","31317","31318","31319"],{"text":"34227","offset":4057},["34228","34229"],["29806","29807"],{"text":"34230","offset":4067},["34231","34232","34233","34234","34235"],["29429","24775","29430","28737","28738"],{"text":"34236","offset":4091},["34142","34143","29537","34144","34145"],{"text":"34237","offset":4107},"aufbauen",{"text":"34238","offset":4142},["34239","34240","34241"],["34242","25184","34243"],{"text":"34244","offset":4142},["25112","25113","25114","25115","25116"],{"text":"34245","offset":4142},["34246","34247","34248","34249","34250"],["21437","21438","21439","21440","21441"],{"text":"34251","offset":4142},"vollständigen",[],[],{"text":"34252","offset":4153},"Leitfäden",["34253","34254"],["31879","34006"],{"text":"34255","offset":4168},"sondern",["34256","34257","34258","34259","34260"],["34261","34262","34263","34264","34265"],{"text":"34266","offset":4174},["34267","34268","34269","34270","34271"],["32750","32751","32752","32753","32754"],{"text":"34272","offset":4181},["31316","27359","31317","31318","31319"],{"text":"34273","offset":4194},{"text":"34274","offset":4229},[],[],{"text":"34275","offset":4229},["33872","33874"],{"text":"34276","offset":4233},"Kompilierungs",[],[],{"text":"34277","offset":4248},"Abhängigkeiten",{"text":"34278","offset":4297},[],[],{"text":"34279","offset":4297},{"text":"34280","offset":4317},["31574","31575","31576","31577","31578"],{"text":"34281","offset":4317},"benötigt",["34282","34283","34284","34285"],["29503","34286","34287","34288"],{"text":"34289","offset":4317},"Entwicklungssystem",{"text":"34290","offset":4414},[],[],{"text":"34291","offset":4414},"neueste",{"text":"34292","offset":4456},["34293","34294","34295","34296","34297"],["34298","34299","34300","34301","34302"],{"text":"34303","offset":4456},"Installationsanleitung",{"text":"34304","offset":4485},[],[],{"text":"34305","offset":4485},{"text":"34306","offset":4633},["25112","25113","25114","25115","25116"],{"text":"34307","offset":4633},["21748","27548","27549","21749","27550"],{"text":"34308","offset":4635},{"text":"34309","offset":4662},["24774","24775","24776","24777","24778"],{"text":"34310","offset":4666},[],[],{"text":"34311","offset":4666},"Führen",{"text":"34312","offset":4732},["34313","34314","34315","34316","34317"],["27752","27754","27753","27755","27756"],{"text":"34318","offset":4732},{"text":"34319","offset":4855},["34320","34321","34322","34323","34324"],["19837","28141","28142","28143","28144"],{"text":"34325","offset":4863},{"text":"34326","offset":4951},["34327","34328","34329","34330","34331"],["28159","28160","28161","28162","28163"],{"text":"34332","offset":4959},{"text":"34333","offset":5045},["19837","28141","28142","28143","28144"],{"text":"34334","offset":5053},{"text":"34335","offset":5127},["34336","34337","34338","34339","34340"],["27717","27720","27718","27719","27721"],{"text":"34341","offset":5127},"höher",{"text":"34342","offset":5146},["34343","34344","34345","34346","34347"],["24778","34348","34349","34350","34351"],{"text":"34352","offset":5148},{"text":"34353","offset":5178},["25112","25113","25114","25115","25116"],{"text":"34354","offset":5178},["24774","24775","24776","24777","24778"],{"text":"34355","offset":5178},[],{"text":"34356","offset":5180},"viele",{"text":"34357","offset":5256},["34358","34359","34360","34361","34362"],["34363","34364","34365","33429","34366"],{"text":"34367","offset":5256},"Werkzeuge",[],[],{"text":"34368","offset":5256},"choco",["34369","34370","34371","34372","34373"],["34374","34375","34376","34377","34378"],{"text":"34379","offset":5269},["29411","29412","29413"],{"text":"34380","offset":5275},{"text":"34381","offset":5309},[],{"text":"34382","offset":5313},{"text":"34383","offset":5400},["34374","34375","34376","34377","34378"],{"text":"34384","offset":5402},{"text":"34385","offset":5422},["34374","34375","34376","34377","34378"],{"text":"34386","offset":5424},{"text":"34387","offset":5523},["19837","28141","28142","28143","28144"],{"text":"34388","offset":5531},{"text":"34333","offset":5723},["19837","28141","28142","28143","28144"],{"text":"34334","offset":5731},{"text":"34389","offset":5809},["34390","34391","34392","34393","34394"],["28170","28171","28172","28173","28174"],{"text":"34395","offset":5817},{"text":"34396","offset":5841},["27717","27720","27718","27719","27721"],{"text":"34397","offset":5841},{"text":"34398","offset":5879},["34399","34400","34401","34402","34403"],["28058","28059","28060","28061","28062"],{"text":"34404","offset":5893},[],[],{"text":"34405","offset":5922},{"text":"34406","offset":6077},["34407","34408","34409","34410","34411"],["29081","29082","29083","29084","29085"],{"text":"34412","offset":6081},"derjenigen",[],[],{"text":"34413","offset":6095},"übereinstimmen",[],[],{"text":"34414","offset":6108},"kompiliert",[],[],{"text":"34415","offset":6129},{"text":"34416","offset":6166},["34417","34418","34419","34420","34421"],["21150","21152","29972","29973","29974"],{"text":"34422","offset":6166},"nächstes",{"text":"34423","offset":6174},["34424","34425","34426"],["34427","29510","34428"],{"text":"34429","offset":6174},"kompilieren",[],[],{"text":"34430","offset":6174},["34431","34432","34433","34434","34435"],["27666","27667","27668","27669","27670"],{"text":"34436","offset":6182},[],{"text":"34437","offset":6189},{"text":"34438","offset":6298},["19837","28141","28142","28143","28144"],{"text":"34388","offset":6306},{"text":"34439","offset":6556},["28170","28171","28172","28173","28174"],{"text":"34440","offset":6564},{"text":"34441","offset":6580},["34442","34443","34444","34445","34446"],["24732","24733","24734","24735","24736"],{"text":"34447","offset":6591},"Kommandozeile",[],[],{"text":"34448","offset":6618},{"text":"34449","offset":6679},["34450","34451","34452","34453","34454"],["31148","31149","31169","31150","31151"],{"text":"34455","offset":6679},{"text":"34456","offset":7313},["27717","27718","27719","27720","27721"],{"text":"34457","offset":7313},"mehreren",["34458","34459","34460","34461","34462"],["29827","34463","34464","34465","34466"],{"text":"34467","offset":7313},["34468","34469","34470","34471","34472"],["33332","22142","33333","33334","33335"],{"text":"34473","offset":7316},["34474"],["27957"],{"text":"34475","offset":7354},"incluye",{"text":"34476","offset":0},["34477","34478","34479","34480","34481"],["34482","20813","34483","34484","34485"],"file:///tmp/lint/README.es.md",{"text":"34486","offset":0},{"text":"30855","offset":119},["34487","34488","34489","34490","34491"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/README.md",{"text":"30861","offset":119},{"text":"30862","offset":128},["19720","19721","19722","19723","19724"],{"text":"30665","offset":128},{"text":"30863","offset":2031},["19720","19721","19722","19723","19724"],{"text":"30864","offset":2031},{"text":"30865","offset":2105},["34492","34493","34494","34495","34496"],["30871","30872","30873","30874","30875"],{"text":"30876","offset":2107},{"text":"30877","offset":2173},["19720","19721","19722","19723","19724"],{"text":"30878","offset":2175},{"text":"30879","offset":2468},["30871","30872","30873","30874","30875"],{"text":"30880","offset":2468},{"text":"30881","offset":3348},["19720","19721","19722","19723","19724"],{"text":"30882","offset":3348},{"text":"34497","offset":11},["34498","34499","34500","34501","34502"],["28120","28121","28122","28123","28124"],"file:///tmp/lint/scripts/build_docker_linux",{"text":"34503","offset":108},["28120","28121","28122","28123","28124"],{"text":"34504","offset":129},"madduci",{"text":"34505","offset":11},["34506","34507","34508","34509","34510"],["34511","34512","34513","34514","34515"],"file:///tmp/lint/scripts/build_docker_windows",{"text":"34516","offset":24},["34517","34518","34519","34520","34521"],["20443","20444","20445","20446","19812"],{"text":"34522","offset":44},{"text":"34523","offset":132},["34524","34525","34526","34527","34528"],["28120","28121","28122","28123","28124"],{"text":"34529","offset":132},{"text":"34530","offset":31},[],[],"file:///tmp/lint/scripts/build_flatpak",{"text":"34531","offset":31},{"text":"34532","offset":58},[],[],{"text":"34533","offset":58},["34534","34535","34536","34537","34538"],["20094","20095","20096","20097","20098"],{"text":"34539","offset":65},{"text":"34540","offset":124},[],{"text":"34541","offset":140},["20094","20095","20096","20097","20098"],{"text":"34542","offset":156},{"text":"34543","offset":220},[],{"text":"34541","offset":236},["20094","20095","20096","20097","20098"],{"text":"34542","offset":252},["20094","20095","20096","20097","20098"],{"text":"34544","offset":294},["20094","20095","20096","20097","20098"],{"text":"34545","offset":298},{"text":"34546","offset":337},[],{"text":"34541","offset":353},"flatkpak",["34547","34548","34549","34550"],["20094","34551","34552","34553"],{"text":"34554","offset":390},{"text":"34555","offset":96},["34556","34557","34558","34559","34560"],["19837","28141","28142","28143","28144"],"file:///tmp/lint/scripts/build_mac",{"text":"34561","offset":124},"DOPT",["34562","34563","34564","34565","34566"],["34567","34568","34569","34570","34571"],{"text":"34572","offset":185},{"text":"34573","offset":427},["34574","34575","34576","34577","34578"],["28170","28171","28172","28173","28174"],{"text":"34440","offset":427},{"text":"34579","offset":437},["34580","34581","34582","34583","34584"],["28159","28160","28161","28162","28163"],{"text":"34585","offset":437},{"text":"34586","offset":449},["28159","28160","28161","28162","28163"],{"text":"34587","offset":449},["34588","34589","34590","34591","34592"],["28198","28199","28200","28201","28202"],{"text":"34587","offset":449},{"text":"34593","offset":463},["28159","28160","28161","28162","28163"],{"text":"34594","offset":463},{"text":"34595","offset":477},["28159","28160","28161","28162","28163"],{"text":"34596","offset":477},{"text":"34597","offset":490},["28159","28160","28161","28162","28163"],{"text":"34598","offset":490},"TZST",{"text":"34599","offset":517},["34600","34601","34602","34603","34604"],["20382","34605","28491","34606","34607"],{"text":"34608","offset":517},{"text":"34609","offset":576},[],[],{"text":"34610","offset":576},[],{"text":"34611","offset":591},{"text":"34555","offset":96},["34612","34613","34614","34615","34616"],["19837","28141","28142","28143","28144"],"file:///tmp/lint/scripts/build_mac_vcpkg",{"text":"34561","offset":124},["34617","34618","34619","34620","34621"],["34567","34568","34569","34570","34571"],{"text":"34572","offset":185},{"text":"34573","offset":427},["34622","34623","34624","34625","34626"],["28170","28171","28172","28173","28174"],{"text":"34440","offset":427},{"text":"34579","offset":437},["34627","34628","34629","34630","34631"],["28159","28160","28161","28162","28163"],{"text":"34585","offset":437},{"text":"34586","offset":449},["28159","28160","28161","28162","28163"],{"text":"34587","offset":449},["34632","34633","34634","34635","34636"],["28198","28199","28200","28201","28202"],{"text":"34587","offset":449},{"text":"34593","offset":463},["28159","28160","28161","28162","28163"],{"text":"34594","offset":463},{"text":"34595","offset":477},["28159","28160","28161","28162","28163"],{"text":"34596","offset":477},{"text":"34597","offset":490},["28159","28160","28161","28162","28163"],{"text":"34598","offset":490},{"text":"34599","offset":517},["34637","34638","34639","34640","34641"],["20382","34605","28491","34606","34607"],{"text":"34608","offset":517},{"text":"34609","offset":576},[],[],{"text":"34610","offset":576},[],{"text":"34611","offset":591},{"text":"34642","offset":92},["34643","34644","34645","34646","34647"],["19837","28141","28142","28143","28144"],"file:///tmp/lint/scripts/build_ubuntu",{"text":"34648","offset":93},{"text":"34649","offset":131},["19837","28141","28142","28143","28144"],{"text":"34650","offset":132},{"text":"34651","offset":174},["34652","34653","34654","34655","34656"],["28120","28121","28122","28123","28124"],{"text":"34657","offset":175},{"text":"34658","offset":201},["28120","28121","28122","28123","28124"],{"text":"34659","offset":202},{"text":"34660","offset":229},["28120","28121","28122","28123","28124"],{"text":"34661","offset":230},"CCACHE",{"text":"34662","offset":341},["34663","34664","34665","34666","34667"],["30390","30391","30392","30393","30394"],{"text":"34668","offset":342},{"text":"34573","offset":411},["34669","34670","34671","34672","34673"],["28170","28171","28172","28173","28174"],{"text":"34440","offset":411},{"text":"34579","offset":421},["34674","34675","34676","34677","34678"],["28159","28160","28161","28162","28163"],{"text":"34585","offset":421},{"text":"34586","offset":433},["28159","28160","28161","28162","28163"],{"text":"34587","offset":433},["34679","34680","34681","34682","34683"],["28198","28199","28200","28201","28202"],{"text":"34587","offset":433},{"text":"34593","offset":447},["28159","28160","28161","28162","28163"],{"text":"34594","offset":447},{"text":"34595","offset":461},["28159","28160","28161","28162","28163"],{"text":"34596","offset":461},{"text":"34597","offset":474},["28159","28160","28161","28162","28163"],{"text":"34598","offset":474},{"text":"34599","offset":499},["34684","34685","34686","34687","34688"],["20382","34605","28491","34606","34607"],{"text":"34608","offset":499},{"text":"34689","offset":11},["34690","34691","34692","34693"],["20121","20122","20123","20124"],"file:///tmp/lint/scripts/build_vcpkg",{"text":"34694","offset":11},{"text":"34695","offset":30},["20121","20122","20123","20124"],{"text":"34696","offset":30},{"text":"34697","offset":51},["20121","20122","20123","20124"],{"text":"34698","offset":51},"VCPKG",{"text":"34699","offset":67},["34700","34701","34702","34703"],["20121","20122","20123","20124"],{"text":"34704","offset":73},{"text":"34642","offset":106},["34705","34706","34707","34708","34709"],["19837","28141","28142","28143","28144"],{"text":"34648","offset":107},{"text":"34649","offset":145},["19837","28141","28142","28143","28144"],{"text":"34650","offset":146},{"text":"34651","offset":188},["34710","34711","34712","34713","34714"],["28120","28121","28122","28123","28124"],{"text":"34657","offset":189},{"text":"34658","offset":215},["28120","28121","28122","28123","28124"],{"text":"34659","offset":216},{"text":"34660","offset":243},["28120","28121","28122","28123","28124"],{"text":"34661","offset":244},{"text":"34662","offset":376},["34715","34716","34717","34718","34719"],["30390","30391","30392","30393","30394"],{"text":"34668","offset":377},{"text":"34573","offset":428},["34720","34721","34722","34723","34724"],["28170","28171","28172","28173","28174"],{"text":"34440","offset":428},{"text":"34725","offset":536},["34726","34727","34728","34729","34730"],["28159","28160","28161","28162","28163"],{"text":"34731","offset":536},{"text":"34732","offset":551},["28159","28160","28161","28162","28163"],{"text":"34733","offset":551},{"text":"34734","offset":567},["28159","28160","28161","28162","28163"],{"text":"34735","offset":567},{"text":"34736","offset":588},["28159","28160","28161","28162","28163"],{"text":"34737","offset":588},{"text":"34738","offset":603},["28159","28160","28161","28162","28163"],{"text":"34739","offset":603},["34740","34741","34742","34743","34744"],["28181","28182","28183","28184","28185"],{"text":"34739","offset":603},{"text":"34745","offset":617},["34746","34747","34748","34749","34750"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/scripts/build.ps1",{"text":"34751","offset":625},{"text":"34752","offset":719},["34753","34754","34755","34756","34757"],["30974","30975","30976","30977","30978"],{"text":"34758","offset":748},"ISCC",["34759","34760","34761","34762","34763"],["34764","34765","34766","34767","34768"],{"text":"34769","offset":756},"inno",{"text":"34770","offset":791},["34771","34772","34773","34774","34775"],["30974","30975","30976","30977","30978"],{"text":"34776","offset":791},{"text":"34777","offset":834},["19720","19721","19722","19723","19724"],{"text":"34778","offset":835},{"text":"34779","offset":2394},["30974","30975","30976","30977","30978"],{"text":"34780","offset":2398},{"text":"34781","offset":2432},["30974","30975","30976","30977","30978"],{"text":"34782","offset":2447},{"text":"34783","offset":3250},["30974","30975","30976","30977","30978"],{"text":"34784","offset":3258},{"text":"34785","offset":3426},["30974","30975","30976","30977","30978"],{"text":"34786","offset":3487},"tzip",{"text":"34787","offset":3673},["34788","34789","34790","34791","34792"],["34793","34794","34795","34796","34797"],{"text":"34798","offset":3734},"gcovr",{"text":"34799","offset":43},["34800","34801","34802","34803","34804"],["34805","34806","34807","34808","34809"],"file:///tmp/lint/scripts/coverage.sh",{"text":"34810","offset":43},"sonarqube",[],[],{"text":"34811","offset":77},{"text":"34812","offset":129},["34805","34806","34807","34808","34809"],{"text":"34813","offset":129},{"text":"34814","offset":190},["34805","34806","34807","34808","34809"],{"text":"34810","offset":190},{"text":"34815","offset":87},["34816","34817","34818","34819","34820"],["19720","19721","19722","19723","19724"],"file:///tmp/lint/scripts/make-dist",{"text":"34821","offset":87},{"text":"34822","offset":353},["34823","34824","34825","34826","34827"],["28122","28408","28409","28120","28410"],"file:///tmp/lint/scripts/ubuntu-ppa",{"text":"34828","offset":355},{"text":"34829","offset":485},["28122","28408","28409","28120","28410"],{"text":"34830","offset":487},{"text":"34831","offset":515},["34832","34833","34834","34835","34836"],["28417","28418","28419","28420","28421"],{"text":"34837","offset":516},["34838","34839","34840","34841","34842"],["19720","19721","19722","19723","19724"],{"text":"34843","offset":516},{"text":"34844","offset":22},["34845","34846","34847","34848","34849"],["20094","20095","20096","20097","20098"],"file:///tmp/lint/snap/snapcraft.yaml",{"text":"34850","offset":84},{"text":"34851","offset":1706},["34852","34853","34854","34855","34856"],["19720","19721","19722","19723","19724"],{"text":"34857","offset":1706},{"text":"34858","offset":1718},["19720","19721","19722","19723","19724"],{"text":"34859","offset":1718},{"text":"34860","offset":1736},["19720","19721","19722","19723","19724"],{"text":"34861","offset":1736},"armhf",{"text":"34862","offset":1886},["34863","34864","34865","34866","34867"],["21748","34868","34869","34870","34871"],{"text":"34872","offset":1888},{"text":"34873","offset":1950},["19720","19721","19722","19723","19724"],{"text":"34874","offset":1950},{"text":"34875","offset":2014},["19720","19721","19722","19723","19724"],{"text":"34876","offset":2016},"gsettings",{"text":"34877","offset":2294},["34878","34879","34880","34881","34882"],["34883","34884","34885","34886","34887"],{"text":"34888","offset":2300},"opengl",{"text":"34889","offset":2341},["34890","34891","34892","34893","34894"],["34895","31956","34896","19761","34897"],{"text":"34898","offset":2347},"XCURSOR",{"text":"34899","offset":2653},["34900","34901","34902","34903","34904"],["34905","34906","34907","34908","34909"],{"text":"34910","offset":2659},"libdrm",{"text":"34911","offset":2996},["34912","34913","34914","34915","34916"],["34917","34918","34919","34920","31054"],{"text":"34921","offset":2998},{"text":"34922","offset":3017},["34917","34918","34919","34920","31054"],{"text":"34923","offset":3021},"drirc",{"text":"34924","offset":3049},["34925","34926","34927","34928","34929"],["34930","34931","34932","34933","34934"],{"text":"34935","offset":3051},{"text":"34936","offset":3071},["34930","34931","34932","34933","34934"],{"text":"34937","offset":3075},{"text":"34938","offset":3935},["34939","34940","34941","34942","34943"],["19977","31099","31100","31101","31102"],{"text":"34944","offset":3941},"DKDE",{"text":"34945","offset":3955},["34946","34947","34948","34949","34950"],["34951","34952","34953","34954","34955"],{"text":"34956","offset":3961},{"text":"34957","offset":3999},["34958","34959","34960","34961","34962"],["19837","28141","28142","28143","28144"],{"text":"34963","offset":4005},{"text":"34964","offset":4037},["19837","28141","28142","28143","28144"],{"text":"34965","offset":4043},{"text":"34966","offset":4105},["34967","34968","34969","34970","34971"],["28120","28121","28122","28123","28124"],{"text":"34972","offset":4111},"libgl",{"text":"34973","offset":4215},["34974","34975","34976","34977","34978"],["34979","26706","34980","34981","34982"],{"text":"34983","offset":4221},"libqt",{"text":"34984","offset":4233},["34985","34986","34987","34988","34989"],["19974","26706","33911","34990","34991"],{"text":"34992","offset":4239},["34895","31956","34896","19761","34897"],{"text":"34992","offset":4239},{"text":"34993","offset":4336},["19974","26706","33911","34990","34991"],{"text":"34994","offset":4342},{"text":"34995","offset":4359},["19974","26706","33911","34990","34991"],{"text":"34996","offset":4365},{"text":"34997","offset":4385},["19974","26706","33911","34990","34991"],{"text":"34998","offset":4391},"libxcursor",{"text":"34999","offset":4408},[],[],{"text":"35000","offset":4414},{"text":"35001","offset":4557},["35002","35003","35004","35005","35006"],["28470","28471","28472","28473","28474"],{"text":"35007","offset":4563},{"text":"35008","offset":4596},["35009","35010","35011","35012","35013"],["28481","28482","21841","28483","28484"],{"text":"35014","offset":4602},{"text":"35015","offset":4633},["28481","28482","21841","28483","28484"],{"text":"35016","offset":4639},{"text":"35017","offset":4669},["28481","28482","21841","28483","28484"],{"text":"35018","offset":4675},{"text":"35019","offset":4707},["28481","28482","21841","28483","28484"],{"text":"35020","offset":4713},{"text":"35021","offset":4745},["28481","28482","21841","28483","28484"],{"text":"35022","offset":4751},"craftctl",{"text":"35023","offset":4826},["35024","35025","35026","35027","35028"],["35029","35030","35031","35032","35033"],{"text":"35034","offset":4832},{"text":"35035","offset":4905},["35029","35030","35031","35032","35033"],{"text":"35036","offset":4913},{"text":"31086","offset":5288},["19837","28141","28142","28143","28144"],{"text":"31092","offset":5294},{"text":"35037","offset":5323},["19837","28141","28142","28143","28144"],{"text":"35038","offset":5329},{"text":"35039","offset":5359},["28120","28121","28122","28123","28124"],{"text":"35040","offset":5365},{"text":"35023","offset":5550},["35029","35030","35031","35032","35033"],{"text":"35034","offset":5556},{"text":"35041","offset":98},[],[],"file:///tmp/lint/Taskfile.yml",{"text":"35042","offset":178},{"text":"35043","offset":1117},["35044","35045","35046","35047","35048"],["19837","28141","28142","28143","28144"],{"text":"35049","offset":1148},["19837","28141","28142","28143","28144"],{"text":"35050","offset":1201},{"text":"35051","offset":1723},["35052","35053","35054","35055","35056"],["28170","28171","28172","28173","28174"],{"text":"35057","offset":1747},{"text":"35058","offset":1822},["28170","28171","28172","28173","28174"],{"text":"35059","offset":1859},{"text":"35060","offset":1930},["28170","28171","28172","28173","28174"],{"text":"35061","offset":1965},{"text":"35062","offset":2035},["28170","28171","28172","28173","28174"],{"text":"35063","offset":2071},{"text":"35064","offset":2142},["28170","28171","28172","28173","28174"],{"text":"35065","offset":2179},"cobertura",{"text":"35066","offset":2468},["35067","35068"],["35069","35070"],{"text":"35071","offset":2525},{"text":"35072","offset":2924},["35073","35074","35075","35076","35077"],["34805","34806","34807","34808","34809"],{"text":"35078","offset":2934},"nproc",["35079","35080","35081","35082","35083"],["35084","35085","35086","35087","35088"],{"text":"35089","offset":2934},"DDEFAULT",{"text":"35090","offset":3668},["35091","35092","35093","35094","35095"],["28712","35096","35097","28711","28713"],{"text":"35098","offset":3702},{"text":"35099","offset":3881},["35100","35101","35102","35103","35104"],["28159","28160","28161","28162","28163"],{"text":"35105","offset":3885},"CPACK",["35106","35107","35108","35109","35110"],["28159","28160","28161","28162","28163"],{"text":"35111","offset":3901},{"text":"35112","offset":6311},["35113","35114","35115","35116"],["20121","20122","20123","20124"],{"text":"35117","offset":6315},["20121","20122","20123","20124"],{"text":"35118","offset":6315},["20121","20122","20123","20124"],{"text":"35119","offset":6325},{"text":"35120","offset":6457},["35121","35122","35123","35124","35125"],["28502","28503","28504","28505","28506"],{"text":"35126","offset":6463},["28502","28503","28504","28505","28506"],{"text":"35127","offset":6527},["28502","28503","28504","28505","28506"],{"text":"35128","offset":6538},"# SPDX-FileCopyrightText: 2019 Gernot Gebhard \n",{"word":"19549"},{"word":"19550"},{"word":"19551"},{"word":"19552"},{"word":"19553","wordAdjustedToMatchCase":"35129"},"gerhard","Gerhard","gerard","Gerard","gear","ileCopyrightText: 2019 Gernot Gebhard \n",{"word":"19734"},{"word":"19735"},{"word":"19736"},{"word":"19737"},{"word":"19738"},"jurgen","jürgen","Jürgen","bergen","Bergen","rgen Mülbert ",{"word":"19745"},{"word":"19746"},{"word":"19747"},{"word":"19748"},{"word":"19749"},"mulbert","mülbert","Mülbert","jmuelbert","mueller","lbert "," - .stylelintrc.yaml\n",{"word":"19753"},"stylelint","- .stylelintrc.yaml"," - id: oxipng\n",{"word":"19761"},{"word":"19762"},{"word":"19763"},{"word":"19764"},{"word":"19765"},"oping","ohing","oking","owing","OKing","- id: oxipng","Upstream-Name: jmbde-QT\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"Upstream-Name: jmbde-QT","Files: *.ui *.qrc *.json CMakePresets.json app/data/io.github.jmuelbert.jmbde.appdata.xml app/data/io.github.jmuelbert.jmbde.desktop app/data/MacOSXBundleInfo.plist.in docs/collection/about.txt *.frag *.geom *.vert *.ts *.qm *.map cmake/jmbde.rc.cmake\n","io.github.jmuelbert.jmbde.appdata.xml app/data","io.github.jmuelbert.jmbde.desktop app/data/MacOSXBundle","ts *.qm *.map cmake/jmbde.rc.cmake","Files: 3rdparty/*/qt_attribution.json .clang-format .clang-tidy .clangd .clazy .cmake-format.py .codespellrc .emacs-dirvars .git-blame-ignore-revs .gitattributes .gitignore .kateconfig .krazy .mdlrc .mdlrc.rb .pep8 .pre-commit-config.yaml .pylintrc .qmake.conf .tag .travis.yml appveyor.ini appveyor.yml distro/* format.config.uncrustify.4_spaces *.qdocconf format_sources docs/collection/gammaray.qhcp.cmake examples/yocto/gammaray_git*.bb probe/gammaray_probe-android-dependencies.xml docs/api/Doxyfile.cmake .github/*\n",{"word":"19784"},{"word":"19785"},{"word":"19786"},{"word":"19787"},{"word":"19788"},"clang","clangs","clanged","clad","clan","format .clang-tidy .clangd .clazy .cmake-format",{"word":"19637"},{"word":"19638"},{"word":"19639"},{"word":"19640"},{"word":"19641"},"clang-tidy .clangd .clazy .cmake-format.py .codespellrc","clazy .cmake-format.py .codespellrc .emacs-dirvars .git",{"word":"19639"},{"word":"19802"},{"word":"19803"},{"word":"19804"},{"word":"19805"},"katy","klay","krak","kraal","gitignore .kateconfig .krazy .mdlrc .mdlrc.rb .pep",{"word":"19812"},{"word":"19813"},{"word":"19814"},{"word":"19815"},{"word":"19816"},"marc","mdlz","mdoc","melic","Marc",".kateconfig .krazy .mdlrc .mdlrc.rb .pep8 .pre","kateconfig .krazy .mdlrc .mdlrc.rb .pep8 .pre-commit",{"word":"19824"},{"word":"19825"},{"word":"19826"},{"word":"19827"},{"word":"19828"},"pylint","eslintrc","pyint","plinth","pylist","commit-config.yaml .pylintrc .qmake.conf .tag .travis",{"word":"19835"},{"word":"19836"},{"word":"19837"},{"word":"19838"},{"word":"19839"},"quake","make","cmake","quae","qname","config.yaml .pylintrc .qmake.conf .tag .travis.yml",{"word":"19844"},{"word":"19845"},{"word":"19846"},"untrusty","unchastity","untrusting","distro/* format.config.uncrustify.4_spaces *.qdocconf","uncrustify.4_spaces *.qdocconf format_sources docs",{"word":"19854"},{"word":"19855"},{"word":"19856"},{"word":"19857"},{"word":"19858"},"chcp","dhcp","mchp","qktp","quip","collection/gammaray.qhcp.cmake examples/yocto",{"word":"19865"},{"word":"19866"},{"word":"19867"},{"word":"19868"},{"word":"19869"},"yoko","yolo","yobbo","youth","Yoko","qhcp.cmake examples/yocto/gammaray_git*.bb probe","Files: ui/resources/gammaray/*.png plugins/guisupport/images/*.png ui/resources/gammaray/ui/icons/classes/*/*.png ui/resources/gammaray/ui/*/*/*.png docs/manual/*/*.png docs/api/*.png tests/manual/*.png plugins/positioning/*.png plugins/quickinspector/textureextension/resources/*.png launcher/ui/resources/launcher/*.png ui/resources/svg/*.svg ui/resources/svg/*.svgz plugins/positioning/direction_marker.svg ui/resources/gammaray/GammaRay.icns ui/resources/gammaray/GammaRay.ico\n",{"word":"19877"},{"word":"19878"},{"word":"19879"},{"word":"19880"},{"word":"19881"},"svga","svgg","svgo","svgt","SVGA","svg ui/resources/svg/*.svgz plugins/positioning"," - hadolint\n",{"word":"19889"},{"word":"19890"},{"word":"19891"},{"word":"19892"},{"word":"19893"},"havoline","Havoline","haloing","hading","halant","- hadolint"," clangd\n",{"word":"19784"},{"word":"19785"},{"word":"19786"},{"word":"19787"},{"word":"19788"}," clazy\n",{"word":"19637"},{"word":"19638"},{"word":"19639"},{"word":"19640"},{"word":"19641"}," codespellrc\n"," github styles vale Microsoft AMPM\n",{"word":"19914","wordAdjustedToMatchCase":"35135"},{"word":"19915"},{"word":"19916"},{"word":"19917","wordAdjustedToMatchCase":"35136"},{"word":"19918","wordAdjustedToMatchCase":"35137"},"amps","amp","AMP","maim","malm","styles vale Microsoft AMPM"," github styles vale Readability ColemanLiau\n",{"word":"19926"},{"word":"19927"},{"word":"19928"},{"word":"19929"},{"word":"19930","wordAdjustedToMatchCase":"35138"},"liam","Liam","liao","Liao","liar","vale Readability ColemanLiau"," github styles vale Readability FleschKincaid\n",{"word":"19938","wordAdjustedToMatchCase":"35139"},{"word":"19939","wordAdjustedToMatchCase":"35140"},{"word":"19940","wordAdjustedToMatchCase":"35141"},{"word":"19941","wordAdjustedToMatchCase":"35142"},{"word":"19942","wordAdjustedToMatchCase":"35143"},"flesh","fletch","fetch","flash","fleck","styles vale Readability FleschKincaid",{"word":"19949","wordAdjustedToMatchCase":"35144"},{"word":"19950","wordAdjustedToMatchCase":"35145"},{"word":"19951","wordAdjustedToMatchCase":"35146"},{"word":"19952"},{"word":"19953"},"zincoid","kina","kind","kenai","Kenai","vale Readability FleschKincaid"," github styles vale Readability FleschReadingEase\n","styles vale Readability FleschReadingEase"," github styles vale alex Ablist\n",{"word":"19963","wordAdjustedToMatchCase":"35147"},{"word":"19964","wordAdjustedToMatchCase":"35148"},{"word":"19965","wordAdjustedToMatchCase":"35149"},{"word":"19966","wordAdjustedToMatchCase":"35150"},{"word":"19967","wordAdjustedToMatchCase":"35151"},"ablest","ableist","abis","alit","aalst","github styles vale alex Ablist"," github styles vale alex LGBTQ\n",{"word":"19974"},{"word":"19975"},{"word":"19976","wordAdjustedToMatchCase":"35152"},{"word":"19977","wordAdjustedToMatchCase":"35153"},"lgbt","LGBT","lgth","lgtm","github styles vale alex LGBTQ"," github styles vale proselint Uncomparables\n","styles vale proselint Uncomparables"," stylelintrc\n",{"word":"19753"}," trunk configs djlintrc\n",{"word":"19988"},{"word":"19825"},{"word":"19989"},{"word":"19990"},"djlint","delint","delinted","trunk configs djlintrc"," trunk configs hadolint\n",{"word":"19889"},{"word":"19890"},{"word":"19891"},{"word":"19892"},{"word":"19893"},"trunk configs hadolint"," trunk configs shellcheckrc\n",{"word":"20002"},{"word":"20003"},"shellcheck","spellcheck","trunk configs shellcheckrc","apps jmbde quick CMakeLists\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"apps jmbde quick CMakeLists","apps jmbde quick data io github jmuelbert jmbdequick appdata\n","apps jmbde quick data io github","io github jmuelbert jmbdequick appdata","apps jmbde quick include jmbde helpers\n","apps jmbde quick include jmbde","jmbde quick include jmbde helpers","apps jmbde quick jmbde version\n","apps jmbde quick jmbde version","apps libs models include jmbdemodels account\n","libs models include jmbdemodels account","apps libs models include jmbdemodels chipcard\n","libs models include jmbdemodels chipcard","apps libs models include jmbdemodels chipcarddoor\n","libs models include jmbdemodels chipcarddoor","apps libs models include jmbdemodels chipcardprofile\n","libs models include jmbdemodels chipcardprofile","apps libs models include jmbdemodels chipcardprofiledoor\n","libs models include jmbdemodels chipcardprofiledoor","apps libs quick include jmbdequick maincontroller\n","apps libs quick include jmbdequick maincontroller","apps libs quick include jmbdequick models employeemodel\n","apps libs quick include jmbdequick models employeemodel","apps libs quick src qml designer Backend qmldir\n",{"word":"20040"},{"word":"20041"},{"word":"20042"},{"word":"20043"},{"word":"20044"},"mkdir","rmdir","tmpdir","tmpDir","xmlid","qml designer Backend qmldir","apps libs quick src qml models qmldir\n","quick src qml models qmldir","apps libs quick src qml ui qmldir\n","libs quick src qml ui qmldir","apps libs widgets autotests src tst jmbdewidgets\n","widgets autotests src tst jmbdewidgets","apps libs widgets include jmbdewidgets aboutdialog\n","libs widgets include jmbdewidgets aboutdialog","apps libs widgets include jmbdewidgets accountinputarea\n","libs widgets include jmbdewidgets accountinputarea","apps libs widgets include jmbdewidgets chipcarddoorinputarea\n","libs widgets include jmbdewidgets chipcarddoorinputarea","apps libs widgets include jmbdewidgets chipcardinputarea\n","libs widgets include jmbdewidgets chipcardinputarea","apps libs widgets include jmbdewidgets osinputarea\n","include jmbdewidgets osinputarea","apps libs widgets include jmbdewidgets zipcitiyinputarea\n","include jmbdewidgets zipcitiyinputarea","apps libs widgets src osinputarea\n","apps libs widgets src osinputarea","cppcheck suppressions\n",{"word":"20070"},{"word":"20071"},{"word":"20072"},"depcheck","check","copeck","cppcheck suppressions","docker entrypoint emscripten\n","docker entrypoint emscripten","dockerfiles config qtversion\n",{"word":"20082"},{"word":"20083"},{"word":"20084"},{"word":"20085"},{"word":"20086"},"version","--version","tkversion","Version","TkVersion","dockerfiles config qtversion","packaging flatpak org jmuelbert jmbde QT\n",{"word":"20094"},{"word":"20095"},{"word":"20096"},{"word":"20097"},{"word":"20098"},"flatcar","flak","flap","flat","fatah","packaging flatpak org jmuelbert jmbde","packaging macos jmbde de DE lproj LICENSE\n",{"word":"20106"},{"word":"20107"},{"word":"20108"},{"word":"20109"},{"word":"20110"},"proj","leroy","Leroy","proa","prob","packaging macos jmbde de DE lproj LICENSE","packaging macos jmbde en US lproj LICENSE\n","packaging macos jmbde en US lproj LICENSE","scripts build flatpak\n","scripts build flatpak","scripts build mac vcpkg\n",{"word":"20121"},{"word":"20122"},{"word":"20123"},{"word":"20124"},"dpkg","nupkg","unpkg","pkg","scripts build mac vcpkg","scripts build vcpkg\n","scripts build vcpkg","# shared libraries used by jmbde-widget and jmbde-quick applications\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"shared libraries used by jmbde-widget and jmbde-quick","by jmbde-widget and jmbde-quick applications","# the jmbde-widgets application\n","# the jmbde-widgets application","ecm_optional_add_subdirectory(jmbde-widgets)\n","optional_add_subdirectory(jmbde-widgets)","# the jmbde-quick application\n","# the jmbde-quick application","set(TARGET_ID jmbdequick)\n","set(TARGET_ID jmbdequick)","string(TOLOWER ${TARGET_ID} TARGET_ID_LOWER)\n",{"word":"20150","wordAdjustedToMatchCase":"35154"},{"word":"20151","wordAdjustedToMatchCase":"35155"},{"word":"20152","wordAdjustedToMatchCase":"35156"},{"word":"20153","wordAdjustedToMatchCase":"35157"},{"word":"20154","wordAdjustedToMatchCase":"35158"},"tooler","tower","toller","tooter","thrower","string(TOLOWER ${TARGET_ID} TARGET","set(TARGET_DISPLAY_NAME \"jmbde\")\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"TARGET_DISPLAY_NAME \"jmbde\")","set(TARGET_DESCRIPTION \"jmdbde app\")\n",{"word":"20169"},{"word":"19720"},{"word":"20170"},{"word":"19721"},{"word":"20171"},"jaded","jabbed","jibbed","TARGET_DESCRIPTION \"jmdbde app\")"," ${CMAKE_CURRENT_BINARY_DIR}/jmbde_version.h @ONLY)\n","CURRENT_BINARY_DIR}/jmbde_version.h @ONLY)"," PRIVATE -DQAPPLICATION_CLASS=QApplication)\n",{"word":"20178","wordAdjustedToMatchCase":"35159"},{"word":"20179","wordAdjustedToMatchCase":"35160"},"application","deduplication","PRIVATE -DQAPPLICATION_CLASS=QApplication)"," ${ICONS_FOLDER}/sc-apps-jmbde.svg ${ICONS_FOLDER}/16-apps-jmbde.png\n","ICONS_FOLDER}/sc-apps-jmbde.svg ${ICONS_FOLDER}","ICONS_FOLDER}/16-apps-jmbde.png"," ${ICONS_FOLDER}/32-apps-jmbde.png ${ICONS_FOLDER}/128-apps-jmbde.png\n","ICONS_FOLDER}/32-apps-jmbde.png ${ICONS_FOLDER}"," jmuelbert::jmbdemodels\n","jmuelbert::jmbdemodels"," jmuelbert::jmbdewidgets\n","jmuelbert::jmbdewidgets"," jmuelbert::jmbdequick\n","jmuelbert::jmbdequick"," hicolor)\n",{"word":"20198"},{"word":"20199"},{"word":"20200"},{"word":"20201"},{"word":"20202"},"hcolor","HCOLOR","color","bgcolor","COLOR","hicolor)"," io.github.jmuelbert.jmbde\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"io.github.jmuelbert.jmbde"," jmbde\n","jmbde"," jmbde\n","jmbde"," jmbde is a tool to collect Users, Accounts, Computer and so on in a database...\n","jmbde is a tool to collect","

jmbde is a tool to collect Users, Accounts, Computer and so on in a database based on QT

\n","

jmbde is a tool to collect","#define PROJECT_NAME \"jmbdequick-bin\"\n","define PROJECT_NAME \"jmbdequick-bin\"","#define PROJECT_DESCRIPTION \"jmdbde app\"\n",{"word":"20169"},{"word":"19720"},{"word":"20170"},{"word":"19721"},{"word":"20171"},"PROJECT_DESCRIPTION \"jmdbde app\""," * SPDX-FileCopyrightText: 2013-2022 Project jmbde-QT, Jürgen Mülbert\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"yrightText: 2013-2022 Project jmbde-QT, Jürgen Mülbert"," * @return 0 is exceuted successful\n",{"word":"20241"},{"word":"20242"},{"word":"20243"},{"word":"20244"},{"word":"20245"},"executed","excepted","execute","executer","executes","* @return 0 is exceuted successful"," QLoggingCategory::setFilterRules(QLatin1String(\"jmbdequick.*.debug=false\\njmbdequick.*.info=false\"));\n","setFilterRules(QLatin1String(\"jmbdequick.*.debug=false\\njmbdequick","jmbdequick.*.debug=false\\njmbdequick.*.info=false\"));"," app.setWindowIcon(QIcon::fromTheme(QLatin1String(\"jmbde\"), QApplication::windowIcon()));\n","fromTheme(QLatin1String(\"jmbde\"), QApplication::windowIcon"," parser.setApplicationDescription(QLatin1String(\"jmbde - Commandline\"));\n","ionDescription(QLatin1String(\"jmbde - Commandline\"));"," QTranslator jmbdeTranslator;\n","QTranslator jmbdeTranslator;"," jmbdeTranslator.load(QLatin1String(\"jmbde_\") + locale);\n","jmbdeTranslator.load(QLatin"," # calling jmbde_exe executable directly\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"# calling jmbde_exe executable directly"," NAME jmbde_exe_test\n","NAME jmbde_exe_test"," COMMAND jmbde_exe \"\"\n","COMMAND jmbde_exe \"\"","add_executable(jmbde_exe_lib_tests \"./tests.cpp\")\n","add_executable(jmbde_exe_lib_tests \"./tests"," jmbde_exe_lib_tests PRIVATE jmbde_project_warnings jmbde_project_options\n","jmbde_exe_lib_tests PRIVATE","set(TARGET_ID jmbde)\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"set(TARGET_ID jmbde)",{"word":"20150","wordAdjustedToMatchCase":"35154"},{"word":"20151","wordAdjustedToMatchCase":"35155"},{"word":"20152","wordAdjustedToMatchCase":"35156"},{"word":"20153","wordAdjustedToMatchCase":"35157"},{"word":"20154","wordAdjustedToMatchCase":"35158"},"set(TARGET_DESCRIPTION \"jmbde app\")\n","TARGET_DESCRIPTION \"jmbde app\")","set(PROJECT_TS_FILES ${PROJECT_TRANSLATIONS_DIR}/jmbde_en.ts\n","PROJECT_TRANSLATIONS_DIR}/jmbde_en.ts",{"word":"20178","wordAdjustedToMatchCase":"35159"},{"word":"20179","wordAdjustedToMatchCase":"35160"},{"word":"20198"},{"word":"20199"},{"word":"20200"},{"word":"20201"},{"word":"20202"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"#define PROJECT_NAME \"jmbde-bin\"\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"define PROJECT_NAME \"jmbde-bin\"","#define PROJECT_DESCRIPTION \"jmbde app\"\n","PROJECT_DESCRIPTION \"jmbde app\"",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"}," QLoggingCategory::setFilterRules(QLatin1String(\"jmuelbert.jmbde.*.debug=true\\njmuelbert.jmbde.*.info=true\"));\n","QLatin1String(\"jmuelbert.jmbde.*.debug=true\\njmuelbert","debug=true\\njmuelbert.jmbde.*.info=true\"));"," parser.setApplicationDescription(QStringLiteral(\"jmbde - Commandline\"));\n","onDescription(QStringLiteral(\"jmbde - Commandline\"));"," if (translator.load(QLocale(), QLatin1String(\"jmbde\"), QLatin1String(\"_\"), QLatin1String(\":/i18n\")))\n","QLocale(), QLatin1String(\"jmbde\"), QLatin1String(\"_",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"macro(jmbde_executable_tests)\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"macro(jmbde_executable_tests)"," foreach(_testname ${ARGN})\n",{"word":"20340"},{"word":"20341"},{"word":"20342"},{"word":"20343"},{"word":"20344","wordAdjustedToMatchCase":"35161"},"algn","ALGN","amgn","AMGN","argc","foreach(_testname ${ARGN})"," jmuelbert::jmbdemodels ${CONAN_LIBS} ${CONAN_LIBS_QT})\n","jmuelbert::jmbdemodels ${CONAN_LIBS} ${CONAN"," jmbde_executable_tests(json_utils_test)\n","jmbde_executable_tests(json"," * SPDX-FileCopyrightText: 2021 Héctor Mesa Jiménez \n",{"word":"20356"},{"word":"20357"},{"word":"20358","wordAdjustedToMatchCase":"35162"},{"word":"20359","wordAdjustedToMatchCase":"35163"},{"word":"20360","wordAdjustedToMatchCase":"35164"},"hector","Hector","hectors","lector","rector","FileCopyrightText: 2021 Héctor Mesa Jiménez ","QTEST_MAIN(JsonUtilsTest)\n",{"word":"20379"},{"word":"20380"},{"word":"20381"},{"word":"20382"},{"word":"20383"},"quest","QUEST","Quest","test","TEST","QTEST_MAIN(JsonUtilsTest)"," QVERIFY(!base.isEmpty());\n",{"word":"20391"},{"word":"20392"},{"word":"20393"},{"word":"20394"},{"word":"20395"},"verify","VERIFY","nverify","NVERIFY","Verify","QVERIFY(!base.isEmpty());"," QVERIFY(!addenda.isEmpty());\n","QVERIFY(!addenda.isEmpty())"," QVERIFY(!expected.isEmpty());\n","QVERIFY(!expected.isEmpty()"," QCOMPARE(result, expected.object());\n",{"word":"20407"},{"word":"20408"},{"word":"20409","wordAdjustedToMatchCase":"35166"},{"word":"20410"},{"word":"20411"},"compare","COMPARE","ncompare","compar","COMPAR","QCOMPARE(result, expected.object",{"word":"20356"},{"word":"20357"},{"word":"20358","wordAdjustedToMatchCase":"35162"},{"word":"20359","wordAdjustedToMatchCase":"35163"},{"word":"20360","wordAdjustedToMatchCase":"35164"},{"word":"20367"},{"word":"20368"},{"word":"20369"},{"word":"20370"},{"word":"20371","wordAdjustedToMatchCase":"35165"},"set(TARGET_ID jmbdemodels)\n","set(TARGET_ID jmbdemodels)",{"word":"20150","wordAdjustedToMatchCase":"35154"},{"word":"20151","wordAdjustedToMatchCase":"35155"},{"word":"20152","wordAdjustedToMatchCase":"35156"},{"word":"20153","wordAdjustedToMatchCase":"35157"},{"word":"20154","wordAdjustedToMatchCase":"35158"},"set(TARGET_DESCRIPTION \"Models for jmdbde\")\n",{"word":"20169"},{"word":"19720"},{"word":"20170"},{"word":"19721"},{"word":"20171"},"DESCRIPTION \"Models for jmdbde\")","# add target properties such as debug postfix, MSVC Runtime and library version\n",{"word":"20443","wordAdjustedToMatchCase":"35167"},{"word":"20444","wordAdjustedToMatchCase":"35168"},{"word":"20445"},{"word":"20446","wordAdjustedToMatchCase":"35169"},{"word":"19812","wordAdjustedToMatchCase":"35170"},"msec","svc","Svc","macc","such as debug postfix, MSVC Runtime and library"," PROPERTIES MSVC_RUNTIME_LIBRARY \"${MSVC_RUNTIME_TYPE}\"\n","PROPERTIES MSVC_RUNTIME_LIBRARY \"${MSVC","MSVC_RUNTIME_LIBRARY \"${MSVC_RUNTIME_TYPE}\""," SOVERSION ${TARGET_SO_VERSION}\n",{"word":"20457","wordAdjustedToMatchCase":"35171"},{"word":"20082","wordAdjustedToMatchCase":"35172"},{"word":"20083","wordAdjustedToMatchCase":"35173"},{"word":"20458","wordAdjustedToMatchCase":"35174"},{"word":"20459","wordAdjustedToMatchCase":"35175"},"sovereign","conversion","session","SOVERSION ${TARGET_SO_VERSION"," ${TARGET_NAME} PUBLIC JMBDE_MODELS_VERSION=\"${RELEASE_SERVICE_VERSION}\")\n",{"word":"19720","wordAdjustedToMatchCase":"35176"},{"word":"19721","wordAdjustedToMatchCase":"35177"},{"word":"19722","wordAdjustedToMatchCase":"35178"},{"word":"19723","wordAdjustedToMatchCase":"35179"},{"word":"19724","wordAdjustedToMatchCase":"35180"},"TARGET_NAME} PUBLIC JMBDE_MODELS_VERSION=\"${RELEASE","if(__MSVC AND BUILD_SHARED_LIBS)\n","if(__MSVC AND BUILD_SHARED_LIBS","class JmbdemodelsConan(ConanFile):\n","class JmbdemodelsConan(ConanFile):"," # self.tool_requires(\"jmbdemodels/0.7\", force_host_context=True)\n","self.tool_requires(\"jmbdemodels/0.7\", force_host_context"," explicit JMBDEMODELS_EXPORT Account();\n","explicit JMBDEMODELS_EXPORT Account();"," JMBDEMODELS_EXPORT ~Account()\n","JMBDEMODELS_EXPORT ~Account()"," virtual JMBDEMODELS_EXPORT void setIndexes() final;\n","virtual JMBDEMODELS_EXPORT void setIndexes"," \\fn virtual JMBDEMODELS_EXPORT auto initializeRelationalModel() ->\n","\\fn virtual JMBDEMODELS_EXPORT auto initializeRelatio"," virtual JMBDEMODELS_EXPORT auto initializeRelationalModel() -> QSqlRelationalTableModel * final;\n","virtual JMBDEMODELS_EXPORT auto initializeRelatio"," \\brief Initiallize the list Model for select one dataset\n",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},"initialize","Initialize","INITIALIZE","initialise","initialized","\\brief Initiallize the list Model for select"," \\fn auot getDB() const -> QSqlDatabase\n",{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"},"aout","auto","Auto","aunt","aust","\\fn auot getDB() const -> QSqlDatabase"," explicit JMBDEMODELS_EXPORT ChipCard();\n","explicit JMBDEMODELS_EXPORT ChipCard();"," JMBDEMODELS_EXPORT ~ChipCard()\n","JMBDEMODELS_EXPORT ~ChipCard()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT ChipCardDoor();\n","explicit JMBDEMODELS_EXPORT ChipCardDoor"," JMBDEMODELS_EXPORT ~ChipCardDoor()\n","JMBDEMODELS_EXPORT ~ChipCardDoor",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," \\brief Get the index of the fieldname EmployeeIdform the database\n",{"word":"20542","wordAdjustedToMatchCase":"35183"},{"word":"20543"},{"word":"20544","wordAdjustedToMatchCase":"35184"},{"word":"20545","wordAdjustedToMatchCase":"35185"},{"word":"20546","wordAdjustedToMatchCase":"35186"},"inform","INFORM","idiom","infirm","informs","the fieldname EmployeeIdform the database"," explicit JMBDEMODELS_EXPORT ChipCardProfile();\n","explicit JMBDEMODELS_EXPORT ChipCardProfile"," JMBDEMODELS_EXPORT ~ChipCardProfile()\n","JMBDEMODELS_EXPORT ~ChipCardProfile",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT ChipCardProfileDoor();\n","explicit JMBDEMODELS_EXPORT ChipCardProfileDoor"," JMBDEMODELS_EXPORT ~ChipCardProfileDoor()\n","JMBDEMODELS_EXPORT ~ChipCardProfileDoor",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT CityName();\n","explicit JMBDEMODELS_EXPORT CityName();"," JMBDEMODELS_EXPORT ~CityName()\n","JMBDEMODELS_EXPORT ~CityName()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT CommonData()\n","explicit JMBDEMODELS_EXPORT CommonData()"," virtual JMBDEMODELS_EXPORT ~CommonData()\n","virtual JMBDEMODELS_EXPORT ~CommonData("," virtual JMBDEMODELS_EXPORT void setIndexes() = 0;\n"," virtual JMBDEMODELS_EXPORT auto initializeRelationalModel() -> QSqlRelationalTableModel * = 0;\n"," virtual JMBDEMODELS_EXPORT auto initializeInputDataModel() -> QSqlRelationalTableModel * = 0;\n","virtual JMBDEMODELS_EXPORT auto initializeInputDa",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"}," \\fn QString setOutFormularStyle()\n",{"word":"20609","wordAdjustedToMatchCase":"35187"},{"word":"20610","wordAdjustedToMatchCase":"35188"},{"word":"20611","wordAdjustedToMatchCase":"35189"},{"word":"20612","wordAdjustedToMatchCase":"35190"},{"word":"20613","wordAdjustedToMatchCase":"35191"},"formula","formulae","formulas","formulary","furcular","\\fn QString setOutFormularStyle()"," \\brief Initialize a String with the css-style for the output formular\n",{"word":"20609"},{"word":"20610"},{"word":"20611"},{"word":"20612"},{"word":"20613"},"style for the output formular"," static JMBDEMODELS_EXPORT QString setOutFormularStyle();\n","EXPORT QString setOutFormularStyle();"," \\brief holds an initialised pointer to the ItemSelectioModel\n",{"word":"20630","wordAdjustedToMatchCase":"35192"},{"word":"20631"},{"word":"20632"},{"word":"20633"},{"word":"20634"},"selectid","selection","Selection","SELECTID","SELECTION","nitialised pointer to the ItemSelectioModel"," \\brief The Companyl class\n",{"word":"20642"},{"word":"20643"},{"word":"20644"},{"word":"20645"},{"word":"20646","wordAdjustedToMatchCase":"35193"},"company","Company","compal","Compal","compony","\\brief The Companyl class"," explicit JMBDEMODELS_EXPORT Company();\n","explicit JMBDEMODELS_EXPORT Company();"," JMBDEMODELS_EXPORT ~Company()\n","JMBDEMODELS_EXPORT ~Company()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT Computer();\n","explicit JMBDEMODELS_EXPORT Computer();"," JMBDEMODELS_EXPORT ~Computer()\n","JMBDEMODELS_EXPORT ~Computer()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," \\brief The value of the EmployeeIdIndexx\n",{"word":"20682"},{"word":"20683"},{"word":"20684"},{"word":"20685"},{"word":"20686"},"index","Index","idexx","Idexx","INDEX","value of the EmployeeIdIndexx"," explicit JMBDEMODELS_EXPORT ComputerSoftware();\n","explicit JMBDEMODELS_EXPORT ComputerSoftware"," JMBDEMODELS_EXPORT ~ComputerSoftware()\n","JMBDEMODELS_EXPORT ~ComputerSoftware",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," \\details Constructur with a name for the database to use.\n",{"word":"20708"},{"word":"20709"},{"word":"20710"},{"word":"20711","wordAdjustedToMatchCase":"35194"},{"word":"20712","wordAdjustedToMatchCase":"35195"},"constructor","Constructor","CONSTRUCTOR","construct","constructs","\\details Constructur with a name for the"," explicit JMBDEMODELS_EXPORT DataContext(QObject *parent = nullptr);\n","explicit JMBDEMODELS_EXPORT DataContext(QObject"," explicit JMBDEMODELS_EXPORT DataContext(QObject *parent, const QString &name);\n"," explicit JMBDEMODELS_EXPORT DataContext(QObject *parent,\n"," JMBDEMODELS_EXPORT ~DataContext();\n","JMBDEMODELS_EXPORT ~DataContext"," JMBDEMODELS_EXPORT auto getDatabase() -> const QSqlDatabase\n","JMBDEMODELS_EXPORT auto getDatabase"," \\brief Generate the Connection-Strig for the sqlite Database.\n",{"word":"20728"},{"word":"20729"},{"word":"20730","wordAdjustedToMatchCase":"35196"},{"word":"20731","wordAdjustedToMatchCase":"35197"},{"word":"20732","wordAdjustedToMatchCase":"35198"},"stig","Stig","sprig","stria","strip","Generate the Connection-Strig for the sqlite Database"," explicit JMBDEMODELS_EXPORT Department();\n","explicit JMBDEMODELS_EXPORT Department()"," JMBDEMODELS_EXPORT ~Department()\n","JMBDEMODELS_EXPORT ~Department(",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT DeviceName();\n","explicit JMBDEMODELS_EXPORT DeviceName()"," JMBDEMODELS_EXPORT ~DeviceName()\n","JMBDEMODELS_EXPORT ~DeviceName(",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," \\brief The value of the DeviceNameIdIndexx\n",{"word":"20682"},{"word":"20683"},{"word":"20684"},{"word":"20685"},{"word":"20686"},"value of the DeviceNameIdIndexx"," explicit JMBDEMODELS_EXPORT DeviceType();\n","explicit JMBDEMODELS_EXPORT DeviceType()"," JMBDEMODELS_EXPORT ~DeviceType()\n","JMBDEMODELS_EXPORT ~DeviceType(",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," \\brief The value of the DeviceTypeIdIndexx\n",{"word":"20682"},{"word":"20683"},{"word":"20684"},{"word":"20685"},{"word":"20686"},"value of the DeviceTypeIdIndexx"," explicit JMBDEMODELS_EXPORT Document();\n","explicit JMBDEMODELS_EXPORT Document();"," JMBDEMODELS_EXPORT ~Document()\n","JMBDEMODELS_EXPORT ~Document()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," - datacare in german datenschutz (y/n)\n","datacare in german datenschutz (y/n)"," - the foreign key to the inhouse phone\n",{"word":"20812"},{"word":"20813"},{"word":"20814"},{"word":"20815"},{"word":"20816"},"inuse","incuse","infuse","inhume","indorse","the foreign key to the inhouse phone"," explicit JMBDEMODELS_EXPORT Employee();\n","explicit JMBDEMODELS_EXPORT Employee();"," JMBDEMODELS_EXPORT ~Employee()\n","JMBDEMODELS_EXPORT ~Employee()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT EmployeeAccount();\n","explicit JMBDEMODELS_EXPORT EmployeeAccount"," JMBDEMODELS_EXPORT ~EmployeeAccount()\n","JMBDEMODELS_EXPORT ~EmployeeAccount",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT EmployeeDocument();\n","explicit JMBDEMODELS_EXPORT EmployeeDocument"," JMBDEMODELS_EXPORT ~EmployeeDocument()\n","JMBDEMODELS_EXPORT ~EmployeeDocument",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT Fax();\n","explicit JMBDEMODELS_EXPORT Fax();"," JMBDEMODELS_EXPORT ~Fax()\n","JMBDEMODELS_EXPORT ~Fax()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," explicit JMBDEMODELS_EXPORT Function();\n","explicit JMBDEMODELS_EXPORT Function();"," JMBDEMODELS_EXPORT ~Function()\n","JMBDEMODELS_EXPORT ~Function()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," \\brief The value of the PriorityIndexx\n",{"word":"20682"},{"word":"20683"},{"word":"20684"},{"word":"20685"},{"word":"20686"},"value of the PriorityIndexx"," explicit JMBDEMODELS_EXPORT Inventory();\n","explicit JMBDEMODELS_EXPORT Inventory();"," JMBDEMODELS_EXPORT ~Inventory()\n","JMBDEMODELS_EXPORT ~Inventory()",{"word":"20490"},{"word":"20491"},{"word":"20492"},{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"20494","wordAdjustedToMatchCase":"35182"},{"word":"20502"},{"word":"20503"},{"word":"20504"},{"word":"20505"},{"word":"20506"}," SPDX-FileCopyrightText: 2019 Mark Nauwelaerts \n","FileCopyrightText: 2019 Mark Nauwelaerts QString\n",{"word":"20609","wordAdjustedToMatchCase":"35187"},{"word":"20610","wordAdjustedToMatchCase":"35188"},{"word":"20611","wordAdjustedToMatchCase":"35189"},{"word":"20612","wordAdjustedToMatchCase":"35190"},{"word":"20613","wordAdjustedToMatchCase":"35191"},"Model::CommonData::setOutFormularStyle() -> QString"," m_EmployeeIdIndex = this->m_model->fieldIndex(QLatin1String(\"employe_id\"));\n",{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"},"employ","employs","employed","employee","employer","fieldIndex(QLatin1String(\"employe_id\"));"," qDebug() << tr(\"Öffne SQLite Datenbank\");\n",{"word":"21124","wordAdjustedToMatchCase":"35199"},{"word":"21125","wordAdjustedToMatchCase":"35200"},{"word":"21126","wordAdjustedToMatchCase":"35201"},{"word":"21127","wordAdjustedToMatchCase":"35202"},{"word":"21128","wordAdjustedToMatchCase":"35203"},"often","offend","ofn","offs","offal","qDebug() << tr(\"Öffne SQLite Datenbank\");",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"dateack","datebook","<< tr(\"Öffne SQLite Datenbank\");"," qDebug() << tr(\"Öffne SQLite Datenbank\") << this->m_Name;\n","qDebug() << tr(\"Öffne SQLite Datenbank\")","<< tr(\"Öffne SQLite Datenbank\") << this->m_Name;"," qDebug() << tr(\"Öffne Datenbank\") << this->m_Name << tr(\" Type \") << dbType << tr(\" Benutzername \") << userName << tr(\" Password :-) *********\")\n","qDebug() << tr(\"Öffne Datenbank\") << this","qDebug() << tr(\"Öffne Datenbank\") << this->m_Name <",") << dbType << tr(\" Benutzername \") << userName << tr"," qWarning() << \"DataContext wurde mit dem Datenbank Typ \" << databaseType << \" aufgerufen.\"\n",{"word":"21148"},{"word":"21149"},{"word":"21150"},{"word":"21151"},{"word":"21152"},"wrde","WRDE","wared","wcred","wired","qWarning() << \"DataContext wurde mit dem Datenbank Typ","DataContext wurde mit dem Datenbank Typ \" << databaseType","< databaseType << \" aufgerufen.\""," << \" Dieser Typ wird nicht unterstützt. Es geht weiter mit SQLITE\";\n",{"word":"21162"},{"word":"21163"},{"word":"21164"},{"word":"21165"},{"word":"21166"},"ward","wild","wind","wire","wiry","<< \" Dieser Typ wird nicht unterstützt. Es",{"word":"21173"},{"word":"21174"},{"word":"21175"},{"word":"21176"},{"word":"21177"},"niche","night","licht","inch","ninth","< \" Dieser Typ wird nicht unterstützt. Es geht","Dieser Typ wird nicht unterstützt. Es geht weiter mit",{"word":"21185"},{"word":"21186"},{"word":"21187"},{"word":"21188"},{"word":"21189"},"geth","gelt","gent","gest","Gent","nicht unterstützt. Es geht weiter mit SQLITE\";"," qDebug() << tr(\"Datenbank geschlossen.\");\n","qDebug() << tr(\"Datenbank geschlossen.\");"," qInfo() << tr(\"Erzeuge Sqlite Datenbank: \") << this->m_Name << \" Datei \" << this->m_connectionString;\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},"renege","revenge","ereg","eregi","erugo","qInfo() << tr(\"Erzeuge Sqlite Datenbank: \"",{"word":"21210"},{"word":"21211"},{"word":"21212","wordAdjustedToMatchCase":"35211"},{"word":"21213","wordAdjustedToMatchCase":"35212"},{"word":"21214","wordAdjustedToMatchCase":"35213"},"date","Date","dated","dateg","dater","< this->m_Name << \" Datei \" << this->m_connectionString"," qInfo() << tr(\"Öffne Sqlite Datenbank:\") << this->m_Name;\n","qInfo() << tr(\"Öffne Sqlite Datenbank:\")"," qInfo() << tr(\"Öffne ODBC Datenbank: \") << this->m_Name << tr(\" auf dem Server: \") << this->m_dbHostName;\n","qInfo() << tr(\"Öffne ODBC Datenbank: \")"," m_db = QSqlDatabase::addDatabase(QLatin1String(\"QODBC\"));\n",{"word":"21226"},{"word":"21227"},{"word":"21228"},{"word":"21229"},{"word":"21230","wordAdjustedToMatchCase":"35214"},"ODBC","codbc","CODBC","IODBC","uodbc","addDatabase(QLatin1String(\"QODBC\"));"," m_db = QSqlDatabase::addDatabase(QLatin1String(\"QPSQL\"));\n",{"word":"21238","wordAdjustedToMatchCase":"35215"},{"word":"21239"},{"word":"21240"},{"word":"21241"},{"word":"21242","wordAdjustedToMatchCase":"35216"},"qscl","qsCl","qpl","QPL","qps","addDatabase(QLatin1String(\"QPSQL\"));"," qCritical() << tr(\"Kritischer Fehler bei der Initialisierung der Datenbank.\") << tr(\"Die Datei '\") << file.fileName()\n",{"word":"21246","wordAdjustedToMatchCase":"35217"},"kitsches","qCritical() << tr(\"Kritischer Fehler bei der Initialisierun",{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"},"feeler","feller","feer","fever","fewer",") << tr(\"Kritischer Fehler bei der Initialisierung",{"word":"21260","wordAdjustedToMatchCase":"35223"},"initialising","Kritischer Fehler bei der Initialisierung der Datenbank.\") <<","Datenbank.\") << tr(\"Die Datei '\") << file.fileName"," << tr(\"' zum initialisieren der Datenbank \") << tr(\" und zum erzeugen der Tabellen konnten nicht gefunden werden.\");\n","<< tr(\"' zum initialisieren der Datenbank \") <<","Datenbank \") << tr(\" und zum erzeugen der Tabellen konnten",{"word":"21271"},{"word":"21272"},{"word":"21273"},{"word":"21274"},{"word":"21275"},"knote","kenneth","knotted","knotter","knouted","erzeugen der Tabellen konnten nicht gefunden werden","der Tabellen konnten nicht gefunden werden.\");",{"word":"21283"},{"word":"21284"},{"word":"21285"},{"word":"21286"},{"word":"21287"},"refunded","refunder","geffen","gender","gerund","Tabellen konnten nicht gefunden werden.\");",{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},"weren","warden","weyden","Weyden","ween","konnten nicht gefunden werden.\");"," << tr(\" zum initialisieren der Datenbank \") << tr(\"kann nicht geöffnet werden.\");\n","<< tr(\" zum initialisieren der Datenbank \") <<",{"word":"21307"},{"word":"21308"},{"word":"21309"},{"word":"21310"},{"word":"21311"},"kan","Kan","kahn","kain","kana","Datenbank \") << tr(\"kann nicht geöffnet werden","Datenbank \") << tr(\"kann nicht geöffnet werden.\");",{"word":"21319"},{"word":"21320"},{"word":"21321"},{"word":"21322"},{"word":"21285"},"geoffrey","gzoffset","Geoffrey","feoffset",") << tr(\"kann nicht geöffnet werden.\");","kann nicht geöffnet werden.\");"," qCritical() << tr(\"Fehler beim Lesen der Datei zur Datenbank Erzeugung: \") << tr(\"Fehler in der Zeile <\") << line\n","qCritical() << tr(\"Fehler beim Lesen der Datei",{"word":"21332"},{"word":"21333"},{"word":"21334"},{"word":"21335"},{"word":"21336"},"beam","berm","brim","bsim","bedim","qCritical() << tr(\"Fehler beim Lesen der Datei zur",{"word":"21343","wordAdjustedToMatchCase":"35224"},{"word":"21344"},{"word":"21345"},{"word":"21346","wordAdjustedToMatchCase":"35225"},{"word":"21347","wordAdjustedToMatchCase":"35226"},"lese","leven","Leven","lessen","elen","<< tr(\"Fehler beim Lesen der Datei zur Datenbank","Fehler beim Lesen der Datei zur Datenbank Erzeugung","Datei zur Datenbank Erzeugung: \") << tr(\"Fehler in","Erzeugung: \") << tr(\"Fehler in der Zeile <\") <<",{"word":"21357"},{"word":"21358"},{"word":"21359","wordAdjustedToMatchCase":"35227"},{"word":"21360","wordAdjustedToMatchCase":"35228"},{"word":"21361","wordAdjustedToMatchCase":"35229"},"zelig","Zelig","belie","zeal","zeit","< tr(\"Fehler in der Zeile <\") << line"," << \"> : \" << tr(\"Fehlermeldung: \") << query.lastQuery() << \" : \" << query.lastError().text();\n","<< \"> : \" << tr(\"Fehlermeldung: \") << query.lastQuery"," qCritical() << tr(\"Fehler beim Lesen der Datei zur Datenbank Erzeugung:\") << tr(\"Fehler in der Zeile <\") << line << \"> : \" << tr(\"Fehlermeldung: \")\n","Datei zur Datenbank Erzeugung:\") << tr(\"Fehler in","< tr(\"Fehler in der Zeile <\") << line << \"> :","line << \"> : \" << tr(\"Fehlermeldung: \")"," qDebug() << tr(\"Datenbank erfolgreich erzeugt\");\n","qDebug() << tr(\"Datenbank erfolgreich erzeugt\");",{"word":"21201"},{"word":"21376"},{"word":"21202"},{"word":"21377"},{"word":"21203"},"erect","eruct","Datenbank erfolgreich erzeugt\");"," qDebug() << tr(\"Prüfe Datenbank Version \");\n",{"word":"21385","wordAdjustedToMatchCase":"35230"},{"word":"21386","wordAdjustedToMatchCase":"35231"},{"word":"21387"},{"word":"21388","wordAdjustedToMatchCase":"35232"},{"word":"21389","wordAdjustedToMatchCase":"35233"},"prude","prune","PRUNE","pref","prne","qDebug() << tr(\"Prüfe Datenbank Version \""," qDebug() << tr(\"Datenbankabfrage ( %1 ) Rückgabe : %2\").arg(queryString, query.lastError().text());\n","qDebug() << tr(\"Datenbankabfrage ( %1 ) Rückgabe : %",{"word":"21395","wordAdjustedToMatchCase":"35234"},{"word":"21396","wordAdjustedToMatchCase":"35235"},"rockaby","rockabye","Datenbankabfrage ( %1 ) Rückgabe : %2\").arg(queryString"," qDebug() << tr(\"Prüfe Datenbank Version : \") << version << \".\" << revision << \".\" << build << tr(\" von \") << lastUpdate.toString();\n","qDebug() << tr(\"Prüfe Datenbank Version :"," qCritical() << tr(\"Prüfe Datenbank Version : \") << tr(\"Datenbank zu alt. Version : \") << version << \" <> \" << actualVersion\n","qCritical() << tr(\"Prüfe Datenbank Version :"," qWarning() << tr(\"Prüfe Datenbank Tabelle <\") << tableName << \"> auf \" << searchId << \" == \" << search << \") : \" << query.lastError().text();\n","qWarning() << tr(\"Prüfe Datenbank Tabelle <",{"word":"21409"},{"word":"21410"},{"word":"21411","wordAdjustedToMatchCase":"35236"},{"word":"21412"},{"word":"21413"},"table","Table","taille","tarbell","Tarbell","tr(\"Prüfe Datenbank Tabelle <\") << tableName <<"," qCritical() << tr(\"Schwerer Fehler: \") << tr(\"Der Tabellename ist leer!\");\n",{"word":"21421","wordAdjustedToMatchCase":"35237"},{"word":"21422","wordAdjustedToMatchCase":"35238"},{"word":"21423","wordAdjustedToMatchCase":"35239"},{"word":"21424","wordAdjustedToMatchCase":"35240"},{"word":"21425","wordAdjustedToMatchCase":"35241"},"scherr","schemer","schmeer","sheerer","schneier","qCritical() << tr(\"Schwerer Fehler: \") << tr(\"Der",{"word":"21428","wordAdjustedToMatchCase":"35242"},"labelname","Fehler: \") << tr(\"Der Tabellename ist leer!\""," qCritical() << tr(\"Schwerer Fehler: \") << tr(\"Es sind keine Daten für den Import vorhanden.\");\n","qCritical() << tr(\"Schwerer Fehler: \") << tr(\"Es",{"word":"21437"},{"word":"21438"},{"word":"21439"},{"word":"21440"},{"word":"21441"},"kine","kerne","kline","koine","Kline","Fehler: \") << tr(\"Es sind keine Daten für den Import",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"dten","daren","Daren","< tr(\"Es sind keine Daten für den Import vorhanden","Daten für den Import vorhanden.\");"," this->m_db = QSqlDatabase::addDatabase(QLatin1String(\"QSQLITE\"), name);\n",{"word":"21459"},{"word":"21460"},{"word":"21461"},{"word":"21462"},{"word":"21463"},"sqlite","SQLITE","dsqlite","DSQLITE","SQLite","addDatabase(QLatin1String(\"QSQLITE\"), name);"," qCritical() << tr(\"Fehler beim öffnen der Datenbank : \") << this->m_db.lastError().text() << name;\n","qCritical() << tr(\"Fehler beim öffnen der Datenbank",{"word":"21125"},{"word":"21124"},{"word":"21472"},{"word":"21473"},{"word":"21474"},"offed","offer","offkey","<< tr(\"Fehler beim öffnen der Datenbank : \")"," qCritical() << tr(\"Fehler beim setzen des Pragma: \") << tr(\"Fehlermeldung: \") << query.lastQuery() << \" : \" << query.lastError().text();\n","qCritical() << tr(\"Fehler beim setzen des Pragma:","des Pragma: \") << tr(\"Fehlermeldung: \") << query.lastQuery"," qDebug() << tr(\"Ändere den Namen der Datenbank : \") << oldConnection << tr(\" Neuer Name: \") << this->m_connectionString;\n",{"word":"21485"},{"word":"21486"},{"word":"21487"},{"word":"21488"},{"word":"21489","wordAdjustedToMatchCase":"35244"},"andre","Andre","andrea","Andrea","andrei","qDebug() << tr(\"Ändere den Namen der Datenbank",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"name","Name","named","namei","namer",") << tr(\"Ändere den Namen der Datenbank : \")",{"word":"21507","wordAdjustedToMatchCase":"35248"},{"word":"21508","wordAdjustedToMatchCase":"35249"},{"word":"21509","wordAdjustedToMatchCase":"35250"},{"word":"21510"},{"word":"21511"},"neue","ne'er","neper","never","Never","oldConnection << tr(\" Neuer Name: \") << this->m"," qDebug() << tr(\"Lösche Datenbank\") << dbName;\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"louche","loch","lose","loach","lochs","qDebug() << tr(\"Lösche Datenbank\") << dbName"," qCritical() << tr(\"Datenbankdatei \") << this->m_connectionString << tr(\" konnte nicht gelöscht werden !\");\n","qCritical() << tr(\"Datenbankdatei \") << this->m_connectionStrin",{"word":"21271"},{"word":"21532"},{"word":"21440"},{"word":"21533"},{"word":"21534"},"kente","koontz","Koontz","connectionString << tr(\" konnte nicht gelöscht werden","nnectionString << tr(\" konnte nicht gelöscht werden !\")","< tr(\" konnte nicht gelöscht werden !\");","konnte nicht gelöscht werden !\");"," qDebug() << tr(\"Pfad und Name der Datenbank für SQLite: \") << dbDataPath;\n",{"word":"21545","wordAdjustedToMatchCase":"35256"},{"word":"21546"},{"word":"21547","wordAdjustedToMatchCase":"35257"},{"word":"21548"},{"word":"21549","wordAdjustedToMatchCase":"35258"},"pad","PAD","fad","FAD","pada","qDebug() << tr(\"Pfad und Name der Datenbank",{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"},{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"},{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"}," m_EmployeeIdIndex = this->m_model->fieldIndex(QLatin1String(\"employe_id \"));\n",{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"},"fieldIndex(QLatin1String(\"employe_id \"));",{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"},{"word":"21112"},{"word":"21113"},{"word":"21114"},{"word":"21115"},{"word":"21116"},"set(CMAKE_AUTORCC ON)\n",{"word":"21589","wordAdjustedToMatchCase":"35259"},{"word":"21590","wordAdjustedToMatchCase":"35260"},{"word":"21591","wordAdjustedToMatchCase":"35261"},{"word":"21592","wordAdjustedToMatchCase":"35262"},{"word":"20503","wordAdjustedToMatchCase":"35263"},"autarch","autocrat","autocrlf","autocracy","set(CMAKE_AUTORCC ON)","set(CMAKE_AUTOUIC ON)\n",{"word":"21600","wordAdjustedToMatchCase":"35264"},{"word":"21601","wordAdjustedToMatchCase":"35265"},{"word":"21602","wordAdjustedToMatchCase":"35266"},{"word":"21603","wordAdjustedToMatchCase":"35267"},{"word":"21604","wordAdjustedToMatchCase":"35268"},"atomic","atonic","atopic","autour","autofix","set(CMAKE_AUTOUIC ON)","set(CMAKE_AUTOMOC ON)\n",{"word":"21612","wordAdjustedToMatchCase":"35269"},{"word":"21600","wordAdjustedToMatchCase":"35264"},{"word":"21613","wordAdjustedToMatchCase":"35270"},{"word":"21614","wordAdjustedToMatchCase":"35271"},{"word":"21615","wordAdjustedToMatchCase":"35272"},"automock","automat","autonomy","autosome","set(CMAKE_AUTOMOC ON)","# find_package(jmbdemodels CONFIG REQUIRED)\n","# find_package(jmbdemodels CONFIG REQUIRED)"," QFETCH(QString, string);\n",{"word":"19940"},{"word":"21625"},{"word":"21626","wordAdjustedToMatchCase":"35273"},{"word":"21627","wordAdjustedToMatchCase":"35274"},{"word":"21628","wordAdjustedToMatchCase":"35275"},"FETCH","quench","fitch","getch","QFETCH(QString, string);"," QFETCH(QString, result);\n","QFETCH(QString, result);"," QCOMPARE(string.toUpper(), result);\n",{"word":"20407"},{"word":"20408"},{"word":"20409","wordAdjustedToMatchCase":"35166"},{"word":"20410"},{"word":"20411"},"QCOMPARE(string.toUpper(), result","QTEST_MAIN(tst_quicktest)\n",{"word":"20379"},{"word":"20380"},{"word":"20381"},{"word":"20382"},{"word":"20383"},"QTEST_MAIN(tst_quicktest)",{"word":"20150","wordAdjustedToMatchCase":"35154"},{"word":"20151","wordAdjustedToMatchCase":"35155"},{"word":"20152","wordAdjustedToMatchCase":"35156"},{"word":"20153","wordAdjustedToMatchCase":"35157"},{"word":"20154","wordAdjustedToMatchCase":"35158"},"set(TARGET_DESCRIPTION \"Quick for jmdbde\")\n",{"word":"20169"},{"word":"19720"},{"word":"20170"},{"word":"19721"},{"word":"20171"},"DESCRIPTION \"Quick for jmdbde\")",{"word":"20443","wordAdjustedToMatchCase":"35167"},{"word":"20444","wordAdjustedToMatchCase":"35168"},{"word":"20445"},{"word":"20446","wordAdjustedToMatchCase":"35169"},{"word":"19812","wordAdjustedToMatchCase":"35170"},{"word":"20457","wordAdjustedToMatchCase":"35171"},{"word":"20082","wordAdjustedToMatchCase":"35172"},{"word":"20083","wordAdjustedToMatchCase":"35173"},{"word":"20458","wordAdjustedToMatchCase":"35174"},{"word":"20459","wordAdjustedToMatchCase":"35175"}," ${TARGET_NAME} PUBLIC JMBDE_QUICK_VERSION=\"${RELEASE_SERVICE_VERSION}\")\n",{"word":"19720","wordAdjustedToMatchCase":"35176"},{"word":"19721","wordAdjustedToMatchCase":"35177"},{"word":"19722","wordAdjustedToMatchCase":"35178"},{"word":"19723","wordAdjustedToMatchCase":"35179"},{"word":"19724","wordAdjustedToMatchCase":"35180"},"TARGET_NAME} PUBLIC JMBDE_QUICK_VERSION=\"${RELEASE","class JmbdequickConan(ConanFile):\n","class JmbdequickConan(ConanFile):"," name = \"jmbdemodels\"\n","name = \"jmbdemodels\""," description = \"The library for the jmbde quick ui\"\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"The library for the jmbde quick ui\""," topics = (\"jmbde\", \"quick\", \"qt5\", \"qt6\")\n","topics = (\"jmbde\", \"quick\", \"qt5\", \"qt"," self.tool_requires(\"jmbdemodels/0.7\", force_host_context=True)\n"," explicit JMBDEQUICK_EXPORT MainController(/* QObject *parent = nullptr */);\n","explicit JMBDEQUICK_EXPORT MainController"," JMBDEQUICK_EXPORT ~MainController();\n","JMBDEQUICK_EXPORT ~MainController"," Q_REQUIRED_RESULT JMBDEQUICK_EXPORT bool initialize();\n","Q_REQUIRED_RESULT JMBDEQUICK_EXPORT bool initialize"," explicit JMBDEQUICK_EXPORT EmployeeModel(QObject *parent = nullptr);\n","explicit JMBDEQUICK_EXPORT EmployeeModel"," JMBDEQUICK_EXPORT int rowCount(const QModelIndex &p) const\n","JMBDEQUICK_EXPORT int rowCount"," JMBDEQUICK_EXPORT QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;\n","JMBDEQUICK_EXPORT QVariant data"," JMBDEQUICK_EXPORT QHash roleNames() const;\n","JMBDEQUICK_EXPORT QHashjmbde
Version %1

\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},">jmbde
Version"," qDebug() << tr(\"Initialisiere AccountInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"initialised","initialises","initializer","qDebug() << tr(\"Initialisiere AccountInputArea mit"," qDebug() << tr(\"Aktueller Index: \") << m_mapper->currentIndex();\n",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"},"atelier","awfuller","qDebug() << tr(\"Aktueller Index: \") << m_mapper"," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Account...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},"qDebug() << tr(\"Erzeuge einen neuen, leeren",{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},"linen","e'en","eben","eden","eide","qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz",{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},"Queen","need","neon","< tr(\"Erzeuge einen neuen, leeren Datensatz f",{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"leered","eleven","lierne","Erzeuge einen neuen, leeren Datensatz für Account",{"word":"22167","wordAdjustedToMatchCase":"35345"},"dateset","einen neuen, leeren Datensatz für Account...\");"," qDebug() << tr(\"Lösche Daten von Account\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Account\")",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Account\");"," qDebug() << tr(\"Füge neue Daten zu account\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"fugs","fume","fuse","fuze","fudge","qDebug() << tr(\"Füge neue Daten zu account","qDebug() << tr(\"Füge neue Daten zu account\");"," qDebug() << tr(\"Bearbeite oder schließe account Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"barbette","barbet","barbie","Barbie","babette","qDebug() << tr(\"Bearbeite oder schließe account",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"schlieren","scheme","schlep","scalene","scalier","tr(\"Bearbeite oder schließe account Daten\");","oder schließe account Daten\");"," ui->editFinishPushButton->setText(tr(\"Fertig\"));\n",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},"ferity","frig","feria","fermi","Fermi","FinishPushButton->setText(tr(\"Fertig\"));"," qDebug() << tr(\"Die Daten werden gesichert.\");\n","qDebug() << tr(\"Die Daten werden gesichert.\")",{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},"qDebug() << tr(\"Die Daten werden gesichert.\");","tr(\"Die Daten werden gesichert.\");"," ui->editFinishPushButton->setText(tr(\"Bearbeiten\"));\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},"barbettes","FinishPushButton->setText(tr(\"Bearbeiten\"));"," QString message(tr(\"Bitte geben Sie den Benutzernamen ein\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"geber","Geber","Eben","gene","QString message(tr(\"Bitte geben Sie den Benutzernamen","Bitte geben Sie den Benutzernamen ein\"));"," QMessageBox::information(this, tr(\"Benutzernamen hinzufügen\"), message);\n","information(this, tr(\"Benutzernamen hinzufügen\"), message","this, tr(\"Benutzernamen hinzufügen\"), message);"," qDebug() << tr(\"Benutzer Name : \") << ui->userNameLineEdit->text();\n",{"word":"22266","wordAdjustedToMatchCase":"35358"},{"word":"22267","wordAdjustedToMatchCase":"35359"},{"word":"22268"},{"word":"22269"},{"word":"22270","wordAdjustedToMatchCase":"35360"},"bunter","blunter","benue","Benue","banter","qDebug() << tr(\"Benutzer Name : \") << ui->userNameLine"," qDebug() << tr(\"Schreiben der Änderungen für Account in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"schein","Schein","screen","Screen","qDebug() << tr(\"Schreiben der Änderungen für Account","< tr(\"Schreiben der Änderungen für Account in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für Account in die Datenbank\");"," QMessageBox::warning(this, tr(\"jmbde\"), tr(\"Die Datenbank meldet den Fehler: %1\").arg(m_model->lastError().text()));\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"MessageBox::warning(this, tr(\"jmbde\"), tr(\"Die Datenbank","tr(\"jmbde\"), tr(\"Die Datenbank meldet den Fehler:",{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},"melded","melder","medley","mede","meet",", tr(\"Die Datenbank meldet den Fehler: %1\").arg",{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"},"Datenbank meldet den Fehler: %1\").arg(m_model->lastError"," qDebug() << tr(\"Fehler: Unbekannter Modus\");\n","qDebug() << tr(\"Fehler: Unbekannter Modus\"","qDebug() << tr(\"Fehler: Unbekannter Modus\");"," qDebug() << tr(\"Initialisiere ChipCardDoorInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere ChipCardDoorInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Lösche Daten von ChipCardDoor\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ChipCardDoor",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von ChipCardDoor\");"," qDebug() << tr(\"Füge neue Daten zu ChipCardDoor\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ChipCardDoor","qDebug() << tr(\"Füge neue Daten zu ChipCardDoor\");"," qDebug() << tr(\"Bearbeite oder schließe ChipCardDoor Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe ChipCardDoor",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ChipCardDoor Daten\"","schließe ChipCardDoor Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie eine Schlüsselchip Nummer ein.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben sie eine Schlüsselchip",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"eire","erne","exine","Eire","tr(\"Bitte geben sie eine Schlüsselchip Nummer","Bitte geben sie eine Schlüsselchip Nummer ein.\"));",{"word":"22394","wordAdjustedToMatchCase":"35362"},{"word":"22395"},{"word":"22396"},{"word":"22397"},{"word":"22398","wordAdjustedToMatchCase":"35363"},"numer","number","Number","NUMBER","bummer","sie eine Schlüsselchip Nummer ein.\"));"," QMessageBox::information(this, tr(\"Hinzufügen Schlüsselchip Tür\"), message);\n","information(this, tr(\"Hinzufügen Schlüsselchip Tür\")","this, tr(\"Hinzufügen Schlüsselchip Tür\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für ChipCardDoor in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für ChipCardDo","< tr(\"Schreiben der Änderungen für ChipCardDoor in",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"ChipCardDoor in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qCritical() << tr(\"Fehler: Unbekannter Modus\");\n","qCritical() << tr(\"Fehler: Unbekannter Modus\"","qCritical() << tr(\"Fehler: Unbekannter Modus\");"," qDebug() << \"Initialisiere ChipCardInputArea mit Index :\" << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << \"Initialisiere ChipCardInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << \"Erzeuge einen neuen, leeren Datensatz für ChipCard...\";\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},"qDebug() << \"Erzeuge einen neuen, leeren",{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},"qDebug() << \"Erzeuge einen neuen, leeren Datensatz",{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},") << \"Erzeuge einen neuen, leeren Datensatz f",{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für ChipCard",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für ChipCard...\";"," qDebug() << tr(\"Lösche Daten von ChipCard\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ChipCard\"",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von ChipCard\");"," qDebug() << tr(\"Füge neue Daten zu ChipCard\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ChipCard","qDebug() << tr(\"Füge neue Daten zu ChipCard\");"," qDebug() << tr(\"Bearbeite oder schließe ChipCard Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe ChipCard",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ChipCard Daten\");","oder schließe ChipCard Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},{"word":"22394","wordAdjustedToMatchCase":"35362"},{"word":"22395"},{"word":"22396"},{"word":"22397"},{"word":"22398","wordAdjustedToMatchCase":"35363"}," QMessageBox::information(this, tr(\"Hinzufügen Schlüsselchip\"), message);\n","information(this, tr(\"Hinzufügen Schlüsselchip\"), message","this, tr(\"Hinzufügen Schlüsselchip\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für ChipCard in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für ChipCard","< tr(\"Schreiben der Änderungen für ChipCard in die",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"für ChipCard in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << \"Initialisiere ChipCardProfileDoor mit Index :\" << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << \"Initialisiere ChipCardProfileDoor",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für ChipCardProfileDoor...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für ChipCardProfile",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für ChipCardProfileDoor"," qDebug() << tr(\"Lösche Daten von ChipCardProfileDoor\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ChipCardProfileDoor",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu ChipCardProfileDoor\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ChipCardProfile","qDebug() << tr(\"Füge neue Daten zu ChipCardProfileDoor"," qDebug() << tr(\"Bearbeite oder schließe ChipCardProfileDoor Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe ChipCardProfile",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ChipCardProfileDoor","ChipCardProfileDoor Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," qDebug() << tr(\"Schreiben der Änderungen für ChipCardProfileDoor in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für ChipCardPr","< tr(\"Schreiben der Änderungen für ChipCardProfileDoor",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"ChipCardProfileDoor in die Datenbank\");"," QMessageBox::warning(this, tr(\"jmbde\"), tr(\"Die Datenbank meldet den Fehler: %1\").arg(m_model->lastError().text()));\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << \"Initialisiere ChipCardProfileInputArea mit Index :\" << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << \"Initialisiere ChipCardProfileInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für ChipCardProfile...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für ChipCardProfile"," qDebug() << tr(\"Lösche Daten von ChipCardProfile\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ChipCardProfile",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu ChipCardProfile\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ChipCardProfile\""," qDebug() << tr(\"Bearbeite oder schließe ChipCardProfile Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ChipCardProfile Daten","schließe ChipCardProfile Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie eine Schlüsselchip Profil Nummer ein.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"tr(\"Bitte geben sie eine Schlüsselchip Profil","Bitte geben sie eine Schlüsselchip Profil Nummer ein.\"",{"word":"22394","wordAdjustedToMatchCase":"35362"},{"word":"22395"},{"word":"22396"},{"word":"22397"},{"word":"22398","wordAdjustedToMatchCase":"35363"},"Schlüsselchip Profil Nummer ein.\"));"," QMessageBox::information(this, tr(\"Hinzufügen Schlüsselchip Profil\"), message);\n","information(this, tr(\"Hinzufügen Schlüsselchip Profil","this, tr(\"Hinzufügen Schlüsselchip Profil\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << \"Initiaisiere CityInputArea mit Index : \" << index.row();\n","qDebug() << \"Initiaisiere CityInputArea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für City...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für City.",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für City...\");"," qDebug() << tr(\"Lösche Daten von City\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von City\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu City\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu City\"","qDebug() << tr(\"Füge neue Daten zu City\");"," qDebug() << tr(\"Bearbeite oder schließe City Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe City Daten",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe City Daten\");","Bearbeite oder schließe City Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie einen Namen für die Stadt/den Ort an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben sie einen Namen für","tr(\"Bitte geben sie einen Namen für die Stadt",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"Bitte geben sie einen Namen für die Stadt/den Ort",{"word":"22878","wordAdjustedToMatchCase":"35364"},{"word":"22879"},{"word":"22880"},{"word":"22881"},{"word":"22882"},"statd","stat","Stat","staat","Staat","einen Namen für die Stadt/den Ort an.\"));"," QMessageBox::information(this, tr(\"Stadt/Ort hinzufügen\"), message);\n","information(this, tr(\"Stadt/Ort hinzufügen\"), message","this, tr(\"Stadt/Ort hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für City in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für City","< tr(\"Schreiben der Änderungen für City in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für City in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << \"Initialisiere CompanyInputArea mit Index :\" << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << \"Initialisiere CompanyInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Company...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Company",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Company...\");"," qDebug() << tr(\"Lösche Daten von Company\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Company\")",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Company\");"," qDebug() << tr(\"Füge neue Daten zu Company\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Company","qDebug() << tr(\"Füge neue Daten zu Company\");"," qDebug() << tr(\"Bearbeite oder schließe Company Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Company",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Company Daten\");","oder schließe Company Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie eine den Namen der Firma an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben sie eine den Namen der",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"tr(\"Bitte geben sie eine den Namen der Firma",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"Bitte geben sie eine den Namen der Firma an.\"));"," QMessageBox::information(this, tr(\"Hinzufügen Firma\"), message);\n","information(this, tr(\"Hinzufügen Firma\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Company in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Company","< tr(\"Schreiben der Änderungen für Company in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für Company in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << \"Initialisiere ComputerInputArea für Index :\" << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << \"Initialisiere ComputerInputArea f",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Computer...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Computer",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Computer...\");"," qDebug() << tr(\"Lösche Daten von Computer\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Computer\"",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Computer\");"," qDebug() << tr(\"Füge neue Daten zu Computer\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Computer","qDebug() << tr(\"Füge neue Daten zu Computer\");"," qDebug() << tr(\"Bearbeite oder schließe Computer Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Computer",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Computer Daten\");","oder schließe Computer Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben Sie einen Computernamen an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben Sie einen Computernamen","tr(\"Bitte geben Sie einen Computernamen an.\")"," QMessageBox::information(this, tr(\"Computer hinzufügen\"), message);\n","nformation(this, tr(\"Computer hinzufügen\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere ComputerSoftwareInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere ComputerSoftwareInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für ComputerSoftware...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für ComputerSoftwar",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für ComputerSoftware"," qDebug() << tr(\"Lösche Daten von ComputerSoftware\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ComputerSoftware",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu ComputerSoftware\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ComputerSoftwar","qDebug() << tr(\"Füge neue Daten zu ComputerSoftware"," qDebug() << tr(\"Bearbeite oder schließe ComputerSoftware Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe ComputerSoftwar",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ComputerSoftware Daten","schließe ComputerSoftware Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," qDebug() << tr(\"Schreiben der Änderungen für ComputerSoftware in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für ComputerSo","< tr(\"Schreiben der Änderungen für ComputerSoftware",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"ComputerSoftware in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere DepartmentInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere DepartmentInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Department\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Department",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Department\");"," qDebug() << tr(\"Lösche Daten von Department\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Department",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Department\");"," qDebug() << tr(\"Füge neue Daten zu Department\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Department","qDebug() << tr(\"Füge neue Daten zu Department\");"," qDebug() << tr(\"Bearbeite oder schließe Department Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Department",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Department Daten\");","schließe Department Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie einen Abteilungsnamen an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben sie einen Abteilungsnamen","tr(\"Bitte geben sie einen Abteilungsnamen an.","Bitte geben sie einen Abteilungsnamen an.\"));"," QMessageBox::information(this, tr(\"Abteilung hinzufügen\"), message);\n",{"word":"23349","wordAdjustedToMatchCase":"35365"},{"word":"23350","wordAdjustedToMatchCase":"35366"},"abseiling","anteing","information(this, tr(\"Abteilung hinzufügen\"), message","this, tr(\"Abteilung hinzufügen\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << \"Initialisiere DeviceNameInputArea mit Index :\" << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << \"Initialisiere DeviceNameInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für DeviceName...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für DeviceName",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für DeviceName...\")"," qDebug() << tr(\"Lösche Daten von DeviceName\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von DeviceName",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von DeviceName\");"," qDebug() << tr(\"Füge neue Daten zu DeviceName\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu DeviceName","qDebug() << tr(\"Füge neue Daten zu DeviceName\");"," qDebug() << tr(\"Bearbeite oder schließe DeviceName Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe DeviceName",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe DeviceName Daten\");","schließe DeviceName Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte den Gerätenamen eingeben.\"));\n","message(tr(\"Bitte den Gerätenamen eingeben.\"));",{"word":"23459"},{"word":"23460"},"eileen","engobe","Bitte den Gerätenamen eingeben.\"));"," QMessageBox::information(this, tr(\"Gerätenamen hinzufügen.\"), message);\n","information(this, tr(\"Gerätenamen hinzufügen.\"), message","this, tr(\"Gerätenamen hinzufügen.\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für DeviceName in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für DeviceName","< tr(\"Schreiben der Änderungen für DeviceName in die",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"r DeviceName in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere DeviceTypeInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere DeviceTypeInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für DeviceType...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für DeviceType",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für DeviceType...\")"," qDebug() << tr(\"Lösche Daten von DeviceType\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von DeviceType",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von DeviceType\");"," qDebug() << tr(\"Füge neue Daten zu DeviceType\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu DeviceType","qDebug() << tr(\"Füge neue Daten zu DeviceType\");"," qDebug() << tr(\"Bearbeite oder schließe DeviceType Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe DeviceType",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe DeviceType Daten\");","schließe DeviceType Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie einen Geräte Type ein.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben sie einen Geräte Type","tr(\"Bitte geben sie einen Geräte Type ein.\"))",{"word":"23584","wordAdjustedToMatchCase":"35367"},{"word":"23585","wordAdjustedToMatchCase":"35368"},{"word":"23586","wordAdjustedToMatchCase":"35369"},{"word":"23587","wordAdjustedToMatchCase":"35370"},{"word":"23588","wordAdjustedToMatchCase":"35371"},"grate","gyrate","aerate","berate","cerate","Bitte geben sie einen Geräte Type ein.\"));"," QMessageBox::information(this, tr(\"Gerätetyp hinzufügen\"), message);\n","information(this, tr(\"Gerätetyp hinzufügen\"), message","this, tr(\"Gerätetyp hinzufügen\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere DocumentInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere DocumentInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Document...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Document",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Document...\");"," qDebug() << tr(\"Lösche Daten von Document\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Document\"",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Document\");"," qDebug() << tr(\"Füge neue Daten zu Document\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Document","qDebug() << tr(\"Füge neue Daten zu Document\");"," qDebug() << tr(\"Bearbeite oder schließe Document Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Document",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Document Daten\");","oder schließe Document Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben sie eine Dokumenten Bezeichnung ein.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben sie eine Dokumenten",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"tr(\"Bitte geben sie eine Dokumenten Bezeichnung",{"word":"23713","wordAdjustedToMatchCase":"35372"},{"word":"23714","wordAdjustedToMatchCase":"35373"},{"word":"23715"},{"word":"23716"},{"word":"23717","wordAdjustedToMatchCase":"35374"},"documented","documenter","document","Document","documents","Bitte geben sie eine Dokumenten Bezeichnung ein.\"))","sie eine Dokumenten Bezeichnung ein.\"));"," QMessageBox::information(this, tr(\"Dokument hinzufügen\"), message);\n",{"word":"23715"},{"word":"23716"},{"word":"23726"},{"word":"23717","wordAdjustedToMatchCase":"35374"},{"word":"23727"},"DOCUMENT","DOCUMENTS","information(this, tr(\"Dokument hinzufügen\"), message","nformation(this, tr(\"Dokument hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Document in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Document","< tr(\"Schreiben der Änderungen für Document in die",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"für Document in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere EmployeeAccountInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere EmployeeAccountInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für EmployeeAccount...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für EmployeeAccount",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für EmployeeAccount"," qDebug() << tr(\"Lösche Daten von EmployeeAccount\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von EmployeeAccount",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu EmployeeAccount\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu EmployeeAccount","qDebug() << tr(\"Füge neue Daten zu EmployeeAccount\""," qDebug() << tr(\"Bearbeite oder schließe EmployeeAccount Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe EmployeeAccount",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe EmployeeAccount Daten","schließe EmployeeAccount Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," qDebug() << tr(\"Schreiben der Änderungen für Account in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere EmployeeDocumentInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere EmployeeDocumentInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," m_mapper->addMapping(ui->employeeIdcomboBox, this->m_employeeDocumentModel->getEmployeeIdIndex());\n",{"word":"23873","wordAdjustedToMatchCase":"35375"},{"word":"23874"},{"word":"23875","wordAdjustedToMatchCase":"35376"},{"word":"20544","wordAdjustedToMatchCase":"35184"},{"word":"23876","wordAdjustedToMatchCase":"35377"},"combo","COMBO","idcok","idioms","addMapping(ui->employeeIdcomboBox, this->m_employeeDocumentM"," m_mapper->addMapping(ui->documentIdcomboBox, this->m_employeeDocumentModel->getDocumentIdIndex());\n","addMapping(ui->documentIdcomboBox, this->m_employeeDocumentM"," ui->employeeIdcomboBox->setDisabled(mode);\n","ui->employeeIdcomboBox->setDisabled(mode"," ui->documentIdcomboBox->setDisabled(mode);\n","ui->documentIdcomboBox->setDisabled(mode"," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für EmployeeDocument...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für EmployeeDocumen",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für EmployeeDocument"," qDebug() << tr(\"Lösche Daten von EmployeeDocument\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von EmployeeDocument",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu EmployeeDocument\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu EmployeeDocumen","qDebug() << tr(\"Füge neue Daten zu EmployeeDocument"," qDebug() << tr(\"Bearbeite oder schließe EmployeeDocument Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe EmployeeDocumen",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe EmployeeDocument Daten","schließe EmployeeDocument Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere EmployeeInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere EmployeeInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Employee...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Employee",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Employee...\");"," qDebug() << tr(\"Lösche Daten von Employee\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Employee\"",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Employee\");"," qDebug() << tr(\"Füge neue Daten zu Employee\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Employee","qDebug() << tr(\"Füge neue Daten zu Employee\");"," qDebug() << tr(\"Bearbeite oder schließe Employee Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Employee",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Employee Daten\");","oder schließe Employee Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben Sie den Mitarbeiternamen ein\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben Sie den Mitarbeiternamen","Bitte geben Sie den Mitarbeiternamen ein\"));"," QMessageBox::information(this, tr(\"Mitarbeiter hinzufügen\"), message);\n","information(this, tr(\"Mitarbeiter hinzufügen\"), message","this, tr(\"Mitarbeiter hinzufügen\"), message);"," qDebug() << tr(\"Mitarbeiter : \") << ui->lastNameLineEdit->text();\n","qDebug() << tr(\"Mitarbeiter : \") << ui->lastNameLineEdit",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"mployeeTable::setViewOnlyMode set to: \") << mode;\n",{"word":"24097"},{"word":"24098"},{"word":"24099"},{"word":"24100"},{"word":"24101"},"ployed","malone","pollee","Malone","ploce","qDebug() << tr(\"mployeeTable::setViewOnlyMode"," // ui->pushButton_EditFinish->setText(tr(\"Fertig\"));\n",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},"EditFinish->setText(tr(\"Fertig\"));",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"}," // ui->pushButton_EditFinish->setText(tr(\"Bearbeiten\"));\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},"EditFinish->setText(tr(\"Bearbeiten\"));"," // QString message(tr(\"Bitte geben Sie den Mitarbeiternamen ein\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"}," // QMessageBox::information(this, tr(\"Mitarbeiter hinzufügen\"), message);\n"," // qCDebug(m_EmployeeTableLog) << tr(\"Mitarbeiter : \") << ui->lineEdit_Lastname->text();\n","EmployeeTableLog) << tr(\"Mitarbeiter : \") << ui->lineEdit"," qDebug() << tr(\"Schreiben der Änderungen in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen in die","< tr(\"Schreiben der Änderungen in die Datenbank\");",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"der Änderungen in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Fehler\");\n","qDebug() << tr(\"Fehler\");"," QMessageBox::warning(this, tr(\"jmbde\"), tr(\"Die Datenbank meldet den Fehler: %1\").arg(m_model->lastError().text()));\n"," qDebug() << tr(\"Initialisiere FaxInputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere FaxInputarea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Fax...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Fax..",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Fax...\");"," qDebug() << tr(\"Lösche Daten von Fax\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Fax\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu Fax\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Fax\")","qDebug() << tr(\"Füge neue Daten zu Fax\");"," qDebug() << tr(\"Bearbeite oder schließe Fax Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Fax Daten",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Fax Daten\");","Bearbeite oder schließe Fax Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte eine Fax-Nummer angeben.\"));\n",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"QString message(tr(\"Bitte eine Fax-Nummer angeben.",{"word":"22394","wordAdjustedToMatchCase":"35362"},{"word":"22395"},{"word":"22396"},{"word":"22397"},{"word":"22398","wordAdjustedToMatchCase":"35363"},"message(tr(\"Bitte eine Fax-Nummer angeben.\"));"," QMessageBox::information(this, tr(\"Fax hinzufügen\"), message);\n","information(this, tr(\"Fax hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Fax in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Fax","< tr(\"Schreiben der Änderungen für Fax in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für Fax in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere FunctionInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere FunctionInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Function...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Function",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Function...\");"," qDebug() << tr(\"Lösche Daten von Function\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Function\"",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Function\");"," qDebug() << tr(\"Füge neue Daten zu Function\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Function","qDebug() << tr(\"Füge neue Daten zu Function\");"," qDebug() << tr(\"Bearbeite oder schließe Function Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Function",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Function Daten\");","oder schließe Function Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte Name für fuktion eingeben.\"));\n",{"word":"24368"},{"word":"24369"},{"word":"24370"},{"word":"24371"},{"word":"24372"},"fuction","futon","fukien","fulton","fusion","message(tr(\"Bitte Name für fuktion eingeben.\"));",{"word":"23459"},{"word":"23460"},"Bitte Name für fuktion eingeben.\"));"," QMessageBox::information(this, tr(\"Funktion hinzufügen\"), message);\n",{"word":"24383"},{"word":"24384"},{"word":"24385","wordAdjustedToMatchCase":"35378"},{"word":"24386"},{"word":"24368","wordAdjustedToMatchCase":"35379"},"function","Function","funktions","FUNCTION","information(this, tr(\"Funktion hinzufügen\"), message","nformation(this, tr(\"Funktion hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Function in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Function","< tr(\"Schreiben der Änderungen für Function in die",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"für Function in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere InventoryInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere InventoryInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," m_mapper->addMapping(ui->activCheckBox, this->m_inventoryModel->getActiveIndex());\n",{"word":"24430"},{"word":"24431"},{"word":"24432"},{"word":"24433"},{"word":"24434"},"actin","aptiv","active","Aptiv","ACTIVE","mapper->addMapping(ui->activCheckBox, this->m_inventoryMod"," ui->activCheckBox->setDisabled(mode);\n","ui->activCheckBox->setDisabled"," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Inventory...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Inventory",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Inventory...\");"," qDebug() << tr(\"Lösche Daten von Inventory\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Inventory",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Inventory\");"," qDebug() << tr(\"Füge neue Daten zu Inventory\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Inventory","qDebug() << tr(\"Füge neue Daten zu Inventory\");"," qDebug() << tr(\"Bearbeite oder schließe Inventory Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Inventory",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Inventory Daten\");","oder schließe Inventory Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte eine Inventar-Nummer angeben.\"));\n",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"QString message(tr(\"Bitte eine Inventar-Nummer angeben",{"word":"24521","wordAdjustedToMatchCase":"35380"},{"word":"24522","wordAdjustedToMatchCase":"35381"},{"word":"24523","wordAdjustedToMatchCase":"35382"},{"word":"24524","wordAdjustedToMatchCase":"35383"},{"word":"24525","wordAdjustedToMatchCase":"35384"},"inventer","inventor","invent","invents","indenter","message(tr(\"Bitte eine Inventar-Nummer angeben.\"));",{"word":"22394","wordAdjustedToMatchCase":"35362"},{"word":"22395"},{"word":"22396"},{"word":"22397"},{"word":"22398","wordAdjustedToMatchCase":"35363"},"Bitte eine Inventar-Nummer angeben.\"));"," QMessageBox::information(this, tr(\"Inventar hinzufügen\"), message);\n","information(this, tr(\"Inventar hinzufügen\"), message","nformation(this, tr(\"Inventar hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Inventory in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Inventory","< tr(\"Schreiben der Änderungen für Inventory in die",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"für Inventory in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," tr(\"Schlüsselchip Tür\"),\n","tr(\"Schlüsselchip Tür\"),"," tr(\"Schlüssel Chip\"),\n",{"word":"24570","wordAdjustedToMatchCase":"35385"},{"word":"24571","wordAdjustedToMatchCase":"35386"},{"word":"24572"},{"word":"24573"},{"word":"24574","wordAdjustedToMatchCase":"35387"},"schussed","schusses","schloss","Schloss","scissel","tr(\"Schlüssel Chip\"),"," tr(\"Schlüssel Chip Profile Tür\"),\n","tr(\"Schlüssel Chip Profile Tür\"),"," tr(\"Schlüssel Chip Profil\"),\n","tr(\"Schlüssel Chip Profil\"),"," tr(\"Stadt\"),\n",{"word":"22878","wordAdjustedToMatchCase":"35364"},{"word":"22879"},{"word":"22880"},{"word":"22881"},{"word":"22882"},"tr(\"Stadt\"),"," tr(\"Abteilung\"),\n",{"word":"23349","wordAdjustedToMatchCase":"35365"},{"word":"23350","wordAdjustedToMatchCase":"35366"},"tr(\"Abteilung\"),"," tr(\"Geräte Name\"),\n",{"word":"23584","wordAdjustedToMatchCase":"35367"},{"word":"23585","wordAdjustedToMatchCase":"35368"},{"word":"23586","wordAdjustedToMatchCase":"35369"},{"word":"23587","wordAdjustedToMatchCase":"35370"},{"word":"23588","wordAdjustedToMatchCase":"35371"},"tr(\"Geräte Name\"),"," tr(\"Geräte Typ\"),\n","tr(\"Geräte Typ\"),"," tr(\"Dokument\"),\n",{"word":"23715"},{"word":"23716"},{"word":"23726"},{"word":"23717","wordAdjustedToMatchCase":"35374"},{"word":"23727"},"tr(\"Dokument\"),"," tr(\"Mitarbeiter*innen Zugang\"),\n","tr(\"Mitarbeiter*innen Zugang\"),",{"word":"24614"},{"word":"24615"},{"word":"24616"},{"word":"24617"},{"word":"24618"},"inlen","inned","inner","INNER","nine"," tr(\"Mitarbeiter*innen Dokument\"),\n","tr(\"Mitarbeiter*innen Dokument\"),"," tr(\"Mitarbeiter*innen\"),\n","tr(\"Mitarbeiter*innen\"),"," tr(\"Funktion\"),\n",{"word":"24383"},{"word":"24384"},{"word":"24385","wordAdjustedToMatchCase":"35378"},{"word":"24386"},{"word":"24368","wordAdjustedToMatchCase":"35379"},"tr(\"Funktion\"),"," tr(\"Inventar\"),\n",{"word":"24521","wordAdjustedToMatchCase":"35380"},{"word":"24522","wordAdjustedToMatchCase":"35381"},{"word":"24523","wordAdjustedToMatchCase":"35382"},{"word":"24524","wordAdjustedToMatchCase":"35383"},{"word":"24525","wordAdjustedToMatchCase":"35384"},"tr(\"Inventar\"),"," tr(\"Prozessor\"),\n",{"word":"24643","wordAdjustedToMatchCase":"35388"},{"word":"24644","wordAdjustedToMatchCase":"35389"},{"word":"24645"},{"word":"24646","wordAdjustedToMatchCase":"35390"},{"word":"24647","wordAdjustedToMatchCase":"35391"},"processor","professor","PROCESSOR","pressor","protestor","tr(\"Prozessor\"),"," tr(\"System Daten\"),\n",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"tr(\"System Daten\"),"," tr(\"Titel\"),\n",{"word":"24662","wordAdjustedToMatchCase":"35392"},{"word":"24663","wordAdjustedToMatchCase":"35393"},{"word":"24664","wordAdjustedToMatchCase":"35394"},{"word":"24665","wordAdjustedToMatchCase":"35395"},{"word":"24666","wordAdjustedToMatchCase":"35396"},"title","tite","titer","tile","tieto","tr(\"Titel\"),"," tr(\"PLZ Stadt\"),\n","tr(\"PLZ Stadt\"),"," outlineData.insert(tr(\"Alles\"), subEntries);\n",{"word":"24676","wordAdjustedToMatchCase":"35397"},{"word":"24677","wordAdjustedToMatchCase":"35398"},{"word":"24678","wordAdjustedToMatchCase":"35399"},{"word":"24679","wordAdjustedToMatchCase":"35400"},{"word":"24680","wordAdjustedToMatchCase":"35401"},"ales","alle","alls","ables","all's","outlineData.insert(tr(\"Alles\"), subEntries);"," subEntries = {tr(\"Mitarbeiter\"), tr(\"Funktion\"), tr(\"Abteilung\"), tr(\"Titel\"), tr(\"Zugang\")};\n","subEntries = {tr(\"Mitarbeiter\"), tr(\"Funktion\"), tr","\"Mitarbeiter\"), tr(\"Funktion\"), tr(\"Abteilung\"),","tr(\"Funktion\"), tr(\"Abteilung\"), tr(\"Titel\"), tr(","tr(\"Abteilung\"), tr(\"Titel\"), tr(\"Zugang\")};"," subEntries = {tr(\"Computer\"), tr(\"Prozessor\"), tr(\"OperationSystem\"), tr(\"Software\"), tr(\"Printer\")};\n","tr(\"Computer\"), tr(\"Prozessor\"), tr(\"OperationSystem"," outlineData.insert(tr(\"Gerät\"), subEntries);\n",{"word":"24695","wordAdjustedToMatchCase":"35402"},{"word":"24696"},{"word":"24697"},{"word":"24698","wordAdjustedToMatchCase":"35403"},{"word":"24699","wordAdjustedToMatchCase":"35404"},"great","gera","Gera","gerah","erat","outlineData.insert(tr(\"Gerät\"), subEntries);"," outlineData.insert(tr(\"Kommunikation\"), subEntries);\n","outlineData.insert(tr(\"Kommunikation\"), subEntries);"," subEntries = {tr(\"Hersteller\"), tr(\"Stadt\"), tr(\"Schlüsselchip\"), tr(\"Schlüsselchip Tür\")};\n","tr(\"Hersteller\"), tr(\"Stadt\"), tr(\"Schlüsselchip","), tr(\"Stadt\"), tr(\"Schlüsselchip\"), tr(\"Schlüsselchip","Schlüsselchip\"), tr(\"Schlüsselchip Tür\")};"," outlineData.insert(tr(\"Verschiedenes\"), subEntries);\n","outlineData.insert(tr(\"Verschiedenes\"), subEntries);"," qDebug() << \"initOutline(): (Gefunden :\" << od.value(index) << \" an der Position)\" << index;\n",{"word":"21283","wordAdjustedToMatchCase":"35405"},{"word":"21284","wordAdjustedToMatchCase":"35406"},{"word":"21285"},{"word":"24715"},{"word":"21286","wordAdjustedToMatchCase":"35407"},"Geffen","<< \"initOutline(): (Gefunden :\" << od.value(index"," dbUsername = settings.value(QLatin1String(Settings::Database::USERNAME), QLatin1String(\"jmbde\")).toString();\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"USERNAME), QLatin1String(\"jmbde\")).toString();"," dbPassword = settings.value(QLatin1String(Settings::Database::PASSWORD), QLatin1String(\"jmbde\")).toString();\n","PASSWORD), QLatin1String(\"jmbde\")).toString();"," tr(\"Mit diesem Befehl wird einen neue Datenbank erzeugt\\n\"\n",{"word":"24732","wordAdjustedToMatchCase":"35408"},{"word":"24733"},{"word":"24734"},{"word":"24735"},{"word":"24736"},"befell","bethel","Bethel","bebel","Bebel","tr(\"Mit diesem Befehl wird einen neue Datenbank",{"word":"21162"},{"word":"21163"},{"word":"21164"},{"word":"21165"},{"word":"21166"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},"Mit diesem Befehl wird einen neue Datenbank erzeugt",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"Befehl wird einen neue Datenbank erzeugt\\n\"",{"word":"21201"},{"word":"21376"},{"word":"21202"},{"word":"21377"},{"word":"21203"},"einen neue Datenbank erzeugt\\n\""," \"Wenn Sie hier fortsetzen verlieren Sie möglicherweise Daten\\n\"\n",{"word":"24764","wordAdjustedToMatchCase":"35409"},{"word":"24765","wordAdjustedToMatchCase":"35410"},{"word":"21298","wordAdjustedToMatchCase":"35411"},{"word":"24766"},{"word":"24767"},"wen","wean","wend","Wend","\"Wenn Sie hier fortsetzen",{"word":"24774"},{"word":"24775"},{"word":"24776"},{"word":"24777"},{"word":"24778"},"heir","hire","hied","hies","hoer","\"Wenn Sie hier fortsetzen verlieren",{"word":"24785"},{"word":"24786"},{"word":"24787"},{"word":"24788"},{"word":"24789"},"verier","vealier","vernier","verderer","verniers","Sie hier fortsetzen verlieren Sie möglicherweise Daten","fortsetzen verlieren Sie möglicherweise Daten\\n\"","verlieren Sie möglicherweise Daten\\n\""," \"Möchten Sie die den Vorgang fortsetzen ?\"),\n",{"word":"24799","wordAdjustedToMatchCase":"35412"},{"word":"24800","wordAdjustedToMatchCase":"35413"},{"word":"24801","wordAdjustedToMatchCase":"35414"},{"word":"24802","wordAdjustedToMatchCase":"35415"},{"word":"24803","wordAdjustedToMatchCase":"35416"},"molten","moisten","machete","machine","mother","\"Möchten Sie die den Vorgang",{"word":"24810","wordAdjustedToMatchCase":"35417"},{"word":"24811","wordAdjustedToMatchCase":"35418"},{"word":"24812","wordAdjustedToMatchCase":"35419"},{"word":"24813"},{"word":"24814"},"verging","orang","organ","morgan","Morgan","Möchten Sie die den Vorgang fortsetzen ?\"),"," QString message = tr(\"Noch nicht vollständig implementiert!\");\n",{"word":"24822"},{"word":"24823"},{"word":"24824","wordAdjustedToMatchCase":"35420"},{"word":"24825","wordAdjustedToMatchCase":"35421"},{"word":"24826","wordAdjustedToMatchCase":"35422"},"noah","Noah","nock","nosh","nochg","QString message = tr(\"Noch nicht vollständig implementie",{"word":"21173"},{"word":"21174"},{"word":"21175"},{"word":"21176"},{"word":"21177"},"QString message = tr(\"Noch nicht vollständig implementiert","message = tr(\"Noch nicht vollständig implementiert!\");",{"word":"24840"},{"word":"24841"},{"word":"24842"},{"word":"24843"},{"word":"24844"},"implementer","implementers","implemented","implementor","implementing","Noch nicht vollständig implementiert!\");"," QString message = tr(\"Menü: öffnen\");\n",{"word":"24852"},{"word":"24853"},{"word":"24854"},{"word":"24855","wordAdjustedToMatchCase":"35423"},{"word":"24856","wordAdjustedToMatchCase":"35424"},"menu","Menu","MENU","mend","mene","QString message = tr(\"Menü: öffnen\");",{"word":"21125"},{"word":"21124"},{"word":"21472"},{"word":"21473"},{"word":"21474"},"message = tr(\"Menü: öffnen\");"," qDebug() << tr(\"Drucke Accounts !\");\n",{"word":"24870","wordAdjustedToMatchCase":"35425"},{"word":"24871","wordAdjustedToMatchCase":"35426"},{"word":"24872"},{"word":"24873"},{"word":"24874","wordAdjustedToMatchCase":"35427"},"duce","duck","duke","Duke","deuce","qDebug() << tr(\"Drucke Accounts !\");"," qDebug() << tr(\"Drucke Chip Karten !\");\n","qDebug() << tr(\"Drucke Chip Karten !\");",{"word":"24883"},{"word":"24884"},{"word":"24885"},{"word":"24886"},{"word":"24887","wordAdjustedToMatchCase":"35428"},"karen","Karen","karsten","Karsten","marten","<< tr(\"Drucke Chip Karten !\");"," qDebug() << tr(\"Drucke Chip Karten Türen !\");\n","qDebug() << tr(\"Drucke Chip Karten Türen !","<< tr(\"Drucke Chip Karten Türen !\");",{"word":"24897","wordAdjustedToMatchCase":"35429"},{"word":"24898"},{"word":"24899"},{"word":"24900","wordAdjustedToMatchCase":"35430"},{"word":"24901"},"turn","turin","Turin","tureen","TURN","\"Drucke Chip Karten Türen !\");"," qDebug() << tr(\"Drucke Chip Karten Profile !\");\n","qDebug() << tr(\"Drucke Chip Karten Profile","<< tr(\"Drucke Chip Karten Profile !\");"," qDebug() << tr(\"Drucke Chip Profile Tür !\");\n","qDebug() << tr(\"Drucke Chip Profile Tür !\""," qDebug() << tr(\"Drucke Ortsnamen !\");\n",{"word":"24911","wordAdjustedToMatchCase":"35431"},{"word":"24912","wordAdjustedToMatchCase":"35432"},"optname","ornament","qDebug() << tr(\"Drucke Ortsnamen !\");"," qDebug() << tr(\"Drucke Abteilung !\");\n","qDebug() << tr(\"Drucke Abteilung !\");"," qDebug() << tr(\"Drucke Gerätename !\");\n",{"word":"24919","wordAdjustedToMatchCase":"35433"},{"word":"24920","wordAdjustedToMatchCase":"35434"},"getname","get_name","qDebug() << tr(\"Drucke Gerätename !\");"," qDebug() << tr(\"Drucke Geräte Typ !\");\n","qDebug() << tr(\"Drucke Geräte Typ !\");"," qDebug() << tr(\"Drucke Dokumente !\");\n",{"word":"23715"},{"word":"23716"},{"word":"23717","wordAdjustedToMatchCase":"35374"},{"word":"23713","wordAdjustedToMatchCase":"35372"},{"word":"23714","wordAdjustedToMatchCase":"35373"},"qDebug() << tr(\"Drucke Dokumente !\");"," qDebug() << tr(\"Drucke Mitarbeiter !\");\n","qDebug() << tr(\"Drucke Mitarbeiter !\");"," QString text = employeeModel->generateTableString(tr(\"Mitarbeiter*innnen\"));\n",{"word":"24614"},{"word":"24615"},{"word":"24616"},{"word":"24939"},{"word":"24940"},"inane","inaner","teTableString(tr(\"Mitarbeiter*innnen\"));"," qDebug() << tr(\"Drucke Mitarbeiter*innen Zugänge!\");\n","\"Drucke Mitarbeiter*innen Zugänge!\");","Drucke Mitarbeiter*innen Zugänge!\");"," QString text = employeeAccountModel->generateTableString(tr(\"Mitarbeiter*innen Zugänge\"));\n","teTableString(tr(\"Mitarbeiter*innen Zugänge\"));","tr(\"Mitarbeiter*innen Zugänge\"));"," qDebug() << tr(\"Drucke Mitarbeiter*innen Documente!\");\n",{"word":"23715"},{"word":"23716"},{"word":"23717","wordAdjustedToMatchCase":"35374"},{"word":"23713","wordAdjustedToMatchCase":"35372"},{"word":"23714","wordAdjustedToMatchCase":"35373"},"Drucke Mitarbeiter*innen Documente!\");"," QString text = employeeDocumentModel->generateTableString(tr(\"Mitarbeiter*innen Documente\"));\n","tr(\"Mitarbeiter*innen Documente\"));"," qDebug() << tr(\"Drucke Mitarbeiter*innen Liste!\");\n",{"word":"24963"},{"word":"24964"},{"word":"24965","wordAdjustedToMatchCase":"35435"},{"word":"24966","wordAdjustedToMatchCase":"35436"},{"word":"24967","wordAdjustedToMatchCase":"35437"},"list","List","lite","lisle","listp","Drucke Mitarbeiter*innen Liste!\");"," QString text = employeeDocumentModel->generateTableString(tr(\"Mitarbeiter*innen Liste\"));\n","tr(\"Mitarbeiter*innen Liste\"));"," qDebug() << tr(\"Drucke Funktion!\");\n","qDebug() << tr(\"Drucke Funktion!\");"," QString text = functionModel->generateTableString(tr(\"Funktion\"));\n","generateTableString(tr(\"Funktion\"));"," qDebug() << tr(\"Drucke Inventar!\");\n","qDebug() << tr(\"Drucke Inventar!\");"," QString text = inventoryModel->generateTableString(tr(\"Inventar\"));\n","generateTableString(tr(\"Inventar\"));"," qDebug() << tr(\"Drucke Prozessor!\");\n","qDebug() << tr(\"Drucke Prozessor!\");"," QString text = processorModel->generateTableString(tr(\"Prozessor\"));\n","generateTableString(tr(\"Prozessor\"));"," qDebug() << tr(\"Drucke Systemdaten!\");\n",{"word":"24985","wordAdjustedToMatchCase":"35438"},"systematic","qDebug() << tr(\"Drucke Systemdaten!\");"," QString text = systemDataModel->generateTableString(tr(\"Systemdaten\"));\n","generateTableString(tr(\"Systemdaten\"));"," qDebug() << tr(\"Drucke Titel!\");\n","qDebug() << tr(\"Drucke Titel!\");"," QString text = titleModel->generateTableString(tr(\"Titel\"));\n","generateTableString(tr(\"Titel\"));"," QString message = tr(\"Drucken unbekanntes Submodul\");\n",{"word":"24999","wordAdjustedToMatchCase":"35439"},{"word":"25000","wordAdjustedToMatchCase":"35440"},{"word":"25001","wordAdjustedToMatchCase":"35441"},{"word":"25002","wordAdjustedToMatchCase":"35442"},{"word":"25003","wordAdjustedToMatchCase":"35443"},"drunken","ducked","ducker","drunker","duramen","QString message = tr(\"Drucken unbekanntes Submodul","message = tr(\"Drucken unbekanntes Submodul\");",{"word":"25011","wordAdjustedToMatchCase":"35444"},{"word":"25012","wordAdjustedToMatchCase":"35445"},{"word":"25013","wordAdjustedToMatchCase":"35446"},{"word":"25014","wordAdjustedToMatchCase":"35447"},{"word":"25015","wordAdjustedToMatchCase":"35448"},"submodule","submodules","subdue","subcode","subdual","Drucken unbekanntes Submodul\");"," qCritical() << tr(\"on_action_Export_Pdf_triggered(): Unbekanntes Sub-Modul\");\n","Export_Pdf_triggered(): Unbekanntes Sub-Modul\");",{"word":"25024","wordAdjustedToMatchCase":"35449"},{"word":"25025","wordAdjustedToMatchCase":"35450"},{"word":"25026","wordAdjustedToMatchCase":"35451"},{"word":"25027","wordAdjustedToMatchCase":"35452"},{"word":"25028","wordAdjustedToMatchCase":"35453"},"moul","modal","model","modfl","modus","triggered(): Unbekanntes Sub-Modul\");"," dlg->setWindowTitle(tr(\"Drucke Dokument\"));\n","setWindowTitle(tr(\"Drucke Dokument\"));"," QString message = tr(\"In der Version %s ist die Funktion <%s>\\n\"\n","der Version %s ist die Funktion <%s>\\n\""," \"noch nicht implementiert\\n\"\n",{"word":"24822"},{"word":"24824"},{"word":"24825"},{"word":"24826"},{"word":"25040"},"notch","\"noch nicht implementiert","\"noch nicht implementiert\\n\""," \"Wenn eine neuere Version zur Verfügung steht, dann probieren Sie es \"\n","\"Wenn eine neuere Version",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"\"Wenn eine neuere Version zur Verf",{"word":"25056"},{"word":"25057"},{"word":"21507"},{"word":"21508"},{"word":"21509"},"enure","neuter","\"Wenn eine neuere Version zur Verfügung",{"word":"24810","wordAdjustedToMatchCase":"35417"},"eine neuere Version zur Verfügung steht, dann probieren",{"word":"25066"},{"word":"25067"},{"word":"25068"},{"word":"25069"},{"word":"25070"},"steth","stet","stent","seth","sett","Version zur Verfügung steht, dann probieren Sie",{"word":"25077"},{"word":"25078"},{"word":"25079"},{"word":"25080"},{"word":"25081"},"dan","Dan","damn","dana","dane","zur Verfügung steht, dann probieren Sie es \"",{"word":"25088"},{"word":"25089"},{"word":"25090"},{"word":"25091"},{"word":"25092"},"probegen","portiere","portiered","portieres","portière","Verfügung steht, dann probieren Sie es \""," \"bitte damit\\n\"\n",{"word":"25100"},{"word":"25101"},{"word":"25102"},{"word":"25103"},{"word":"25104"},"admit","davit","demit","dammit","damnit","\"bitte damit\\n\""," \"Sie können das auf der Project Webseite:\\n %s überprüfen.\")\n",{"word":"25112"},{"word":"25113"},{"word":"25114"},{"word":"25115"},{"word":"25116"},"kronen","kennan","kenned","kennel","kinney","\"Sie können das auf der Project",{"word":"25123","wordAdjustedToMatchCase":"35454"},{"word":"25124","wordAdjustedToMatchCase":"35455"},{"word":"25125","wordAdjustedToMatchCase":"35456"},{"word":"25126","wordAdjustedToMatchCase":"35457"},{"word":"25127","wordAdjustedToMatchCase":"35458"},"website","websites","webfeet","webkit","weskit","das auf der Project Webseite:\\n %s überprüfen.\")","Project Webseite:\\n %s überprüfen.\")"," QString message = tr(\"Hilfe\");\n",{"word":"25136","wordAdjustedToMatchCase":"35459"},{"word":"25137","wordAdjustedToMatchCase":"35460"},{"word":"25138","wordAdjustedToMatchCase":"35461"},{"word":"25139"},{"word":"25140"},"hline","life","rifle","hale","Hale","QString message = tr(\"Hilfe\");"," if ((selected == tr(\"Person\")) || (selected == tr(\"Gerät\")) || (selected == tr(\"Kommunikation\")) || (selected == tr(\"Verschiedenes\"))) {\n","|| (selected == tr(\"Gerät\")) || (selected == tr","|| (selected == tr(\"Kommunikation\")) || (selected == tr","|| (selected == tr(\"Verschiedenes\"))) {"," } else if (selected == tr(\"Schlüsselchip Tür\")) { // ChipCardDoor\n","if (selected == tr(\"Schlüsselchip Tür\")) { // ChipCardDoor"," } else if (selected == tr(\"Schlüssel Chip\")) { // ChipCard\n","if (selected == tr(\"Schlüssel Chip\")) { // ChipCard"," } else if (selected == tr(\"Schlüssel Chip Profile Tür\")) { // ChipCardProfileDoor\n","if (selected == tr(\"Schlüssel Chip Profile Tür\"))"," } else if (selected == tr(\"Stadt\")) { // City\n","if (selected == tr(\"Stadt\")) { // City"," } else if (selected == tr(\"Abteilung\")) { // Department\n","if (selected == tr(\"Abteilung\")) { // Department"," } else if (selected == tr(\"Geräte Name\")) { // Device Name\n","if (selected == tr(\"Geräte Name\")) { // Device"," } else if (selected == tr(\"Geräte Typ\")) { // Device Type\n","if (selected == tr(\"Geräte Typ\")) { // Device Type"," } else if (selected == tr(\"Dokument\")) { // Document\n","if (selected == tr(\"Dokument\")) { // Document"," } else if (selected == tr(\"Mitarbeiter*innen Dokument\")) { // Employee Document\n","tr(\"Mitarbeiter*innen Dokument\")) { // Employee Document"," } else if (selected == tr(\"Inventar\")) {\n","if (selected == tr(\"Inventar\")) {"," } else if (selected == tr(\"Prozessor\")) { // Processor\n","if (selected == tr(\"Prozessor\")) { // Processor"," } else if (selected == tr(\"System Daten\")) { // System Data\n","selected == tr(\"System Daten\")) { // System Data"," } else if (selected == tr(\"Titel\")) {\n","if (selected == tr(\"Titel\")) {"," } else if (selected == tr(\"PLZ Stadt\")) { // Zip City\n","selected == tr(\"PLZ Stadt\")) { // Zip City"," const QString caller = tr(\"onClickedlistViewRow(): Unbekannte Funktion\");\n","onClickedlistViewRow(): Unbekannte Funktion\");"," qDebug() << tr(\"Aufruf von: void MainWindow::actualizeEmployeeListView()\");\n",{"word":"25182","wordAdjustedToMatchCase":"35462"},{"word":"25183","wordAdjustedToMatchCase":"35463"},{"word":"25184"},{"word":"25185"},{"word":"25186","wordAdjustedToMatchCase":"35464"},"aurum","augur","auburn","Auburn","augurs","qDebug() << tr(\"Aufruf von: void MainWindow"," qDebug() << tr(\"Initialisiere ManufacturerInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere ManufacturerInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Manufacturer...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Manufacturer",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Manufacturer..."," qDebug() << tr(\"Lösche Daten von Manufacturer\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Manufacturer",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Manufacturer\");"," qDebug() << tr(\"Füge neue Daten zu Manufacturer\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Manufacturer","qDebug() << tr(\"Füge neue Daten zu Manufacturer\");"," qDebug() << tr(\"Bearbeite oder schließe Manufacturer Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Manufacturer",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Manufacturer Daten\"","schließe Manufacturer Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte einen Namen angeben.\"));\n","QString message(tr(\"Bitte einen Namen angeben.\"));",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"message(tr(\"Bitte einen Namen angeben.\"));"," QMessageBox::information(this, tr(\"Hersteller hinzufügen\"), message);\n","this, tr(\"Hersteller hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Manufacturer in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Manufactur","< tr(\"Schreiben der Änderungen für Manufacturer in",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"Manufacturer in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere Mobilenputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere Mobilenputarea mit Index","< tr(\"Initialisiere Mobilenputarea mit Index : \") << index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Mobile...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Mobile",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Mobile...\");"," qDebug() << tr(\"Lösche Daten von Mobile\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Mobile\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu Mobile\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Mobile","qDebug() << tr(\"Füge neue Daten zu Mobile\");"," qDebug() << tr(\"Bearbeite oder schließe Mobile Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Mobile",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Mobile Daten\");","oder schließe Mobile Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte eine Nummer angeben.\"));\n",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"QString message(tr(\"Bitte eine Nummer angeben.\"));",{"word":"22394","wordAdjustedToMatchCase":"35362"},{"word":"22395"},{"word":"22396"},{"word":"22397"},{"word":"22398","wordAdjustedToMatchCase":"35363"},"message(tr(\"Bitte eine Nummer angeben.\"));"," QMessageBox::information(this, tr(\"Mobiletelefon hinzfügen\"), message);\n","information(this, tr(\"Mobiletelefon hinzfügen\"), message","this, tr(\"Mobiletelefon hinzfügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Mobile in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Mobile","< tr(\"Schreiben der Änderungen für Mobile in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für Mobile in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere OSInputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere OSInputarea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für OS...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für OS...",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für OS...\");"," qDebug() << tr(\"Lösche Daten von OS\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von OS\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu OS\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu OS\");"," qDebug() << tr(\"Bearbeite oder schließe OS Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe OS Daten",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe OS Daten\");","Bearbeite oder schließe OS Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben Sie den Namen des Betriebssystems an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben Sie den Namen des Betriebssys",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"Bitte geben Sie den Namen des Betriebssystems","geben Sie den Namen des Betriebssystems an.\"));"," QMessageBox::information(this, tr(\"Betriebssystem hinzufügen\"), message);\n","information(this, tr(\"Betriebssystem hinzufügen\"), message","tr(\"Betriebssystem hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für OS in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für OS","< tr(\"Schreiben der Änderungen für OS in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für OS in die Datenbank\");"," QMessageBox::warning(this, tr(\"jmbde\"), tr(\"Die Datenbank meldet einen Fehler: %1\").arg(m_model->lastError().text()));\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"tr(\"jmbde\"), tr(\"Die Datenbank meldet einen Fehler",{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},", tr(\"Die Datenbank meldet einen Fehler: %1\").arg","Die Datenbank meldet einen Fehler: %1\").arg(m_model",{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"},"Datenbank meldet einen Fehler: %1\").arg(m_model->lastError"," qDebug() << tr(\"Initialisiere PhoneInputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere PhoneInputarea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Phone...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Phone",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Phone...\");"," qDebug() << tr(\"Lösche Daten von Phone\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Phone\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu Phone\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Phone","qDebug() << tr(\"Füge neue Daten zu Phone\");"," qDebug() << tr(\"Bearbeite oder schließe Phone Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Phone",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Phone Daten\");","oder schließe Phone Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte eine Telefonnummer angeben.\"));\n",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"QString message(tr(\"Bitte eine Telefonnummer angeben","message(tr(\"Bitte eine Telefonnummer angeben.\"));"," QMessageBox::information(this, tr(\"Telefon hinzufügen\"), message);\n",{"word":"25645","wordAdjustedToMatchCase":"35465"},{"word":"25646"},{"word":"25647"},{"word":"25648"},{"word":"25649"},"telson","telamon","Telamon","telecom","Telecom","information(this, tr(\"Telefon hinzufügen\"), message","information(this, tr(\"Telefon hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Phone in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Phone","< tr(\"Schreiben der Änderungen für Phone in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für Phone in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere PlaceInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere PlaceInputArea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Place...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Place",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Place...\");"," qDebug() << tr(\"Lösche Daten von Place\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Place\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu Place\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Place","qDebug() << tr(\"Füge neue Daten zu Place\");"," qDebug() << tr(\"Bearbeite oder schließe Place Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Place",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Place Daten\");","oder schließe Place Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"}," QMessageBox::information(this, tr(\"Füge Platz hinzu\"), message);\n","information(this, tr(\"Füge Platz hinzu\"), message",{"word":"25769","wordAdjustedToMatchCase":"35466"},{"word":"25770"},{"word":"25771"},{"word":"25772","wordAdjustedToMatchCase":"35467"},{"word":"25773","wordAdjustedToMatchCase":"35468"},"plat","plata","Plata","plate","plath","information(this, tr(\"Füge Platz hinzu\"), message);",{"word":"25780"},{"word":"25781"},{"word":"25782"},{"word":"25783"},{"word":"25784"},"hindu","Hindu","hind","hing","hins","this, tr(\"Füge Platz hinzu\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," ui->lineEditUserName->setText(settings.value(QLatin1String(Settings::Database::USERNAME), QLatin1String(\"jmbde\")).toString());\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"USERNAME), QLatin1String(\"jmbde\")).toString());"," ui->lineEditPassword->setText(settings.value(QLatin1String(Settings::Database::PASSWORD), QLatin1String(\"jmbde\")).toString());\n","PASSWORD), QLatin1String(\"jmbde\")).toString());"," qDebug() << tr(\"Initialisiere PrintInputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere PrintInputarea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Printer...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Printer",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Printer...\");"," qDebug() << tr(\"Lösche Daten von Printer\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Printer\")",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Printer\");"," qDebug() << tr(\"Füge neue Daten zu Printer\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Printer","qDebug() << tr(\"Füge neue Daten zu Printer\");"," qDebug() << tr(\"Bearbeite oder schließe Printer Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Printer",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Printer Daten\");","oder schließe Printer Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte einen Name für den Druckernamen angeben\"));\n","QString message(tr(\"Bitte einen Name für den Druckernamen","Bitte einen Name für den Druckernamen angeben\"));"," QMessageBox::information(this, tr(\"Drucker hinzufügen\"), message);\n",{"word":"25001","wordAdjustedToMatchCase":"35441"},{"word":"25002","wordAdjustedToMatchCase":"35442"},{"word":"25906","wordAdjustedToMatchCase":"35469"},{"word":"25907"},{"word":"25908"},"trucker","decker","Decker","information(this, tr(\"Drucker hinzufügen\"), message","information(this, tr(\"Drucker hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Printer in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Printer","< tr(\"Schreiben der Änderungen für Printer in die Datenbank",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"nderungen für Printer in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere ProcessorInputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere ProcessorInputarea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Processor...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Processor",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Processor...\");"," qDebug() << tr(\"Lösche Daten von Processor\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Processor",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Processor\");"," qDebug() << tr(\"Füge neue Daten zu Processor\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Processor","qDebug() << tr(\"Füge neue Daten zu Processor\");"," qDebug() << tr(\"Bearbeite oder schließe Processor Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Processor",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Processor Daten\");","oder schließe Processor Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte einen Name für den Prozessor angeben\"));\n","QString message(tr(\"Bitte einen Name für den Prozessor",{"word":"24643","wordAdjustedToMatchCase":"35388"},{"word":"24644","wordAdjustedToMatchCase":"35389"},{"word":"24645"},{"word":"24646","wordAdjustedToMatchCase":"35390"},{"word":"24647","wordAdjustedToMatchCase":"35391"},"Bitte einen Name für den Prozessor angeben\"));"," QMessageBox::information(this, tr(\"Prozessor hinzufügen\"), message);\n","information(this, tr(\"Prozessor hinzufügen\"), message","this, tr(\"Prozessor hinzufügen\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Prozessor in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Prozessor","< tr(\"Schreiben der Änderungen für Prozessor in die","Schreiben der Änderungen für Prozessor in die Datenbank\");",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"für Prozessor in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere SoftwareInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere SoftwareInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Software...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Software",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Software...\");"," qDebug() << tr(\"Lösche Daten von Software\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Software\"",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von Software\");"," qDebug() << tr(\"Füge neue Daten zu Software\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Software","qDebug() << tr(\"Füge neue Daten zu Software\");"," qDebug() << tr(\"Bearbeite oder schließe Software Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Software",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Software Daten\");","oder schließe Software Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"PBitte Namen eingeben.\"));\n",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"QString message(tr(\"PBitte Namen eingeben.\"));",{"word":"23459"},{"word":"23460"},"message(tr(\"PBitte Namen eingeben.\"));"," QMessageBox::information(this, tr(\"Software hinzufügen.\"), message);\n","nformation(this, tr(\"Software hinzufügen.\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Software in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Software","< tr(\"Schreiben der Änderungen für Software in die",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"für Software in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere SystemDataInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere SystemDataInputArea",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für SystemData...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für SystemData",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für SystemData...\")"," qDebug() << tr(\"Lösche Daten von SystemData\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von SystemData",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von SystemData\");"," qDebug() << tr(\"Füge neue Daten zu SystemData\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu SystemData","qDebug() << tr(\"Füge neue Daten zu SystemData\");"," qDebug() << tr(\"Bearbeite oder schließe SystemData Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe SystemData",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe SystemData Daten\");","schließe SystemData Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben Sie den Namen fpr die Systemdatem an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben Sie den Namen fpr die",{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"},"Bitte geben Sie den Namen fpr die Systemdatem",{"word":"24985","wordAdjustedToMatchCase":"35438"},{"word":"26268","wordAdjustedToMatchCase":"35470"},"systematism","Sie den Namen fpr die Systemdatem an.\"));"," QMessageBox::information(this, tr(\"Füge Systemdaten hinzu\"), message);\n","information(this, tr(\"Füge Systemdaten hinzu\")",{"word":"24985","wordAdjustedToMatchCase":"35438"},"information(this, tr(\"Füge Systemdaten hinzu\"), message);",{"word":"25780"},{"word":"25781"},{"word":"25782"},{"word":"25783"},{"word":"25784"},"tr(\"Füge Systemdaten hinzu\"), message);"," qDebug() << tr(\"Schreiben der Änderungen für Systemdatem in die Datenbank\");\n",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},"qDebug() << tr(\"Schreiben der Änderungen für Systemdate","< tr(\"Schreiben der Änderungen für Systemdatem in die","Schreiben der Änderungen für Systemdatem in die Datenbank\");",{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},"r Systemdatem in die Datenbank\");",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere TitleInputarea mit Index : \") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere TitleInputarea mit Index",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für Title...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für Title",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für Title...\");"," qDebug() << tr(\"Lösche Daten von Title\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von Title\");",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu Title\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu Title","qDebug() << tr(\"Füge neue Daten zu Title\");"," qDebug() << tr(\"Bearbeite oder schließe Title Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe Title",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe Title Daten\");","oder schließe Title Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"}," QString message(tr(\"Bitte geben Sie einen neuen Titel an.\"));\n",{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},"QString message(tr(\"Bitte geben Sie einen neuen Titel","tr(\"Bitte geben Sie einen neuen Titel an.\"));","Bitte geben Sie einen neuen Titel an.\"));",{"word":"24662","wordAdjustedToMatchCase":"35392"},{"word":"24663","wordAdjustedToMatchCase":"35393"},{"word":"24664","wordAdjustedToMatchCase":"35394"},{"word":"24665","wordAdjustedToMatchCase":"35395"},{"word":"24666","wordAdjustedToMatchCase":"35396"},"geben Sie einen neuen Titel an.\"));"," QMessageBox::information(this, tr(\"Titel hinzufügen\"), message);\n","information(this, tr(\"Titel hinzufügen\"), message","information(this, tr(\"Titel hinzufügen\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere ZipCityInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere ZipCityInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für ZipCityInputArea...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für ZipCityInputAre",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für ZipCityInputArea"," qDebug() << tr(\"Lösche Daten von ZipCityInputArea\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ZipCityInputArea",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"}," qDebug() << tr(\"Füge neue Daten zu ZipCityInputArea\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ZipCityInputAre","qDebug() << tr(\"Füge neue Daten zu ZipCityInputArea"," qDebug() << tr(\"Bearbeite oder schließe ZipCityInputArea Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe ZipCityInputAre",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ZipCityInputArea Daten","schließe ZipCityInputArea Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"}," qDebug() << tr(\"Initialisiere ZipCodeInputArea mit Index :\") << index.row();\n",{"word":"20493","wordAdjustedToMatchCase":"35181"},{"word":"22120","wordAdjustedToMatchCase":"35340"},{"word":"22121","wordAdjustedToMatchCase":"35341"},{"word":"22122","wordAdjustedToMatchCase":"35342"},{"word":"21260","wordAdjustedToMatchCase":"35223"},"qDebug() << tr(\"Initialisiere ZipCodeInputArea mit",{"word":"22127","wordAdjustedToMatchCase":"35343"},{"word":"22128","wordAdjustedToMatchCase":"35344"}," qDebug() << tr(\"Erzeuge einen neuen, leeren Datensatz für ZipCodeInput...\");\n",{"word":"21199","wordAdjustedToMatchCase":"35206"},{"word":"21200","wordAdjustedToMatchCase":"35207"},{"word":"21201","wordAdjustedToMatchCase":"35208"},{"word":"21202","wordAdjustedToMatchCase":"35209"},{"word":"21203","wordAdjustedToMatchCase":"35210"},{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},{"word":"21507"},{"word":"19663"},{"word":"22153"},{"word":"22154"},{"word":"22155"},{"word":"22162"},{"word":"22163"},{"word":"22164"},{"word":"21344"},{"word":"21345"},"Erzeuge einen neuen, leeren Datensatz für ZipCodeInput",{"word":"22167","wordAdjustedToMatchCase":"35345"},"einen neuen, leeren Datensatz für ZipCodeInput..."," qDebug() << tr(\"Lösche Daten von ZipCodeInput\");\n",{"word":"21519","wordAdjustedToMatchCase":"35251"},{"word":"21520","wordAdjustedToMatchCase":"35252"},{"word":"21521","wordAdjustedToMatchCase":"35253"},{"word":"21522","wordAdjustedToMatchCase":"35254"},{"word":"21523","wordAdjustedToMatchCase":"35255"},"qDebug() << tr(\"Lösche Daten von ZipCodeInput",{"word":"21210"},{"word":"21211"},{"word":"21448","wordAdjustedToMatchCase":"35243"},{"word":"21449"},{"word":"21450"},"qDebug() << tr(\"Lösche Daten von ZipCodeInput\");"," qDebug() << tr(\"Füge neue Daten zu ZipCodeInput\");\n",{"word":"22188","wordAdjustedToMatchCase":"35346"},{"word":"22189","wordAdjustedToMatchCase":"35347"},{"word":"22190","wordAdjustedToMatchCase":"35348"},{"word":"22191","wordAdjustedToMatchCase":"35349"},{"word":"22192","wordAdjustedToMatchCase":"35350"},"qDebug() << tr(\"Füge neue Daten zu ZipCodeInput","qDebug() << tr(\"Füge neue Daten zu ZipCodeInput\");"," qDebug() << tr(\"Bearbeite oder schließe ZipCodeInput Daten\");\n",{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22202","wordAdjustedToMatchCase":"35352"},{"word":"22203"},{"word":"22204"},{"word":"22205","wordAdjustedToMatchCase":"35353"},"qDebug() << tr(\"Bearbeite oder schließe ZipCodeInput",{"word":"22212"},{"word":"22213"},{"word":"22214"},{"word":"22215"},{"word":"22216"},"tr(\"Bearbeite oder schließe ZipCodeInput Daten\"","schließe ZipCodeInput Daten\");",{"word":"22225","wordAdjustedToMatchCase":"35354"},{"word":"22226","wordAdjustedToMatchCase":"35355"},{"word":"22227","wordAdjustedToMatchCase":"35356"},{"word":"22228"},{"word":"22229"},{"word":"21294"},{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"22201","wordAdjustedToMatchCase":"35351"},{"word":"22243","wordAdjustedToMatchCase":"35357"},{"word":"22251"},{"word":"22252"},{"word":"22144"},{"word":"22253"},{"word":"22254"},{"word":"21496"},{"word":"21497"},{"word":"21498","wordAdjustedToMatchCase":"35245"},{"word":"21499","wordAdjustedToMatchCase":"35246"},{"word":"21500","wordAdjustedToMatchCase":"35247"}," QMessageBox::information(this, tr(\"Füge PLZ hinzu\"), message);\n","information(this, tr(\"Füge PLZ hinzu\"), message",{"word":"25780"},{"word":"25781"},{"word":"25782"},{"word":"25783"},{"word":"25784"},"nformation(this, tr(\"Füge PLZ hinzu\"), message);",{"word":"22212","wordAdjustedToMatchCase":"35361"},{"word":"22278"},{"word":"22279"},{"word":"22280"},{"word":"22281"},{"word":"21132","wordAdjustedToMatchCase":"35204"},{"word":"21133","wordAdjustedToMatchCase":"35205"},{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},{"word":"22300"},{"word":"22301"},{"word":"22302"},{"word":"22303"},{"word":"22304"},{"word":"21253","wordAdjustedToMatchCase":"35218"},{"word":"21254","wordAdjustedToMatchCase":"35219"},{"word":"21255","wordAdjustedToMatchCase":"35220"},{"word":"21256","wordAdjustedToMatchCase":"35221"},{"word":"21257","wordAdjustedToMatchCase":"35222"},"Authors of jmbde\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"Authors of jmbde"," - jmbde-widget app\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"- jmbde-widget app"," - jmbde-quick app\n","- jmbde-quick app"," - jmbdewidget-library\n","- jmbdewidget-library"," - jmbdequick-library\n","- jmbdequick-library"," - jmbdemodels-library\n","- jmbdemodels-library","# enable cross-compiling: - should be called before run_vcpkg()\n",{"word":"20121"},{"word":"20122"},{"word":"20123"},{"word":"20124"},"be called before run_vcpkg()"," jmbdeqt\n","# FIND DEPENDENCES ########\n",{"word":"26682","wordAdjustedToMatchCase":"35471"},{"word":"26683","wordAdjustedToMatchCase":"35472"},{"word":"26684","wordAdjustedToMatchCase":"35473"},{"word":"26685","wordAdjustedToMatchCase":"35474"},{"word":"26686","wordAdjustedToMatchCase":"35475"},"dependence","dependence's","dependencies","dependance","dependency","# FIND DEPENDENCES ########","include(KDECMakeSettings)\n",{"word":"26694","wordAdjustedToMatchCase":"35476"},{"word":"26695"},{"word":"26696"},{"word":"26697"},{"word":"26698"},"idec","Idec","dec","DEC","Dec","include(KDECMakeSettings)"," \"Needed for building kate unless glibc is the system libc implementation\")\n",{"word":"26706"},{"word":"26707"},{"word":"26708"},{"word":"26709"},{"word":"26710"},"libs","lib","glibc","Lib","bic","glibc is the system libc implementation\")","set(PCH_TARGET_NAME \"jmbdepch\")\n","set(PCH_TARGET_NAME \"jmbdepch\")","# the jmde-widgets & jmbde-quick application\n",{"word":"19724"},{"word":"26720"},{"word":"26721"},{"word":"26722"},{"word":"26723"},"jude","Jude","jed","pmed","# the jmde-widgets & jmbde-quick","the jmde-widgets & jmbde-quick application"," \"description\": \"Windows settings for MSBuild toolchain that apply to msvc and clang\",\n",{"word":"20443"},{"word":"20444"},{"word":"20445"},{"word":"20446"},{"word":"19812"},"toolchain that apply to msvc and clang\","," \"ENABLE_CPPCHECK_DEFAULT\": \"FALSE\",\n",{"word":"20070","wordAdjustedToMatchCase":"35477"},{"word":"20071","wordAdjustedToMatchCase":"35478"},{"word":"20072","wordAdjustedToMatchCase":"35479"},"\"ENABLE_CPPCHECK_DEFAULT\": \"FALSE\","," \"name\": \"windows-msvc-debug-developer-mode\",\n","\"name\": \"windows-msvc-debug-developer-mode"," \"displayName\": \"msvc Debug (Developer Mode)\",\n","\"displayName\": \"msvc Debug (Developer Mode"," \"description\": \"Target Windows with the msvc compiler, debug build type\",\n","Target Windows with the msvc compiler, debug build"," \"name\": \"windows-msvc-release-developer-mode\",\n","\"name\": \"windows-msvc-release-developer-mode"," \"include\": [\"/Users/juergen/Projects/GitHub/jmbde-QT/build/Release/generators/CMakePresets.json\"]\n",{"word":"19734"},{"word":"19735"},{"word":"19736"},{"word":"19737"},{"word":"19738"},"\"include\": [\"/Users/juergen/Projects/GitHub/jmbde",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"juergen/Projects/GitHub/jmbde-QT/build/Release/generators","# Vereinbarung über Verhaltenskodex für Mitwirkende\n","# Vereinbarung über Verhaltenskodex",{"word":"26766"},{"word":"26767"},{"word":"26768"},{"word":"26769"},{"word":"26770"},"uber","Uber","user","umber","buber","# Vereinbarung über Verhaltenskodex für","# Vereinbarung über Verhaltenskodex für Mitwirkende","Verhaltenskodex für Mitwirkende","## Unsere Verpflichtung\n",{"word":"26780","wordAdjustedToMatchCase":"35480"},{"word":"26781","wordAdjustedToMatchCase":"35481"},{"word":"26782","wordAdjustedToMatchCase":"35482"},{"word":"26783","wordAdjustedToMatchCase":"35483"},{"word":"26768","wordAdjustedToMatchCase":"35484"},"unsure","unfree","unpeer","usee","## Unsere Verpflichtung","Im Interesse der Förderung eines offenen und einladenden Umfeldes wollen wir uns als\n",{"word":"26790","wordAdjustedToMatchCase":"35485"},{"word":"26791","wordAdjustedToMatchCase":"35486"},{"word":"26792","wordAdjustedToMatchCase":"35487"},{"word":"26793","wordAdjustedToMatchCase":"35488"},"forerun","foreruns","foddering","foredoing","Im Interesse der Förderung eines offenen und einladenden",{"word":"26800"},{"word":"26801"},{"word":"26802"},{"word":"26803"},{"word":"26804"},"ernes","ines","bines","cines","dines","Interesse der Förderung eines offenen und einladenden",{"word":"21125"},{"word":"26811"},{"word":"26812"},{"word":"26813"},{"word":"26814"},"offends","offense","offered","offeree","der Förderung eines offenen und einladenden Umfeldes","rderung eines offenen und einladenden Umfeldes wollen wir",{"word":"26822","wordAdjustedToMatchCase":"35489"},{"word":"26823","wordAdjustedToMatchCase":"35490"},{"word":"26824","wordAdjustedToMatchCase":"35491"},{"word":"26825","wordAdjustedToMatchCase":"35492"},{"word":"26826","wordAdjustedToMatchCase":"35493"},"muffles","umbeled","umbels","umbles","umbel's","offenen und einladenden Umfeldes wollen wir uns als",{"word":"26833"},{"word":"26834"},{"word":"26835"},{"word":"26836"},{"word":"26837"},"woolen","woollen","pollen","swollen","olen","einladenden Umfeldes wollen wir uns als","Teilnehmer und Verantwortliche unseres Projektes verpflichten die Teilnahme an dem\n","Teilnehmer und Verantwortliche","Teilnehmer und Verantwortliche unseres Projektes verpflichte",{"word":"26847"},{"word":"26848"},{"word":"26849"},{"word":"26780"},{"word":"26850"},"unsexes","users","unseen","user's","und Verantwortliche unseres Projektes verpflichten",{"word":"26857","wordAdjustedToMatchCase":"35494"},{"word":"26858","wordAdjustedToMatchCase":"35495"},{"word":"26859","wordAdjustedToMatchCase":"35496"},{"word":"26860","wordAdjustedToMatchCase":"35497"},{"word":"26861","wordAdjustedToMatchCase":"35498"},"projects","project's","projected","project","probates","Verantwortliche unseres Projektes verpflichten die Teilnahme","ntwortliche unseres Projektes verpflichten die Teilnahme an dem","Projektes verpflichten die Teilnahme an dem","Projekt und unserer Gemeinschaft zu einer belästigungsfreien Erfahrung zu machen –\n",{"word":"26860","wordAdjustedToMatchCase":"35497"},{"word":"26871","wordAdjustedToMatchCase":"35499"},{"word":"26872","wordAdjustedToMatchCase":"35500"},{"word":"26873","wordAdjustedToMatchCase":"35501"},{"word":"26857","wordAdjustedToMatchCase":"35494"},"propjet","protect","protest","Projekt und unserer Gemeinschaft",{"word":"26782"},{"word":"26849"},{"word":"26780"},{"word":"26880"},{"word":"26881"},"usurer","unsafer","Projekt und unserer Gemeinschaft zu einer",{"word":"26888"},{"word":"26889"},{"word":"26890"},{"word":"26891"},{"word":"26892"},"eider","eintr","eisner","Eisner","EINTR","unserer Gemeinschaft zu einer belästigungsfreien Erfahrung","Gemeinschaft zu einer belästigungsfreien Erfahrung zu machen","einer belästigungsfreien Erfahrung zu machen –","unabhängig von Alter, Körpergröße, Behinderung, ethnischer Zuordnung, geschlechtlicher\n","unabhängig von Alter, Körpergr","unabhängig von Alter, Körpergröße, Behinderung, ethnischer",{"word":"26900","wordAdjustedToMatchCase":"35502"},"bewildering","Alter, Körpergröße, Behinderung, ethnischer Zuordnung","rpergröße, Behinderung, ethnischer Zuordnung, geschlechtlicher","Behinderung, ethnischer Zuordnung, geschlechtlicher","ethnischer Zuordnung, geschlechtlicher","Identität und Ausdruck, Erfahrungsstufe, Nationalität, persönlicher Erscheinung, Rasse,\n",{"word":"26911","wordAdjustedToMatchCase":"35503"},{"word":"26912","wordAdjustedToMatchCase":"35504"},{"word":"26913","wordAdjustedToMatchCase":"35505"},{"word":"26914","wordAdjustedToMatchCase":"35506"},{"word":"26915","wordAdjustedToMatchCase":"35507"},"identity","identikit","identical","identic","identify","Identität und Ausdruck, Erfahrungsstufe","Identität und Ausdruck, Erfahrungsstufe, Nationalit","Identität und Ausdruck, Erfahrungsstufe, Nationalität, pers",{"word":"26924","wordAdjustedToMatchCase":"35508"},{"word":"26925","wordAdjustedToMatchCase":"35509"},{"word":"26926","wordAdjustedToMatchCase":"35510"},{"word":"26927","wordAdjustedToMatchCase":"35511"},{"word":"26928","wordAdjustedToMatchCase":"35512"},"nationalist","nationality","nationalism","nationalize","nationalists","Ausdruck, Erfahrungsstufe, Nationalität, persönlicher Erscheinung","rfahrungsstufe, Nationalität, persönlicher Erscheinung, Rasse,","Nationalität, persönlicher Erscheinung, Rasse,",{"word":"26937","wordAdjustedToMatchCase":"35513"},{"word":"26938","wordAdjustedToMatchCase":"35514"},{"word":"26939","wordAdjustedToMatchCase":"35515"},{"word":"26940","wordAdjustedToMatchCase":"35516"},{"word":"26941","wordAdjustedToMatchCase":"35517"},"rases","rase","raise","russe","rassle","nlicher Erscheinung, Rasse,","Religion oder sexueller Identität oder Orientierung.\n",{"word":"26949"},{"word":"26950"},{"word":"26951"},{"word":"26952"},{"word":"26953"},"seller","suellen","sequelae","sewellel","sexually","Religion oder sexueller Identität oder Orientierung","Religion oder sexueller Identität oder Orientierung.",{"word":"26958","wordAdjustedToMatchCase":"35518"},{"word":"26959","wordAdjustedToMatchCase":"35519"},"orienteering","orienting","sexueller Identität oder Orientierung.","## Unsere Standards\n","## Unsere Standards","Beispiele für Verhaltensweisen, welche dazu beitragen ein positives Umfeld zu erzeugen,\n",{"word":"26966","wordAdjustedToMatchCase":"35520"},{"word":"26967","wordAdjustedToMatchCase":"35521"},"besiege","besmile","Beispiele für Verhaltensweisen","Beispiele für Verhaltensweisen, welche dazu beitragen",{"word":"26975"},{"word":"26976"},{"word":"26977"},{"word":"26978"},{"word":"26979"},"welch","welched","welcher","welches","fleche","r Verhaltensweisen, welche dazu beitragen ein positives",{"word":"26986"},{"word":"26987"},{"word":"26988"},{"word":"26989"},{"word":"26990"},"danu","daze","Danu","adze","adz","Verhaltensweisen, welche dazu beitragen ein positives",{"word":"19737"},{"word":"26997"},{"word":"26998"},{"word":"26999"},{"word":"27000"},"betaken","bitrate","betrayed","betrayer","Verhaltensweisen, welche dazu beitragen ein positives Umfeld",{"word":"27007","wordAdjustedToMatchCase":"35522"},{"word":"27008","wordAdjustedToMatchCase":"35523"},{"word":"27009","wordAdjustedToMatchCase":"35524"},{"word":"26824","wordAdjustedToMatchCase":"35491"},{"word":"27010","wordAdjustedToMatchCase":"35525"},"umbel","umped","unfed","unfelt","beitragen ein positives Umfeld zu erzeugen,","positives Umfeld zu erzeugen,","beinhalten:\n","beinhalten:","- Die Verwendung von einladenden und einbindenden Formulierungen\n","- Die Verwendung von einladenden und","Die Verwendung von einladenden und einbindenden Formulierung","von einladenden und einbindenden Formulierungen","einladenden und einbindenden Formulierungen","- Abweichenden Ansichten und Erfahrungen wird Respekt entgegengebracht\n","- Abweichenden Ansichten und Erfahrungen","- Abweichenden Ansichten und Erfahrungen wird","Abweichenden Ansichten und Erfahrungen wird Respekt entgegengebracht",{"word":"21162"},{"word":"21163"},{"word":"21164"},{"word":"21165"},{"word":"21166"},"Ansichten und Erfahrungen wird Respekt entgegengebracht",{"word":"27035","wordAdjustedToMatchCase":"35526"},{"word":"27036","wordAdjustedToMatchCase":"35527"},{"word":"27037","wordAdjustedToMatchCase":"35528"},{"word":"27038","wordAdjustedToMatchCase":"35529"},{"word":"27039","wordAdjustedToMatchCase":"35530"},"respect","reset","repeat","repent","reseat","und Erfahrungen wird Respekt entgegengebracht","Erfahrungen wird Respekt entgegengebracht","- Konstruktive Kritik wird höflich entgegengenommen\n","- Konstruktive Kritik wird höflich",{"word":"27049"},{"word":"27050"},{"word":"27051"},{"word":"27052"},{"word":"27053","wordAdjustedToMatchCase":"35531"},"kristi","Kristi","kristie","Kristie","kristin","- Konstruktive Kritik wird höflich entgegengenommen","Konstruktive Kritik wird höflich entgegengenommen",{"word":"27060"},{"word":"27061"},{"word":"27062"},{"word":"27063"},"holcim","Holcim","hellish","huffish","Kritik wird höflich entgegengenommen","- Fokussierung auf das, was das Beste ist für die Gemeinschaft\n","- Fokussierung auf das, was das Beste",{"word":"27072","wordAdjustedToMatchCase":"35532"},{"word":"27073"},{"word":"27074"},{"word":"27075","wordAdjustedToMatchCase":"35533"},{"word":"27076","wordAdjustedToMatchCase":"35534"},"beset","best","Best","bete","baste","Fokussierung auf das, was das Beste ist für die Gemeinschaft","- Verständnis zeigen gegenüber anderen Mitgliedern der Gemeinschaft\n","- Verständnis zeigen gegenüber anderen",{"word":"27085"},{"word":"27086"},{"word":"27087"},{"word":"27088"},{"word":"27089"},"zenger","Zenger","beige","deign","feign","- Verständnis zeigen gegenüber anderen Mitgliedern","Verständnis zeigen gegenüber anderen Mitgliedern",{"word":"27097"},{"word":"27098"},{"word":"21485"},{"word":"27099"},{"word":"27100"},"andersen","Andersen","ameren","andean","ndnis zeigen gegenüber anderen Mitgliedern der Gemeinschaft","zeigen gegenüber anderen Mitgliedern der Gemeinschaft","Beispiele für nicht akzeptables Verhalten beinhalten:\n","Beispiele für nicht akzeptables",{"word":"21173"},{"word":"21174"},{"word":"21175"},{"word":"21176"},{"word":"21177"},"Beispiele für nicht akzeptables Verhalten",{"word":"27112"},"acceptable","Beispiele für nicht akzeptables Verhalten beinhalten","r nicht akzeptables Verhalten beinhalten:","akzeptables Verhalten beinhalten:","- Die Verwendung sexualisierter Sprache, Bilder oder Symbolik sowie unerwünschte\n","- Die Verwendung sexualisierter Sprache","- Die Verwendung sexualisierter Sprache, Bilder oder",{"word":"27124"},{"word":"27125"},{"word":"27126"},{"word":"27127"},{"word":"27128","wordAdjustedToMatchCase":"35535"},"space","Space","sirach","Sirach","spathe","Verwendung sexualisierter Sprache, Bilder oder Symbolik",{"word":"27135","wordAdjustedToMatchCase":"35536"},{"word":"27136"},{"word":"27137"},{"word":"27138","wordAdjustedToMatchCase":"35537"},{"word":"27139","wordAdjustedToMatchCase":"35538"},"bider","balder","Balder","bidder","bilker","sexualisierter Sprache, Bilder oder Symbolik sowie",{"word":"27146","wordAdjustedToMatchCase":"35539"},{"word":"27147"},{"word":"27148"},{"word":"27149"},{"word":"27150"},"symbolic","symbol","Symbol","symbols","Symbols","Sprache, Bilder oder Symbolik sowie unerwünschte",{"word":"27157"},{"word":"27158"},{"word":"27159"},{"word":"27160"},{"word":"27161"},"bowie","Bowie","dowie","yowie","zowie","Bilder oder Symbolik sowie unerwünschte","oder Symbolik sowie unerwünschte"," Versuche sexueller Anbahnung\n",{"word":"27170","wordAdjustedToMatchCase":"35540"},{"word":"27171","wordAdjustedToMatchCase":"35541"},{"word":"27172","wordAdjustedToMatchCase":"35542"},{"word":"27173","wordAdjustedToMatchCase":"35543"},{"word":"27174","wordAdjustedToMatchCase":"35544"},"verrucae","versicle","verse","versus","verdure","Versuche sexueller Anbahnung","- Beleidigende / abwertende Kommentare, persönliche oder politische Angriffe, Nutzung\n","- Beleidigende / abwertende Kommentare","- Beleidigende / abwertende Kommentare, persönliche","Beleidigende / abwertende Kommentare, persönliche oder politische","abwertende Kommentare, persönliche oder politische Angriffe",{"word":"27186"},{"word":"27187"},{"word":"27188"},{"word":"27189"},{"word":"27190"},"politics","politics's","politic","potiche","politick","Kommentare, persönliche oder politische Angriffe, Nutzung",{"word":"27197","wordAdjustedToMatchCase":"35545"},{"word":"27198"},{"word":"27199"},{"word":"27200"},{"word":"27201"},"agraffe","angie","Angie","anglice","Anglice","nliche oder politische Angriffe, Nutzung",{"word":"27208","wordAdjustedToMatchCase":"35546"},{"word":"27209","wordAdjustedToMatchCase":"35547"},{"word":"27210","wordAdjustedToMatchCase":"35548"},{"word":"27211","wordAdjustedToMatchCase":"35549"},{"word":"27212","wordAdjustedToMatchCase":"35550"},"nutting","unhung","unsung","untune","unslung","politische Angriffe, Nutzung"," des Internets für unbilliges Verhalten\n","des Internets für unbilliges Verhalten","Internets für unbilliges Verhalten","- Öffentliche oder private Belästigungen\n","- Öffentliche oder private Belästigungen","ffentliche oder private Belästigungen","- Das Veröffentlichen von privaten Informationen Anderer, wie zum Beispiel physische\n","- Das Veröffentlichen von privaten Informationen",{"word":"27227"},{"word":"27228"},{"word":"27229","wordAdjustedToMatchCase":"35551"},{"word":"27230","wordAdjustedToMatchCase":"35552"},{"word":"27231","wordAdjustedToMatchCase":"35553"},"information","Information","information's","informational","informative","ffentlichen von privaten Informationen Anderer, wie zum Beispiel",{"word":"21485"},{"word":"21486"},{"word":"27238","wordAdjustedToMatchCase":"35554"},{"word":"21487"},{"word":"21488"},"adorer","privaten Informationen Anderer, wie zum Beispiel physische",{"word":"26967","wordAdjustedToMatchCase":"35521"},{"word":"27245"},{"word":"27246"},{"word":"27247"},{"word":"27248"},"bessel","Bessel","bessie","Bessie","nformationen Anderer, wie zum Beispiel physische"," oder elektronische Adressen, ohne deren ausdrückliche Erlaubnis\n","oder elektronische Adressen, ohne deren",{"word":"27257","wordAdjustedToMatchCase":"35555"},{"word":"27258","wordAdjustedToMatchCase":"35556"},{"word":"27259","wordAdjustedToMatchCase":"35557"},{"word":"27260","wordAdjustedToMatchCase":"35558"},{"word":"27261","wordAdjustedToMatchCase":"35559"},"addressed","addressee","addresser","addresses","dresden","oder elektronische Adressen, ohne deren ausdrückliche",{"word":"27268"},{"word":"27269"},{"word":"27270"},{"word":"27271"},{"word":"27272"},"hone","one","One","ONE","hoke","elektronische Adressen, ohne deren ausdrückliche",{"word":"21449"},{"word":"27279"},{"word":"27280"},{"word":"21450"},{"word":"27281"},"deref","derek","Derek","elektronische Adressen, ohne deren ausdrückliche Erlaubnis","Adressen, ohne deren ausdrückliche Erlaubnis","deren ausdrückliche Erlaubnis","- Anderes Verhalten, welches in einem professionellen Umfeld begründet als\n",{"word":"27291"},{"word":"27292"},{"word":"27293"},{"word":"27294"},{"word":"27295","wordAdjustedToMatchCase":"35560"},"andres","Andres","andre's","Andre's","andrews","- Anderes Verhalten, welches in","- Anderes Verhalten, welches in einem professione",{"word":"27303"},{"word":"27304"},{"word":"22146"},{"word":"22383"},{"word":"27305"},"eminem","Eminem","elem","Verhalten, welches in einem professionellen Umfeld","einem professionellen Umfeld begründet als","professionellen Umfeld begründet als"," unangemessen betrachtet werden kann\n","unangemessen betrachtet werden kann",{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"27316"},"were",{"word":"21307"},{"word":"21308"},{"word":"21309"},{"word":"21310"},{"word":"21311"},"nangemessen betrachtet werden kann","## Unsere Verantwortlichkeiten\n","## Unsere Verantwortlichkeiten","Die Projektverantwortlichen sind verantwortlich dafür, die Standards für ein akzeptables\n","Die Projektverantwortlichen sind verantwortlich","Projektverantwortlichen sind verantwortlich dafür, die Standards",{"word":"27333"},{"word":"27334"},{"word":"27335"},{"word":"27336"},{"word":"27337"},"darfur","Darfur","daff","daft","darr","sind verantwortlich dafür, die Standards für ein","die Standards für ein akzeptables","Benehmen klarzustellen und es wird von ihnen erwartet, dass sie als Reaktion auf\n",{"word":"27346","wordAdjustedToMatchCase":"35561"},{"word":"27347"},{"word":"27348","wordAdjustedToMatchCase":"35562"},{"word":"27349","wordAdjustedToMatchCase":"35563"},{"word":"27350","wordAdjustedToMatchCase":"35564"},"bename","Bremen","beechen","benched","bencher","Benehmen klarzustellen und es","Benehmen klarzustellen und es wird von ihnen","klarzustellen und es wird von ihnen erwartet,",{"word":"27359"},{"word":"26801"},{"word":"27360"},{"word":"27361"},{"word":"24615"},"hines","inez","ibsen","klarzustellen und es wird von ihnen erwartet, dass sie als",{"word":"27367"},{"word":"27368"},{"word":"27369"},{"word":"27370"},"repartee","rewarded","rewarder","rewarmed","und es wird von ihnen erwartet, dass sie als Reaktion",{"word":"27377"},{"word":"27378"},{"word":"27379"},{"word":"27380"},{"word":"27381"},"da's","dabs","dads","dags","dahs","von ihnen erwartet, dass sie als Reaktion auf",{"word":"27388","wordAdjustedToMatchCase":"35565"},{"word":"27389","wordAdjustedToMatchCase":"35566"},{"word":"27390"},{"word":"27391"},{"word":"27392","wordAdjustedToMatchCase":"35567"},"reaction","ration","reaktor","Reaktor","relation","erwartet, dass sie als Reaktion auf","jegliches inakzeptables Verhalten passende und faire berichtigende Maßnahmen ergreifen.\n",{"word":"27399"},{"word":"27400"},{"word":"27401"},{"word":"27402"},"jellies","jellicoe","jellifies","jewfishes","jegliches inakzeptables Verhalten","jegliches inakzeptables Verhalten passende und","jegliches inakzeptables Verhalten passende und faire berichtige",{"word":"27411"},{"word":"27412"},{"word":"27413"},{"word":"27414"},{"word":"27415"},"passed","passee","passade","passcode","passenger","inakzeptables Verhalten passende und faire berichtigende","Verhalten passende und faire berichtigende Maßnahmen ergreifen","faire berichtigende Maßnahmen ergreifen.","berichtigende Maßnahmen ergreifen.","Die Projektverantwortlichen haben das Recht und die Verantwortung, Kommentare, Commits,\n","Die Projektverantwortlichen haben das Recht und",{"word":"27427"},{"word":"27428"},{"word":"27429"},{"word":"27430"},{"word":"27431"},"haber","hagen","haven","Haber","Hagen","Projektverantwortlichen haben das Recht und die Verantwortu",{"word":"27438"},{"word":"27439"},{"word":"27440","wordAdjustedToMatchCase":"35568"},{"word":"27441"},{"word":"27442"},"rect","Rect","recut","resht","Resht","ektverantwortlichen haben das Recht und die Verantwortung","haben das Recht und die Verantwortung, Kommentare, Commits","und die Verantwortung, Kommentare, Commits,","Code, Wiki-Bearbeitungen, Support-Tickets und andere Beiträge, die nicht mit diesem\n","Code, Wiki-Bearbeitungen, Support-Tickets und",{"word":"26998"},{"word":"27453"},{"word":"27454"},{"word":"27455"},{"word":"27087","wordAdjustedToMatchCase":"35569"},"Bitrate","beverage","Beverage","Support-Tickets und andere Beiträge, die nicht mit diesem","andere Beiträge, die nicht mit diesem","Verhaltenskodex vereinbar sind, zu entfernen, zu bearbeiten oder abzulehnen, und jene\n","Verhaltenskodex vereinbar sind, zu entfernen",{"word":"27465"},{"word":"27466"},{"word":"27467"},{"word":"27468"},{"word":"27469"},"eterne","entered","enterer","enteron","ethernet","ltenskodex vereinbar sind, zu entfernen, zu bearbeiten oder",{"word":"22201"},{"word":"22243"},"sind, zu entfernen, zu bearbeiten oder abzulehnen, und","zu bearbeiten oder abzulehnen, und jene",{"word":"27480"},{"word":"27481"},{"word":"27482"},{"word":"27483"},{"word":"27484"},"jane","jefe","jena","jere","june","oder abzulehnen, und jene","Mitwirkende für Verhaltensweisen, die sie für unangemessen, bedrohend, beleidigend oder\n","Mitwirkende für Verhaltensweisen","Mitwirkende für Verhaltensweisen, die sie für unangemessen","Verhaltensweisen, die sie für unangemessen, bedrohend, beleidigend",{"word":"27495"},{"word":"27496"},{"word":"27497"},{"word":"27498"},{"word":"27499"},"beforeend","bedhead","berobed","berthed","befriend","sie für unangemessen, bedrohend, beleidigend oder","unangemessen, bedrohend, beleidigend oder","verletzend halten, zeitweilig oder dauerhaft zu sperren.\n","verletzend halten, zeitweilig oder","verletzend halten, zeitweilig oder dauerhaft zu sperren","halten, zeitweilig oder dauerhaft zu sperren.",{"word":"27511"},{"word":"27512"},{"word":"27513"},{"word":"27514"},{"word":"27515"},"sperry","sierran","sparred","speared","spearer","zeitweilig oder dauerhaft zu sperren.","## Geltungsbereich\n","## Geltungsbereich","Dieser Verhaltenskodex gilt sowohl innerhalb des Projektbereichs als auch in\n","Dieser Verhaltenskodex gilt sowohl innerhalb",{"word":"27526"},{"word":"27527"},{"word":"27528"},{"word":"27529"},{"word":"27530"},"osol","soho","scowl","swoon","swoop","Verhaltenskodex gilt sowohl innerhalb des Projektbereichs",{"word":"27537"},{"word":"27538"},{"word":"27539"},{"word":"27540"},{"word":"27541"},"innerly","infernal","intercal","internal","interval","sowohl innerhalb des Projektbereichs als auch in",{"word":"21748"},{"word":"27548"},{"word":"27549"},{"word":"21749"},{"word":"27550"},"asch","auth","Asch","Projektbereichs als auch in","öffentlichen Bereichen, wenn eine Person das Projekt oder seine Gemeinschaft\n","öffentlichen Bereichen, wenn eine",{"word":"27348","wordAdjustedToMatchCase":"35562"},{"word":"27559"},{"word":"27560"},{"word":"27561","wordAdjustedToMatchCase":"35570"},{"word":"27562","wordAdjustedToMatchCase":"35571"},"berdichev","Berdichev","breeched","breeches","öffentlichen Bereichen, wenn eine Person das",{"word":"24764"},{"word":"24765"},{"word":"21298"},{"word":"24766"},{"word":"27569"},"wens","ffentlichen Bereichen, wenn eine Person das Projekt",{"word":"22146"},{"word":"22383"},{"word":"22384"},{"word":"22385"},{"word":"22386"},"ffentlichen Bereichen, wenn eine Person das Projekt oder","wenn eine Person das Projekt oder seine Gemeinschaft","repräsentiert. Beispiele für die Repräsentation eines Projektes oder der Gemeinschaft\n","repräsentiert. Beispiele für die Repr","repräsentiert. Beispiele für die Repräsentation",{"word":"27586","wordAdjustedToMatchCase":"35572"},{"word":"27587","wordAdjustedToMatchCase":"35573"},{"word":"27588"},{"word":"27589"},{"word":"27590","wordAdjustedToMatchCase":"35574"},"representation","representations","representative","Representative","representation's","sentiert. Beispiele für die Repräsentation eines Projektes oder","r die Repräsentation eines Projektes oder der Gemeinscha","Repräsentation eines Projektes oder der Gemeinschaft","beinhalten die Verwendung einer offiziellen Projekt-E-Mail-Adresse, das Versenden von\n","beinhalten die Verwendung einer","beinhalten die Verwendung einer offiziellen Projekt","die Verwendung einer offiziellen Projekt-E-Mail-Adresse","Verwendung einer offiziellen Projekt-E-Mail-Adresse, das",{"word":"27604","wordAdjustedToMatchCase":"35575"},{"word":"27605"},{"word":"27606"},{"word":"27607","wordAdjustedToMatchCase":"35576"},{"word":"27257","wordAdjustedToMatchCase":"35555"},"adeste","address","Address","adverse","offiziellen Projekt-E-Mail-Adresse, das Versenden von",{"word":"27614","wordAdjustedToMatchCase":"35577"},{"word":"27615","wordAdjustedToMatchCase":"35578"},{"word":"27616","wordAdjustedToMatchCase":"35579"},{"word":"27617","wordAdjustedToMatchCase":"35580"},{"word":"27618","wordAdjustedToMatchCase":"35581"},"versemen","versed","versine","verseman","vergences","E-Mail-Adresse, das Versenden von","Nachrichten über einen öffentlichen Social-Media-Account oder das Handeln als\n","Nachrichten über einen öffentlichen","Nachrichten über einen öffentlichen Social",{"word":"22142"},{"word":"22143"},{"word":"22144"},{"word":"22145"},{"word":"22146"},"Nachrichten über einen öffentlichen Social-Media-Account",{"word":"27634"},{"word":"27635"},{"word":"27636"},{"word":"27637"},{"word":"27638","wordAdjustedToMatchCase":"35582"},"handel","Handel","handle","Handle","handled","Media-Account oder das Handeln als","Repräsentant während einer Online- oder Offline-Veranstaltung. Der Begriff\n",{"word":"27643","wordAdjustedToMatchCase":"35583"},{"word":"27644","wordAdjustedToMatchCase":"35584"},"repentant","representing","Repräsentant während einer Online",{"word":"27651"},{"word":"27652"},{"word":"21150"},{"word":"27653"},{"word":"27654"},"warned","warhead","warred","warren","Repräsentant während einer Online- oder Offline","Online- oder Offline-Veranstaltung. Der Begriff","\"Repräsentation des Projektes\" kann durch die Projektverantwortlichen weiter\n","\"Repräsentation des Projektes\" kann","\"Repräsentation des Projektes\" kann durch die Projektverant","sentation des Projektes\" kann durch die Projektverantwortli",{"word":"27666"},{"word":"27667"},{"word":"27668"},{"word":"27669"},{"word":"27670"},"dutch","Dutch","burch","Burch","curch","des Projektes\" kann durch die Projektverantwortlichen","Projektes\" kann durch die Projektverantwortlichen weiter","ausformuliert und klargestellt werden.\n","ausformuliert und klargestellt werden","ausformuliert und klargestellt werden.","usformuliert und klargestellt werden.","## Umsetzung\n",{"word":"27681","wordAdjustedToMatchCase":"35585"},{"word":"27682","wordAdjustedToMatchCase":"35586"},{"word":"27683","wordAdjustedToMatchCase":"35587"},"unstrung","unsetting","upsetting","## Umsetzung","Fälle von missbräuchlichem, belästigendem oder anderweitig nicht akzeptablem Verhalten\n",{"word":"27691","wordAdjustedToMatchCase":"35588"},{"word":"27692","wordAdjustedToMatchCase":"35589"},{"word":"27693","wordAdjustedToMatchCase":"35590"},{"word":"27694"},{"word":"27695"},"fille","fall","fable","falla","Falla","Fälle von missbräuchlichem","Fälle von missbräuchlichem, belästigendem oder","von missbräuchlichem, belästigendem oder anderweitig nicht","belästigendem oder anderweitig nicht akzeptablem Verhalten","stigendem oder anderweitig nicht akzeptablem Verhalten",{"word":"27112"},"oder anderweitig nicht akzeptablem Verhalten","anderweitig nicht akzeptablem Verhalten","können dem Projektteam unter gemeldet werden. Alle\n",{"word":"25112"},{"word":"25113"},{"word":"25114"},{"word":"25115"},{"word":"25116"},"können dem Projektteam unter","können dem Projektteam unter gemeldet werden. Alle","gmail.com> gemeldet werden. Alle","Beschwerden werden geprüft und untersucht und werden zu einer Antwort führen, die\n","Beschwerden werden geprüft und untersucht",{"word":"27739"},{"word":"27740"},{"word":"27741"},{"word":"27742"},"graft","grift","gerent","getroot","Beschwerden werden geprüft und untersucht und werden","eschwerden werden geprüft und untersucht und werden zu einer","ft und untersucht und werden zu einer Antwort führen","untersucht und werden zu einer Antwort führen, die",{"word":"27752"},{"word":"27753"},{"word":"27754"},{"word":"27755"},{"word":"27756"},"führer","fuhrer","Führer","Fuhrer","furn","werden zu einer Antwort führen, die","angesichts der Umstände für notwendig und angemessen gehalten wird. Das Projektteam ist\n",{"word":"27762"},{"word":"27763"},{"word":"27764"},"angelicas","angelica's","angelico's","angesichts der Umstände für notwendig",{"word":"27771","wordAdjustedToMatchCase":"35591"},{"word":"27772","wordAdjustedToMatchCase":"35592"},{"word":"27773","wordAdjustedToMatchCase":"35593"},{"word":"27774","wordAdjustedToMatchCase":"35594"},{"word":"27775","wordAdjustedToMatchCase":"35595"},"mustang","mustard","mustache","mustangs","mustards","angesichts der Umstände für notwendig und angemessen","nde für notwendig und angemessen gehalten wird. Das Projekttea",{"word":"27783"},{"word":"27784"},{"word":"27785"},{"word":"27786"},{"word":"27787"},"gestalten","Gestalten","gelatin","galen","galton","notwendig und angemessen gehalten wird. Das Projektteam","angemessen gehalten wird. Das Projektteam ist","verpflichtet, über diejenigen, die Vorfälle gemeldet haben, Verschwiegenheit zu wahren.\n","verpflichtet, über diejenigen, die","verpflichtet, über diejenigen, die Vorf","verpflichtet, über diejenigen, die Vorfälle gemeldet",{"word":"27797","wordAdjustedToMatchCase":"35596"},{"word":"27798"},{"word":"27799"},"vorpal","normale","Normale","ber diejenigen, die Vorfälle gemeldet haben, Verschwiegenh","diejenigen, die Vorfälle gemeldet haben, Verschwiegenheit","die Vorfälle gemeldet haben, Verschwiegenheit zu","lle gemeldet haben, Verschwiegenheit zu wahren.",{"word":"27654"},{"word":"27809"},{"word":"27810"},{"word":"27811"},{"word":"27812"},"Warren","wahine","ware","warn","Verschwiegenheit zu wahren.","Weitere Einzelheiten zu speziellen Umsetzungsgrundsätzen können gesondert mitgeteilt\n",{"word":"27820","wordAdjustedToMatchCase":"35597"},{"word":"27821","wordAdjustedToMatchCase":"35598"},{"word":"27822","wordAdjustedToMatchCase":"35599"},{"word":"27823","wordAdjustedToMatchCase":"35600"},{"word":"27824","wordAdjustedToMatchCase":"35601"},"waiter","weierp","weiner","weinre","welter","Weitere Einzelheiten zu speziellen","Weitere Einzelheiten zu speziellen Umsetzungsgrund","Weitere Einzelheiten zu speziellen Umsetzungsgrundsätzen","Einzelheiten zu speziellen Umsetzungsgrundsätzen können gesondert mitgeteilt","Umsetzungsgrundsätzen können gesondert mitgeteilt",{"word":"21286"},{"word":"27833"},{"word":"27834"},"genders","gesundheit","tzen können gesondert mitgeteilt","Projektverantwortliche, welche den Verhaltenskodex nicht befolgen, oder nicht nach\n","Projektverantwortliche, welche den Verhaltenskodex","ktverantwortliche, welche den Verhaltenskodex nicht befolgen, oder","den Verhaltenskodex nicht befolgen, oder nicht",{"word":"27845"},{"word":"27846"},{"word":"27847"},{"word":"27848"},{"word":"27849"},"befallen","befogged","beholden","befog","befogs","Verhaltenskodex nicht befolgen, oder nicht nach","nicht befolgen, oder nicht nach",{"word":"27857"},{"word":"27858"},{"word":"27859"},{"word":"27860"},{"word":"27861"},"naca","nack","nash","nacho","natch","befolgen, oder nicht nach","bestem Wissen und Glauben für dessen Einhaltung sorgen, können sich vorübergehenden oder\n",{"word":"27869"},{"word":"27870"},{"word":"27871","wordAdjustedToMatchCase":"35602"},{"word":"27872","wordAdjustedToMatchCase":"35603"},{"word":"27873","wordAdjustedToMatchCase":"35604"},"glauce","Glauce","gluten","graben","gladden","bestem Wissen und Glauben für dessen Einhaltung",{"word":"27876","wordAdjustedToMatchCase":"35605"},"enhaloing","und Glauben für dessen Einhaltung sorgen, können sich",{"word":"27883"},{"word":"27884"},{"word":"27885"},{"word":"27886"},{"word":"27887"},"morgen","soigne","sore","sorn","sarge","r dessen Einhaltung sorgen, können sich vorübergehenden","dessen Einhaltung sorgen, können sich vorübergehenden",{"word":"27895"},{"word":"27896"},{"word":"27897"},{"word":"27898"},{"word":"27899"},"sech","sick","sics","sigh","sikh","Einhaltung sorgen, können sich vorübergehenden oder","sorgen, können sich vorübergehenden oder","dauerhaften Auswirkungen gegenüberstehen, die durch andere Mitglieder der Projektleitung\n","dauerhaften Auswirkungen gegenüberstehen","dauerhaften Auswirkungen gegenüberstehen, die","dauerhaften Auswirkungen gegenüberstehen, die durch andere Mitglieder","gegenüberstehen, die durch andere Mitglieder der",{"word":"27908","wordAdjustedToMatchCase":"35606"},"misguider","berstehen, die durch andere Mitglieder der Projektleitung","andere Mitglieder der Projektleitung","bestimmt wurden.\n",{"word":"27917"},{"word":"27918"},{"word":"27919"},{"word":"27920"},{"word":"27921"},"betime","bedtime","beslime","bestir","bestial","bestimmt wurden.",{"word":"21295"},{"word":"27928"},{"word":"27929"},{"word":"27930"},{"word":"27931"},"burden","wren","widen","woden","## Bezug\n",{"word":"27938"},{"word":"27939"},{"word":"27940"},{"word":"27941"},{"word":"27942","wordAdjustedToMatchCase":"35607"},"beau","Beau","belg","Belg","beng","## Bezug","Dieser Verhaltenskodex basiert auf dem Contributor Covenant, Version 1.4, verfügbar\n","Dieser Verhaltenskodex basiert auf dem Contributor",{"word":"27951"},{"word":"27952"},{"word":"27953"},{"word":"27954"},{"word":"27955"},"baser","basie","babier","basest","basher",{"word":"27957"},"verbar","Covenant, Version 1.4, verfügbar","unter \n","unter =5.15 und CMake>=3.5 installieren. Linux-Benutzer können sie mit dem Paketmanager auf\n",{"word":"29411"},{"word":"29412"},{"word":"29413"},"installer","installers","installer's","5.15 und CMake>=3.5 installieren. Linux-Benutzer können",{"word":"22266","wordAdjustedToMatchCase":"35358"},{"word":"22267","wordAdjustedToMatchCase":"35359"},{"word":"22268"},{"word":"22269"},{"word":"22270","wordAdjustedToMatchCase":"35360"},"installieren. Linux-Benutzer können sie mit dem Paketmanag","installieren. Linux-Benutzer können sie mit dem Paketmanager","Benutzer können sie mit dem Paketmanager auf","Ihrem System installieren. Windows-Benutzer können Qt [hier](https://www.qt.io/download)\n",{"word":"29429","wordAdjustedToMatchCase":"35747"},{"word":"24775","wordAdjustedToMatchCase":"35662"},{"word":"29430","wordAdjustedToMatchCase":"35748"},{"word":"28737","wordAdjustedToMatchCase":"35663"},{"word":"28738","wordAdjustedToMatchCase":"35664"},"ihram","hiram","Ihrem System installieren","Ihrem System installieren. Windows-Benutzer k","installieren. Windows-Benutzer können Qt [hier](https","nstallieren. Windows-Benutzer können Qt [hier](https://www","Benutzer können Qt [hier](https://www.qt.io/download","herunterladen, und es wird empfohlen,\n","herunterladen, und es wird empfohlen","herunterladen, und es wird empfohlen,","[Visual Studio](https://visualstudio.microsoft.com/) zu verwenden und das CMake-Plugin\n",{"word":"27614"},{"word":"27618"},"sualstudio.microsoft.com/) zu verwenden und das CMake-Plugin","zu installieren. Lesen Sie den Abschnitt\n","zu installieren. Lesen Sie den Abschnitt",{"word":"21343","wordAdjustedToMatchCase":"35224"},{"word":"21344"},{"word":"21345"},{"word":"21346","wordAdjustedToMatchCase":"35225"},{"word":"28553","wordAdjustedToMatchCase":"35749"},{"word":"29452"},{"word":"29453"},"auschwitz","Auschwitz","installieren. Lesen Sie den Abschnitt","[build from source](https://github.com/jmuelbert/jmbde-QT), um zu erfahren, wie man\n",{"word":"29458"},{"word":"29459"},"refasten","efren","jmuelbert/jmbde-QT), um zu erfahren, wie man","baut. Lesen Sie den Abschnitt [Qt docs](https://doc.qt.io/), um zu erfahren, wie die in\n",{"word":"29467"},{"word":"29468"},{"word":"29469"},{"word":"29470"},{"word":"29471"},"abut","batu","Batu","bact","baht","baut. Lesen Sie den Abschnitt","baut. Lesen Sie den Abschnitt [Qt","baut. Lesen Sie den Abschnitt [Qt docs](https://doc","/doc.qt.io/), um zu erfahren, wie die in","Qt eingebauten Widgets verwendet werden, wie die Benutzeroberfläche gestaltet wird und\n","Qt eingebauten Widgets verwendet werden",{"word":"27618"},"eingebauten Widgets verwendet werden, wie die Benutzeroberf",{"word":"21295"},{"word":"21296"},{"word":"21297"},{"word":"21298"},{"word":"27316"},"eingebauten Widgets verwendet werden, wie die Benutzeroberfl","verwendet werden, wie die Benutzeroberfläche gestaltet wird und",{"word":"27783"},{"word":"27784"},{"word":"29492"},{"word":"29493"},{"word":"29494"},"gestalt","gestate","gestalts","die Benutzeroberfläche gestaltet wird und","Benutzeroberfläche gestaltet wird und","wie die [Signale und Slots](https://doc.qt.io/qt-5/signalsandslots.html) verwendet\n","signalsandslots.html) verwendet","werden. Normalerweise benötigen Sie nichts aus dem std-Namensraum, verwenden Sie zum\n","werden. Normalerweise benötigen","werden. Normalerweise benötigen Sie nichts",{"word":"29503"},"benign","werden. Normalerweise benötigen Sie nichts aus dem std",{"word":"29510"},{"word":"29511"},{"word":"29512"},{"word":"29513"},{"word":"29514"},"niches","nights","inch's","inches","nicest","Normalerweise benötigen Sie nichts aus dem std-Namensraum","Sie nichts aus dem std-Namensraum, verwenden Sie zum","dem std-Namensraum, verwenden Sie zum","Beispiel `QString` statt `std::string`.\n","Beispiel `QString` statt `std",{"word":"22879"},{"word":"22880"},{"word":"22881"},{"word":"29525"},{"word":"29526"},"start","state","Beispiel `QString` statt `std::string`.","**Wissen Sie nicht, wo Sie anfangen sollen?** Sie können damit anfangen, die\n","**Wissen Sie nicht, wo Sie anfangen sollen",{"word":"29535"},{"word":"28890"},{"word":"29536"},{"word":"28893"},{"word":"29537"},"namangan","andante","antigen","Wissen Sie nicht, wo Sie anfangen sollen?** Sie können","anfangen sollen?** Sie können damit anfangen, die",{"word":"25100"},{"word":"25101"},{"word":"25102"},{"word":"25103"},{"word":"25104"},"sollen?** Sie können damit anfangen, die","** Sie können damit anfangen, die","[issues](https://github.com/jmuelbert/jmbde-QT/issues) durchzusehen und ein Thema zu\n","jmuelbert/jmbde-QT/issues) durchzusehen und ein Thema zu",{"word":"29554"},{"word":"29555"},{"word":"29556","wordAdjustedToMatchCase":"35750"},{"word":"29557","wordAdjustedToMatchCase":"35751"},{"word":"29558","wordAdjustedToMatchCase":"35752"},"thea","Thea","them","theca","theme","durchzusehen und ein Thema zu","finden, das Sie interessiert. Die\n","finden, das Sie interessiert. Die","[guten Erstausgaben](https://github.com/jmuelbert/jmbde-QT/issues?q=is%3Aissue+is%3Aopen+Label%3A%22gute+Erste+Erste+Ausgabe%22)\n",{"word":"27871"},{"word":"29350"},{"word":"29351"},{"word":"29568"},{"word":"29569"},"glen","guan","[guten Erstausgaben](https","[guten Erstausgaben](https://github.com","könnte für Sie geeignet sein.\n",{"word":"21532"},{"word":"29578"},{"word":"29579"},{"word":"29580"},{"word":"29581"},"bonnet","monnet","Monnet","sonnet","könnte für Sie geeignet sein",{"word":"29588"},{"word":"29589"},{"word":"29590"},{"word":"29591"},{"word":"29592"},"geeing","gelignite","genet","geiger","exigent","könnte für Sie geeignet sein.",{"word":"29599"},{"word":"29600"},{"word":"29601"},{"word":"29602"},{"word":"29603"},"sain","sbin","sean","seen","sewn","nnte für Sie geeignet sein.","## Vor dem Schreiben von Codes\n","## Vor dem Schreiben von Codes","Bitte öffnen Sie ein Problem (beschreiben Sie das Merkmal/den Fehler wie normale\n","Bitte öffnen Sie ein Problem (beschreiben","ffnen Sie ein Problem (beschreiben Sie das Merkmal/den",{"word":"29615","wordAdjustedToMatchCase":"35753"},{"word":"29616","wordAdjustedToMatchCase":"35754"},{"word":"29617","wordAdjustedToMatchCase":"35755"},{"word":"29618","wordAdjustedToMatchCase":"35756"},{"word":"29619","wordAdjustedToMatchCase":"35757"},"merman","meal","marka","medal","mekka","beschreiben Sie das Merkmal/den Fehler wie normale","Sie das Merkmal/den Fehler wie normale","Probleme und sagen Sie, dass Sie daran arbeiten werden, wahrscheinlich mit einem\n",{"word":"28880","wordAdjustedToMatchCase":"35682"},{"word":"28881","wordAdjustedToMatchCase":"35683"},{"word":"28882","wordAdjustedToMatchCase":"35684"},{"word":"29628","wordAdjustedToMatchCase":"35758"},{"word":"29629","wordAdjustedToMatchCase":"35759"},"probe","proem","Probleme und sagen Sie, dass",{"word":"29636"},{"word":"29637"},{"word":"29638"},{"word":"29639"},{"word":"29640"},"sage","sagan","sager","sages","Sagan","Probleme und sagen Sie, dass Sie daran","Probleme und sagen Sie, dass Sie daran arbeiten werden",{"word":"29648"},{"word":"29649"},{"word":"29650"},{"word":"21449"},{"word":"29651"},"darn","dagan","daman","darin","sagen Sie, dass Sie daran arbeiten werden, wahrscheinli",{"word":"28572"},{"word":"28573"},{"word":"28574"},{"word":"28575"},{"word":"28576"},"Sie, dass Sie daran arbeiten werden, wahrscheinlich","dass Sie daran arbeiten werden, wahrscheinlich mit","daran arbeiten werden, wahrscheinlich mit einem","wahrscheinlich mit einem","Entwurf, wie Sie es implementieren möchten), bevor Sie Codes für eine Pull-Anfrage\n",{"word":"29668","wordAdjustedToMatchCase":"35760"},{"word":"27721"},{"word":"29669"},{"word":"29670","wordAdjustedToMatchCase":"35761"},{"word":"29671","wordAdjustedToMatchCase":"35762"},"network","Enter","entre","entry","Entwurf, wie Sie es implementieren","Entwurf, wie Sie es implementieren möchten), bevor Sie",{"word":"24799"},{"word":"24800"},{"word":"24801"},{"word":"24802"},{"word":"24803"},"Sie es implementieren möchten), bevor Sie Codes f",{"word":"29685"},{"word":"29686"},{"word":"29687"},{"word":"29688"},{"word":"29689"},"bear","beer","bevy","boor","bxor","implementieren möchten), bevor Sie Codes für eine Pull","bevor Sie Codes für eine Pull-Anfrage","Codes für eine Pull-Anfrage","schreiben, aus diesen Gründen:\n","schreiben, aus diesen Gründen",{"word":"29059","wordAdjustedToMatchCase":"35716"},{"word":"29700","wordAdjustedToMatchCase":"35763"},{"word":"29701","wordAdjustedToMatchCase":"35764"},{"word":"29702"},{"word":"29703"},"grandee","grander","grendel","Grendel","schreiben, aus diesen Gründen:","1. Sie können Hilfe von anderen erhalten.\n","1. Sie können Hilfe von anderen erhalten","Sie können Hilfe von anderen erhalten.",{"word":"29458"},{"word":"29713"},{"word":"29714"},{"word":"29715"},{"word":"29716"},"reharden","eaten","exhale","exalted","nnen Hilfe von anderen erhalten.","2. Andere können wissen, dass Sie daran arbeiten, dies erspart Ihnen mögliche\n","Andere können wissen, dass Sie daran arbeiten,","nnen wissen, dass Sie daran arbeiten, dies erspart","wissen, dass Sie daran arbeiten, dies erspart Ihnen","arbeiten, dies erspart Ihnen mögliche","dies erspart Ihnen mögliche"," Doppelarbeiten.\n","Doppelarbeiten.","3. Sie werden benachrichtigt, wenn diese Funktion nicht akzeptiert wird, oder wenn der\n","3. Sie werden benachrichtigt, wenn","3. Sie werden benachrichtigt, wenn diese Funktion","werden benachrichtigt, wenn diese Funktion nicht",{"word":"29735"},{"word":"29736"},{"word":"29737"},{"word":"29738"},{"word":"29739"},"dies","diesel","dieses","dees","ides","benachrichtigt, wenn diese Funktion nicht akzeptiert","benachrichtigt, wenn diese Funktion nicht akzeptiert wird","wenn diese Funktion nicht akzeptiert wird, oder","diese Funktion nicht akzeptiert wird, oder wenn der","Funktion nicht akzeptiert wird, oder wenn der","akzeptiert wird, oder wenn der"," \"Fehler\" tatsächlich kein Fehler ist usw., was Ihnen Zeit spart.\n","\"Fehler\" tatsächlich kein Fehler","\"Fehler\" tatsächlich kein Fehler ist usw",{"word":"21310"},{"word":"29754"},{"word":"29755"},{"word":"29756"},{"word":"29757"},"kean","keen","keio","kern","Fehler\" tatsächlich kein Fehler ist usw., was","Fehler\" tatsächlich kein Fehler ist usw., was Ihnen","Fehler ist usw., was Ihnen Zeit spart.",{"word":"29766"},{"word":"29767"},{"word":"29768"},{"word":"29769"},{"word":"29770"},"sprat","spar","spat","smart","sparc","usw., was Ihnen Zeit spart.","## Regeln für Beiträge\n",{"word":"29778","wordAdjustedToMatchCase":"35765"},{"word":"29264","wordAdjustedToMatchCase":"35731"},{"word":"29779","wordAdjustedToMatchCase":"35766"},{"word":"29265","wordAdjustedToMatchCase":"35732"},{"word":"29780","wordAdjustedToMatchCase":"35767"},"reglet","regn","reels","## Regeln für Beiträge",{"word":"26998"},{"word":"27453"},{"word":"27454"},{"word":"27455"},{"word":"27087","wordAdjustedToMatchCase":"35569"},"- Denken Sie daran, dass es das Ziel ist, ein jmbde-QT für Benutzer, nicht für\n","- Denken Sie daran, dass es das Ziel ist","- Denken Sie daran, dass es das Ziel ist, ein",{"word":"29795","wordAdjustedToMatchCase":"35768"},{"word":"29796"},{"word":"29797"},{"word":"29798"},{"word":"29799"},"zil","biel","Biel","kiel","Kiel","Sie daran, dass es das Ziel ist, ein jmbde-QT f","ist, ein jmbde-QT für Benutzer, nicht für","jmbde-QT für Benutzer, nicht für"," Entwickler zu erstellen.\n",{"word":"29806","wordAdjustedToMatchCase":"35769"},{"word":"29807","wordAdjustedToMatchCase":"35770"},"enticer","entailer","Entwickler zu erstellen.","- Tun Sie eine Sache bei einer Pull-Anfrage. Wenn Sie mehrere Funktionen\n",{"word":"29815"},{"word":"29816"},{"word":"28687"},{"word":"29817"},{"word":"28689","wordAdjustedToMatchCase":"35771"},"sachs","Sachs","Soche","- Tun Sie eine Sache bei einer Pull-Anfrage","Tun Sie eine Sache bei einer Pull-Anfrage. Wenn Sie","Sache bei einer Pull-Anfrage. Wenn Sie mehrere Funktionen","einer Pull-Anfrage. Wenn Sie mehrere Funktionen",{"word":"29827"},{"word":"29828"},{"word":"29829"},{"word":"29830"},{"word":"29831"},"merer","mercer","merger","merrier","Mercer","Pull-Anfrage. Wenn Sie mehrere Funktionen","Anfrage. Wenn Sie mehrere Funktionen"," hinzufügen/mehrere Fehler beheben wollen und diese nicht relevant sind, öffnen Sie\n","hinzufügen/mehrere Fehler beheben","hinzufügen/mehrere Fehler beheben wollen","hinzufügen/mehrere Fehler beheben wollen und diese",{"word":"29843"},{"word":"29844"},{"word":"29845"},{"word":"29846"},{"word":"29847"},"beebe","beebee","Beebe","beebees","been","hinzufügen/mehrere Fehler beheben wollen und diese nicht","mehrere Fehler beheben wollen und diese nicht relevant","Fehler beheben wollen und diese nicht relevant sind","nicht relevant sind, öffnen Sie"," mehrere Pull-Requests. Möglicherweise müssen Sie mehrere Zweige erstellen, um\n","mehrere Pull-Requests. Möglicherweise","mehrere Pull-Requests. Möglicherweise müssen Sie mehrere Zweige","Requests. Möglicherweise müssen Sie mehrere Zweige erstellen","glicherweise müssen Sie mehrere Zweige erstellen, um",{"word":"29862"},{"word":"29863"},{"word":"29864"},{"word":"29865"},{"word":"27087","wordAdjustedToMatchCase":"35569"},"zweig","Zweig","zweig's","Zweig's","icherweise müssen Sie mehrere Zweige erstellen, um"," mehrere Pull-Anfragen zu öffnen, Sie können das Verzweigen von Git [hier] lernen\n","mehrere Pull-Anfragen zu öffnen","mehrere Pull-Anfragen zu öffnen, Sie können","mehrere Pull-Anfragen zu öffnen, Sie können das Verzweigen","ffnen, Sie können das Verzweigen von Git [hier] lernen","Verzweigen von Git [hier] lernen","- Fügen Sie neue Funktionen auf dem Master-Zweig hinzu und beheben Sie den Fehler auf\n",{"word":"29879"},{"word":"29880"},{"word":"29881","wordAdjustedToMatchCase":"35772"},{"word":"29882"},{"word":"29883"},"fagin","Fagin","fogey","fuel","Fuel","- Fügen Sie neue Funktionen","- Fügen Sie neue Funktionen auf dem Master-Zweig",{"word":"25780"},{"word":"25781"},{"word":"25782"},{"word":"25783"},{"word":"25784"},"auf dem Master-Zweig hinzu und beheben Sie den","Master-Zweig hinzu und beheben Sie den Fehler auf"," dem letzten aktiven Zweig (Master-, Beta- und Stable-Zweig), in dem der Fehler\n",{"word":"29899"},{"word":"29900"},{"word":"29901"},{"word":"29902"},{"word":"29903"},"latten","lenten","letted","letter","litten","dem letzten aktiven Zweig (Master",{"word":"24432"},{"word":"29910"},{"word":"29537"},{"word":"24434"},{"word":"29911"},"actives","katie","dem letzten aktiven Zweig (Master-, Beta"," aufgetreten ist.\n","aufgetreten ist.","- Bitte schreiben Sie\n","- Bitte schreiben Sie"," [clear commit messages](https://chris.beams.io/posts/git-commit/). Es wird auch\n",{"word":"21748"},{"word":"27548"},{"word":"27549"},{"word":"21749"},{"word":"27550"},"git-commit/). Es wird auch"," empfohlen, [Konventionelle Commits](https://www.conventionalcommits.org/) zu\n","empfohlen, [Konventionelle Commits","empfohlen, [Konventionelle Commits](https://www"," schreiben. Sie können [commitizen/cz-cli](https://github.com/commitizen/cz-cli)\n","schreiben. Sie können [commitizen"," verwenden, um Commit-Nachrichten zu schreiben. Die Regeln sind jedoch optional, der\n","verwenden, um Commit-Nachrichten","verwenden, um Commit-Nachrichten zu schreiben. Die Regeln","Commit-Nachrichten zu schreiben. Die Regeln sind jedoch","Nachrichten zu schreiben. Die Regeln sind jedoch optional"," Schlüssel ist, dass andere und Sie selbst in Zukunft verstehen sollten, was geändert\n",{"word":"24570","wordAdjustedToMatchCase":"35385"},{"word":"24571","wordAdjustedToMatchCase":"35386"},{"word":"24572"},{"word":"24573"},{"word":"24574","wordAdjustedToMatchCase":"35387"},"Schlüssel ist, dass andere und","Schlüssel ist, dass andere und Sie selbst",{"word":"29947"},{"word":"29948"},{"word":"29949"},{"word":"29950"},{"word":"29951"},"selfs","sells","serbs","subst","select","dass andere und Sie selbst in Zukunft verstehen",{"word":"29954","wordAdjustedToMatchCase":"35773"},"zikurat","andere und Sie selbst in Zukunft verstehen sollten, was","Sie selbst in Zukunft verstehen sollten, was geändert","in Zukunft verstehen sollten, was geändert",{"word":"21286"},{"word":"27833"},{"word":"29963"},{"word":"29964"},{"word":"29701"},"gander","ganders","verstehen sollten, was geändert"," wurde und warum diese Änderungen vorgenommen wurden.\n",{"word":"21150"},{"word":"21152"},{"word":"29972"},{"word":"29973"},{"word":"29974"},"rude","crude","cured","wurde und warum diese Änderungen",{"word":"29981"},{"word":"29982"},{"word":"29983"},{"word":"29984"},{"word":"21162"},"warm","arum","larum","warmup","wurde und warum diese Änderungen vorgenommen","wurde und warum diese Änderungen vorgenommen wurden.","warum diese Änderungen vorgenommen wurden.",{"word":"21295"},{"word":"27928"},{"word":"27929"},{"word":"27930"},{"word":"27931"},"nderungen vorgenommen wurden.","- Benutzen Sie Clang-Format 9 (benutzen Sie `clang-format --version`, um Ihre Version\n",{"word":"30000"},{"word":"30001"},{"word":"22268"},{"word":"22269"},{"word":"30002","wordAdjustedToMatchCase":"35774"},"beuthen","Beuthen","beaten","- Benutzen Sie Clang-Format 9",{"word":"30000"},{"word":"30001"},{"word":"22268"},{"word":"30002"},{"word":"30009"},"benton","Sie Clang-Format 9 (benutzen Sie `clang-format -","format --version`, um Ihre Version"," zu überprüfen, Sie müssen möglicherweise den Binärpfad für Ihre IDE im Clang-Format\n","zu überprüfen, Sie müssen möglicherweise","zu überprüfen, Sie müssen möglicherweise den Bin","berprüfen, Sie müssen möglicherweise den Binärpfad für Ihre","ssen möglicherweise den Binärpfad für Ihre IDE im Clang","licherweise den Binärpfad für Ihre IDE im Clang-Format"," einstellen, z.B. kann die Standardversion von clang-format im VS-Code clang-format-6\n",{"word":"30021"},{"word":"30022"},"estelle","einstein","einstellen, z.B. kann die Standardversio","einstellen, z.B. kann die Standardversion"," sein) und `.clang-format` im Wurzelverzeichnis, um Ihre Codes zu formatieren.\n","sein) und `.clang-format","und `.clang-format` im Wurzelverzeichnis, um Ihre Codes zu formatieren","Wurzelverzeichnis, um Ihre Codes zu formatieren",{"word":"30034"},{"word":"30035"},{"word":"30036"},{"word":"30037"},{"word":"30038"},"formattree","formation","formative","formatter","formatters","verzeichnis, um Ihre Codes zu formatieren.","- Entfernen Sie keine Features, es sei denn, es ist notwendig. Fügen Sie stattdessen\n",{"word":"27465","wordAdjustedToMatchCase":"35775"},{"word":"27466","wordAdjustedToMatchCase":"35776"},{"word":"27467","wordAdjustedToMatchCase":"35777"},{"word":"27468","wordAdjustedToMatchCase":"35778"},{"word":"27469","wordAdjustedToMatchCase":"35779"},"- Entfernen Sie keine Features,",{"word":"21437"},{"word":"21438"},{"word":"21439"},{"word":"21440"},{"word":"21441"},"- Entfernen Sie keine Features, es sei denn",{"word":"30058"},{"word":"30059"},{"word":"30060"},{"word":"30061"},{"word":"30062"},"den","Den","dean","dena","dene","keine Features, es sei denn, es ist notwendig. F","denn, es ist notwendig. Fügen Sie stattdessen",{"word":"30066"},"statesmen","notwendig. Fügen Sie stattdessen"," eine Option zur Deaktivierung einer Funktion hinzu.\n","eine Option zur Deaktivierung einer Funktion hinzu","Option zur Deaktivierung einer Funktion hinzu.","Deaktivierung einer Funktion hinzu.","- Halten Sie die Einstellungsdatei die ganze Zeit abwärtskompatibel.\n","- Halten Sie die Einstellungsdatei die ganze Zeit abwärtskompati",{"word":"30079"},{"word":"30080"},{"word":"30081"},{"word":"30082"},{"word":"30083"},"gaze","gauze","agaze","naze","gage","Einstellungsdatei die ganze Zeit abwärtskompatibel","stellungsdatei die ganze Zeit abwärtskompatibel.","- Windows, Linux und Mac OS sollten unterstützt werden.\n","Windows, Linux und Mac OS sollten unterstützt werden.","Linux und Mac OS sollten unterstützt werden.","sollten unterstützt werden.","- Beide hell/dunkel Systemthemen sollten unterstützt werden.\n",{"word":"30096"},{"word":"30097"},{"word":"30098","wordAdjustedToMatchCase":"35780"},{"word":"27087","wordAdjustedToMatchCase":"35569"},{"word":"30099","wordAdjustedToMatchCase":"35781"},"bede","Bede","bide","bride","- Beide hell/dunkel Systemthemen",{"word":"30106"},{"word":"30107"},{"word":"30108"},{"word":"30109"},{"word":"24872"},"dunked","dunker","Dunker","duel","- Beide hell/dunkel Systemthemen sollten","dunkel Systemthemen sollten unterstützt werden.","Systemthemen sollten unterstützt werden.","- Jeder sollte sich an den [Verhaltenskodex](CODE_OF_CONDUCT_de-DE.md) halten, um eine\n",{"word":"30119","wordAdjustedToMatchCase":"35782"},{"word":"30120","wordAdjustedToMatchCase":"35783"},{"word":"30121","wordAdjustedToMatchCase":"35784"},{"word":"30122"},{"word":"30123"},"jeer","ceder","heder","seder","Seder","- Jeder sollte sich an den",{"word":"29228"},{"word":"29231"},{"word":"30130"},{"word":"30131"},{"word":"30132"},"sole","solve","collet","- Jeder sollte sich an den [Verhaltenskodex","sollte sich an den [Verhaltenskodex](CODE_OF_CONDUCT_de"," belästigungsfreie Gemeinschaft aufzubauen.\n","belästigungsfreie Gemeinschaft aufzubauen","stigungsfreie Gemeinschaft aufzubauen.","- Kann ich es gut machen, wenn ich gerade erst angefangen habe?\n",{"word":"21307"},{"word":"21308"},{"word":"21309"},{"word":"30144"},{"word":"21310","wordAdjustedToMatchCase":"35785"},"Kahn","- Kann ich es gut machen, wenn",{"word":"30151"},{"word":"30152"},{"word":"30153"},{"word":"30154"},{"word":"30155"},"grade","geared","garde","egrave","grease","gut machen, wenn ich gerade erst angefangen habe","wenn ich gerade erst angefangen habe?",{"word":"30163"},{"word":"30164"},{"word":"25139"},{"word":"30165"},{"word":"30166"},"hade","hake","hame","hare","gerade erst angefangen habe?"," - Jeder weiß am Anfang nichts. Machen Sie sich keine Sorgen, unsere coolen\n","- Jeder weiß am Anfang nichts",{"word":"30175"},{"word":"30176"},{"word":"30177"},{"word":"30178"},{"word":"30179"},"weir","wei","Wei","wien","Wien","- Jeder weiß am Anfang nichts. Machen",{"word":"30186","wordAdjustedToMatchCase":"35786"},{"word":"30187"},{"word":"30188"},{"word":"30189","wordAdjustedToMatchCase":"35787"},{"word":"30190","wordAdjustedToMatchCase":"35788"},"andand","anking","Anking","anting","antung","- Jeder weiß am Anfang nichts. Machen Sie sich","Jeder weiß am Anfang nichts. Machen Sie sich keine","Anfang nichts. Machen Sie sich keine Sorgen, unsere","nichts. Machen Sie sich keine Sorgen, unsere coolen",{"word":"27883","wordAdjustedToMatchCase":"35789"},{"word":"27884","wordAdjustedToMatchCase":"35790"},{"word":"27885","wordAdjustedToMatchCase":"35791"},{"word":"27886","wordAdjustedToMatchCase":"35792"},{"word":"27887","wordAdjustedToMatchCase":"35793"},"Machen Sie sich keine Sorgen, unsere coolen",{"word":"26780"},{"word":"26781"},{"word":"26782"},{"word":"26783"},{"word":"26768"},"Sie sich keine Sorgen, unsere coolen"," Mitwirkenden helfen Ihnen, wenn Sie auf Schwierigkeiten stoßen. Wenn Sie :Herz:\n","Mitwirkenden helfen Ihnen, wenn Sie","Mitwirkenden helfen Ihnen, wenn Sie auf Schwierigkeiten","Ihnen, wenn Sie auf Schwierigkeiten stoßen. Wenn Sie :Herz",{"word":"30216"},{"word":"30217"},{"word":"30218"},{"word":"30219"},{"word":"30220"},"stolen","stone","Stone","steen","stoke","auf Schwierigkeiten stoßen. Wenn Sie :Herz:","Schwierigkeiten stoßen. Wenn Sie :Herz:",{"word":"30228"},{"word":"30229"},{"word":"30230","wordAdjustedToMatchCase":"35794"},{"word":"30231","wordAdjustedToMatchCase":"35795"},{"word":"30232","wordAdjustedToMatchCase":"35796"},"hera","Hera","herb","herd","here","ierigkeiten stoßen. Wenn Sie :Herz:"," Open Source und weiter versuchen, wird alles besser und besser werden.\n",{"word":"27170"},{"word":"27614"},{"word":"27171"},{"word":"30239"},"versicles","Open Source und weiter versuchen, wird alles besser und",{"word":"24676"},{"word":"24677"},{"word":"24678"},{"word":"24679"},{"word":"24680"},"weiter versuchen, wird alles besser und besser werden","- Muss ich etwas über CMake lernen?\n","- Muss ich etwas über CMake lernen?","ich etwas über CMake lernen?"," - Nein, Sie müssen nur wissen, wie man\n",{"word":"30256"},{"word":"30257"},{"word":"22155","wordAdjustedToMatchCase":"35797"},{"word":"30258"},{"word":"30259"},"neil","Neil","nevin","Nevin","- Nein, Sie müssen nur wissen"," [aus dem Quellcode baut](https://github.com/jmuelbert/jmbde-QT).\n","[aus dem Quellcode baut](https://github.com","- Einige Dateien fehlen beim Kompilieren.\n",{"word":"30269"},{"word":"30270"},{"word":"30271"},{"word":"30272"},{"word":"30273","wordAdjustedToMatchCase":"35798"},"ernie","Ernie","eunice","Eunice","binge","- Einige Dateien fehlen beim","- Einige Dateien fehlen beim Kompilieren",{"word":"30281"},{"word":"30282"},{"word":"28538"},{"word":"21253"},{"word":"30283"},"helen","felon","felled","- Einige Dateien fehlen beim Kompilieren.",{"word":"21332"},{"word":"21333"},{"word":"21334"},{"word":"21335"},{"word":"21336"},"Einige Dateien fehlen beim Kompilieren.","Dateien fehlen beim Kompilieren."," - Wenn die CI-Tests bestanden werden, liegt das wahrscheinlich daran, dass die\n","- Wenn die CI-Tests bestanden",{"word":"30299"},{"word":"30300"},{"word":"30301"},{"word":"30302"},{"word":"30303"},"liege","lieut","Liege","Lieut","leigh","Tests bestanden werden, liegt das wahrscheinlich daran","bestanden werden, liegt das wahrscheinlich daran, dass die","liegt das wahrscheinlich daran, dass die"," Untermodule aktualisiert werden. Sie können die folgenden Befehle ausführen:\n","Untermodule aktualisiert werden","Untermodule aktualisiert werden. Sie können die",{"word":"30315","wordAdjustedToMatchCase":"35799"},{"word":"24732","wordAdjustedToMatchCase":"35408"},{"word":"30316","wordAdjustedToMatchCase":"35800"},{"word":"24733"},{"word":"24734"},"beetle","beheld","können die folgenden Befehle ausführen:","die folgenden Befehle ausführen:"," Sie können auch `git rm` alle Submodule versuchen und sie dann erneut initialisieren oder sogar das Repo auf Ihrer Platte löschen und erneut klonen.\n","Sie können auch `git rm` alle Submodule","git rm` alle Submodule versuchen und sie dann erneut",{"word":"25077"},{"word":"25078"},{"word":"25079"},{"word":"25080"},{"word":"25081"},"Submodule versuchen und sie dann erneut initialisieren",{"word":"30333"},{"word":"30334"},{"word":"22384"},{"word":"21376"},{"word":"26800"},"ernest","Ernest","versuchen und sie dann erneut initialisieren oder","und sie dann erneut initialisieren oder sogar das Repo",{"word":"30342"},{"word":"30343"},{"word":"30344"},{"word":"30345"},{"word":"30346"},"soar","sofar","solar","sonar","sugar","initialisieren oder sogar das Repo auf Ihrer Platte","oder sogar das Repo auf Ihrer Platte löschen und erneut",{"word":"30354"},{"word":"21519"},{"word":"30355"},{"word":"30356"},{"word":"30357"},"lichen","loaches","oscine","laches","Repo auf Ihrer Platte löschen und erneut klonen.","Ihrer Platte löschen und erneut klonen.",{"word":"25112"},{"word":"21439"},{"word":"30365"},{"word":"30366"},{"word":"30367"},"klong","krone","kroner","Platte löschen und erneut klonen.","You are here to help jmbde-QT? Awesome, feel free and read the following sections in\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"You are here to help jmbde-QT? Awesome, feel free","matters a lot, jmbde-QT is getting better and better because of people like you. :smile:\n","matters a lot, jmbde-QT is getting better","- If you like jmbde-QT, star this project and share it with your friends.\n","- If you like jmbde-QT, star this project","- Write tutorials and blogs on how to use jmbde-QT.\n","blogs on how to use jmbde-QT.","jmbde-QT is a good example. Google for what you want to implement is usually helpful.\n","jmbde-QT is a good example","# install cmake, ninja, and ccache\n",{"word":"30390"},{"word":"30391"},{"word":"30392"},{"word":"30393"},{"word":"30394"},"cache","CACHE","cached","cacher","caches","install cmake, ninja, and ccache","RUN setup-cpp --compiler $compiler --llvm true --cmake true --doxygen true --ninja true --ccache true --cppcheck true --vcpkg true --conan true --task true\n","true --ninja true --ccache true --cppcheck true",{"word":"20070"},{"word":"20071"},{"word":"20072"},"true --ccache true --cppcheck true --vcpkg true -",{"word":"20121"},{"word":"20122"},{"word":"20123"},{"word":"20124"},"true --cppcheck true --vcpkg true --conan true -","CMD [\"/bin/bash\", \"-c\", \"task myproj:build\"]\n",{"word":"30413"},{"word":"30414"},{"word":"20106"},{"word":"30415"},{"word":"30416"},"myron","Myron","csproj","fsproj","bin/bash\", \"-c\", \"task myproj:build\"]","CMD [\"/bin/bash\", \"-c\", \"task myproj:test\"]\n","bin/bash\", \"-c\", \"task myproj:test\"]","source ~/.cpprc\n",{"word":"30426"},{"word":"30427"},{"word":"30428"},{"word":"30429"},{"word":"30430"},"cprt","cpc","cpr","prc","circ","source ~/.cpprc","source /root/emsdk/emsdk_env.sh\n",{"word":"30438"},{"word":"30439"},{"word":"30440"},{"word":"30441"},{"word":"30442"},"eisk","Eisk","ems","esd","msdn","source /root/emsdk/emsdk_env.sh",{"word":"30426"},{"word":"30427"},{"word":"30428"},{"word":"30429"},{"word":"30430"}," emscripten:\n","emscripten:"," - docker-compose up --build build-emscripten\n","compose up --build build-emscripten"," rpi4.aarch64:\n",{"word":"21748"},{"word":"30459"},{"word":"21749"},{"word":"30460"},{"word":"30461"},"anarch","larch","march","rpi4.aarch64:"," - docker-compose up --build build-rpi4-aarch64\n","up --build build-rpi4-aarch64"," rpi4.vcpkg:\n",{"word":"20121"},{"word":"20122"},{"word":"20123"},{"word":"20124"},"rpi4.vcpkg:"," - docker-compose up --build build-rpi4-vcpkg\n","up --build build-rpi4-vcpkg"," rpi4.vcpkg-custom:\n","rpi4.vcpkg-custom:"," - docker-compose up --build build-rpi4-vcpkg-custom\n","up --build build-rpi4-vcpkg-custom","# hadolint ignore=DL3008,DL3015\n",{"word":"19889"},{"word":"19890"},{"word":"19891"},{"word":"19892"},{"word":"19893"},"# hadolint ignore=DL3008,DL301"," dpkg-sig createrepo rpm \\\n",{"word":"30490"},{"word":"30491"},{"word":"30492"},{"word":"30493"},{"word":"30494"},"cratered","creature","creatures","creature's","creaturely","dpkg-sig createrepo rpm \\","RUN wget -q https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI_VERSION}.zip -O awscliv2.zip && \\\n",{"word":"30501"},{"word":"30502"},{"word":"30503"},{"word":"30504"},"asci","ascii","asciis","autoliv","CLI_VERSION}.zip -O awscliv2.zip && \\"," unzip awscliv2.zip && \\\n","unzip awscliv2.zip && \\"," rm awscliv2.zip\n","rm awscliv2.zip","RUN go get -u github.com/jstemmer/go-junit-report\n","go get -u github.com/jstemmer/go-junit-report","\n",{"word":"30517"},{"word":"30518"},{"word":"30519"},{"word":"30520"},"creator","iterator","Iterator","macerator",""," /opt/qt/bin/qmake\n",{"word":"19835"},{"word":"19836"},{"word":"19837"},{"word":"19838"},{"word":"19839"},"QMakePath\">/opt/qt/bin/qmake","\n",""," $ poetry run jmbde-python\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"$ poetry run jmbde-python",".. toctree::\n",{"word":"30544"},{"word":"30545"},{"word":"20153"},{"word":"30546"},{"word":"30547"},"torte","toter","tortes","toters",".. toctree::"," gedit ~/.bashrc\n",{"word":"30555"},{"word":"30556"},{"word":"30557"},{"word":"30558"},{"word":"30559"},"genit","geddit","edit","medit","Medit","gedit ~/.bashrc"," Set the architecture using [vcvarsall](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019#vcvarsall-syntax):\n","architecture using [vcvarsall](https://docs.microsoft"," vcvarsall.bat x64\n","vcvarsall.bat x64","To configure the project, you could use `cmake`, or `ccmake` or `cmake-gui`. Each of them are explained in the following:\n",{"word":"19837"},{"word":"30571"},{"word":"28144"},{"word":"30572"},{"word":"30573"},"comake","crake","cumae","could use `cmake`, or `ccmake` or `cmake-gui`. Each","#### (2.b) Configuring via ccmake\n",".b) Configuring via ccmake"," ccmake -S . -B ./build\n","ccmake -S . -B ./build","Once `ccmake` has finished setting up, press 'c' to configure the project,\n","Once `ccmake` has finished setting","You can use the `ctest` command run the tests.\n",{"word":"28170"},{"word":"28171"},{"word":"28172"},{"word":"28173"},{"word":"28174"},"You can use the `ctest` command run the tests","ctest -C Debug\n","ctest -C Debug",".. include:: /shortcuts.rstext\n",{"word":"30596"},{"word":"28278"},{"word":"30597"},{"word":"25067"},{"word":"30598"},"rset","sext","text","include:: /shortcuts.rstext","* **jmbde-QT Website**: For general information and updates, as well as the latest\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"* **jmbde-QT Website**: For general"," news on jmbde-QT, go to: ``_\n","news on jmbde-QT, go to: ``_, start by opening\n","Once you've `installed jmbde Preferences`.\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"jmbde has many options to",{"word":"30596"},{"word":"28278"},{"word":"30597"},{"word":"25067"},{"word":"30598"}," An Overview of the jmbde Interface\n",{"word":"19720"},{"word":"19721"},{"word":"19722"},{"word":"19723"},{"word":"19724"},"An Overview of the jmbde Interface",{"word":"30544"},{"word":"30545"},{"word":"20153"},{"word":"30546"},{"word":"30547"}," AND NOT SPHINX_QTHELP\n",{"word":"30703","wordAdjustedToMatchCase":"35801"},{"word":"30704","wordAdjustedToMatchCase":"35802"},{"word":"30705"},{"word":"30706","wordAdjustedToMatchCase":"35803"},{"word":"30707","wordAdjustedToMatchCase":"35804"},"help","ethel","Ethel","whelp","--help","AND NOT SPHINX_QTHELP"," ${CMAKE_CURRENT_BINARY_DIR}/texinfo/cmake.texi)\n",{"word":"30715"},{"word":"30716"},{"word":"30598"},{"word":"30717"},{"word":"30718"},"taxi","teri","Teri","Text","BINARY_DIR}/texinfo/cmake.texi)"," if(name STREQUAL \"ccmake\" AND NOT BUILD_CursesDialog)\n",{"word":"19837"},{"word":"30571"},{"word":"28144"},{"word":"30572"},{"word":"30573"},"if(name STREQUAL \"ccmake\" AND NOT BUILD_CursesDialog","\n",{"word":"30733"},{"word":"30734"},{"word":"30735"},{"word":"30736"},{"word":"30737"},"doctor","Doctor","dotcom","doctors","dicot","\n","SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->","\n"," - + ## Motivation and Context @@ -28,13 +28,13 @@ -- [ ] If the key of a setting is changed, the `old` attribute is updated or it is +- [ ] If the key of a setting is changed, the `old` attribute is updated or it is resolved in SettingsUpdater. -- [ ] If there are changes of the text displayed in the UI, they are wrapped in `tr()` +- [ ] If there are changes of the text displayed in the UI, they are wrapped in `tr()` or `QCoreApplication::translate()`. -- [ ] If needed, I have opened a pull request or an issue to update the +- [ ] If needed, I have opened a pull request or an issue to update the [documentation](http://jmuelbert.github.io/jmbde-QT/). -- [ ] If these changes are notable, they are documented in +- [ ] If these changes are notable, they are documented in [CHANGELOG.md](https://github.com/jmuelbert/jmbde-QT/blob/master/CHANGELOG.md). ## Additional text diff --git a/.github/actions/spelling/README.md b/.github/actions/spelling/README.md index 44d0886aa..f941b7a91 100644 --- a/.github/actions/spelling/README.md +++ b/.github/actions/spelling/README.md @@ -1,7 +1,7 @@ # check-spelling/check-spelling configuration | File | Purpose | Format | Info | -| -------------------------------------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | +|----------------------------------------------------|----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| | [dictionary.txt](dictionary.txt) | Replacement dictionary (creating this file will override the default dictionary) | one word per line | [dictionary](https://github.com/check-spelling/check-spelling/wiki/Configuration#dictionary) | | [allow.txt](allow.txt) | Add words to the dictionary | one word per line (only letters and `'`s allowed) | [allow](https://github.com/check-spelling/check-spelling/wiki/Configuration#allow) | | [reject.txt](reject.txt) | Remove words from the dictionary (after allow) | grep pattern matching whole dictionary words | [reject](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-reject) | diff --git a/.github/styles/config/vocabularies/cspell/german-words.txt b/.github/styles/config/vocabularies/cspell/german-words.txt new file mode 100644 index 000000000..e69de29bb diff --git a/.github/styles/config/vocabularies/cspell/github-actions.txt b/.github/styles/config/vocabularies/cspell/github-actions.txt new file mode 100644 index 000000000..98d14b322 --- /dev/null +++ b/.github/styles/config/vocabularies/cspell/github-actions.txt @@ -0,0 +1,19 @@ +Armin +Codacy +codelytv +codeql +dessant +fsfe +Gehrcke +ghrs +ghtoken +jgehrcke +mshick +ncipollo +OSSAR +ossf +returntocorp +sarif +stefanzweifel +tomwhross +wagoid diff --git a/.github/styles/config/vocabularies/cspell/italian-words.txt b/.github/styles/config/vocabularies/cspell/italian-words.txt new file mode 100644 index 000000000..dfe35404b --- /dev/null +++ b/.github/styles/config/vocabularies/cspell/italian-words.txt @@ -0,0 +1 @@ +Italiano diff --git a/.github/styles/config/vocabularies/cspell/project-words.txt b/.github/styles/config/vocabularies/cspell/project-words.txt new file mode 100644 index 000000000..3016f2476 --- /dev/null +++ b/.github/styles/config/vocabularies/cspell/project-words.txt @@ -0,0 +1,38 @@ +aiohttp +apdisk +biomejs +Bxml +davidanson +dbaeumer +debugpy +devskim +dmypy +donotpresent +dout +esbenp +fatfs +fram +fseventsd +icns +inout +ipynb +linkcheckerrc +phoenisx +pkgs +PYTHONUNBUFFERED +rsource +Scriptish +Signup +spack +svneol +tamasfe +unstall +unstalling +visualstudioexptteam +vcproj +vscodeintellicodes +vsprops +wheight +xbps +yzhang +zainchen diff --git a/.github/styles/config/vocabularies/cspell/python-words.txt b/.github/styles/config/vocabularies/cspell/python-words.txt new file mode 100644 index 000000000..04e413ffd --- /dev/null +++ b/.github/styles/config/vocabularies/cspell/python-words.txt @@ -0,0 +1,22 @@ +abbrs +arithmatex +codehilite +colab +cython +glightbox +inlinehilite +ipython +linenums +mkapi +mkautodoc +mkdocs +mkdocstrings +pybuilder +pyflow +pyinstaller +pylance +pymdownx +pypa +pypackages +pytype +xunit diff --git a/.github/styles/config/vocabularies/cspell/ruby-words.txt b/.github/styles/config/vocabularies/cspell/ruby-words.txt new file mode 100644 index 000000000..31ab37661 --- /dev/null +++ b/.github/styles/config/vocabularies/cspell/ruby-words.txt @@ -0,0 +1 @@ +rubocop diff --git a/.github/styles/config/vocabularies/cspell/spanish-words.txt b/.github/styles/config/vocabularies/cspell/spanish-words.txt new file mode 100644 index 000000000..e69de29bb diff --git a/.github/styles/vale/Microsoft/AMPM.yml b/.github/styles/vale/Microsoft/AMPM.yml new file mode 100644 index 000000000..8b9fed162 --- /dev/null +++ b/.github/styles/vale/Microsoft/AMPM.yml @@ -0,0 +1,9 @@ +extends: existence +message: Use 'AM' or 'PM' (preceded by a space). +link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/date-time-terms +level: error +nonword: true +tokens: + - '\d{1,2}[AP]M' + - '\d{1,2} ?[ap]m' + - '\d{1,2} ?[aApP]\.[mM]\.' diff --git a/.github/styles/vale/Microsoft/Accessibility.yml b/.github/styles/vale/Microsoft/Accessibility.yml new file mode 100644 index 000000000..f5f482939 --- /dev/null +++ b/.github/styles/vale/Microsoft/Accessibility.yml @@ -0,0 +1,30 @@ +extends: existence +message: "Don't use language (such as '%s') that defines people by their disability." +link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/accessibility-terms +level: suggestion +ignorecase: true +tokens: + - a victim of + - able-bodied + - an epileptic + - birth defect + - crippled + - differently abled + - disabled + - dumb + - handicapped + - handicaps + - healthy person + - hearing-impaired + - lame + - maimed + - mentally handicapped + - missing a limb + - mute + - non-verbal + - normal person + - sight-impaired + - slow learner + - stricken with + - suffers from + - vision-impaired diff --git a/.github/styles/vale/Microsoft/Acronyms.yml b/.github/styles/vale/Microsoft/Acronyms.yml new file mode 100644 index 000000000..308ff7c0e --- /dev/null +++ b/.github/styles/vale/Microsoft/Acronyms.yml @@ -0,0 +1,64 @@ +extends: conditional +message: "'%s' has no definition." +link: https://docs.microsoft.com/en-us/style-guide/acronyms +level: suggestion +ignorecase: false +# Ensures that the existence of 'first' implies the existence of 'second'. +first: '\b([A-Z]{3,5})\b' +second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)' +# ... with the exception of these: +exceptions: + - API + - ASP + - CLI + - CPU + - CSS + - CSV + - DEBUG + - DOM + - DPI + - FAQ + - GCC + - GDB + - GET + - GPU + - GTK + - GUI + - HTML + - HTTP + - HTTPS + - IDE + - JAR + - JSON + - JSX + - LESS + - LLDB + - NET + - NOTE + - NVDA + - OSS + - PATH + - PDF + - PHP + - POST + - RAM + - REPL + - RSA + - SCM + - SCSS + - SDK + - SQL + - SSH + - SSL + - SVG + - TBD + - TCP + - TODO + - URI + - URL + - USB + - UTF + - XML + - XSS + - YAML + - ZIP diff --git a/.github/styles/vale/Microsoft/Adverbs.yml b/.github/styles/vale/Microsoft/Adverbs.yml new file mode 100644 index 000000000..5619f99d8 --- /dev/null +++ b/.github/styles/vale/Microsoft/Adverbs.yml @@ -0,0 +1,272 @@ +extends: existence +message: "Remove '%s' if it's not important to the meaning of the statement." +link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sentences +ignorecase: true +level: warning +action: + name: remove +tokens: + - abnormally + - absentmindedly + - accidentally + - adventurously + - anxiously + - arrogantly + - awkwardly + - bashfully + - beautifully + - bitterly + - bleakly + - blindly + - blissfully + - boastfully + - boldly + - bravely + - briefly + - brightly + - briskly + - broadly + - busily + - calmly + - carefully + - carelessly + - cautiously + - cheerfully + - cleverly + - closely + - coaxingly + - colorfully + - continually + - coolly + - courageously + - crossly + - cruelly + - curiously + - daintily + - dearly + - deceivingly + - deeply + - defiantly + - deliberately + - delightfully + - diligently + - dimly + - doubtfully + - dreamily + - easily + - effectively + - elegantly + - energetically + - enormously + - enthusiastically + - excitedly + - extremely + - fairly + - faithfully + - famously + - ferociously + - fervently + - fiercely + - fondly + - foolishly + - fortunately + - frankly + - frantically + - freely + - frenetically + - frightfully + - furiously + - generally + - generously + - gently + - gladly + - gleefully + - gracefully + - gratefully + - greatly + - greedily + - happily + - hastily + - healthily + - heavily + - helplessly + - honestly + - hopelessly + - hungrily + - innocently + - inquisitively + - intensely + - intently + - interestingly + - inwardly + - irritably + - jaggedly + - jealously + - jovially + - joyfully + - joyously + - jubilantly + - judgmentally + - justly + - keenly + - kiddingly + - kindheartedly + - knavishly + - knowingly + - knowledgeably + - lazily + - lightly + - limply + - lively + - loftily + - longingly + - loosely + - loudly + - lovingly + - loyally + - madly + - majestically + - meaningfully + - mechanically + - merrily + - miserably + - mockingly + - mortally + - mysteriously + - naturally + - nearly + - neatly + - nervously + - nicely + - noisily + - obediently + - obnoxiously + - oddly + - offensively + - optimistically + - overconfidently + - painfully + - partially + - patiently + - perfectly + - playfully + - politely + - poorly + - positively + - potentially + - powerfully + - promptly + - properly + - punctually + - quaintly + - queasily + - queerly + - questionably + - quickly + - quietly + - quirkily + - quite + - quizzically + - randomly + - rapidly + - rarely + - readily + - really + - reassuringly + - recklessly + - regularly + - reluctantly + - repeatedly + - reproachfully + - restfully + - righteously + - rightfully + - rigidly + - roughly + - rudely + - safely + - scarcely + - scarily + - searchingly + - sedately + - seemingly + - selfishly + - separately + - seriously + - shakily + - sharply + - sheepishly + - shrilly + - shyly + - silently + - sleepily + - slowly + - smoothly + - softly + - solemnly + - solidly + - speedily + - stealthily + - sternly + - strictly + - suddenly + - supposedly + - surprisingly + - suspiciously + - sweetly + - swiftly + - sympathetically + - tenderly + - tensely + - terribly + - thankfully + - thoroughly + - thoughtfully + - tightly + - tremendously + - triumphantly + - truthfully + - ultimately + - unabashedly + - unaccountably + - unbearably + - unethically + - unexpectedly + - unfortunately + - unimpressively + - unnaturally + - unnecessarily + - urgently + - usefully + - uselessly + - utterly + - vacantly + - vaguely + - vainly + - valiantly + - vastly + - verbally + - very + - viciously + - victoriously + - violently + - vivaciously + - voluntarily + - warmly + - weakly + - wearily + - wetly + - wholly + - wildly + - willfully + - wisely + - woefully + - wonderfully + - worriedly + - yawningly + - yearningly + - yieldingly + - youthfully + - zealously + - zestfully + - zestily diff --git a/.github/styles/vale/Microsoft/Auto.yml b/.github/styles/vale/Microsoft/Auto.yml new file mode 100644 index 000000000..4da439353 --- /dev/null +++ b/.github/styles/vale/Microsoft/Auto.yml @@ -0,0 +1,11 @@ +extends: existence +message: "In general, don't hyphenate '%s'." +link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/a/auto +ignorecase: true +level: error +action: + name: convert + params: + - simple +tokens: + - 'auto-\w+' diff --git a/.github/styles/vale/Microsoft/Avoid.yml b/.github/styles/vale/Microsoft/Avoid.yml new file mode 100644 index 000000000..a1bcbe47e --- /dev/null +++ b/.github/styles/vale/Microsoft/Avoid.yml @@ -0,0 +1,14 @@ +extends: existence +message: "Don't use '%s'. See the A-Z word list for details." +# See the A-Z word list +link: https://docs.microsoft.com/en-us/style-guide +ignorecase: true +level: error +tokens: + - abortion + - and so on + - app(?:location)?s? (?:developer|program) + - app(?:location)? file + - backbone + - backend + - contiguous selection diff --git a/.github/styles/vale/Microsoft/Contractions.yml b/.github/styles/vale/Microsoft/Contractions.yml new file mode 100644 index 000000000..bc5321695 --- /dev/null +++ b/.github/styles/vale/Microsoft/Contractions.yml @@ -0,0 +1,38 @@ +extends: substitution +message: "Use '%s' instead of '%s'." +link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-contractions +level: error +ignorecase: true +action: + name: replace +swap: + are not: aren't + cannot: can't + could not: couldn't + did not: didn't + do not: don't + does not: doesn't + has not: hasn't + have not: haven't + how is: how's + is not: isn't + 'it is(?!\.)': it's + 'it''s(?=\.)': it is + should not: shouldn't + "that is(?![.,])": that's + 'that''s(?=\.)': that is + 'they are(?!\.)': they're + 'they''re(?=\.)': they are + was not: wasn't + 'we are(?!\.)': we're + 'we''re(?=\.)': we are + 'we have(?!\.)': we've + 'we''ve(?=\.)': we have + were not: weren't + 'what is(?!\.)': what's + 'what''s(?=\.)': what is + 'when is(?!\.)': when's + 'when''s(?=\.)': when is + 'where is(?!\.)': where's + 'where''s(?=\.)': where is + will not: won't diff --git a/.github/styles/vale/Microsoft/Dashes.yml b/.github/styles/vale/Microsoft/Dashes.yml new file mode 100644 index 000000000..72b05ba3e --- /dev/null +++ b/.github/styles/vale/Microsoft/Dashes.yml @@ -0,0 +1,13 @@ +extends: existence +message: "Remove the spaces around '%s'." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/emes +ignorecase: true +nonword: true +level: error +action: + name: edit + params: + - trim + - " " +tokens: + - '\s[—–]\s|\s[—–]|[—–]\s' diff --git a/.github/styles/vale/Microsoft/DateFormat.yml b/.github/styles/vale/Microsoft/DateFormat.yml new file mode 100644 index 000000000..196531394 --- /dev/null +++ b/.github/styles/vale/Microsoft/DateFormat.yml @@ -0,0 +1,8 @@ +extends: existence +message: Use 'July 31, 2016' format, not '%s'. +link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/date-time-terms +ignorecase: true +level: error +nonword: true +tokens: + - '\d{1,2} (?:Jan(?:uary)?|Feb(?:ruary)?|Mar(?:ch)?|Apr(?:il)|May|Jun(?:e)|Jul(?:y)|Aug(?:ust)|Sep(?:tember)?|Oct(?:ober)|Nov(?:ember)?|Dec(?:ember)?) \d{4}' diff --git a/.github/styles/vale/Microsoft/DateNumbers.yml b/.github/styles/vale/Microsoft/DateNumbers.yml new file mode 100644 index 000000000..14d46747c --- /dev/null +++ b/.github/styles/vale/Microsoft/DateNumbers.yml @@ -0,0 +1,40 @@ +extends: existence +message: "Don't use ordinal numbers for dates." +link: https://docs.microsoft.com/en-us/style-guide/numbers#numbers-in-dates +level: error +nonword: true +ignorecase: true +raw: + - \b(?:Jan(?:uary)?|Feb(?:ruary)?|Mar(?:ch)?|Apr(?:il)|May|Jun(?:e)|Jul(?:y)|Aug(?:ust)|Sep(?:tember)?|Oct(?:ober)|Nov(?:ember)?|Dec(?:ember)?)\b\s* +tokens: + - first + - second + - third + - fourth + - fifth + - sixth + - seventh + - eighth + - ninth + - tenth + - eleventh + - twelfth + - thirteenth + - fourteenth + - fifteenth + - sixteenth + - seventeenth + - eighteenth + - nineteenth + - twentieth + - twenty-first + - twenty-second + - twenty-third + - twenty-fourth + - twenty-fifth + - twenty-sixth + - twenty-seventh + - twenty-eighth + - twenty-ninth + - thirtieth + - thirty-first diff --git a/.github/styles/vale/Microsoft/DateOrder.yml b/.github/styles/vale/Microsoft/DateOrder.yml new file mode 100644 index 000000000..12d69ba51 --- /dev/null +++ b/.github/styles/vale/Microsoft/DateOrder.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Always spell out the name of the month." +link: https://docs.microsoft.com/en-us/style-guide/numbers#numbers-in-dates +ignorecase: true +level: error +nonword: true +tokens: + - '\b\d{1,2}/\d{1,2}/(?:\d{4}|\d{2})\b' diff --git a/.github/styles/vale/Microsoft/Ellipses.yml b/.github/styles/vale/Microsoft/Ellipses.yml new file mode 100644 index 000000000..320457a8b --- /dev/null +++ b/.github/styles/vale/Microsoft/Ellipses.yml @@ -0,0 +1,9 @@ +extends: existence +message: "In general, don't use an ellipsis." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/ellipses +nonword: true +level: warning +action: + name: remove +tokens: + - '\.\.\.' diff --git a/.github/styles/vale/Microsoft/FirstPerson.yml b/.github/styles/vale/Microsoft/FirstPerson.yml new file mode 100644 index 000000000..f58dea314 --- /dev/null +++ b/.github/styles/vale/Microsoft/FirstPerson.yml @@ -0,0 +1,16 @@ +extends: existence +message: "Use first person (such as '%s') sparingly." +link: https://docs.microsoft.com/en-us/style-guide/grammar/person +ignorecase: true +level: warning +nonword: true +tokens: + - (?:^|\s)I(?=\s) + - (?:^|\s)I(?=,\s) + - \bI'd\b + - \bI'll\b + - \bI'm\b + - \bI've\b + - \bme\b + - \bmy\b + - \bmine\b diff --git a/.github/styles/vale/Microsoft/Foreign.yml b/.github/styles/vale/Microsoft/Foreign.yml new file mode 100644 index 000000000..0d3d6002a --- /dev/null +++ b/.github/styles/vale/Microsoft/Foreign.yml @@ -0,0 +1,13 @@ +extends: substitution +message: "Use '%s' instead of '%s'." +link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-non-english-words +ignorecase: true +level: error +nonword: true +action: + name: replace +swap: + '\b(?:eg|e\.g\.)[\s,]': for example + '\b(?:ie|i\.e\.)[\s,]': that is + '\b(?:viz\.)[\s,]': namely + '\b(?:ergo)[\s,]': therefore diff --git a/.github/styles/vale/Microsoft/Gender.yml b/.github/styles/vale/Microsoft/Gender.yml new file mode 100644 index 000000000..47c080247 --- /dev/null +++ b/.github/styles/vale/Microsoft/Gender.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Don't use '%s'." +link: https://github.com/MicrosoftDocs/microsoft-style-guide/blob/master/styleguide/grammar/nouns-pronouns.md#pronouns-and-gender +level: error +ignorecase: true +tokens: + - he/she + - s/he diff --git a/.github/styles/vale/Microsoft/GenderBias.yml b/.github/styles/vale/Microsoft/GenderBias.yml new file mode 100644 index 000000000..fc987b94e --- /dev/null +++ b/.github/styles/vale/Microsoft/GenderBias.yml @@ -0,0 +1,42 @@ +extends: substitution +message: "Consider using '%s' instead of '%s'." +ignorecase: true +level: error +action: + name: replace +swap: + (?:alumna|alumnus): graduate + (?:alumnae|alumni): graduates + air(?:m[ae]n|wom[ae]n): pilot(s) + anchor(?:m[ae]n|wom[ae]n): anchor(s) + authoress: author + camera(?:m[ae]n|wom[ae]n): camera operator(s) + door(?:m[ae]|wom[ae]n): concierge(s) + draft(?:m[ae]n|wom[ae]n): drafter(s) + fire(?:m[ae]n|wom[ae]n): firefighter(s) + fisher(?:m[ae]n|wom[ae]n): fisher(s) + fresh(?:m[ae]n|wom[ae]n): first-year student(s) + garbage(?:m[ae]n|wom[ae]n): waste collector(s) + lady lawyer: lawyer + ladylike: courteous + mail(?:m[ae]n|wom[ae]n): mail carriers + man and wife: husband and wife + man enough: strong enough + mankind: human kind + manmade: manufactured + manpower: personnel + middle(?:m[ae]n|wom[ae]n): intermediary + news(?:m[ae]n|wom[ae]n): journalist(s) + ombuds(?:man|woman): ombuds + oneupmanship: upstaging + poetess: poet + police(?:m[ae]n|wom[ae]n): police officer(s) + repair(?:m[ae]n|wom[ae]n): technician(s) + sales(?:m[ae]n|wom[ae]n): salesperson or sales people + service(?:m[ae]n|wom[ae]n): soldier(s) + steward(?:ess)?: flight attendant + tribes(?:m[ae]n|wom[ae]n): tribe member(s) + waitress: waiter + woman doctor: doctor + woman scientist[s]?: scientist(s) + work(?:m[ae]n|wom[ae]n): worker(s) diff --git a/.github/styles/vale/Microsoft/GeneralURL.yml b/.github/styles/vale/Microsoft/GeneralURL.yml new file mode 100644 index 000000000..dcef503d9 --- /dev/null +++ b/.github/styles/vale/Microsoft/GeneralURL.yml @@ -0,0 +1,11 @@ +extends: existence +message: "For a general audience, use 'address' rather than 'URL'." +link: https://docs.microsoft.com/en-us/style-guide/urls-web-addresses +level: warning +action: + name: replace + params: + - URL + - address +tokens: + - URL diff --git a/.github/styles/vale/Microsoft/HeadingAcronyms.yml b/.github/styles/vale/Microsoft/HeadingAcronyms.yml new file mode 100644 index 000000000..9dc3b6c2d --- /dev/null +++ b/.github/styles/vale/Microsoft/HeadingAcronyms.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Avoid using acronyms in a title or heading." +link: https://docs.microsoft.com/en-us/style-guide/acronyms#be-careful-with-acronyms-in-titles-and-headings +level: warning +scope: heading +tokens: + - '[A-Z]{2,4}' diff --git a/.github/styles/vale/Microsoft/HeadingColons.yml b/.github/styles/vale/Microsoft/HeadingColons.yml new file mode 100644 index 000000000..7013c3914 --- /dev/null +++ b/.github/styles/vale/Microsoft/HeadingColons.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Capitalize '%s'." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/colons +nonword: true +level: error +scope: heading +tokens: + - ':\s[a-z]' diff --git a/.github/styles/vale/Microsoft/HeadingPunctuation.yml b/.github/styles/vale/Microsoft/HeadingPunctuation.yml new file mode 100644 index 000000000..4954cb11a --- /dev/null +++ b/.github/styles/vale/Microsoft/HeadingPunctuation.yml @@ -0,0 +1,13 @@ +extends: existence +message: "Don't use end punctuation in headings." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods +nonword: true +level: warning +scope: heading +action: + name: edit + params: + - trim_right + - ".?!" +tokens: + - "[a-z][.?!]$" diff --git a/.github/styles/vale/Microsoft/Headings.yml b/.github/styles/vale/Microsoft/Headings.yml new file mode 100644 index 000000000..63624edc1 --- /dev/null +++ b/.github/styles/vale/Microsoft/Headings.yml @@ -0,0 +1,28 @@ +extends: capitalization +message: "'%s' should use sentence-style capitalization." +link: https://docs.microsoft.com/en-us/style-guide/capitalization +level: suggestion +scope: heading +match: $sentence +indicators: + - ':' +exceptions: + - Azure + - CLI + - Code + - Cosmos + - Docker + - Emmet + - I + - Kubernetes + - Linux + - macOS + - Marketplace + - MongoDB + - REPL + - Studio + - TypeScript + - URLs + - Visual + - VS + - Windows diff --git a/.github/styles/vale/Microsoft/Hyphens.yml b/.github/styles/vale/Microsoft/Hyphens.yml new file mode 100644 index 000000000..7e5731c99 --- /dev/null +++ b/.github/styles/vale/Microsoft/Hyphens.yml @@ -0,0 +1,14 @@ +extends: existence +message: "'%s' doesn't need a hyphen." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens +level: warning +ignorecase: false +nonword: true +action: + name: edit + params: + - regex + - "-" + - " " +tokens: + - '\b[^\s-]+ly-\w+\b' diff --git a/.github/styles/vale/Microsoft/Negative.yml b/.github/styles/vale/Microsoft/Negative.yml new file mode 100644 index 000000000..d73221f53 --- /dev/null +++ b/.github/styles/vale/Microsoft/Negative.yml @@ -0,0 +1,13 @@ +extends: existence +message: "Form a negative number with an en dash, not a hyphen." +link: https://docs.microsoft.com/en-us/style-guide/numbers +nonword: true +level: error +action: + name: edit + params: + - regex + - "-" + - "–" +tokens: + - '(?<=\s)-\d+(?:\.\d+)?\b' diff --git a/.github/styles/vale/Microsoft/Ordinal.yml b/.github/styles/vale/Microsoft/Ordinal.yml new file mode 100644 index 000000000..e3483e380 --- /dev/null +++ b/.github/styles/vale/Microsoft/Ordinal.yml @@ -0,0 +1,13 @@ +extends: existence +message: "Don't add -ly to an ordinal number." +link: https://docs.microsoft.com/en-us/style-guide/numbers +level: error +action: + name: edit + params: + - trim + - ly +tokens: + - firstly + - secondly + - thirdly diff --git a/.github/styles/vale/Microsoft/OxfordComma.yml b/.github/styles/vale/Microsoft/OxfordComma.yml new file mode 100644 index 000000000..493b55c3c --- /dev/null +++ b/.github/styles/vale/Microsoft/OxfordComma.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Use the Oxford comma in '%s'." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/commas +scope: sentence +level: suggestion +nonword: true +tokens: + - '(?:[^\s,]+,){1,} \w+ (?:and|or) \w+[.?!]' diff --git a/.github/styles/vale/Microsoft/Passive.yml b/.github/styles/vale/Microsoft/Passive.yml new file mode 100644 index 000000000..102d377ca --- /dev/null +++ b/.github/styles/vale/Microsoft/Passive.yml @@ -0,0 +1,183 @@ +extends: existence +message: "'%s' looks like passive voice." +ignorecase: true +level: suggestion +raw: + - \b(am|are|were|being|is|been|was|be)\b\s* +tokens: + - '[\w]+ed' + - awoken + - beat + - become + - been + - begun + - bent + - beset + - bet + - bid + - bidden + - bitten + - bled + - blown + - born + - bought + - bound + - bred + - broadcast + - broken + - brought + - built + - burnt + - burst + - cast + - caught + - chosen + - clung + - come + - cost + - crept + - cut + - dealt + - dived + - done + - drawn + - dreamt + - driven + - drunk + - dug + - eaten + - fallen + - fed + - felt + - fit + - fled + - flown + - flung + - forbidden + - foregone + - forgiven + - forgotten + - forsaken + - fought + - found + - frozen + - given + - gone + - gotten + - ground + - grown + - heard + - held + - hidden + - hit + - hung + - hurt + - kept + - knelt + - knit + - known + - laid + - lain + - leapt + - learnt + - led + - left + - lent + - let + - lighted + - lost + - made + - meant + - met + - misspelt + - mistaken + - mown + - overcome + - overdone + - overtaken + - overthrown + - paid + - pled + - proven + - put + - quit + - read + - rid + - ridden + - risen + - run + - rung + - said + - sat + - sawn + - seen + - sent + - set + - sewn + - shaken + - shaven + - shed + - shod + - shone + - shorn + - shot + - shown + - shrunk + - shut + - slain + - slept + - slid + - slit + - slung + - smitten + - sold + - sought + - sown + - sped + - spent + - spilt + - spit + - split + - spoken + - spread + - sprung + - spun + - stolen + - stood + - stridden + - striven + - struck + - strung + - stuck + - stung + - stunk + - sung + - sunk + - swept + - swollen + - sworn + - swum + - swung + - taken + - taught + - thought + - thrived + - thrown + - thrust + - told + - torn + - trodden + - understood + - upheld + - upset + - wed + - wept + - withheld + - withstood + - woken + - won + - worn + - wound + - woven + - written + - wrung diff --git a/.github/styles/vale/Microsoft/Percentages.yml b/.github/styles/vale/Microsoft/Percentages.yml new file mode 100644 index 000000000..b68a7363f --- /dev/null +++ b/.github/styles/vale/Microsoft/Percentages.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Use a numeral plus the units." +link: https://docs.microsoft.com/en-us/style-guide/numbers +nonword: true +level: error +tokens: + - '\b[a-zA-z]+\spercent\b' diff --git a/.github/styles/vale/Microsoft/Plurals.yml b/.github/styles/vale/Microsoft/Plurals.yml new file mode 100644 index 000000000..1bb6660ad --- /dev/null +++ b/.github/styles/vale/Microsoft/Plurals.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Don't add '%s' to a singular noun. Use plural instead." +ignorecase: true +level: error +link: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/s/s-es +raw: + - '\(s\)|\(es\)' diff --git a/.github/styles/vale/Microsoft/Quotes.yml b/.github/styles/vale/Microsoft/Quotes.yml new file mode 100644 index 000000000..38f497606 --- /dev/null +++ b/.github/styles/vale/Microsoft/Quotes.yml @@ -0,0 +1,7 @@ +extends: existence +message: 'Punctuation should be inside the quotes.' +link: https://docs.microsoft.com/en-us/style-guide/punctuation/quotation-marks +level: error +nonword: true +tokens: + - '["“][^"”“]+["”][.,]' diff --git a/.github/styles/vale/Microsoft/RangeTime.yml b/.github/styles/vale/Microsoft/RangeTime.yml new file mode 100644 index 000000000..72d8bbfbe --- /dev/null +++ b/.github/styles/vale/Microsoft/RangeTime.yml @@ -0,0 +1,13 @@ +extends: existence +message: "Use 'to' instead of a dash in '%s'." +link: https://docs.microsoft.com/en-us/style-guide/numbers +nonword: true +level: error +action: + name: edit + params: + - regex + - "[-–]" + - "to" +tokens: + - '\b(?:AM|PM)\s?[-–]\s?.+(?:AM|PM)\b' diff --git a/.github/styles/vale/Microsoft/Semicolon.yml b/.github/styles/vale/Microsoft/Semicolon.yml new file mode 100644 index 000000000..4d905467d --- /dev/null +++ b/.github/styles/vale/Microsoft/Semicolon.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Try to simplify this sentence." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/semicolons +nonword: true +scope: sentence +level: suggestion +tokens: + - ';' diff --git a/.github/styles/vale/Microsoft/SentenceLength.yml b/.github/styles/vale/Microsoft/SentenceLength.yml new file mode 100644 index 000000000..82e265634 --- /dev/null +++ b/.github/styles/vale/Microsoft/SentenceLength.yml @@ -0,0 +1,6 @@ +extends: occurrence +message: "Try to keep sentences short (< 30 words)." +scope: sentence +level: suggestion +max: 30 +token: \b(\w+)\b diff --git a/.github/styles/vale/Microsoft/Spacing.yml b/.github/styles/vale/Microsoft/Spacing.yml new file mode 100644 index 000000000..bbd10e51d --- /dev/null +++ b/.github/styles/vale/Microsoft/Spacing.yml @@ -0,0 +1,8 @@ +extends: existence +message: "'%s' should have one space." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods +level: error +nonword: true +tokens: + - '[a-z][.?!] {2,}[A-Z]' + - '[a-z][.?!][A-Z]' diff --git a/.github/styles/vale/Microsoft/Suspended.yml b/.github/styles/vale/Microsoft/Suspended.yml new file mode 100644 index 000000000..7282e9c9c --- /dev/null +++ b/.github/styles/vale/Microsoft/Suspended.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Don't use '%s' unless space is limited." +link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens +ignorecase: true +level: warning +tokens: + - '\w+- and \w+-' diff --git a/.github/styles/vale/Microsoft/Terms.yml b/.github/styles/vale/Microsoft/Terms.yml new file mode 100644 index 000000000..65fca10aa --- /dev/null +++ b/.github/styles/vale/Microsoft/Terms.yml @@ -0,0 +1,42 @@ +extends: substitution +message: "Prefer '%s' over '%s'." +# term preference should be based on microsoft style guide, such as +link: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/a/adapter +level: warning +ignorecase: true +action: + name: replace +swap: + "(?:agent|virtual assistant|intelligent personal assistant)": personal digital assistant + "(?:assembler|machine language)": assembly language + "(?:drive C:|drive C>|C: drive)": drive C + "(?:internet bot|web robot)s?": bot(s) + "(?:microsoft cloud|the cloud)": cloud + "(?:mobile|smart) ?phone": phone + "24/7": every day + "audio(?:-| )book": audiobook + "back(?:-| )light": backlight + "chat ?bots?": chatbot(s) + adaptor: adapter + administrate: administer + afterwards: afterward + alphabetic: alphabetical + alphanumerical: alphanumeric + an URL: a URL + anti-aliasing: antialiasing + anti-malware: antimalware + anti-spyware: antispyware + anti-virus: antivirus + appendixes: appendices + artificial intelligence: AI + caap: CaaP + conversation-as-a-platform: conversation as a platform + eb: EB + gb: GB + gbps: Gbps + kb: KB + keypress: keystroke + mb: MB + pb: PB + tb: TB + zb: ZB diff --git a/.github/styles/vale/Microsoft/URLFormat.yml b/.github/styles/vale/Microsoft/URLFormat.yml new file mode 100644 index 000000000..4e24aa59f --- /dev/null +++ b/.github/styles/vale/Microsoft/URLFormat.yml @@ -0,0 +1,9 @@ +extends: substitution +message: Use 'of' (not 'for') to describe the relationship of the word URL to a resource. +ignorecase: true +link: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/u/url +level: suggestion +action: + name: replace +swap: + URL for: URL of diff --git a/.github/styles/vale/Microsoft/Units.yml b/.github/styles/vale/Microsoft/Units.yml new file mode 100644 index 000000000..f062418ee --- /dev/null +++ b/.github/styles/vale/Microsoft/Units.yml @@ -0,0 +1,16 @@ +extends: existence +message: "Don't spell out the number in '%s'." +link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/units-of-measure-terms +level: error +raw: + - '[a-zA-Z]+\s' +tokens: + - '(?:centi|milli)?meters' + - '(?:kilo)?grams' + - '(?:kilo)?meters' + - '(?:mega)?pixels' + - cm + - inches + - lb + - miles + - pounds diff --git a/.github/styles/vale/Microsoft/Vocab.yml b/.github/styles/vale/Microsoft/Vocab.yml new file mode 100644 index 000000000..eebe97b15 --- /dev/null +++ b/.github/styles/vale/Microsoft/Vocab.yml @@ -0,0 +1,25 @@ +extends: existence +message: "Verify your use of '%s' with the A-Z word list." +link: 'https://docs.microsoft.com/en-us/style-guide' +level: suggestion +ignorecase: true +tokens: + - above + - accessible + - actionable + - against + - alarm + - alert + - alias + - allows? + - and/or + - as well as + - assure + - author + - avg + - beta + - ensure + - he + - insure + - sample + - she diff --git a/.github/styles/vale/Microsoft/We.yml b/.github/styles/vale/Microsoft/We.yml new file mode 100644 index 000000000..97c901c1b --- /dev/null +++ b/.github/styles/vale/Microsoft/We.yml @@ -0,0 +1,11 @@ +extends: existence +message: "Try to avoid using first-person plural like '%s'." +link: https://docs.microsoft.com/en-us/style-guide/grammar/person#avoid-first-person-plural +level: warning +ignorecase: true +tokens: + - we + - we'(?:ve|re) + - ours? + - us + - let's diff --git a/.github/styles/vale/Microsoft/Wordiness.yml b/.github/styles/vale/Microsoft/Wordiness.yml new file mode 100644 index 000000000..3d008d189 --- /dev/null +++ b/.github/styles/vale/Microsoft/Wordiness.yml @@ -0,0 +1,127 @@ +extends: substitution +message: "Consider using '%s' instead of '%s'." +link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sentences +ignorecase: true +level: suggestion +action: + name: replace +swap: + (?:extract|take away|eliminate): remove + (?:in order to|as a means to): to + (?:inform|let me know): tell + (?:previous|prior) to: before + (?:utilize|make use of): use + a (?:large)? majority of: most + a (?:large)? number of: many + a myriad of: myriad + adversely impact: hurt + all across: across + all of (?!a sudden|these): all + all of a sudden: suddenly + all of these: these + all-time record: record + almost all: most + almost never: seldom + along the lines of: similar to + an adequate number of: enough + an appreciable number of: many + an estimated: about + any and all: all + are in agreement: agree + as a matter of fact: in fact + as a means of: to + as a result of: because of + as of yet: yet + as per: per + at a later date: later + at all times: always + at the present time: now + at this point in time: at this point + based in large part on: based on + based on the fact that: because + basic necessity: necessity + because of the fact that: because + came to a realization: realized + came to an abrupt end: ended abruptly + carry out an evaluation of: evaluate + close down: close + closed down: closed + complete stranger: stranger + completely separate: separate + concerning the matter of: regarding + conduct a review of: review + conduct an investigation: investigate + conduct experiments: experiment + continue on: continue + despite the fact that: although + disappear from sight: disappear + doomed to fail: doomed + drag and drop: drag + drag-and-drop: drag + due to the fact that: because + during the period of: during + during the time that: while + emergency situation: emergency + establish connectivity: connect + except when: unless + excessive number: too many + extend an invitation: invite + fall down: fall + fell down: fell + for the duration of: during + gather together: gather + has the ability to: can + has the capacity to: can + has the opportunity to: could + hold a meeting: meet + if this is not the case: if not + in a careful manner: carefully + in a thoughtful manner: thoughtfully + in a timely manner: timely + in addition: also + in an effort to: to + in between: between + in lieu of: instead of + in many cases: often + in most cases: usually + in order to: to + in some cases: sometimes + in spite of the fact that: although + in spite of: despite + in the (?:very)? near future: soon + in the event that: if + in the neighborhood of: roughly + in the vicinity of: close to + it would appear that: apparently + lift up: lift + made reference to: referred to + make reference to: refer to + mix together: mix + none at all: none + not in a position to: unable + not possible: impossible + of major importance: important + perform an assessment of: assess + pertaining to: about + place an order: order + plays a key role in: is essential to + present time: now + readily apparent: apparent + some of the: some + span across: span + subsequent to: after + successfully complete: complete + sufficient number (?:of)?: enough + take action: act + take into account: consider + the question as to whether: whether + there is no doubt but that: doubtless + this day and age: this age + this is a subject that: this subject + time (?:frame|period): time + under the provisions of: under + until such time as: until + used for fuel purposes: used for fuel + whether or not: whether + with regard to: regarding + with the exception of: except for diff --git a/.github/styles/vale/Microsoft/meta.json b/.github/styles/vale/Microsoft/meta.json new file mode 100644 index 000000000..297719bbb --- /dev/null +++ b/.github/styles/vale/Microsoft/meta.json @@ -0,0 +1,4 @@ +{ + "feed": "https://github.com/errata-ai/Microsoft/releases.atom", + "vale_version": ">=1.0.0" +} diff --git a/.github/styles/vale/Readability/AutomatedReadability.yml b/.github/styles/vale/Readability/AutomatedReadability.yml new file mode 100644 index 000000000..90852058b --- /dev/null +++ b/.github/styles/vale/Readability/AutomatedReadability.yml @@ -0,0 +1,6 @@ +extends: metric +message: "Try to keep the Automated Readability Index (%s) below 8." +link: https://en.wikipedia.org/wiki/Automated_readability_index +formula: | + (4.71 * (characters / words)) + (0.5 * (words / sentences)) - 21.43 +condition: "> 8" diff --git a/.github/styles/vale/Readability/ColemanLiau.yml b/.github/styles/vale/Readability/ColemanLiau.yml new file mode 100644 index 000000000..601498731 --- /dev/null +++ b/.github/styles/vale/Readability/ColemanLiau.yml @@ -0,0 +1,6 @@ +extends: metric +message: "Try to keep the Coleman–Liau Index grade (%s) below 9." +link: https://en.wikipedia.org/wiki/Coleman%E2%80%93Liau_index +formula: | + (0.0588 * (characters / words) * 100) - (0.296 * (sentences / words) * 100) - 15.8 +condition: "> 9" diff --git a/.github/styles/vale/Readability/FleschKincaid.yml b/.github/styles/vale/Readability/FleschKincaid.yml new file mode 100644 index 000000000..2c982c170 --- /dev/null +++ b/.github/styles/vale/Readability/FleschKincaid.yml @@ -0,0 +1,6 @@ +extends: metric +message: "Try to keep the Flesch–Kincaid grade level (%s) below 8." +link: https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests +formula: | + (0.39 * (words / sentences)) + (11.8 * (syllables / words)) - 15.59 +condition: "> 8" diff --git a/.github/styles/vale/Readability/FleschReadingEase.yml b/.github/styles/vale/Readability/FleschReadingEase.yml new file mode 100644 index 000000000..be13a949d --- /dev/null +++ b/.github/styles/vale/Readability/FleschReadingEase.yml @@ -0,0 +1,6 @@ +extends: metric +message: "Try to keep the Flesch reading ease score (%s) above 70." +link: https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests +formula: | + 206.835 - (1.015 * (words / sentences)) - (84.6 * (syllables / words)) +condition: "< 70" diff --git a/.github/styles/vale/Readability/GunningFog.yml b/.github/styles/vale/Readability/GunningFog.yml new file mode 100644 index 000000000..c6cb60d0c --- /dev/null +++ b/.github/styles/vale/Readability/GunningFog.yml @@ -0,0 +1,6 @@ +extends: metric +message: "Try to keep the Gunning-Fog index (%s) below 10." +link: https://en.wikipedia.org/wiki/Gunning_fog_index +formula: | + 0.4 * ((words / sentences) + 100 * (complex_words / words)) +condition: "> 10" diff --git a/.github/styles/vale/Readability/LIX.yml b/.github/styles/vale/Readability/LIX.yml new file mode 100644 index 000000000..d021bd47a --- /dev/null +++ b/.github/styles/vale/Readability/LIX.yml @@ -0,0 +1,15 @@ +extends: metric +message: "Try to keep the LIX score (%s) below 35." +link: https://en.wikipedia.org/wiki/Lix_(readability_test) +# Very Easy: 20 - 25 +# +# Easy: 30 - 35 +# +# Medium: 40 - 45 +# +# Difficult: 50 - 55 +# +# Very Difficult: 60+ +formula: | + (words / sentences) + ((long_words * 100) / words) +condition: "> 35" diff --git a/.github/styles/vale/Readability/SMOG.yml b/.github/styles/vale/Readability/SMOG.yml new file mode 100644 index 000000000..9d58a1de3 --- /dev/null +++ b/.github/styles/vale/Readability/SMOG.yml @@ -0,0 +1,6 @@ +extends: metric +message: "Try to keep the SMOG grade (%s) below 10." +link: https://en.wikipedia.org/wiki/SMOG +formula: | + 1.0430 * math.sqrt((polysyllabic_words * 30.0) / sentences) + 3.1291 +condition: "> 10" diff --git a/.github/styles/vale/Readability/meta.json b/.github/styles/vale/Readability/meta.json new file mode 100644 index 000000000..0c9e8001f --- /dev/null +++ b/.github/styles/vale/Readability/meta.json @@ -0,0 +1,4 @@ +{ + "feed": "https://github.com/errata-ai/Readability/releases.atom", + "vale_version": ">=2.13.0" +} diff --git a/.github/styles/vale/alex/Ablist.yml b/.github/styles/vale/alex/Ablist.yml new file mode 100644 index 000000000..f45f130fe --- /dev/null +++ b/.github/styles/vale/alex/Ablist.yml @@ -0,0 +1,198 @@ +extends: substitution +message: When referring to a person, consider using '%s' instead of '%s'. +ignorecase: true +level: warning +action: + name: replace +swap: + ablebodied: non-disabled + addict: person with a drug addiction|person recovering from a drug addiction + addicts: people with a drug addiction|people recovering from a drug addiction + adhd: disorganized|distracted|energetic|hyperactive|impetuous|impulsive|inattentive|restless|unfocused + afflicted with MD: person who has muscular dystrophy + afflicted with a disability: has a disability|person with a disability|people with disabilities + afflicted with a intellectual disability: person with an intellectual disability + afflicted with a polio: polio|person who had polio + afflicted with aids: person with AIDS + afflicted with an injury: sustain an injury|receive an injury + afflicted with disabilities: has a disability|person with a disability|people with disabilities + afflicted with injuries: sustain injuries|receive injuries + afflicted with intellectual disabilities: person with an intellectual disability + afflicted with multiple sclerosis: person who has multiple sclerosis + afflicted with muscular dystrophy: person who has muscular dystrophy + afflicted with polio: polio|person who had polio + afflicted with psychosis: person with a psychotic condition|person with psychosis + afflicted with schizophrenia: person with schizophrenia + aids victim: person with AIDS + alcohol abuser: someone with an alcohol problem + alcoholic: someone with an alcohol problem + amputee: person with an amputation + anorexic: thin|slim + asylum: psychiatric hospital|mental health hospital + barren: empty|sterile|infertile + batshit: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + bedlam: chaos|hectic|pandemonium + binge: enthusiastic|spree + bipolar: fluctuating|person with bipolar disorder + birth defect: has a disability|person with a disability|people with disabilities + blind eye to: careless|heartless|indifferent|insensitive + blind to: careless|heartless|indifferent|insensitive + blinded by: careless|heartless|indifferent|insensitive + bony: thin|slim + bound to a wheelchair: uses a wheelchair + buckteeth: person with prominent teeth|prominent teeth + bucktoothed: person with prominent teeth|prominent teeth + challenged: has a disability|person with a disability|people with disabilities + cleftlipped: person with a cleft-lip and palate + confined to a wheelchair: uses a wheelchair + contard: disagreeable|uneducated|ignorant|naive|inconsiderate + crazy: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + cretin: creep|fool + cripple: person with a limp + crippled: person with a limp + daft: absurd|foolish + deaf and dumb: deaf + deaf ear to: careless|heartless|indifferent|insensitive + deaf to: careless|heartless|indifferent|insensitive + deafened by: careless|heartless|indifferent|insensitive + deafmute: deaf + delirious: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + demented: person with dementia + depressed: sad|blue|bummed out|person with seasonal affective disorder|person with psychotic depression|person with postpartum depression + detox: treatment + detox center: treatment center + diffability: has a disability|person with a disability|people with disabilities + differently abled: has a disability|person with a disability|people with disabilities + disabled: turned off|has a disability|person with a disability|people with disabilities + downs syndrome: Down Syndrome + dumb: foolish|ludicrous|speechless|silent + dummy: test double|placeholder|fake|stub + dummyobject: test double|placeholder|fake|stub + dummyvalue: test double|placeholder|fake|stub + dummyvariable: test double|placeholder|fake|stub + dwarf: person with dwarfism|little person|little people|LP|person of short stature + dyslexic: person with dyslexia + epileptic: person with epilepsy + family burden: with family support needs + feeble minded: foolish|ludicrous|silly + feebleminded: foolish|ludicrous|silly + fucktard: disagreeable|uneducated|ignorant|naive|inconsiderate + gimp: person with a limp + handicapable: has a disability|person with a disability|people with disabilities + handicapped: person with a handicap|accessible + handicapped parking: accessible parking + hare lip: cleft-lip and palate + harelip: cleft-lip and palate + harelipped: person with a cleft-lip and palate + has intellectual issues: person with an intellectual disability + hearing impaired: hard of hearing|partially deaf|partial hearing loss|deaf + hearing impairment: hard of hearing|partially deaf|partial hearing loss|deaf + idiot: foolish|ludicrous|silly + imbecile: foolish|ludicrous|silly + infantile paralysis: polio|person who had polio + insane: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + insanely: incredibly + insanity: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + insomnia: restlessness|sleeplessness + insomniac: person who has insomnia + insomniacs: people who have insomnia + intellectually disabled: person with an intellectual disability + intellectually disabled people: people with intellectual disabilities + invalid: turned off|has a disability|person with a disability|people with disabilities + junkie: person with a drug addiction|person recovering from a drug addiction + junkies: people with a drug addiction|people recovering from a drug addiction + lame: boring|dull + learning disabled: person with learning disabilities + libtard: disagreeable|uneducated|ignorant|naive|inconsiderate + loony: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + loony bin: chaos|hectic|pandemonium + low iq: foolish|ludicrous|unintelligent + lunacy: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + lunatic: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + madhouse: chaos|hectic|pandemonium + maniac: fanatic|zealot|enthusiast + manic: person with schizophrenia + mental: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + mental case: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + mental defective: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + mentally ill: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + midget: person with dwarfism|little person|little people|LP|person of short stature + mongoloid: person with Down Syndrome + moron: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + moronic: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + multiple sclerosis victim: person who has multiple sclerosis + neurotic: has an anxiety disorder|obsessive|pedantic|niggly|picky + nuts: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + panic attack: fit of terror|scare + paraplegic: person with paraplegia + psycho: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + psychopathology: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental illness|person with mental illness|person with symptoms of a mental disorder|person with a mental disorder + psychotic: person with a psychotic condition|person with psychosis + quadriplegic: person with quadriplegia + rehab: treatment + rehab center: treatment center + restricted to a wheelchair: uses a wheelchair + retard: silly|dullard|person with Down Syndrome|person with developmental disabilities|delay|hold back + retarded: silly|dullard|person with Down Syndrome|person with developmental disabilities|delay|hold back + retards: "sillies|dullards|people with developmental disabilities|people with Down’s Syndrome|delays|holds back" + sane: correct|adequate|sufficient|consistent|valid|coherent|sensible|reasonable + sanity check: check|assertion|validation|smoke test + schizo: person with schizophrenia + schizophrenic: person with schizophrenia + senile: person with dementia + short bus: silly|dullard|person with Down Syndrome|person with developmental disabilities|delay|hold back + simpleton: foolish|ludicrous|unintelligent + small person: person with dwarfism|little person|little people|LP|person of short stature + sociopath: person with a personality disorder|person with psychopathic personality + sociopaths: people with psychopathic personalities|people with a personality disorder + spastic: person with cerebral palsy|twitch|flinch + spaz: person with cerebral palsy|twitch|flinch|hectic + special: has a disability|person with a disability|people with disabilities + special needs: has a disability|person with a disability|people with disabilities + special olympians: athletes|Special Olympics athletes + special olympic athletes: athletes|Special Olympics athletes + specially abled: has a disability|person with a disability|people with disabilities + stammering: stuttering|disfluency of speech + stroke victim: individual who has had a stroke + stupid: foolish|ludicrous|unintelligent + stutterer: person who stutters + suffer from aids: person with AIDS + suffer from an injury: sustain an injury|receive an injury + suffer from injuries: sustain injuries|receive injuries + suffering from a disability: has a disability|person with a disability|people with disabilities + suffering from a polio: polio|person who had polio + suffering from a stroke: individual who has had a stroke + suffering from aids: person with AIDS + suffering from an injury: sustain an injury|receive an injury + suffering from an intellectual disability: person with an intellectual disability + suffering from disabilities: has a disability|person with a disability|people with disabilities + suffering from injuries: sustain injuries|receive injuries + suffering from intellectual disabilities: person with an intellectual disability + suffering from multiple sclerosis: person who has multiple sclerosis + suffering from polio: polio|person who had polio + suffering from psychosis: person with a psychotic condition|person with psychosis + suffering from schizophrenia: person with schizophrenia + suffers from MD: person who has muscular dystrophy + suffers from aids: person with AIDS + suffers from an injury: sustain an injury|receive an injury + suffers from disabilities: has a disability|person with a disability|people with disabilities + suffers from injuries: sustain injuries|receive injuries + suffers from intellectual disabilities: person with an intellectual disability + suffers from multiple sclerosis: person who has multiple sclerosis + suffers from muscular dystrophy: person who has muscular dystrophy + suffers from polio: polio|person who had polio + suffers from psychosis: person with a psychotic condition|person with psychosis + suffers from schizophrenia: person with schizophrenia + tourettes disorder: Tourette syndrome + tourettes syndrome: Tourette syndrome + vertically challenged: person with dwarfism|little person|little people|LP|person of short stature + victim of a stroke: individual who has had a stroke + victim of aids: person with AIDS + victim of an injury: sustain an injury|receive an injury + victim of injuries: sustain injuries|receive injuries + victim of multiple sclerosis: person who has multiple sclerosis + victim of polio: polio|person who had polio + victim of psychosis: person with a psychotic condition|person with psychosis + wacko: foolish|ludicrous|unintelligent + whacko: foolish|ludicrous|unintelligent + wheelchair bound: uses a wheelchair diff --git a/.github/styles/vale/alex/Condescending.yml b/.github/styles/vale/alex/Condescending.yml new file mode 100644 index 000000000..8575099eb --- /dev/null +++ b/.github/styles/vale/alex/Condescending.yml @@ -0,0 +1,15 @@ +extends: existence +message: Using '%s' may come across as condescending. +link: https://css-tricks.com/words-avoid-educational-writing/ +level: error +ignorecase: true +tokens: + - obvious + - obviously + - simple + - simply + - easy + - easily + - of course + - clearly + - everyone knows diff --git a/.github/styles/vale/alex/Gendered.yml b/.github/styles/vale/alex/Gendered.yml new file mode 100644 index 000000000..67d60e662 --- /dev/null +++ b/.github/styles/vale/alex/Gendered.yml @@ -0,0 +1,105 @@ +extends: substitution +message: "Consider using '%s' instead of '%s'." +ignorecase: true +level: warning +action: + name: replace +swap: + ancient man: ancient civilization|ancient people + authoress: author|writer + average housewife: average consumer|average household|average homemaker + average man: average person + average working man: average wage earner|average taxpayer + aviatrix: aviator + bitch: whine|complain|cry + bitching: whining|complaining|crying + brotherhood of man: the human family + calendar girl: model + call girl: escort|prostitute|sex worker + churchman: cleric|practicing Christian|pillar of the Church + english master: english coordinator|senior teacher of english + englishmen: the english + executrix: executor + father of *: founder of + fellowship: camaraderie|community|organization + founding father: the founders|founding leaders|forebears + frenchmen: french|the french + freshman: first-year student|fresher + freshwoman: first-year student|fresher + housemaid: house worker|domestic help + housewife: homemaker|homeworker + housewives: homemakers|homeworkers + industrial man: industrial civilization|industrial people + lady doctor: doctor + ladylike: courteous|cultured + leading lady: lead + like a man: resolutely|bravely + mad man: fanatic|zealot|enthusiast + mad men: fanatics|zealots|enthusiasts + madman: fanatic|zealot|enthusiast + madmen: fanatics|zealots|enthusiasts + maiden: virgin + maiden flight: first flight + maiden name: birth name + maiden race: first race + maiden speech: first speech + maiden voyage: first voyage + man a desk: staff a desk + man enough: strong enough + man hour: staff hour|hour of work + man hours: staff hours|hours of work|hours of labor|hours + man in the street: ordinary citizen|typical person|average person + man of action: dynamo + man of letters: scholar|writer|literary figure + man of the land: farmer|rural worker|grazier|landowner|rural community|country people|country folk + man of the world: sophisticate + man sized task: a demanding task|a big job + man the booth: staff the booth + man the phones: answer the phones + manhour: staff hour|hour of work + manhours: staff hours|hours of work|hours of labor|hours + mankind: humankind + manmade: manufactured|artificial|synthetic|machine-made|constructed + manned: staffed|crewed|piloted + manpower: human resources|workforce|personnel|staff|labor|personnel|labor force|staffing|combat personnel + mans best friend: a faithful dog + mansized task: a demanding task|a big job + master copy: pass key|original + master key: pass key|original + master of ceremonies: emcee|moderator|convenor + master plan: grand scheme|guiding principles + master the art: become skilled + masterful: skilled|authoritative|commanding + mastermind: genius|creator|instigator|oversee|launch|originate + masterpiece: "work of genius|chef d’oeuvre" + masterplan: vision|comprehensive plan + masterstroke: trump card|stroke of genius + men of science: scientists + midwife: birthing nurse + miss\.: ms. + moan: whine|complain|cry + moaning: whining|complaining|crying + modern man: modern civilization|modern people + motherly: loving|warm|nurturing + mrs\.: ms. + no mans land: unoccupied territory|wasteland|deathtrap + office girls: administrative staff + oneupmanship: upstaging|competitiveness + poetess: poet + railwayman: railway worker + sportsmanlike: fair|sporting + sportsmanship: fairness|good humor|sense of fair play + statesman like: diplomatic + statesmanlike: diplomatic + stockman: cattle worker|farmhand|drover + tax man: tax commissioner|tax office|tax collector + tradesmans entrance: service entrance + unmanned: robotic|automated + usherette: usher + wife beater: tank top|sleeveless undershirt + wifebeater: tank top|sleeveless undershirt + woman lawyer: lawyer + woman painter: painter + working mother: wage or salary earning woman|two-income family + working wife: wage or salary earning woman|two-income family + workmanship: quality construction|expertise diff --git a/.github/styles/vale/alex/LGBTQ.yml b/.github/styles/vale/alex/LGBTQ.yml new file mode 100644 index 000000000..35d2aed28 --- /dev/null +++ b/.github/styles/vale/alex/LGBTQ.yml @@ -0,0 +1,54 @@ +extends: substitution +message: Consider using '%s' instead of '%s'. +ignorecase: true +level: warning +action: + name: replace +swap: + bathroom bill: non-discrimination law|non-discrimination ordinance + bi: bisexual + biologically female: assigned female at birth|designated female at birth + biologically male: assigned male at birth|designated male at birth + born a man: assigned male at birth|designated male at birth + born a woman: assigned female at birth|designated female at birth + dyke: gay + fag: gay + faggot: gay + gay agenda: gay issues + gay lifestyle: gay lives|gay/lesbian lives + gay rights: equal rights|civil rights for gay people + gender pronoun: pronoun|pronouns + gender pronouns: pronoun|pronouns + genetically female: assigned female at birth|designated female at birth + genetically male: assigned male at birth|designated male at birth + hermaphrodite: person who is intersex|person|intersex person + hermaphroditic: intersex + heshe: transgender person|person + homo: gay + homosexual: gay|gay man|lesbian|gay person/people + homosexual agenda: gay issues + homosexual couple: couple + homosexual lifestyle: gay lives|gay/lesbian lives + homosexual marriage: gay marriage|same-sex marriage + homosexual relations: relationship + homosexual relationship: relationship + preferred pronoun: pronoun|pronouns + preferred pronouns: pronoun|pronouns + pseudo hermaphrodite: person who is intersex|person|intersex person + pseudo hermaphroditic: intersex + pseudohermaphrodite: person who is intersex|person|intersex person + pseudohermaphroditic: intersex + sex change: transition|gender confirmation surgery + sex change operation: sex reassignment surgery|gender confirmation surgery + sexchange: transition|gender confirmation surgery + sexual preference: sexual orientation|orientation + she male: transgender person|person + shehe: transgender person|person + shemale: transgender person|person + sodomite: gay + special rights: equal rights|civil rights for gay people + tranny: transgender + transgendered: transgender + transgenderism: being transgender|the movement for transgender equality + transgenders: transgender people + transvestite: cross-dresser diff --git a/.github/styles/vale/alex/OCD.yml b/.github/styles/vale/alex/OCD.yml new file mode 100644 index 000000000..8dc3604d8 --- /dev/null +++ b/.github/styles/vale/alex/OCD.yml @@ -0,0 +1,9 @@ +extends: substitution +message: When referring to a person, consider using '%s' instead of '%s'. +ignorecase: true +level: warning +nonword: true +action: + name: replace +swap: + '\bocd\b|o\.c\.d\.': has an anxiety disorder|obsessive|pedantic|niggly|picky diff --git a/.github/styles/vale/alex/Press.yml b/.github/styles/vale/alex/Press.yml new file mode 100644 index 000000000..d81b7456a --- /dev/null +++ b/.github/styles/vale/alex/Press.yml @@ -0,0 +1,9 @@ +extends: substitution +message: Consider using '%s' instead of '%s'. +ignorecase: true +level: warning +action: + name: replace +swap: + islamist: muslim|person of Islamic faith|fanatic|zealot|follower of islam|follower of the islamic faith + islamists: muslims|people of Islamic faith|fanatics|zealots diff --git a/.github/styles/vale/alex/ProfanityLikely.yml b/.github/styles/vale/alex/ProfanityLikely.yml new file mode 100644 index 000000000..f20fdc2a7 --- /dev/null +++ b/.github/styles/vale/alex/ProfanityLikely.yml @@ -0,0 +1,1289 @@ +extends: existence +message: Don't use '%s', it's profane. +level: warning +ignorecase: true +tokens: + - abeed + - africoon + - alligator bait + - alligatorbait + - analannie + - arabush + - arabushs + - argie + - armo + - armos + - arse + - arsehole + - ass + - assbagger + - assblaster + - assclown + - asscowboy + - asses + - assfuck + - assfucker + - asshat + - asshole + - assholes + - asshore + - assjockey + - asskiss + - asskisser + - assklown + - asslick + - asslicker + - asslover + - assman + - assmonkey + - assmunch + - assmuncher + - asspacker + - asspirate + - asspuppies + - assranger + - asswhore + - asswipe + - backdoorman + - badfuck + - balllicker + - barelylegal + - barf + - barface + - barfface + - bazongas + - bazooms + - beanbag + - beanbags + - beaner + - beaners + - beaney + - beaneys + - beatoff + - beatyourmeat + - biatch + - bigass + - bigbastard + - bigbutt + - bitcher + - bitches + - bitchez + - bitchin + - bitching + - bitchslap + - bitchy + - biteme + - blowjob + - bluegum + - bluegums + - boang + - boche + - boches + - bogan + - bohunk + - bollick + - bollock + - bollocks + - bong + - boob + - boobies + - boobs + - booby + - boody + - boong + - boonga + - boongas + - boongs + - boonie + - boonies + - bootlip + - bootlips + - booty + - bootycall + - bosch + - bosche + - bosches + - boschs + - brea5t + - breastjob + - breastlover + - breastman + - buddhahead + - buddhaheads + - buffies + - bugger + - buggered + - buggery + - bule + - bules + - bullcrap + - bulldike + - bulldyke + - bullshit + - bumblefuck + - bumfuck + - bung + - bunga + - bungas + - bunghole + - "burr head" + - "burr heads" + - burrhead + - burrheads + - butchbabes + - butchdike + - butchdyke + - buttbang + - buttface + - buttfuck + - buttfucker + - buttfuckers + - butthead + - buttman + - buttmunch + - buttmuncher + - buttpirate + - buttplug + - buttstain + - byatch + - cacker + - "camel jockey" + - "camel jockeys" + - cameljockey + - cameltoe + - carpetmuncher + - carruth + - chav + - "cheese eating surrender monkey" + - "cheese eating surrender monkeys" + - "cheeseeating surrender monkey" + - "cheeseeating surrender monkeys" + - cheesehead + - cheeseheads + - cherrypopper + - chickslick + - "china swede" + - "china swedes" + - chinaman + - chinamen + - chinaswede + - chinaswedes + - "ching chong" + - "ching chongs" + - chingchong + - chingchongs + - chink + - chinks + - chinky + - choad + - chode + - chonkies + - chonky + - chonkys + - "christ killer" + - "christ killers" + - chug + - chugs + - chunger + - chungers + - chunkies + - chunky + - chunkys + - clamdigger + - clamdiver + - clansman + - clansmen + - clanswoman + - clanswomen + - clit + - clitoris + - clogwog + - cockblock + - cockblocker + - cockcowboy + - cockfight + - cockhead + - cockknob + - cocklicker + - cocklover + - cocknob + - cockqueen + - cockrider + - cocksman + - cocksmith + - cocksmoker + - cocksucer + - cocksuck + - cocksucked + - cocksucker + - cocksucking + - cocktease + - cocky + - cohee + - commie + - coolie + - coolies + - cooly + - coon + - "coon ass" + - "coon asses" + - coonass + - coonasses + - coondog + - coons + - cornhole + - cracka + - crackwhore + - crap + - crapola + - crapper + - crappy + - crotchjockey + - crotchmonkey + - crotchrot + - cum + - cumbubble + - cumfest + - cumjockey + - cumm + - cummer + - cumming + - cummings + - cumquat + - cumqueen + - cumshot + - cunn + - cunntt + - cunt + - cunteyed + - cuntfuck + - cuntfucker + - cuntlick + - cuntlicker + - cuntlicking + - cuntsucker + - "curry muncher" + - "curry munchers" + - currymuncher + - currymunchers + - cushi + - cushis + - cyberslimer + - dago + - dagos + - dahmer + - dammit + - damnit + - darkey + - darkeys + - darkie + - darkies + - darky + - datnigga + - deapthroat + - deepthroat + - dego + - degos + - "diaper head" + - "diaper heads" + - diaperhead + - diaperheads + - dickbrain + - dickforbrains + - dickhead + - dickless + - dicklick + - dicklicker + - dickman + - dickwad + - dickweed + - diddle + - dingleberry + - dink + - dinks + - dipshit + - dipstick + - dix + - dixiedike + - dixiedyke + - doggiestyle + - doggystyle + - dong + - doodoo + - dope + - "dot head" + - "dot heads" + - dothead + - dotheads + - dragqueen + - dragqween + - dripdick + - dumb + - dumbass + - dumbbitch + - dumbfuck + - "dune coon" + - "dune coons" + - dyefly + - easyslut + - eatballs + - eatme + - eatpussy + - "eight ball" + - "eight balls" + - ero + - esqua + - evl + - exkwew + - facefucker + - faeces + - fagging + - faggot + - fagot + - fannyfucker + - farty + - fastfuck + - fatah + - fatass + - fatfuck + - fatfucker + - fatso + - fckcum + - felch + - felcher + - felching + - fellatio + - feltch + - feltcher + - feltching + - fingerfuck + - fingerfucked + - fingerfucker + - fingerfuckers + - fingerfucking + - fister + - fistfuck + - fistfucked + - fistfucker + - fistfucking + - fisting + - flange + - floo + - flydie + - flydye + - fok + - footfuck + - footfucker + - footlicker + - footstar + - forni + - fornicate + - foursome + - fourtwenty + - fraud + - freakfuck + - freakyfucker + - freefuck + - fu + - fubar + - fuc + - fucck + - fuck + - fucka + - fuckable + - fuckbag + - fuckbook + - fuckbuddy + - fucked + - fuckedup + - fucker + - fuckers + - fuckface + - fuckfest + - fuckfreak + - fuckfriend + - fuckhead + - fuckher + - fuckin + - fuckina + - fucking + - fuckingbitch + - fuckinnuts + - fuckinright + - fuckit + - fuckknob + - fuckme + - fuckmehard + - fuckmonkey + - fuckoff + - fuckpig + - fucks + - fucktard + - fuckwhore + - fuckyou + - fudgepacker + - fugly + - fuk + - fuks + - funeral + - funfuck + - fungus + - fuuck + - gables + - gangbang + - gangbanged + - gangbanger + - gangsta + - "gator bait" + - gatorbait + - gaymuthafuckinwhore + - gaysex + - geez + - geezer + - geni + - getiton + - ginzo + - ginzos + - gipp + - gippo + - gippos + - gipps + - givehead + - glazeddonut + - godammit + - goddamit + - goddammit + - goddamn + - goddamned + - goddamnes + - goddamnit + - goddamnmuthafucker + - goldenshower + - golliwog + - golliwogs + - gonorrehea + - gonzagas + - gook + - "gook eye" + - "gook eyes" + - gookeye + - gookeyes + - gookies + - gooks + - gooky + - gora + - goras + - gotohell + - greaseball + - greaseballs + - greaser + - greasers + - gringo + - gringos + - groe + - groid + - groids + - gubba + - gubbas + - gubs + - gummer + - gwailo + - gwailos + - gweilo + - gweilos + - gyopo + - gyopos + - gyp + - gyped + - gypo + - gypos + - gypp + - gypped + - gyppie + - gyppies + - gyppo + - gyppos + - gyppy + - gyppys + - gypsies + - gypsy + - gypsys + - hadji + - hadjis + - hairyback + - hairybacks + - haji + - hajis + - hajji + - hajjis + - "half breed" + - "half caste" + - halfbreed + - halfcaste + - hamas + - handjob + - haole + - haoles + - hapa + - hardon + - headfuck + - headlights + - hebe + - hebephila + - hebephile + - hebephiles + - hebephilia + - hebephilic + - hebes + - heeb + - heebs + - hillbillies + - hillbilly + - hindoo + - hiscock + - hitler + - hitlerism + - hitlerist + - ho + - hobo + - hodgie + - hoes + - holestuffer + - homo + - homobangers + - honger + - honk + - honkers + - honkey + - honkeys + - honkie + - honkies + - honky + - hooker + - hookers + - hooters + - hore + - hori + - horis + - hork + - horney + - horniest + - horseshit + - hosejob + - hoser + - hotdamn + - hotpussy + - hottotrot + - hussy + - hymie + - hymies + - iblowu + - idiot + - ikeymo + - ikeymos + - ikwe + - indons + - injun + - injuns + - insest + - intheass + - inthebuff + - jackass + - jackoff + - jackshit + - jacktheripper + - jap + - japcrap + - japie + - japies + - japs + - jebus + - jeez + - jerkoff + - jewboy + - jewed + - jewess + - jig + - jiga + - jigaboo + - jigaboos + - jigarooni + - jigaroonis + - jigg + - jigga + - jiggabo + - jiggabos + - jiggas + - jigger + - jiggers + - jiggs + - jiggy + - jigs + - jijjiboo + - jijjiboos + - jimfish + - jism + - jiz + - jizim + - jizjuice + - jizm + - jizz + - jizzim + - jizzum + - juggalo + - "jungle bunnies" + - "jungle bunny" + - junglebunny + - kacap + - kacapas + - kacaps + - kaffer + - kaffir + - kaffre + - kafir + - kanake + - katsap + - katsaps + - khokhol + - khokhols + - kigger + - kike + - kikes + - kimchis + - kissass + - kkk + - klansman + - klansmen + - klanswoman + - klanswomen + - kondum + - koon + - krap + - krappy + - krauts + - kuffar + - kum + - kumbubble + - kumbullbe + - kummer + - kumming + - kumquat + - kums + - kunilingus + - kunnilingus + - kunt + - kushi + - kushis + - kwa + - "kwai lo" + - "kwai los" + - ky + - kyke + - kykes + - kyopo + - kyopos + - lebo + - lebos + - lesbain + - lesbayn + - lesbian + - lesbin + - lesbo + - lez + - lezbe + - lezbefriends + - lezbo + - lezz + - lezzo + - lickme + - limey + - limpdick + - limy + - livesex + - loadedgun + - looser + - loser + - lovebone + - lovegoo + - lovegun + - lovejuice + - lovemuscle + - lovepistol + - loverocket + - lowlife + - lsd + - lubejob + - lubra + - luckycammeltoe + - lugan + - lugans + - mabuno + - mabunos + - macaca + - macacas + - magicwand + - mahbuno + - mahbunos + - mams + - manhater + - manpaste + - mastabate + - mastabater + - masturbate + - masterblaster + - mastrabator + - masturbate + - masturbating + - mattressprincess + - "mau mau" + - "mau maus" + - maumau + - maumaus + - meatbeatter + - meatrack + - mgger + - mggor + - mickeyfinn + - milf + - mockey + - mockie + - mocky + - mofo + - moky + - moneyshot + - "moon cricket" + - "moon crickets" + - mooncricket + - mooncrickets + - moron + - moskal + - moskals + - moslem + - mosshead + - mothafuck + - mothafucka + - mothafuckaz + - mothafucked + - mothafucker + - mothafuckin + - mothafucking + - mothafuckings + - motherfuck + - motherfucked + - motherfucker + - motherfuckin + - motherfucking + - motherfuckings + - motherlovebone + - muff + - muffdive + - muffdiver + - muffindiver + - mufflikcer + - mulatto + - muncher + - munt + - mzungu + - mzungus + - nastybitch + - nastyho + - nastyslut + - nastywhore + - negres + - negress + - negro + - negroes + - negroid + - negros + - nig + - nigar + - nigars + - niger + - nigerian + - nigerians + - nigers + - nigette + - nigettes + - nigg + - nigga + - niggah + - niggahs + - niggar + - niggaracci + - niggard + - niggarded + - niggarding + - niggardliness + - niggardlinesss + - niggardly + - niggards + - niggars + - niggas + - niggaz + - nigger + - niggerhead + - niggerhole + - niggers + - niggle + - niggled + - niggles + - niggling + - nigglings + - niggor + - niggress + - niggresses + - nigguh + - nigguhs + - niggur + - niggurs + - niglet + - nignog + - nigor + - nigors + - nigr + - nigra + - nigras + - nigre + - nigres + - nigress + - nigs + - nip + - nittit + - nlgger + - nlggor + - nofuckingway + - nookey + - nookie + - noonan + - nudger + - nutfucker + - ontherag + - orga + - orgasim + - paki + - pakis + - palesimian + - "pancake face" + - "pancake faces" + - pansies + - pansy + - panti + - payo + - peckerwood + - pedo + - peehole + - peepshpw + - peni5 + - perv + - phuk + - phuked + - phuking + - phukked + - phukking + - phungky + - phuq + - pi55 + - picaninny + - piccaninny + - pickaninnies + - pickaninny + - piefke + - piefkes + - piker + - pikey + - piky + - pimp + - pimped + - pimper + - pimpjuic + - pimpjuice + - pimpsimp + - pindick + - piss + - pissed + - pisser + - pisses + - pisshead + - pissin + - pissing + - pissoff + - pocha + - pochas + - pocho + - pochos + - pocketpool + - pohm + - pohms + - polack + - polacks + - pollock + - pollocks + - pom + - pommie + - "pommie grant" + - "pommie grants" + - pommies + - pommy + - poms + - poo + - poon + - poontang + - poop + - pooper + - pooperscooper + - pooping + - poorwhitetrash + - popimp + - "porch monkey" + - "porch monkeys" + - porchmonkey + - pornking + - porno + - pornography + - pornprincess + - "prairie nigger" + - "prairie niggers" + - premature + - pric + - prick + - prickhead + - pu55i + - pu55y + - pubiclice + - pud + - pudboy + - pudd + - puddboy + - puke + - puntang + - purinapricness + - puss + - pussie + - pussies + - pussyeater + - pussyfucker + - pussylicker + - pussylips + - pussylover + - pussypounder + - pusy + - quashie + - queef + - quickie + - quim + - ra8s + - raghead + - ragheads + - raper + - rearend + - rearentry + - redleg + - redlegs + - redneck + - rednecks + - redskin + - redskins + - reefer + - reestie + - rere + - retard + - retarded + - ribbed + - rigger + - rimjob + - rimming + - "round eyes" + - roundeye + - russki + - russkie + - sadis + - sadom + - sambo + - sambos + - samckdaddy + - "sand nigger" + - "sand niggers" + - sandm + - sandnigger + - satan + - scag + - scallywag + - schlong + - schvartse + - schvartsen + - schwartze + - schwartzen + - screwyou + - seppo + - seppos + - sexed + - sexfarm + - sexhound + - sexhouse + - sexing + - sexkitten + - sexpot + - sexslave + - sextogo + - sexwhore + - sexymoma + - sexyslim + - shaggin + - shagging + - shat + - shav + - shawtypimp + - sheeney + - shhit + - shiksa + - shinola + - shit + - shitcan + - shitdick + - shite + - shiteater + - shited + - shitface + - shitfaced + - shitfit + - shitforbrains + - shitfuck + - shitfucker + - shitfull + - shithapens + - shithappens + - shithead + - shithouse + - shiting + - shitlist + - shitola + - shitoutofluck + - shits + - shitstain + - shitted + - shitter + - shitting + - shitty + - shortfuck + - shylock + - shylocks + - sissy + - sixsixsix + - sixtynine + - sixtyniner + - skank + - skankbitch + - skankfuck + - skankwhore + - skanky + - skankybitch + - skankywhore + - skinflute + - skum + - skumbag + - skwa + - skwe + - slant + - slanteye + - slanty + - slapper + - slave + - slavedriver + - sleezebag + - sleezeball + - slideitin + - slimeball + - slimebucket + - slopehead + - slopeheads + - sloper + - slopers + - slopes + - slopey + - slopeys + - slopies + - slopy + - slut + - sluts + - slutt + - slutting + - slutty + - slutwear + - slutwhore + - smackthemonkey + - smut + - snatchpatch + - snowback + - snownigger + - sodomise + - sodomize + - sodomy + - sonofabitch + - sonofbitch + - sooties + - sooty + - spaghettibender + - spaghettinigger + - spankthemonkey + - spearchucker + - spearchuckers + - spermacide + - spermbag + - spermhearder + - spermherder + - spic + - spick + - spicks + - spics + - spig + - spigotty + - spik + - spit + - spitter + - splittail + - spooge + - spreadeagle + - spunk + - spunky + - sqeh + - squa + - squarehead + - squareheads + - squaw + - squinty + - stringer + - stripclub + - stuinties + - stupid + - stupidfuck + - stupidfucker + - suckdick + - sucker + - suckme + - suckmyass + - suckmydick + - suckmytit + - suckoff + - swallower + - swalow + - "swamp guinea" + - "swamp guineas" + - tacohead + - tacoheads + - taff + - tang + - "tar babies" + - "tar baby" + - tarbaby + - tard + - teste + - thicklip + - thicklips + - thirdeye + - thirdleg + - threeway + - "timber nigger" + - "timber niggers" + - timbernigger + - tinker + - tinkers + - titbitnipply + - titfuck + - titfucker + - titfuckin + - titjob + - titlicker + - titlover + - tits + - tittie + - titties + - titty + - tongethruster + - tongue + - tonguethrust + - tonguetramp + - tortur + - tosser + - "towel head" + - "towel heads" + - towelhead + - trailertrash + - trannie + - tranny + - transvestite + - triplex + - tuckahoe + - tunneloflove + - turd + - turnon + - twat + - twink + - twinkie + - twobitwhore + - uck + - ukrop + - "uncle tom" + - unfuckable + - upskirt + - uptheass + - upthebutt + - usama + - vibr + - vibrater + - vomit + - wab + - wank + - wanker + - wanking + - waysted + - weenie + - weewee + - welcher + - welfare + - wetb + - wetback + - wetbacks + - wetspot + - whacker + - whash + - whigger + - whiggers + - whiskeydick + - whiskydick + - "white trash" + - whitenigger + - whitetrash + - whitey + - whiteys + - whities + - whiz + - whop + - whore + - whorefucker + - whorehouse + - wigga + - wiggas + - wigger + - wiggers + - willie + - williewanker + - wn + - wog + - wogs + - womens + - wop + - wtf + - wuss + - wuzzie + - xkwe + - yank + - yanks + - yarpie + - yarpies + - yellowman + - yid + - yids + - zigabo + - zigabos + - zipperhead + - zipperheads diff --git a/.github/styles/vale/alex/ProfanityMaybe.yml b/.github/styles/vale/alex/ProfanityMaybe.yml new file mode 100644 index 000000000..241e10bbd --- /dev/null +++ b/.github/styles/vale/alex/ProfanityMaybe.yml @@ -0,0 +1,282 @@ +extends: existence +message: Reconsider using '%s', it may be profane. +level: warning +ignorecase: true +tokens: + - abbo + - abid + - abo + - abortion + - abuse + - addict + - addicts + - alla + - anal + - analsex + - anus + - areola + - athletesfoot + - attack + - australian + - babe + - banging + - bastard + - beastality + - beastial + - bestiality + - bicurious + - bitch + - bitches + - blackman + - blacks + - bondage + - boob + - boobs + - "bounty bar" + - "bounty bars" + - bountybar + - brothel + - buttplug + - clit + - clitoris + - cocaine + - cock + - coitus + - condom + - copulate + - cra5h + - crack + - cracker + - crackpipe + - crotch + - cunilingus + - cunillingus + - cybersex + - damn + - damnation + - defecate + - demon + - devil + - devilworshipper + - dick + - dike + - dildo + - drug + - drunk + - drunken + - dyke + - ejaculate + - ejaculated + - ejaculating + - ejaculation + - enema + - erection + - excrement + - fag + - fart + - farted + - farting + - feces + - felatio + - fetish + - fingerfood + - flasher + - flatulence + - fondle + - footaction + - foreskin + - foursome + - fourtwenty + - fruitcake + - gable + - genital + - gob + - god + - gonzagas + - goy + - goyim + - groe + - gross + - grostulation + - gub + - guinea + - guineas + - guizi + - hamas + - hebephila + - hebephile + - hebephiles + - hebephilia + - hebephilic + - heroin + - herpes + - hiv + - homicide + - horney + - ike + - ikes + - ikey + - illegals + - incest + - intercourse + - interracial + - italiano + - jerries + - jerry + - jesus + - jesuschrist + - jihad + - kink + - kinky + - knockers + - kock + - kotex + - kraut + - ky + - lactate + - lapdance + - libido + - liquor + - liquor + - lolita + - lsd + - lynch + - mafia + - marijuana + - meth + - mick + - molest + - molestation + - molester + - molestor + - murder + - narcotic + - nazi + - necro + - nigerian + - nigerians + - nipple + - nipplering + - nook + - nooner + - nude + - nuke + - nymph + - oral + - orgasm + - orgies + - orgy + - paddy + - paederastic + - paederasts + - paederasty + - pearlnecklace + - peck + - pecker + - pederastic + - pederasts + - pederasty + - pedophile + - pedophiles + - pedophilia + - pedophilic + - pee + - peepshow + - pendy + - penetration + - penile + - penis + - penises + - penthouse + - phonesex + - pistol + - pixie + - pixy + - playboy + - playgirl + - porn + - pornflick + - porno + - pornography + - prostitute + - protestant + - pube + - pubic + - pussy + - pussycat + - queer + - racist + - radical + - radicals + - randy + - rape + - raped + - raper + - rapist + - rectum + - ribbed + - satan + - scag + - scat + - screw + - scrotum + - scum + - semen + - septic + - septics + - sex + - sexhouse + - sextoy + - sextoys + - sexual + - sexually + - sexy + - shag + - shinola + - shit + - slaughter + - smack + - snatch + - sniggers + - sodom + - sodomite + - spade + - spank + - sperm + - stagg + - stiffy + - strapon + - stroking + - suck + - suicide + - swallow + - swastika + - syphilis + - tantra + - teat + - terrorist + - testicle + - testicles + - threesome + - tinkle + - tit + - tits + - tnt + - torture + - tramp + - trap + - trisexual + - trots + - turd + - uterus + - vagina + - vaginal + - vibrator + - vulva + - whit + - whites + - willy + - xtc + - xxx + - yankee + - yankees diff --git a/.github/styles/vale/alex/ProfanityUnlikely.yml b/.github/styles/vale/alex/ProfanityUnlikely.yml new file mode 100644 index 000000000..1b24f455f --- /dev/null +++ b/.github/styles/vale/alex/ProfanityUnlikely.yml @@ -0,0 +1,251 @@ +extends: existence +message: Be careful with '%s', it's profane in some cases. +level: warning +ignorecase: true +tokens: + - adult + - africa + - african + - allah + - amateur + - american + - angie + - angry + - arab + - arabs + - aroused + - asian + - assassin + - assassinate + - assassination + - assault + - attack + - australian + - babies + - backdoor + - backseat + - banana + - bananas + - baptist + - bast + - beast + - beaver + - bi + - bigger + - bisexual + - blackout + - blind + - blow + - bomb + - bombers + - bombing + - bombs + - bomd + - boom + - bosch + - bra + - breast + - brownie + - brownies + - buffy + - burn + - butt + - canadian + - cancer + - catholic + - catholics + - cemetery + - childrens + - chin + - chinese + - christ + - christian + - church + - cigarette + - cigs + - cocktail + - coconut + - coconuts + - color + - colored + - coloured + - communist + - conservative + - conspiracy + - corruption + - crabs + - crash + - creamy + - criminal + - criminals + - dead + - death + - deposit + - desire + - destroy + - deth + - die + - died + - dies + - dirty + - disease + - diseases + - disturbed + - dive + - doom + - ecstacy + - enemy + - erect + - escort + - ethiopian + - ethnic + - european + - execute + - executed + - execution + - executioner + - explosion + - failed + - failure + - fairies + - fairy + - faith + - fat + - fear + - fight + - filipina + - filipino + - fire + - firing + - fore + - fraud + - funeral + - fungus + - gay + - german + - gin + - girls + - gun + - harder + - harem + - headlights + - hell + - henhouse + - heterosexual + - hijack + - hijacker + - hijacking + - hole + - honk + - hook + - horn + - hostage + - hummer + - hun + - huns + - husky + - hustler + - illegal + - israel + - israeli + - israels + - itch + - jade + - japanese + - jerry + - jew + - jewish + - joint + - jugs + - kid + - kill + - killed + - killer + - killing + - kills + - kimchi + - knife + - laid + - latin + - lesbian + - liberal + - lies + - lingerie + - lotion + - lucifer + - mad + - mexican + - mideast + - minority + - moles + - mormon + - muslim + - naked + - nasty + - niger + - niggardly + - oreo + - oreos + - osama + - palestinian + - panties + - penthouse + - period + - pot + - poverty + - premature + - primetime + - propaganda + - pros + - que + - rabbi + - racial + - redlight + - refugee + - reject + - remains + - republican + - roach + - robber + - rump + - servant + - shoot + - shooting + - showtime + - sick + - slant + - slav + - slime + - slope + - slopes + - snigger + - sniggered + - sniggering + - sniggers + - sniper + - snot + - sob + - sos + - soviet + - spa + - stroke + - sweetness + - taboo + - tampon + - terror + - toilet + - tongue + - transexual + - transsexual + - trojan + - uk + - urinary + - urinate + - urine + - vatican + - vietcong + - violence + - virgin + - weapon + - whiskey + - womens diff --git a/.github/styles/vale/alex/README.md b/.github/styles/vale/alex/README.md new file mode 100644 index 000000000..0185d0e35 --- /dev/null +++ b/.github/styles/vale/alex/README.md @@ -0,0 +1,27 @@ +Based on [alex](https://github.com/get-alex/alex). + +> Catch insensitive, inconsiderate writing + +``` +(The MIT License) + +Copyright (c) 2015 Titus Wormer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` diff --git a/.github/styles/vale/alex/Race.yml b/.github/styles/vale/alex/Race.yml new file mode 100644 index 000000000..99519f292 --- /dev/null +++ b/.github/styles/vale/alex/Race.yml @@ -0,0 +1,80 @@ +extends: substitution +message: Consider using '%s' instead of '%s'. +ignorecase: true +level: warning +action: + name: replace +swap: + Gipsy: Nomad|Traveler|Roma|Romani + Indian country: enemy territory + animal spirit: favorite|inspiration|personal interest|personality type + black list: blocklist|wronglist|banlist|deny list + blacklist: blocklist|wronglist|banlist|deny list + blacklisted: blocklisted|wronglisted|banlisted|deny-listed + blacklisting: blocklisting|wronglisting|banlisting|deny-listing + bugreport: bug report|snapshot + circle the wagons: defend + dream catcher: favorite|inspiration|personal interest|personality type + eskimo: Inuit + eskimos: Inuits + ghetto: projects|urban + goy: a person who is not Jewish|not Jewish + goyim: a person who is not Jewish|not Jewish + goyum: a person who is not Jewish|not Jewish + grandfather clause: legacy policy|legacy clause|deprecation policy + grandfather policy: legacy policy|legacy clause|deprecation policy + grandfathered: deprecated + grandfathering: deprecate + gyp: Nomad|Traveler|Roma|Romani + gyppo: Nomad|Traveler|Roma|Romani + gypsy: Nomad|Traveler|Roma|Romani + hymie: Jewish person + indian give: "go back on one’s offer" + indian giver: "go back on one’s offer" + japs: Japanese person|Japanese people + jump the reservation: disobey|endure|object to|oppose|resist + latina: Latinx + latino: Latinx + long time no hear: "I haven’t seen you in a long time|it’s been a long time" + long time no see: "I haven’t seen you in a long time|it’s been a long time" + master: primary|hub|reference + masters: primaries|hubs|references + mexican: Latinx + natives are becoming restless: dissatisfied|frustrated + natives are getting restless: dissatisfied|frustrated + natives are growing restless: dissatisfied|frustrated + natives are restless: dissatisfied|frustrated + non white: person of color|people of color + nonwhite: person of color|people of color + off reserve: disobey|endure|object to|oppose|resist + off the reservation: disobey|endure|object to|oppose|resist + on the warpath: defend + oriental: Asian person + orientals: Asian people + pinays: Filipinos|Filipino people + pinoys: Filipinos|Filipino people + pocahontas: Native American + pow wow: conference|gathering|meeting + powwow: conference|gathering|meeting + primitive: simple|indigenous|hunter-gatherer + red indian: Native American + red indians: Native American People + redskin: Native American + redskins: Native American People + sand niggers: Arabs|Middle Eastern People + savage: simple|indigenous|hunter-gatherer + shlomo: Jewish person + shyster: Jewish person + sophisticated culture: complex culture + sophisticated technology: complex technology + spade: a Black person + spirit animal: favorite|inspiration|personal interest|personality type + stone age: simple|indigenous|hunter-gatherer + too many chiefs: too many chefs in the kitchen|too many cooks spoil the broth + totem: favorite|inspiration|personal interest|personality type + towel heads: Arabs|Middle Eastern People + tribe: society|community + white list: passlist|alrightlist|safelist|allow list + whitelist: passlist|alrightlist|safelist|allow list + whitelisted: passlisted|alrightlisted|safelisted|allow-listed + whitelisting: passlisting|alrightlisting|safelisting|allow-listing diff --git a/.github/styles/vale/alex/Suicide.yml b/.github/styles/vale/alex/Suicide.yml new file mode 100644 index 000000000..c9183ad7d --- /dev/null +++ b/.github/styles/vale/alex/Suicide.yml @@ -0,0 +1,21 @@ +extends: substitution +message: When referring to a person, consider using '%s' instead of '%s'. +ignorecase: true +level: warning +action: + name: replace +swap: + commit suicide: die by suicide + committed suicide: died by suicide + complete suicide: die by suicide + completed suicide: died by suicide + epidemic of suicides: rise in suicides + failed attempt: suicide attempt|attempted suicide + failed suicide: suicide attempt|attempted suicide + hang: the app froze|the app stopped responding|the app stopped responding to events|the app became unresponsive + hanged: the app froze|the app stopped responding|the app stopped responding to events|the app became unresponsive + successful suicide: die by suicide + suicide epidemic: rise in suicides + suicide failure: suicide attempt|attempted suicide + suicide note: a note from the deceased + suicide pact: rise in suicides diff --git a/.github/styles/vale/alex/meta.json b/.github/styles/vale/alex/meta.json new file mode 100644 index 000000000..7aa87c225 --- /dev/null +++ b/.github/styles/vale/alex/meta.json @@ -0,0 +1,4 @@ +{ + "feed": "https://github.com/errata-ai/alex/releases.atom", + "vale_version": ">=1.0.0" +} diff --git a/.github/styles/vale/proselint/Airlinese.yml b/.github/styles/vale/proselint/Airlinese.yml new file mode 100644 index 000000000..a6ae9c193 --- /dev/null +++ b/.github/styles/vale/proselint/Airlinese.yml @@ -0,0 +1,8 @@ +extends: existence +message: "'%s' is airlinese." +ignorecase: true +level: error +tokens: + - enplan(?:e|ed|ing|ement) + - deplan(?:e|ed|ing|ement) + - taking off momentarily diff --git a/.github/styles/vale/proselint/AnimalLabels.yml b/.github/styles/vale/proselint/AnimalLabels.yml new file mode 100644 index 000000000..c3fe221b6 --- /dev/null +++ b/.github/styles/vale/proselint/AnimalLabels.yml @@ -0,0 +1,48 @@ +extends: substitution +message: "Consider using '%s' instead of '%s'." +level: error +action: + name: replace +swap: + (?:bull|ox)-like: taurine + (?:calf|veal)-like: vituline + (?:crow|raven)-like: corvine + (?:leopard|panther)-like: pardine + bird-like: avine + centipede-like: scolopendrine + crab-like: cancrine + crocodile-like: crocodiline + deer-like: damine + eagle-like: aquiline + earthworm-like: lumbricine + falcon-like: falconine + ferine: wild animal-like + fish-like: piscine + fox-like: vulpine + frog-like: ranine + goat-like: hircine + goose-like: anserine + gull-like: laridine + hare-like: leporine + hawk-like: accipitrine + hippopotamus-like: hippopotamine + lizard-like: lacertine + mongoose-like: viverrine + mouse-like: murine + ostrich-like: struthionine + peacock-like: pavonine + porcupine-like: hystricine + rattlesnake-like: crotaline + sable-like: zibeline + sheep-like: ovine + shrew-like: soricine + sparrow-like: passerine + swallow-like: hirundine + swine-like: suilline + tiger-like: tigrine + viper-like: viperine + vulture-like: vulturine + wasp-like: vespine + wolf-like: lupine + woodpecker-like: picine + zebra-like: zebrine diff --git a/.github/styles/vale/proselint/Annotations.yml b/.github/styles/vale/proselint/Annotations.yml new file mode 100644 index 000000000..dcb24f41b --- /dev/null +++ b/.github/styles/vale/proselint/Annotations.yml @@ -0,0 +1,9 @@ +extends: existence +message: "'%s' left in text." +ignorecase: false +level: error +tokens: + - XXX + - FIXME + - TODO + - NOTE diff --git a/.github/styles/vale/proselint/Apologizing.yml b/.github/styles/vale/proselint/Apologizing.yml new file mode 100644 index 000000000..11088aaa8 --- /dev/null +++ b/.github/styles/vale/proselint/Apologizing.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Excessive apologizing: '%s'" +ignorecase: true +level: error +action: + name: remove +tokens: + - More research is needed diff --git a/.github/styles/vale/proselint/Archaisms.yml b/.github/styles/vale/proselint/Archaisms.yml new file mode 100644 index 000000000..64a77e4f2 --- /dev/null +++ b/.github/styles/vale/proselint/Archaisms.yml @@ -0,0 +1,52 @@ +extends: existence +message: "'%s' is archaic." +ignorecase: true +level: error +tokens: + - alack + - anent + - begat + - belike + - betimes + - boughten + - brocage + - brokage + - camarade + - chiefer + - chiefest + - Christiana + - completely obsolescent + - cozen + - divers + - deflexion + - fain + - forsooth + - foreclose from + - haply + - howbeit + - illumine + - in sooth + - maugre + - meseems + - methinks + - nigh + - peradventure + - perchance + - saith + - shew + - sistren + - spake + - to with + - verily + - whilom + - withal + - wot + - enclosed please find + - please find enclosed + - enclosed herewith + - enclosed herein + - enforce + - ex postfacto + - foreclose from + - forewent + - for ever diff --git a/.github/styles/vale/proselint/But.yml b/.github/styles/vale/proselint/But.yml new file mode 100644 index 000000000..0e2c32b93 --- /dev/null +++ b/.github/styles/vale/proselint/But.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Do not start a paragraph with a 'but'." +level: error +scope: paragraph +action: + name: remove +tokens: + - ^But diff --git a/.github/styles/vale/proselint/Cliches.yml b/.github/styles/vale/proselint/Cliches.yml new file mode 100644 index 000000000..d6b4636f5 --- /dev/null +++ b/.github/styles/vale/proselint/Cliches.yml @@ -0,0 +1,782 @@ +extends: existence +message: "'%s' is a cliche." +level: error +ignorecase: true +tokens: + - a chip off the old block + - a clean slate + - a dark and stormy night + - a far cry + - a fate worse than death + - a fine kettle of fish + - a loose cannon + - a penny saved is a penny earned + - a tough row to hoe + - a word to the wise + - ace in the hole + - acid test + - add insult to injury + - against all odds + - air your dirty laundry + - alas and alack + - all fun and games + - all hell broke loose + - all in a day's work + - all talk, no action + - all thumbs + - all your eggs in one basket + - all's fair in love and war + - all's well that ends well + - almighty dollar + - American as apple pie + - an axe to grind + - another day, another dollar + - armed to the teeth + - as luck would have it + - as old as time + - as the crow flies + - at loose ends + - at my wits end + - at the end of the day + - avoid like the plague + - babe in the woods + - back against the wall + - back in the saddle + - back to square one + - back to the drawing board + - bad to the bone + - badge of honor + - bald faced liar + - bald-faced lie + - ballpark figure + - banging your head against a brick wall + - baptism by fire + - barking up the wrong tree + - bat out of hell + - be all and end all + - beat a dead horse + - beat around the bush + - been there, done that + - beggars can't be choosers + - behind the eight ball + - bend over backwards + - benefit of the doubt + - bent out of shape + - best thing since sliced bread + - bet your bottom dollar + - better half + - better late than never + - better mousetrap + - better safe than sorry + - between a rock and a hard place + - between a rock and a hard place + - between Scylla and Charybdis + - between the devil and the deep blue see + - betwixt and between + - beyond the pale + - bide your time + - big as life + - big cheese + - big fish in a small pond + - big man on campus + - bigger they are the harder they fall + - bird in the hand + - bird's eye view + - birds and the bees + - birds of a feather flock together + - bit the hand that feeds you + - bite the bullet + - bite the dust + - bitten off more than he can chew + - black as coal + - black as pitch + - black as the ace of spades + - blast from the past + - bleeding heart + - blessing in disguise + - blind ambition + - blind as a bat + - blind leading the blind + - blissful ignorance + - blood is thicker than water + - blood sweat and tears + - blow a fuse + - blow off steam + - blow your own horn + - blushing bride + - boils down to + - bolt from the blue + - bone to pick + - bored stiff + - bored to tears + - bottomless pit + - boys will be boys + - bright and early + - brings home the bacon + - broad across the beam + - broken record + - brought back to reality + - bulk large + - bull by the horns + - bull in a china shop + - burn the midnight oil + - burning question + - burning the candle at both ends + - burst your bubble + - bury the hatchet + - busy as a bee + - but that's another story + - by hook or by crook + - call a spade a spade + - called onto the carpet + - calm before the storm + - can of worms + - can't cut the mustard + - can't hold a candle to + - case of mistaken identity + - cast aspersions + - cat got your tongue + - cat's meow + - caught in the crossfire + - caught red-handed + - chase a red herring + - checkered past + - chomping at the bit + - cleanliness is next to godliness + - clear as a bell + - clear as mud + - close to the vest + - cock and bull story + - cold shoulder + - come hell or high water + - comparing apples and oranges + - complete + - conspicuous by its absence + - cool as a cucumber + - cool, calm, and collected + - cost a king's ransom + - count your blessings + - crack of dawn + - crash course + - creature comforts + - cross that bridge when you come to it + - crushing blow + - cry like a baby + - cry me a river + - cry over spilt milk + - crystal clear + - crystal clear + - curiosity killed the cat + - cut and dried + - cut through the red tape + - cut to the chase + - cute as a bugs ear + - cute as a button + - cute as a puppy + - cuts to the quick + - cutting edge + - dark before the dawn + - day in, day out + - dead as a doornail + - decision-making process + - devil is in the details + - dime a dozen + - divide and conquer + - dog and pony show + - dog days + - dog eat dog + - dog tired + - don't burn your bridges + - don't count your chickens + - don't look a gift horse in the mouth + - don't rock the boat + - don't step on anyone's toes + - don't take any wooden nickels + - down and out + - down at the heels + - down in the dumps + - down the hatch + - down to earth + - draw the line + - dressed to kill + - dressed to the nines + - drives me up the wall + - dubious distinction + - dull as dishwater + - duly authorized + - dyed in the wool + - eagle eye + - ear to the ground + - early bird catches the worm + - easier said than done + - easy as pie + - eat your heart out + - eat your words + - eleventh hour + - even the playing field + - every dog has its day + - every fiber of my being + - everything but the kitchen sink + - eye for an eye + - eyes peeled + - face the music + - facts of life + - fair weather friend + - fall by the wayside + - fan the flames + - far be it from me + - fast and loose + - feast or famine + - feather your nest + - feathered friends + - few and far between + - fifteen minutes of fame + - fills the bill + - filthy vermin + - fine kettle of fish + - first and foremost + - fish out of water + - fishing for a compliment + - fit as a fiddle + - fit the bill + - fit to be tied + - flash in the pan + - flat as a pancake + - flip your lid + - flog a dead horse + - fly by night + - fly the coop + - follow your heart + - for all intents and purposes + - for free + - for the birds + - for what it's worth + - force of nature + - force to be reckoned with + - forgive and forget + - fox in the henhouse + - free and easy + - free as a bird + - fresh as a daisy + - full steam ahead + - fun in the sun + - garbage in, garbage out + - gentle as a lamb + - get a kick out of + - get a leg up + - get down and dirty + - get the lead out + - get to the bottom of + - get with the program + - get your feet wet + - gets my goat + - gilding the lily + - gilding the lily + - give and take + - go against the grain + - go at it tooth and nail + - go for broke + - go him one better + - go the extra mile + - go with the flow + - goes without saying + - good as gold + - good deed for the day + - good things come to those who wait + - good time was had by all + - good times were had by all + - greased lightning + - greek to me + - green thumb + - green-eyed monster + - grist for the mill + - growing like a weed + - hair of the dog + - hand to mouth + - happy as a clam + - happy as a lark + - hasn't a clue + - have a nice day + - have a short fuse + - have high hopes + - have the last laugh + - haven't got a row to hoe + - he's got his hands full + - head honcho + - head over heels + - hear a pin drop + - heard it through the grapevine + - heart's content + - heavy as lead + - hem and haw + - high and dry + - high and mighty + - high as a kite + - his own worst enemy + - his work cut out for him + - hit paydirt + - hither and yon + - Hobson's choice + - hold your head up high + - hold your horses + - hold your own + - hold your tongue + - honest as the day is long + - horns of a dilemma + - horns of a dilemma + - horse of a different color + - hot under the collar + - hour of need + - I beg to differ + - icing on the cake + - if the shoe fits + - if the shoe were on the other foot + - if you catch my drift + - in a jam + - in a jiffy + - in a nutshell + - in a pig's eye + - in a pinch + - in a word + - in hot water + - in light of + - in the final analysis + - in the gutter + - in the last analysis + - in the nick of time + - in the thick of it + - in your dreams + - innocent bystander + - it ain't over till the fat lady sings + - it goes without saying + - it takes all kinds + - it takes one to know one + - it's a small world + - it's not what you know, it's who you know + - it's only a matter of time + - ivory tower + - Jack of all trades + - jockey for position + - jog your memory + - joined at the hip + - judge a book by its cover + - jump down your throat + - jump in with both feet + - jump on the bandwagon + - jump the gun + - jump to conclusions + - just a hop, skip, and a jump + - just the ticket + - justice is blind + - keep a stiff upper lip + - keep an eye on + - keep it simple, stupid + - keep the home fires burning + - keep up with the Joneses + - keep your chin up + - keep your fingers crossed + - kick the bucket + - kick up your heels + - kick your feet up + - kid in a candy store + - kill two birds with one stone + - kiss of death + - knock it out of the park + - knock on wood + - knock your socks off + - know him from Adam + - know the ropes + - know the score + - knuckle down + - knuckle sandwich + - knuckle under + - labor of love + - ladder of success + - land on your feet + - lap of luxury + - last but not least + - last but not least + - last hurrah + - last-ditch effort + - law of the jungle + - law of the land + - lay down the law + - leaps and bounds + - let sleeping dogs lie + - let the cat out of the bag + - let the good times roll + - let your hair down + - let's talk turkey + - letter perfect + - lick your wounds + - lies like a rug + - life's a bitch + - life's a grind + - light at the end of the tunnel + - lighter than a feather + - lighter than air + - like clockwork + - like father like son + - like taking candy from a baby + - like there's no tomorrow + - lion's share + - live and learn + - live and let live + - long and short of it + - long lost love + - look before you leap + - look down your nose + - look what the cat dragged in + - looking a gift horse in the mouth + - looks like death warmed over + - loose cannon + - lose your head + - lose your temper + - loud as a horn + - lounge lizard + - loved and lost + - low man on the totem pole + - luck of the draw + - luck of the Irish + - make a mockery of + - make hay while the sun shines + - make money hand over fist + - make my day + - make the best of a bad situation + - make the best of it + - make your blood boil + - male chauvinism + - man of few words + - man's best friend + - mark my words + - meaningful dialogue + - missed the boat on that one + - moment in the sun + - moment of glory + - moment of truth + - moment of truth + - money to burn + - more in sorrow than in anger + - more power to you + - more sinned against than sinning + - more than one way to skin a cat + - movers and shakers + - moving experience + - my better half + - naked as a jaybird + - naked truth + - neat as a pin + - needle in a haystack + - needless to say + - neither here nor there + - never look back + - never say never + - nip and tuck + - nip in the bud + - nip it in the bud + - no guts, no glory + - no love lost + - no pain, no gain + - no skin off my back + - no stone unturned + - no time like the present + - no use crying over spilled milk + - nose to the grindstone + - not a hope in hell + - not a minute's peace + - not in my backyard + - not playing with a full deck + - not the end of the world + - not written in stone + - nothing to sneeze at + - nothing ventured nothing gained + - now we're cooking + - off the top of my head + - off the wagon + - off the wall + - old hat + - olden days + - older and wiser + - older than dirt + - older than Methuselah + - on a roll + - on cloud nine + - on pins and needles + - on the bandwagon + - on the money + - on the nose + - on the rocks + - on the same page + - on the spot + - on the tip of my tongue + - on the wagon + - on thin ice + - once bitten, twice shy + - one bad apple doesn't spoil the bushel + - one born every minute + - one brick short + - one foot in the grave + - one in a million + - one red cent + - only game in town + - open a can of worms + - open and shut case + - open the flood gates + - opportunity doesn't knock twice + - out of pocket + - out of sight, out of mind + - out of the frying pan into the fire + - out of the woods + - out on a limb + - over a barrel + - over the hump + - pain and suffering + - pain in the + - panic button + - par for the course + - part and parcel + - party pooper + - pass the buck + - patience is a virtue + - pay through the nose + - penny pinscher + - perfect storm + - pig in a poke + - pile it on + - pillar of the community + - pin your hopes on + - pitter pattern of little feet + - plain as day + - plain as the nose on your face + - play by the rules + - play your cards right + - playing the field + - playing with fire + - pleased as punch + - plenty of fish in the sea + - point with pride + - poor as a church mouse + - pot calling the kettle black + - presidential timber + - pretty as a picture + - pull a fast one + - pull your punches + - pulled no punches + - pulling your leg + - pure as the driven snow + - put it in a nutshell + - put one over on you + - put the cart before the horse + - put the pedal to the metal + - put your best foot forward + - put your foot down + - quantum jump + - quantum leap + - quick as a bunny + - quick as a lick + - quick as a wink + - quick as lightning + - quiet as a dormouse + - rags to riches + - raining buckets + - raining cats and dogs + - rank and file + - rat race + - reap what you sow + - red as a beet + - red herring + - redound to one's credit + - redound to the benefit of + - reinvent the wheel + - rich and famous + - rings a bell + - ripe old age + - ripped me off + - rise and shine + - road to hell is paved with good intentions + - rob Peter to pay Paul + - roll over in the grave + - rub the wrong way + - ruled the roost + - running in circles + - sad but true + - sadder but wiser + - salt of the earth + - scared stiff + - scared to death + - sea change + - sealed with a kiss + - second to none + - see eye to eye + - seen the light + - seize the day + - set the record straight + - set the world on fire + - set your teeth on edge + - sharp as a tack + - shirked his duties + - shoot for the moon + - shoot the breeze + - shot in the dark + - shoulder to the wheel + - sick as a dog + - sigh of relief + - signed, sealed, and delivered + - sink or swim + - six of one, half a dozen of another + - six of one, half a dozen of the other + - skating on thin ice + - slept like a log + - slinging mud + - slippery as an eel + - slow as molasses + - smart as a whip + - smooth as a baby's bottom + - sneaking suspicion + - snug as a bug in a rug + - sow wild oats + - spare the rod, spoil the child + - speak of the devil + - spilled the beans + - spinning your wheels + - spitting image of + - spoke with relish + - spread like wildfire + - spring to life + - squeaky wheel gets the grease + - stands out like a sore thumb + - start from scratch + - stick in the mud + - still waters run deep + - stitch in time + - stop and smell the roses + - straight as an arrow + - straw that broke the camel's back + - stretched to the breaking point + - strong as an ox + - stubborn as a mule + - stuff that dreams are made of + - stuffed shirt + - sweating blood + - sweating bullets + - take a load off + - take one for the team + - take the bait + - take the bull by the horns + - take the plunge + - takes one to know one + - takes two to tango + - than you can shake a stick at + - the cream of the crop + - the cream rises to the top + - the more the merrier + - the real deal + - the real McCoy + - the red carpet treatment + - the same old story + - the straw that broke the camel's back + - there is no accounting for taste + - thick as a brick + - thick as thieves + - thick as thieves + - thin as a rail + - think outside of the box + - thinking outside the box + - third time's the charm + - this day and age + - this hurts me worse than it hurts you + - this point in time + - thought leaders? + - three sheets to the wind + - through thick and thin + - throw in the towel + - throw the baby out with the bathwater + - tie one on + - tighter than a drum + - time and time again + - time is of the essence + - tip of the iceberg + - tired but happy + - to coin a phrase + - to each his own + - to make a long story short + - to the best of my knowledge + - toe the line + - tongue in cheek + - too good to be true + - too hot to handle + - too numerous to mention + - touch with a ten foot pole + - tough as nails + - trial and error + - trials and tribulations + - tried and true + - trip down memory lane + - twist of fate + - two cents worth + - two peas in a pod + - ugly as sin + - under the counter + - under the gun + - under the same roof + - under the weather + - until the cows come home + - unvarnished truth + - up the creek + - uphill battle + - upper crust + - upset the applecart + - vain attempt + - vain effort + - vanquish the enemy + - various and sundry + - vested interest + - viable alternative + - waiting for the other shoe to drop + - wakeup call + - warm welcome + - watch your p's and q's + - watch your tongue + - watching the clock + - water under the bridge + - wax eloquent + - wax poetic + - we've got a situation here + - weather the storm + - weed them out + - week of Sundays + - went belly up + - wet behind the ears + - what goes around comes around + - what you see is what you get + - when it rains, it pours + - when push comes to shove + - when the cat's away + - when the going gets tough, the tough get going + - whet (?:the|your) appetite + - white as a sheet + - whole ball of wax + - whole hog + - whole nine yards + - wild goose chase + - will wonders never cease? + - wisdom of the ages + - wise as an owl + - wolf at the door + - wool pulled over our eyes + - words fail me + - work like a dog + - world weary + - worst nightmare + - worth its weight in gold + - writ large + - wrong side of the bed + - yanking your chain + - yappy as a dog + - years young + - you are what you eat + - you can run but you can't hide + - you only live once + - you're the boss + - young and foolish + - young and vibrant diff --git a/.github/styles/vale/proselint/CorporateSpeak.yml b/.github/styles/vale/proselint/CorporateSpeak.yml new file mode 100644 index 000000000..4de8ee3f8 --- /dev/null +++ b/.github/styles/vale/proselint/CorporateSpeak.yml @@ -0,0 +1,30 @@ +extends: existence +message: "'%s' is corporate speak." +ignorecase: true +level: error +tokens: + - at the end of the day + - back to the drawing board + - hit the ground running + - get the ball rolling + - low-hanging fruit + - thrown under the bus + - think outside the box + - let's touch base + - get my manager's blessing + - it's on my radar + - ping me + - i don't have the bandwidth + - no brainer + - par for the course + - bang for your buck + - synergy + - move the goal post + - apples to apples + - win-win + - circle back around + - all hands on deck + - take this offline + - drill-down + - elephant in the room + - on my plate diff --git a/.github/styles/vale/proselint/Currency.yml b/.github/styles/vale/proselint/Currency.yml new file mode 100644 index 000000000..ebd4b7d3e --- /dev/null +++ b/.github/styles/vale/proselint/Currency.yml @@ -0,0 +1,5 @@ +extends: existence +message: "Incorrect use of symbols in '%s'." +ignorecase: true +raw: + - \$[\d]* ?(?:dollars|usd|us dollars) diff --git a/.github/styles/vale/proselint/Cursing.yml b/.github/styles/vale/proselint/Cursing.yml new file mode 100644 index 000000000..e65070a91 --- /dev/null +++ b/.github/styles/vale/proselint/Cursing.yml @@ -0,0 +1,15 @@ +extends: existence +message: "Consider replacing '%s'." +level: error +ignorecase: true +tokens: + - shit + - piss + - fuck + - cunt + - cocksucker + - motherfucker + - tits + - fart + - turd + - twat diff --git a/.github/styles/vale/proselint/DateCase.yml b/.github/styles/vale/proselint/DateCase.yml new file mode 100644 index 000000000..9aa1bd991 --- /dev/null +++ b/.github/styles/vale/proselint/DateCase.yml @@ -0,0 +1,7 @@ +extends: existence +message: With lowercase letters, the periods are standard. +ignorecase: false +level: error +nonword: true +tokens: + - '\d{1,2} ?[ap]m\b' diff --git a/.github/styles/vale/proselint/DateMidnight.yml b/.github/styles/vale/proselint/DateMidnight.yml new file mode 100644 index 000000000..0130e1aef --- /dev/null +++ b/.github/styles/vale/proselint/DateMidnight.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Use 'midnight' or 'noon'." +ignorecase: true +level: error +nonword: true +tokens: + - '12 ?[ap]\.?m\.?' diff --git a/.github/styles/vale/proselint/DateRedundancy.yml b/.github/styles/vale/proselint/DateRedundancy.yml new file mode 100644 index 000000000..b1f653ea5 --- /dev/null +++ b/.github/styles/vale/proselint/DateRedundancy.yml @@ -0,0 +1,10 @@ +extends: existence +message: "'a.m.' is always morning; 'p.m.' is always night." +ignorecase: true +level: error +nonword: true +tokens: + - '\d{1,2} ?a\.?m\.? in the morning' + - '\d{1,2} ?p\.?m\.? in the evening' + - '\d{1,2} ?p\.?m\.? at night' + - '\d{1,2} ?p\.?m\.? in the afternoon' diff --git a/.github/styles/vale/proselint/DateSpacing.yml b/.github/styles/vale/proselint/DateSpacing.yml new file mode 100644 index 000000000..b7a2fd33b --- /dev/null +++ b/.github/styles/vale/proselint/DateSpacing.yml @@ -0,0 +1,7 @@ +extends: existence +message: "It's standard to put a space before '%s'" +ignorecase: true +level: error +nonword: true +tokens: + - '\d{1,2}[ap]\.?m\.?' diff --git a/.github/styles/vale/proselint/DenizenLabels.yml b/.github/styles/vale/proselint/DenizenLabels.yml new file mode 100644 index 000000000..db1cdc967 --- /dev/null +++ b/.github/styles/vale/proselint/DenizenLabels.yml @@ -0,0 +1,52 @@ +extends: substitution +message: Did you mean '%s'? +ignorecase: false +action: + name: replace +swap: + (?:Afrikaaner|Afrikander): Afrikaner + (?:Hong Kongite|Hong Kongian): Hong Konger + (?:Indianan|Indianian): Hoosier + (?:Michiganite|Michiganian): Michigander + (?:New Hampshireite|New Hampshireman): New Hampshirite + (?:Newcastlite|Newcastleite): Novocastrian + (?:Providencian|Providencer): Providentian + (?:Trentian|Trentonian): Tridentine + (?:Warsawer|Warsawian): Varsovian + (?:Wolverhamptonite|Wolverhamptonian): Wulfrunian + Alabaman: Alabamian + Albuquerquian: Albuquerquean + Anchoragite: Anchorageite + Arizonian: Arizonan + Arkansawyer: Arkansan + Belarusan: Belarusian + Cayman Islander: Caymanian + Coloradoan: Coloradan + Connecticuter: Nutmegger + Fairbanksian: Fairbanksan + Fort Worther: Fort Worthian + Grenadian: Grenadan + Halifaxer: Haligonian + Hartlepoolian: Hartlepudlian + Illinoisian: Illinoisan + Iowegian: Iowan + Leedsian: Leodenisian + Liverpoolian: Liverpudlian + Los Angelean: Angeleno + Manchesterian: Mancunian + Minneapolisian: Minneapolitan + Missouran: Missourian + Monacan: Monegasque + Neopolitan: Neapolitan + New Jerseyite: New Jerseyan + New Orleansian: New Orleanian + Oklahoma Citian: Oklahoma Cityan + Oklahomian: Oklahoman + Saudi Arabian: Saudi + Seattlite: Seattleite + Surinamer: Surinamese + Tallahassean: Tallahasseean + Tennesseean: Tennessean + Trois-Rivièrester: Trifluvian + Utahan: Utahn + Valladolidian: Vallisoletano diff --git a/.github/styles/vale/proselint/Diacritical.yml b/.github/styles/vale/proselint/Diacritical.yml new file mode 100644 index 000000000..09a5e9d4b --- /dev/null +++ b/.github/styles/vale/proselint/Diacritical.yml @@ -0,0 +1,90 @@ +extends: substitution +message: Consider using '%s' instead of '%s'. +ignorecase: true +level: error +action: + name: replace +swap: + beau ideal: beau idéal + boutonniere: boutonnière + bric-a-brac: bric-à-brac + cafe: café + cause celebre: cause célèbre + chevre: chèvre + cliche: cliché + consomme: consommé + coup de grace: coup de grâce + crudites: crudités + creme brulee: crème brûlée + creme de menthe: crème de menthe + creme fraice: crème fraîche + creme fresh: crème fraîche + crepe: crêpe + debutante: débutante + decor: décor + deja vu: déjà vu + denouement: dénouement + facade: façade + fiance: fiancé + fiancee: fiancée + flambe: flambé + garcon: garçon + lycee: lycée + maitre d: maître d + menage a trois: ménage à trois + negligee: négligée + protege: protégé + protegee: protégée + puree: purée + my resume: my résumé + your resume: your résumé + his resume: his résumé + her resume: her résumé + a resume: a résumé + the resume: the résumé + risque: risqué + roue: roué + soiree: soirée + souffle: soufflé + soupcon: soupçon + touche: touché + tete-a-tete: tête-à-tête + voila: voilà + a la carte: à la carte + a la mode: à la mode + emigre: émigré + # Spanish loanwords + El Nino: El Niño + jalapeno: jalapeño + La Nina: La Niña + pina colada: piña colada + senor: señor + senora: señora + senorita: señorita + # Portuguese loanwords + acai: açaí + # German loanwords + doppelganger: doppelgänger + Fuhrer: Führer + Gewurztraminer: Gewürztraminer + vis-a-vis: vis-à-vis + Ubermensch: Übermensch + # Swedish loanwords + filmjolk: filmjölk + smorgasbord: smörgåsbord + # Names, places, and companies + Beyonce: Beyoncé + Bronte: Brontë + Champs-Elysees: Champs-Élysées + Citroen: Citroën + Curacao: Curaçao + Lowenbrau: Löwenbräu + Monegasque: Monégasque + Motley Crue: Mötley Crüe + Nescafe: Nescafé + Queensryche: Queensrÿche + Quebec: Québec + Quebecois: Québécois + Angstrom: Ångström + angstrom: ångström + Skoda: Škoda diff --git a/.github/styles/vale/proselint/GenderBias.yml b/.github/styles/vale/proselint/GenderBias.yml new file mode 100644 index 000000000..921213bff --- /dev/null +++ b/.github/styles/vale/proselint/GenderBias.yml @@ -0,0 +1,45 @@ +extends: substitution +message: Consider using '%s' instead of '%s'. +ignorecase: true +level: error +action: + name: replace +swap: + (?:alumnae|alumni): graduates + (?:alumna|alumnus): graduate + air(?:m[ae]n|wom[ae]n): pilot(s) + anchor(?:m[ae]n|wom[ae]n): anchor(s) + authoress: author + camera(?:m[ae]n|wom[ae]n): camera operator(s) + chair(?:m[ae]n|wom[ae]n): chair(s) + congress(?:m[ae]n|wom[ae]n): member(s) of congress + door(?:m[ae]|wom[ae]n): concierge(s) + draft(?:m[ae]n|wom[ae]n): drafter(s) + fire(?:m[ae]n|wom[ae]n): firefighter(s) + fisher(?:m[ae]n|wom[ae]n): fisher(s) + fresh(?:m[ae]n|wom[ae]n): first-year student(s) + garbage(?:m[ae]n|wom[ae]n): waste collector(s) + lady lawyer: lawyer + ladylike: courteous + landlord: building manager + mail(?:m[ae]n|wom[ae]n): mail carriers + man and wife: husband and wife + man enough: strong enough + mankind: human kind + manmade: manufactured + men and girls: men and women + middle(?:m[ae]n|wom[ae]n): intermediary + news(?:m[ae]n|wom[ae]n): journalist(s) + ombuds(?:man|woman): ombuds + oneupmanship: upstaging + poetess: poet + police(?:m[ae]n|wom[ae]n): police officer(s) + repair(?:m[ae]n|wom[ae]n): technician(s) + sales(?:m[ae]n|wom[ae]n): salesperson or sales people + service(?:m[ae]n|wom[ae]n): soldier(s) + steward(?:ess)?: flight attendant + tribes(?:m[ae]n|wom[ae]n): tribe member(s) + waitress: waiter + woman doctor: doctor + woman scientist[s]?: scientist(s) + work(?:m[ae]n|wom[ae]n): worker(s) diff --git a/.github/styles/vale/proselint/GroupTerms.yml b/.github/styles/vale/proselint/GroupTerms.yml new file mode 100644 index 000000000..acb4bed9e --- /dev/null +++ b/.github/styles/vale/proselint/GroupTerms.yml @@ -0,0 +1,39 @@ +extends: substitution +message: Consider using '%s' instead of '%s'. +ignorecase: true +action: + name: replace +swap: + (?:bunch|group|pack|flock) of chickens: brood of chickens + (?:bunch|group|pack|flock) of crows: murder of crows + (?:bunch|group|pack|flock) of hawks: cast of hawks + (?:bunch|group|pack|flock) of parrots: pandemonium of parrots + (?:bunch|group|pack|flock) of peacocks: muster of peacocks + (?:bunch|group|pack|flock) of penguins: muster of penguins + (?:bunch|group|pack|flock) of sparrows: host of sparrows + (?:bunch|group|pack|flock) of turkeys: rafter of turkeys + (?:bunch|group|pack|flock) of woodpeckers: descent of woodpeckers + (?:bunch|group|pack|herd) of apes: shrewdness of apes + (?:bunch|group|pack|herd) of baboons: troop of baboons + (?:bunch|group|pack|herd) of badgers: cete of badgers + (?:bunch|group|pack|herd) of bears: sloth of bears + (?:bunch|group|pack|herd) of bullfinches: bellowing of bullfinches + (?:bunch|group|pack|herd) of bullocks: drove of bullocks + (?:bunch|group|pack|herd) of caterpillars: army of caterpillars + (?:bunch|group|pack|herd) of cats: clowder of cats + (?:bunch|group|pack|herd) of colts: rag of colts + (?:bunch|group|pack|herd) of crocodiles: bask of crocodiles + (?:bunch|group|pack|herd) of dolphins: school of dolphins + (?:bunch|group|pack|herd) of foxes: skulk of foxes + (?:bunch|group|pack|herd) of gorillas: band of gorillas + (?:bunch|group|pack|herd) of hippopotami: bloat of hippopotami + (?:bunch|group|pack|herd) of horses: drove of horses + (?:bunch|group|pack|herd) of jellyfish: fluther of jellyfish + (?:bunch|group|pack|herd) of kangeroos: mob of kangeroos + (?:bunch|group|pack|herd) of monkeys: troop of monkeys + (?:bunch|group|pack|herd) of oxen: yoke of oxen + (?:bunch|group|pack|herd) of rhinoceros: crash of rhinoceros + (?:bunch|group|pack|herd) of wild boar: sounder of wild boar + (?:bunch|group|pack|herd) of wild pigs: drift of wild pigs + (?:bunch|group|pack|herd) of zebras: zeal of wild pigs + (?:bunch|group|pack|school) of trout: hover of trout diff --git a/.github/styles/vale/proselint/Hedging.yml b/.github/styles/vale/proselint/Hedging.yml new file mode 100644 index 000000000..a8615f8bb --- /dev/null +++ b/.github/styles/vale/proselint/Hedging.yml @@ -0,0 +1,8 @@ +extends: existence +message: "'%s' is hedging." +ignorecase: true +level: error +tokens: + - I would argue that + - ', so to speak' + - to a certain degree diff --git a/.github/styles/vale/proselint/Hyperbole.yml b/.github/styles/vale/proselint/Hyperbole.yml new file mode 100644 index 000000000..0361772ce --- /dev/null +++ b/.github/styles/vale/proselint/Hyperbole.yml @@ -0,0 +1,6 @@ +extends: existence +message: "'%s' is hyperbolic." +level: error +nonword: true +tokens: + - '[a-z]+[!?]{2,}' diff --git a/.github/styles/vale/proselint/Jargon.yml b/.github/styles/vale/proselint/Jargon.yml new file mode 100644 index 000000000..2454a9c34 --- /dev/null +++ b/.github/styles/vale/proselint/Jargon.yml @@ -0,0 +1,11 @@ +extends: existence +message: "'%s' is jargon." +ignorecase: true +level: error +tokens: + - in the affirmative + - in the negative + - agendize + - per your order + - per your request + - disincentivize diff --git a/.github/styles/vale/proselint/LGBTOffensive.yml b/.github/styles/vale/proselint/LGBTOffensive.yml new file mode 100644 index 000000000..eaf5a84a1 --- /dev/null +++ b/.github/styles/vale/proselint/LGBTOffensive.yml @@ -0,0 +1,13 @@ +extends: existence +message: "'%s' is offensive. Remove it or consider the context." +ignorecase: true +tokens: + - fag + - faggot + - dyke + - sodomite + - homosexual agenda + - gay agenda + - transvestite + - homosexual lifestyle + - gay lifestyle diff --git a/.github/styles/vale/proselint/LGBTTerms.yml b/.github/styles/vale/proselint/LGBTTerms.yml new file mode 100644 index 000000000..572755f53 --- /dev/null +++ b/.github/styles/vale/proselint/LGBTTerms.yml @@ -0,0 +1,15 @@ +extends: substitution +message: "Consider using '%s' instead of '%s'." +ignorecase: true +action: + name: replace +swap: + homosexual man: gay man + homosexual men: gay men + homosexual woman: lesbian + homosexual women: lesbians + homosexual people: gay people + homosexual couple: gay couple + sexual preference: sexual orientation + (?:admitted homosexual|avowed homosexual): openly gay + special rights: equal rights diff --git a/.github/styles/vale/proselint/Malapropisms.yml b/.github/styles/vale/proselint/Malapropisms.yml new file mode 100644 index 000000000..96997787a --- /dev/null +++ b/.github/styles/vale/proselint/Malapropisms.yml @@ -0,0 +1,8 @@ +extends: existence +message: "'%s' is a malapropism." +ignorecase: true +level: error +tokens: + - the infinitesimal universe + - a serial experience + - attack my voracity diff --git a/.github/styles/vale/proselint/Needless.yml b/.github/styles/vale/proselint/Needless.yml new file mode 100644 index 000000000..3c539a907 --- /dev/null +++ b/.github/styles/vale/proselint/Needless.yml @@ -0,0 +1,358 @@ +extends: substitution +message: Prefer '%s' over '%s' +ignorecase: true +action: + name: replace +swap: + '(?:cell phone|cell-phone)': cellphone + '(?:cliquey|cliquy)': cliquish + '(?:pygmean|pygmaen)': pygmy + '(?:retributional|retributionary)': retributive + '(?:revokable|revokeable)': revocable + abolishment: abolition + accessary: accessory + accreditate: accredit + accruement: accrual + accusee: accused + acquaintanceship: acquaintance + acquitment: acquittal + administrate: administer + administrated: administered + administrating: administering + adulterate: adulterous + advisatory: advisory + advocator: advocate + aggrievance: grievance + allegator: alleger + allusory: allusive + amative: amorous + amortizement: amortization + amphiboly: amphibology + anecdotalist: anecdotist + anilinctus: anilingus + anticipative: anticipatory + antithetic: antithetical + applicative: applicable + applicatory: applicable + applier: applicator + approbative: approbatory + arbitrager: arbitrageur + arsenous: arsenious + ascendance: ascendancy + ascendence: ascendancy + ascendency: ascendancy + auctorial: authorial + averral: averment + barbwire: barbed wire + benefic: beneficent + benignant: benign + bestowment: bestowal + betrothment: betrothal + blamableness: blameworthiness + butt naked: buck naked + camarade: comrade + carta blanca: carte blanche + casualities: casualties + casuality: casualty + catch on fire: catch fire + catholicly: catholically + cease fire: ceasefire + channelize: channel + chaplainship: chaplaincy + chrysalid: chrysalis + chrysalids: chrysalises + cigaret: cigarette + coemployee: coworker + cognitional: cognitive + cohabitate: cohabit + cohabitor: cohabitant + collodium: collodion + collusory: collusive + commemoratory: commemorative + commonty: commonage + communicatory: communicative + compensative: compensatory + complacence: complacency + complicitous: complicit + computate: compute + conciliative: conciliatory + concomitancy: concomitance + condonance: condonation + confirmative: confirmatory + congruency: congruence + connotate: connote + consanguineal: consanguine + conspicuity: conspicuousness + conspiratorialist: conspirator + constitutionist: constitutionalist + contingence: contingency + contributary: contributory + contumacity: contumacy + conversible: convertible + conveyal: conveyance + copartner: partner + copartnership: partnership + corroboratory: corroborative + cotemporaneous: contemporaneous + cotemporary: contemporary + criminate: incriminate + culpatory: inculpatory + cumbrance: encumbrance + cumulate: accumulate + curatory: curative + daredeviltry: daredevilry + deceptious: deceptive + defamative: defamatory + defraudulent: fraudulent + degeneratory: degenerative + delimitate: delimit + delusory: delusive + denouncement: denunciation + depositee: depositary + depreciative: depreciatory + deprival: deprivation + derogative: derogatory + destroyable: destructible + detoxicate: detoxify + detractory: detractive + deviancy: deviance + deviationist: deviant + digamy: deuterogamy + digitize: digitize + diminishment: diminution + diplomatist: diplomat + disassociate: dissociate + disciplinatory: disciplinary + discriminant: discriminating + disenthrone: dethrone + disintegratory: disintegrative + dismission: dismissal + disorientate: disorient + disorientated: disoriented + disquieten: disquiet + distraite: distrait + divergency: divergence + dividable: divisible + doctrinary: doctrinaire + documental: documentary + domesticize: domesticate + duplicatory: duplicative + duteous: dutiful + educationalist: educationist + educatory: educative + enigmatas: enigmas + enlargen: enlarge + enswathe: swathe + epical: epic + erotism: eroticism + ethician: ethicist + ex officiis: ex officio + exculpative: exculpatory + exigeant: exigent + exigence: exigency + exotism: exoticism + expedience: expediency + expediential: expedient + extensible: extendable + eying: eyeing + fiefdom: fief + flagrance: flagrancy + flatulency: flatulence + fraudful: fraudulent + funebrial: funereal + geographical: geographic + geometrical: geometric + gerry-rigged: jury-rigged + goatherder: goatherd + gustatorial: gustatory + habitude: habit + henceforward: henceforth + hesitance: hesitancy + heterogeneous: heterogeneous + hierarchic: hierarchical + hindermost: hindmost + honorand: honoree + hypostasize: hypostatize + hysteric: hysterical + idolatrize: idolize + impanel: empanel + imperviable: impervious + importunacy: importunity + impotency: impotence + imprimatura: imprimatur + improprietous: improper + inalterable: unalterable + incitation: incitement + incommunicative: uncommunicative + inconsistence: inconsistency + incontrollable: uncontrollable + incurment: incurrence + indow: endow + indue: endue + inhibitive: inhibitory + innavigable: unnavigable + innovational: innovative + inquisitional: inquisitorial + insistment: insistence + insolvable: unsolvable + instillment: instillation + instinctual: instinctive + insuror: insurer + insurrectional: insurrectionary + interpret: interpret + intervenience: intervention + ironical: ironic + jerry-rigged: jury-rigged + judgmatic: judgmental + labyrinthian: labyrinthine + laudative: laudatory + legitimatization: legitimation + legitimatize: legitimize + legitimization: legitimation + lengthways: lengthwise + life-sized: life-size + liquorice: licorice + lithesome: lithe + lollipop: lollypop + loth: loathe + lubricous: lubricious + maihem: mayhem + medicinal marijuana: medical marijuana + meliorate: ameliorate + minimalize: minimize + mirk: murk + mirky: murky + misdoubt: doubt + monetarize: monetize + moveable: movable + narcism: narcissism + neglective: neglectful + negligency: negligence + neologizer: neologist + neurologic: neurological + nicknack: knickknack + nictate: nictitate + nonenforceable: unenforceable + normalcy: normality + numbedness: numbness + omittable: omissible + onomatopoetic: onomatopoeic + opinioned: opined + optimum advantage: optimal advantage + orientate: orient + outsized: outsize + oversized: oversize + overthrowal: overthrow + pacificist: pacifist + paederast: pederast + parachronism: anachronism + parti-color: parti-colored + participative: participatory + party-colored: parti-colored + pediatrist: pediatrician + penumbrous: penumbral + pejorative: pejorative + permissory: permissive + permutate: permute + personation: impersonation + pharmaceutic: pharmaceutical + pleuritis: pleurisy + policy holder: policyholder + policyowner: policyholder + politicalize: politicize + precedency: precedence + preceptoral: preceptorial + precipitance: precipitancy + precipitant: precipitate + preclusory: preclusive + precolumbian: pre-Columbian + prefectoral: prefectorial + preponderately: preponderantly + preserval: preservation + preventative: preventive + proconsulship: proconsulate + procreational: procreative + procurance: procurement + propelment: propulsion + propulsory: propulsive + prosecutive: prosecutory + protectory: protective + provocatory: provocative + pruriency: prurience + psychal: psychical + punitory: punitive + quantitate: quantify + questionary: questionnaire + quiescency: quiescence + rabbin: rabbi + reasonability: reasonableness + recidivistic: recidivous + recriminative: recriminatory + recruital: recruitment + recurrency: recurrence + recusance: recusancy + recusation: recusal + recusement: recusal + redemptory: redemptive + referrable: referable + referrible: referable + refutatory: refutative + remitment: remittance + remittal: remission + renouncement: renunciation + renunciable: renounceable + reparatory: reparative + repudiative: repudiatory + requitement: requital + rescindment: rescission + restoral: restoration + reticency: reticence + reviewal: review + revisal: revision + revisional: revisionary + revolute: revolt + saliency: salience + salutiferous: salutary + sensatory: sensory + sessionary: sessional + shareowner: shareholder + sicklily: sickly + signator: signatory + slanderize: slander + societary: societal + sodomist: sodomite + solicitate: solicit + speculatory: speculative + spiritous: spirituous + statutorial: statutory + submergeable: submersible + submittal: submission + subtile: subtle + succuba: succubus + sufficience: sufficiency + suppliant: supplicant + surmisal: surmise + suspendible: suspendable + synthesize: synthesize + systemize: systematize + tactual: tactile + tangental: tangential + tautologous: tautological + tee-shirt: T-shirt + thenceforward: thenceforth + transiency: transience + transposal: transposition + unfrequent: infrequent + unreasonability: unreasonableness + unrevokable: irrevocable + unsubstantial: insubstantial + usurpature: usurpation + variative: variational + vegetive: vegetative + vindicative: vindictive + vituperous: vituperative + vociferant: vociferous + volitive: volitional + wolverene: wolverine + wolvish: wolfish + Zoroastrism: Zoroastrianism diff --git a/.github/styles/vale/proselint/Nonwords.yml b/.github/styles/vale/proselint/Nonwords.yml new file mode 100644 index 000000000..7bdd72ec1 --- /dev/null +++ b/.github/styles/vale/proselint/Nonwords.yml @@ -0,0 +1,38 @@ +extends: substitution +message: "Consider using '%s' instead of '%s'." +ignorecase: true +level: error +action: + name: replace +swap: + affrontery: effrontery + analyzation: analysis + annoyment: annoyance + confirmant: confirmand + confirmants: confirmands + conversate: converse + crained: craned + discomforture: discomfort|discomfiture + dispersement: disbursement|dispersal + doubtlessly: doubtless|undoubtedly + forebearance: forbearance + improprietous: improper + inclimate: inclement + inimicable: inimical + regardless: regardless + minimalize: minimize + minimalized: minimized + minimalizes: minimizes + minimalizing: minimizing + optimalize: optimize + paralyzation: paralysis + pettifogger: pettifog + proprietous: proper + relative inexpense: relatively low price|affordability + seldom: seldom + thusly: thus + uncategorically: categorically + undoubtably: undoubtedly|indubitably + unequivocable: unequivocal + unmercilessly: mercilessly + unrelentlessly: unrelentingly|relentlessly diff --git a/.github/styles/vale/proselint/Oxymorons.yml b/.github/styles/vale/proselint/Oxymorons.yml new file mode 100644 index 000000000..25fd2aa5d --- /dev/null +++ b/.github/styles/vale/proselint/Oxymorons.yml @@ -0,0 +1,22 @@ +extends: existence +message: "'%s' is an oxymoron." +ignorecase: true +level: error +tokens: + - amateur expert + - increasingly less + - advancing backwards + - alludes explicitly to + - explicitly alludes to + - totally obsolescent + - completely obsolescent + - generally always + - usually always + - increasingly less + - build down + - conspicuous absence + - exact estimate + - found missing + - intense apathy + - mandatory choice + - organized mess diff --git a/.github/styles/vale/proselint/P-Value.yml b/.github/styles/vale/proselint/P-Value.yml new file mode 100644 index 000000000..82309386f --- /dev/null +++ b/.github/styles/vale/proselint/P-Value.yml @@ -0,0 +1,6 @@ +extends: existence +message: "You should use more decimal places, unless '%s' is really true." +ignorecase: true +level: suggestion +tokens: + - 'p = 0\.0{2,4}' diff --git a/.github/styles/vale/proselint/RASSyndrome.yml b/.github/styles/vale/proselint/RASSyndrome.yml new file mode 100644 index 000000000..7b2b158ea --- /dev/null +++ b/.github/styles/vale/proselint/RASSyndrome.yml @@ -0,0 +1,30 @@ +extends: existence +message: "'%s' is redundant." +level: error +action: + name: edit + params: + - split + - ' ' + - '0' +tokens: + - ABM missile + - ACT test + - ABM missiles + - ABS braking system + - ATM machine + - CD disc + - CPI Index + - GPS system + - GUI interface + - HIV virus + - ISBN number + - LCD display + - PDF format + - PIN number + - RAS syndrome + - RIP in peace + - please RSVP + - SALT talks + - SAT test + - UPC codes diff --git a/.github/styles/vale/proselint/README.md b/.github/styles/vale/proselint/README.md new file mode 100644 index 000000000..402076869 --- /dev/null +++ b/.github/styles/vale/proselint/README.md @@ -0,0 +1,12 @@ +Copyright © 2014–2015, Jordan Suchow, Michael Pacer, and Lara A. Ross +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/.github/styles/vale/proselint/Skunked.yml b/.github/styles/vale/proselint/Skunked.yml new file mode 100644 index 000000000..96a1f690e --- /dev/null +++ b/.github/styles/vale/proselint/Skunked.yml @@ -0,0 +1,13 @@ +extends: existence +message: "'%s' is a bit of a skunked term — impossible to use without issue." +ignorecase: true +level: error +tokens: + - bona fides + - deceptively + - decimate + - effete + - fulsome + - hopefully + - impassionate + - Thankfully diff --git a/.github/styles/vale/proselint/Spelling.yml b/.github/styles/vale/proselint/Spelling.yml new file mode 100644 index 000000000..d3c9be7b7 --- /dev/null +++ b/.github/styles/vale/proselint/Spelling.yml @@ -0,0 +1,17 @@ +extends: consistency +message: "Inconsistent spelling of '%s'." +level: error +ignorecase: true +either: + advisor: adviser + centre: center + colour: color + emphasise: emphasize + finalise: finalize + focussed: focused + labour: labor + learnt: learned + organise: organize + organised: organized + organising: organizing + recognise: recognize diff --git a/.github/styles/vale/proselint/Typography.yml b/.github/styles/vale/proselint/Typography.yml new file mode 100644 index 000000000..60283ebf0 --- /dev/null +++ b/.github/styles/vale/proselint/Typography.yml @@ -0,0 +1,11 @@ +extends: substitution +message: Consider using the '%s' symbol instead of '%s'. +level: error +nonword: true +swap: + '\.\.\.': … + '\([cC]\)': © + '\(TM\)': ™ + '\(tm\)': ™ + '\([rR]\)': ® + '[0-9]+ ?x ?[0-9]+': × diff --git a/.github/styles/vale/proselint/Uncomparables.yml b/.github/styles/vale/proselint/Uncomparables.yml new file mode 100644 index 000000000..784b4dd76 --- /dev/null +++ b/.github/styles/vale/proselint/Uncomparables.yml @@ -0,0 +1,50 @@ +extends: existence +message: "'%s' is not comparable" +ignorecase: true +level: error +action: + name: edit + params: + - split + - ' ' + - '1' +raw: + - \b(?:absolutely|most|more|less|least|very|quite|largely|extremely|increasingly|kind of|mildy|hardly|greatly|sort of)\b\s* +tokens: + - absolute + - adequate + - complete + - correct + - certain + - devoid + - entire + - 'false' + - fatal + - favorite + - final + - ideal + - impossible + - inevitable + - infinite + - irrevocable + - main + - manifest + - only + - paramount + - perfect + - perpetual + - possible + - preferable + - principal + - singular + - stationary + - sufficient + - 'true' + - unanimous + - unavoidable + - unbroken + - uniform + - unique + - universal + - void + - whole diff --git a/.github/styles/vale/proselint/Very.yml b/.github/styles/vale/proselint/Very.yml new file mode 100644 index 000000000..e4077f792 --- /dev/null +++ b/.github/styles/vale/proselint/Very.yml @@ -0,0 +1,6 @@ +extends: existence +message: "Remove '%s'." +ignorecase: true +level: error +tokens: + - very diff --git a/.github/styles/vale/proselint/meta.json b/.github/styles/vale/proselint/meta.json new file mode 100644 index 000000000..e3c65800b --- /dev/null +++ b/.github/styles/vale/proselint/meta.json @@ -0,0 +1,17 @@ +{ + "author": "jdkato", + "description": "A Vale-compatible implementation of the proselint linter.", + "email": "support@errata.ai", + "lang": "en", + "url": "https://github.com/errata-ai/proselint/releases/latest/download/proselint.zip", + "feed": "https://github.com/errata-ai/proselint/releases.atom", + "issues": "https://github.com/errata-ai/proselint/issues/new", + "license": "BSD-3-Clause", + "name": "proselint", + "sources": [ + "https://github.com/amperser/proselint" + ], + "vale_version": ">=1.0.0", + "coverage": 0.0, + "version": "0.1.0" +} diff --git a/.github/styles/vale/write-good/Cliches.yml b/.github/styles/vale/write-good/Cliches.yml new file mode 100644 index 000000000..245ddd3ca --- /dev/null +++ b/.github/styles/vale/write-good/Cliches.yml @@ -0,0 +1,702 @@ +extends: existence +message: "Try to avoid using clichés like '%s'." +ignorecase: true +level: warning +tokens: + - a chip off the old block + - a clean slate + - a dark and stormy night + - a far cry + - a fine kettle of fish + - a loose cannon + - a penny saved is a penny earned + - a tough row to hoe + - a word to the wise + - ace in the hole + - acid test + - add insult to injury + - against all odds + - air your dirty laundry + - all fun and games + - all in a day's work + - all talk, no action + - all thumbs + - all your eggs in one basket + - all's fair in love and war + - all's well that ends well + - almighty dollar + - American as apple pie + - an axe to grind + - another day, another dollar + - armed to the teeth + - as luck would have it + - as old as time + - as the crow flies + - at loose ends + - at my wits end + - avoid like the plague + - babe in the woods + - back against the wall + - back in the saddle + - back to square one + - back to the drawing board + - bad to the bone + - badge of honor + - bald faced liar + - ballpark figure + - banging your head against a brick wall + - baptism by fire + - barking up the wrong tree + - bat out of hell + - be all and end all + - beat a dead horse + - beat around the bush + - been there, done that + - beggars can't be choosers + - behind the eight ball + - bend over backwards + - benefit of the doubt + - bent out of shape + - best thing since sliced bread + - bet your bottom dollar + - better half + - better late than never + - better mousetrap + - better safe than sorry + - between a rock and a hard place + - beyond the pale + - bide your time + - big as life + - big cheese + - big fish in a small pond + - big man on campus + - bigger they are the harder they fall + - bird in the hand + - bird's eye view + - birds and the bees + - birds of a feather flock together + - bit the hand that feeds you + - bite the bullet + - bite the dust + - bitten off more than he can chew + - black as coal + - black as pitch + - black as the ace of spades + - blast from the past + - bleeding heart + - blessing in disguise + - blind ambition + - blind as a bat + - blind leading the blind + - blood is thicker than water + - blood sweat and tears + - blow off steam + - blow your own horn + - blushing bride + - boils down to + - bolt from the blue + - bone to pick + - bored stiff + - bored to tears + - bottomless pit + - boys will be boys + - bright and early + - brings home the bacon + - broad across the beam + - broken record + - brought back to reality + - bull by the horns + - bull in a china shop + - burn the midnight oil + - burning question + - burning the candle at both ends + - burst your bubble + - bury the hatchet + - busy as a bee + - by hook or by crook + - call a spade a spade + - called onto the carpet + - calm before the storm + - can of worms + - can't cut the mustard + - can't hold a candle to + - case of mistaken identity + - cat got your tongue + - cat's meow + - caught in the crossfire + - caught red-handed + - checkered past + - chomping at the bit + - cleanliness is next to godliness + - clear as a bell + - clear as mud + - close to the vest + - cock and bull story + - cold shoulder + - come hell or high water + - cool as a cucumber + - cool, calm, and collected + - cost a king's ransom + - count your blessings + - crack of dawn + - crash course + - creature comforts + - cross that bridge when you come to it + - crushing blow + - cry like a baby + - cry me a river + - cry over spilt milk + - crystal clear + - curiosity killed the cat + - cut and dried + - cut through the red tape + - cut to the chase + - cute as a bugs ear + - cute as a button + - cute as a puppy + - cuts to the quick + - dark before the dawn + - day in, day out + - dead as a doornail + - devil is in the details + - dime a dozen + - divide and conquer + - dog and pony show + - dog days + - dog eat dog + - dog tired + - don't burn your bridges + - don't count your chickens + - don't look a gift horse in the mouth + - don't rock the boat + - don't step on anyone's toes + - don't take any wooden nickels + - down and out + - down at the heels + - down in the dumps + - down the hatch + - down to earth + - draw the line + - dressed to kill + - dressed to the nines + - drives me up the wall + - dull as dishwater + - dyed in the wool + - eagle eye + - ear to the ground + - early bird catches the worm + - easier said than done + - easy as pie + - eat your heart out + - eat your words + - eleventh hour + - even the playing field + - every dog has its day + - every fiber of my being + - everything but the kitchen sink + - eye for an eye + - face the music + - facts of life + - fair weather friend + - fall by the wayside + - fan the flames + - feast or famine + - feather your nest + - feathered friends + - few and far between + - fifteen minutes of fame + - filthy vermin + - fine kettle of fish + - fish out of water + - fishing for a compliment + - fit as a fiddle + - fit the bill + - fit to be tied + - flash in the pan + - flat as a pancake + - flip your lid + - flog a dead horse + - fly by night + - fly the coop + - follow your heart + - for all intents and purposes + - for the birds + - for what it's worth + - force of nature + - force to be reckoned with + - forgive and forget + - fox in the henhouse + - free and easy + - free as a bird + - fresh as a daisy + - full steam ahead + - fun in the sun + - garbage in, garbage out + - gentle as a lamb + - get a kick out of + - get a leg up + - get down and dirty + - get the lead out + - get to the bottom of + - get your feet wet + - gets my goat + - gilding the lily + - give and take + - go against the grain + - go at it tooth and nail + - go for broke + - go him one better + - go the extra mile + - go with the flow + - goes without saying + - good as gold + - good deed for the day + - good things come to those who wait + - good time was had by all + - good times were had by all + - greased lightning + - greek to me + - green thumb + - green-eyed monster + - grist for the mill + - growing like a weed + - hair of the dog + - hand to mouth + - happy as a clam + - happy as a lark + - hasn't a clue + - have a nice day + - have high hopes + - have the last laugh + - haven't got a row to hoe + - head honcho + - head over heels + - hear a pin drop + - heard it through the grapevine + - heart's content + - heavy as lead + - hem and haw + - high and dry + - high and mighty + - high as a kite + - hit paydirt + - hold your head up high + - hold your horses + - hold your own + - hold your tongue + - honest as the day is long + - horns of a dilemma + - horse of a different color + - hot under the collar + - hour of need + - I beg to differ + - icing on the cake + - if the shoe fits + - if the shoe were on the other foot + - in a jam + - in a jiffy + - in a nutshell + - in a pig's eye + - in a pinch + - in a word + - in hot water + - in the gutter + - in the nick of time + - in the thick of it + - in your dreams + - it ain't over till the fat lady sings + - it goes without saying + - it takes all kinds + - it takes one to know one + - it's a small world + - it's only a matter of time + - ivory tower + - Jack of all trades + - jockey for position + - jog your memory + - joined at the hip + - judge a book by its cover + - jump down your throat + - jump in with both feet + - jump on the bandwagon + - jump the gun + - jump to conclusions + - just a hop, skip, and a jump + - just the ticket + - justice is blind + - keep a stiff upper lip + - keep an eye on + - keep it simple, stupid + - keep the home fires burning + - keep up with the Joneses + - keep your chin up + - keep your fingers crossed + - kick the bucket + - kick up your heels + - kick your feet up + - kid in a candy store + - kill two birds with one stone + - kiss of death + - knock it out of the park + - knock on wood + - knock your socks off + - know him from Adam + - know the ropes + - know the score + - knuckle down + - knuckle sandwich + - knuckle under + - labor of love + - ladder of success + - land on your feet + - lap of luxury + - last but not least + - last hurrah + - last-ditch effort + - law of the jungle + - law of the land + - lay down the law + - leaps and bounds + - let sleeping dogs lie + - let the cat out of the bag + - let the good times roll + - let your hair down + - let's talk turkey + - letter perfect + - lick your wounds + - lies like a rug + - life's a bitch + - life's a grind + - light at the end of the tunnel + - lighter than a feather + - lighter than air + - like clockwork + - like father like son + - like taking candy from a baby + - like there's no tomorrow + - lion's share + - live and learn + - live and let live + - long and short of it + - long lost love + - look before you leap + - look down your nose + - look what the cat dragged in + - looking a gift horse in the mouth + - looks like death warmed over + - loose cannon + - lose your head + - lose your temper + - loud as a horn + - lounge lizard + - loved and lost + - low man on the totem pole + - luck of the draw + - luck of the Irish + - make hay while the sun shines + - make money hand over fist + - make my day + - make the best of a bad situation + - make the best of it + - make your blood boil + - man of few words + - man's best friend + - mark my words + - meaningful dialogue + - missed the boat on that one + - moment in the sun + - moment of glory + - moment of truth + - money to burn + - more power to you + - more than one way to skin a cat + - movers and shakers + - moving experience + - naked as a jaybird + - naked truth + - neat as a pin + - needle in a haystack + - needless to say + - neither here nor there + - never look back + - never say never + - nip and tuck + - nip it in the bud + - no guts, no glory + - no love lost + - no pain, no gain + - no skin off my back + - no stone unturned + - no time like the present + - no use crying over spilled milk + - nose to the grindstone + - not a hope in hell + - not a minute's peace + - not in my backyard + - not playing with a full deck + - not the end of the world + - not written in stone + - nothing to sneeze at + - nothing ventured nothing gained + - now we're cooking + - off the top of my head + - off the wagon + - off the wall + - old hat + - older and wiser + - older than dirt + - older than Methuselah + - on a roll + - on cloud nine + - on pins and needles + - on the bandwagon + - on the money + - on the nose + - on the rocks + - on the spot + - on the tip of my tongue + - on the wagon + - on thin ice + - once bitten, twice shy + - one bad apple doesn't spoil the bushel + - one born every minute + - one brick short + - one foot in the grave + - one in a million + - one red cent + - only game in town + - open a can of worms + - open and shut case + - open the flood gates + - opportunity doesn't knock twice + - out of pocket + - out of sight, out of mind + - out of the frying pan into the fire + - out of the woods + - out on a limb + - over a barrel + - over the hump + - pain and suffering + - pain in the + - panic button + - par for the course + - part and parcel + - party pooper + - pass the buck + - patience is a virtue + - pay through the nose + - penny pinscher + - perfect storm + - pig in a poke + - pile it on + - pillar of the community + - pin your hopes on + - pitter pattern of little feet + - plain as day + - plain as the nose on your face + - play by the rules + - play your cards right + - playing the field + - playing with fire + - pleased as punch + - plenty of fish in the sea + - point with pride + - poor as a church mouse + - pot calling the kettle black + - pretty as a picture + - pull a fast one + - pull your punches + - pulling your leg + - pure as the driven snow + - put it in a nutshell + - put one over on you + - put the cart before the horse + - put the pedal to the metal + - put your best foot forward + - put your foot down + - quick as a bunny + - quick as a lick + - quick as a wink + - quick as lightning + - quiet as a dormouse + - rags to riches + - raining buckets + - raining cats and dogs + - rank and file + - rat race + - reap what you sow + - red as a beet + - red herring + - reinvent the wheel + - rich and famous + - rings a bell + - ripe old age + - ripped me off + - rise and shine + - road to hell is paved with good intentions + - rob Peter to pay Paul + - roll over in the grave + - rub the wrong way + - ruled the roost + - running in circles + - sad but true + - sadder but wiser + - salt of the earth + - scared stiff + - scared to death + - sealed with a kiss + - second to none + - see eye to eye + - seen the light + - seize the day + - set the record straight + - set the world on fire + - set your teeth on edge + - sharp as a tack + - shoot for the moon + - shoot the breeze + - shot in the dark + - shoulder to the wheel + - sick as a dog + - sigh of relief + - signed, sealed, and delivered + - sink or swim + - six of one, half a dozen of another + - skating on thin ice + - slept like a log + - slinging mud + - slippery as an eel + - slow as molasses + - smart as a whip + - smooth as a baby's bottom + - sneaking suspicion + - snug as a bug in a rug + - sow wild oats + - spare the rod, spoil the child + - speak of the devil + - spilled the beans + - spinning your wheels + - spitting image of + - spoke with relish + - spread like wildfire + - spring to life + - squeaky wheel gets the grease + - stands out like a sore thumb + - start from scratch + - stick in the mud + - still waters run deep + - stitch in time + - stop and smell the roses + - straight as an arrow + - straw that broke the camel's back + - strong as an ox + - stubborn as a mule + - stuff that dreams are made of + - stuffed shirt + - sweating blood + - sweating bullets + - take a load off + - take one for the team + - take the bait + - take the bull by the horns + - take the plunge + - takes one to know one + - takes two to tango + - the more the merrier + - the real deal + - the real McCoy + - the red carpet treatment + - the same old story + - there is no accounting for taste + - thick as a brick + - thick as thieves + - thin as a rail + - think outside of the box + - third time's the charm + - this day and age + - this hurts me worse than it hurts you + - this point in time + - three sheets to the wind + - through thick and thin + - throw in the towel + - tie one on + - tighter than a drum + - time and time again + - time is of the essence + - tip of the iceberg + - tired but happy + - to coin a phrase + - to each his own + - to make a long story short + - to the best of my knowledge + - toe the line + - tongue in cheek + - too good to be true + - too hot to handle + - too numerous to mention + - touch with a ten foot pole + - tough as nails + - trial and error + - trials and tribulations + - tried and true + - trip down memory lane + - twist of fate + - two cents worth + - two peas in a pod + - ugly as sin + - under the counter + - under the gun + - under the same roof + - under the weather + - until the cows come home + - unvarnished truth + - up the creek + - uphill battle + - upper crust + - upset the applecart + - vain attempt + - vain effort + - vanquish the enemy + - vested interest + - waiting for the other shoe to drop + - wakeup call + - warm welcome + - watch your p's and q's + - watch your tongue + - watching the clock + - water under the bridge + - weather the storm + - weed them out + - week of Sundays + - went belly up + - wet behind the ears + - what goes around comes around + - what you see is what you get + - when it rains, it pours + - when push comes to shove + - when the cat's away + - when the going gets tough, the tough get going + - white as a sheet + - whole ball of wax + - whole hog + - whole nine yards + - wild goose chase + - will wonders never cease? + - wisdom of the ages + - wise as an owl + - wolf at the door + - words fail me + - work like a dog + - world weary + - worst nightmare + - worth its weight in gold + - wrong side of the bed + - yanking your chain + - yappy as a dog + - years young + - you are what you eat + - you can run but you can't hide + - you only live once + - you're the boss + - young and foolish + - young and vibrant diff --git a/.github/styles/vale/write-good/E-Prime.yml b/.github/styles/vale/write-good/E-Prime.yml new file mode 100644 index 000000000..074a102b2 --- /dev/null +++ b/.github/styles/vale/write-good/E-Prime.yml @@ -0,0 +1,32 @@ +extends: existence +message: "Try to avoid using '%s'." +ignorecase: true +level: suggestion +tokens: + - am + - are + - aren't + - be + - been + - being + - he's + - here's + - here's + - how's + - i'm + - is + - isn't + - it's + - she's + - that's + - there's + - they're + - was + - wasn't + - we're + - were + - weren't + - what's + - where's + - who's + - you're diff --git a/.github/styles/vale/write-good/Illusions.yml b/.github/styles/vale/write-good/Illusions.yml new file mode 100644 index 000000000..b4f132185 --- /dev/null +++ b/.github/styles/vale/write-good/Illusions.yml @@ -0,0 +1,11 @@ +extends: repetition +message: "'%s' is repeated!" +level: warning +alpha: true +action: + name: edit + params: + - truncate + - " " +tokens: + - '[^\s]+' diff --git a/.github/styles/vale/write-good/Passive.yml b/.github/styles/vale/write-good/Passive.yml new file mode 100644 index 000000000..f472cb904 --- /dev/null +++ b/.github/styles/vale/write-good/Passive.yml @@ -0,0 +1,183 @@ +extends: existence +message: "'%s' may be passive voice. Use active voice if you can." +ignorecase: true +level: warning +raw: + - \b(am|are|were|being|is|been|was|be)\b\s* +tokens: + - '[\w]+ed' + - awoken + - beat + - become + - been + - begun + - bent + - beset + - bet + - bid + - bidden + - bitten + - bled + - blown + - born + - bought + - bound + - bred + - broadcast + - broken + - brought + - built + - burnt + - burst + - cast + - caught + - chosen + - clung + - come + - cost + - crept + - cut + - dealt + - dived + - done + - drawn + - dreamt + - driven + - drunk + - dug + - eaten + - fallen + - fed + - felt + - fit + - fled + - flown + - flung + - forbidden + - foregone + - forgiven + - forgotten + - forsaken + - fought + - found + - frozen + - given + - gone + - gotten + - ground + - grown + - heard + - held + - hidden + - hit + - hung + - hurt + - kept + - knelt + - knit + - known + - laid + - lain + - leapt + - learnt + - led + - left + - lent + - let + - lighted + - lost + - made + - meant + - met + - misspelt + - mistaken + - mown + - overcome + - overdone + - overtaken + - overthrown + - paid + - pled + - proven + - put + - quit + - read + - rid + - ridden + - risen + - run + - rung + - said + - sat + - sawn + - seen + - sent + - set + - sewn + - shaken + - shaven + - shed + - shod + - shone + - shorn + - shot + - shown + - shrunk + - shut + - slain + - slept + - slid + - slit + - slung + - smitten + - sold + - sought + - sown + - sped + - spent + - spilt + - spit + - split + - spoken + - spread + - sprung + - spun + - stolen + - stood + - stridden + - striven + - struck + - strung + - stuck + - stung + - stunk + - sung + - sunk + - swept + - swollen + - sworn + - swum + - swung + - taken + - taught + - thought + - thrived + - thrown + - thrust + - told + - torn + - trodden + - understood + - upheld + - upset + - wed + - wept + - withheld + - withstood + - woken + - won + - worn + - wound + - woven + - written + - wrung diff --git a/.github/styles/vale/write-good/README.md b/.github/styles/vale/write-good/README.md new file mode 100644 index 000000000..3edcc9b37 --- /dev/null +++ b/.github/styles/vale/write-good/README.md @@ -0,0 +1,27 @@ +Based on [write-good](https://github.com/btford/write-good). + +> Naive linter for English prose for developers who can't write good and wanna learn to do other stuff good too. + +``` +The MIT License (MIT) + +Copyright (c) 2014 Brian Ford + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` diff --git a/.github/styles/vale/write-good/So.yml b/.github/styles/vale/write-good/So.yml new file mode 100644 index 000000000..e57f099dc --- /dev/null +++ b/.github/styles/vale/write-good/So.yml @@ -0,0 +1,5 @@ +extends: existence +message: "Don't start a sentence with '%s'." +level: error +raw: + - '(?:[;-]\s)so[\s,]|\bSo[\s,]' diff --git a/.github/styles/vale/write-good/ThereIs.yml b/.github/styles/vale/write-good/ThereIs.yml new file mode 100644 index 000000000..8b82e8f6c --- /dev/null +++ b/.github/styles/vale/write-good/ThereIs.yml @@ -0,0 +1,6 @@ +extends: existence +message: "Don't start a sentence with '%s'." +ignorecase: false +level: error +raw: + - '(?:[;-]\s)There\s(is|are)|\bThere\s(is|are)\b' diff --git a/.github/styles/vale/write-good/TooWordy.yml b/.github/styles/vale/write-good/TooWordy.yml new file mode 100644 index 000000000..a6f326bdc --- /dev/null +++ b/.github/styles/vale/write-good/TooWordy.yml @@ -0,0 +1,221 @@ +extends: existence +message: "'%s' is too wordy." +ignorecase: true +level: warning +tokens: + - a number of + - abundance + - accede to + - accelerate + - accentuate + - accompany + - accomplish + - accorded + - accrue + - acquiesce + - acquire + - additional + - adjacent to + - adjustment + - admissible + - advantageous + - adversely impact + - advise + - aforementioned + - aggregate + - aircraft + - all of + - all things considered + - alleviate + - allocate + - along the lines of + - already existing + - alternatively + - amazing + - ameliorate + - anticipate + - apparent + - appreciable + - as a matter of fact + - as a means of + - as far as I'm concerned + - as of yet + - as to + - as yet + - ascertain + - assistance + - at the present time + - at this time + - attain + - attributable to + - authorize + - because of the fact that + - belated + - benefit from + - bestow + - by means of + - by virtue of + - by virtue of the fact that + - cease + - close proximity + - commence + - comply with + - concerning + - consequently + - consolidate + - constitutes + - demonstrate + - depart + - designate + - discontinue + - due to the fact that + - each and every + - economical + - eliminate + - elucidate + - employ + - endeavor + - enumerate + - equitable + - equivalent + - evaluate + - evidenced + - exclusively + - expedite + - expend + - expiration + - facilitate + - factual evidence + - feasible + - finalize + - first and foremost + - for all intents and purposes + - for the most part + - for the purpose of + - forfeit + - formulate + - have a tendency to + - honest truth + - however + - if and when + - impacted + - implement + - in a manner of speaking + - in a timely manner + - in a very real sense + - in accordance with + - in addition + - in all likelihood + - in an effort to + - in between + - in excess of + - in lieu of + - in light of the fact that + - in many cases + - in my opinion + - in order to + - in regard to + - in some instances + - in terms of + - in the case of + - in the event that + - in the final analysis + - in the nature of + - in the near future + - in the process of + - inception + - incumbent upon + - indicate + - indication + - initiate + - regardless + - is applicable to + - is authorized to + - is responsible for + - it is + - it is essential + - it seems that + - it was + - magnitude + - maximum + - methodology + - minimize + - minimum + - modify + - monitor + - multiple + - necessitate + - nevertheless + - not certain + - not many + - not often + - not unless + - not unlike + - notwithstanding + - null and void + - numerous + - objective + - obligate + - obtain + - on the contrary + - on the other hand + - one particular + - optimum + - overall + - owing to the fact that + - participate + - particulars + - pass away + - pertaining to + - point in time + - portion + - possess + - preclude + - previously + - prior to + - prioritize + - procure + - proficiency + - provided that + - purchase + - put simply + - readily apparent + - refer back + - regarding + - relocate + - remainder + - remuneration + - requirement + - reside + - residence + - retain + - satisfy + - shall + - should you wish + - similar to + - solicit + - span across + - strategize + - subsequent + - substantial + - successfully complete + - sufficient + - terminate + - the month of + - the point I am trying to make + - therefore + - time period + - took advantage of + - transmit + - transpire + - type of + - until such time as + - utilization + - utilize + - validate + - various different + - what I mean to say is + - whether or not + - with respect to + - with the exception of + - witnessed diff --git a/.github/styles/vale/write-good/Weasel.yml b/.github/styles/vale/write-good/Weasel.yml new file mode 100644 index 000000000..d1d90a7bc --- /dev/null +++ b/.github/styles/vale/write-good/Weasel.yml @@ -0,0 +1,29 @@ +extends: existence +message: "'%s' is a weasel word!" +ignorecase: true +level: warning +tokens: + - clearly + - completely + - exceedingly + - excellent + - extremely + - fairly + - huge + - interestingly + - is a number + - largely + - mostly + - obviously + - quite + - relatively + - remarkably + - several + - significantly + - substantially + - surprisingly + - tiny + - usually + - various + - vast + - very diff --git a/.github/styles/vale/write-good/meta.json b/.github/styles/vale/write-good/meta.json new file mode 100644 index 000000000..a115d2886 --- /dev/null +++ b/.github/styles/vale/write-good/meta.json @@ -0,0 +1,4 @@ +{ + "feed": "https://github.com/errata-ai/write-good/releases.atom", + "vale_version": ">=1.0.0" +} diff --git a/.gitignore b/.gitignore index 3d7fc6698..b0dc32b36 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ ## build results ## generated databases +node_modules/ + linuxdeployqt *.AppImage .build diff --git a/.gitlint b/.gitlint deleted file mode 100644 index cf98b6c08..000000000 --- a/.gitlint +++ /dev/null @@ -1,30 +0,0 @@ -[general] -verbosity=2 -ignore-merge-commits=true -ignore-revert-commits=true -ignore-squash-commits=true -ignore-fixup-commits=true -ignore-stdin=true -ignore=body-is-missing - -[title-max-length] -line-length=80 -[title-min-length] -min-length=10 - -[title-must-not-contain-word] -words= - -[title-match-regex] -regex=^\[(wip|dev|test|doc|fix|feat|style|refact|error)\]\s[A-Z].*$ - -[ignore-by-title] -regex=^Release(.*) - -[body-max-line-length] -line-length=512 -[body-min-length] -min-length=10 - -[author-valid-email] -regex=[^@]+@gmail.com diff --git a/.markdownlint.yml b/.markdownlint.yml index 82a53f134..8dcc58d81 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -4,139 +4,142 @@ 'default': true 'first-header-h1': true 'header-style': - 'style': 'atx' + 'style': atx 'ul-style': - 'style': 'dash' + 'style': dash 'no-trailing-spaces': false 'line-length': false 'no-duplicate-header': 'allow_different_nesting': true 'no-trailing-punctuation': - 'punctuation': '.,;:!。,;:!?' + 'punctuation': .,;:!。,;:!? 'ol-prefix': - 'style': 'one' + 'style': one 'no-inline-html': false 'hr-style': - 'style': '---' + 'style': --- 'no-emphasis-as-heading': false 'first-line-h1': false 'code-block-style': - 'style': 'fenced' + 'style': fenced +'code-fence-style': + 'style': backtick +'fenced-code-language': + 'allowed_languages': [bash, html, javascript, json, markdown, text] + 'language_only': true 'proper-names': 'names': [ - 'Akismet', - 'Alertmanager', - 'API', - 'Asana', - 'Auth0', - 'Authentiq', - 'Azure', - 'Bamboo', - 'Bitbucket', - 'Bugzilla', - 'CAS', - 'CentOS', - 'Consul', - 'Debian', - 'DevOps', - 'Docker', - 'DockerSlim', - 'Elasticsearch', - 'Facebook', - 'fastlane', - 'fluent-plugin-redis-slowlog', - 'GDK', - 'Geo', - 'Git LFS', - 'git-annex', - 'Git', - 'Gitaly', - 'GitHub', - 'GitLab Geo', - 'GitLab Monitor', - 'GitLab Operator', - 'GitLab Pages', - 'GitLab Rails', - 'GitLab Runner', - 'GitLab Shell', - 'GitLab Workhorse', - 'GitLab', - 'Gitleaks', - 'Gmail', - 'Google', - 'Grafana', - 'Gzip', - 'Helm', - 'HipChat', - 'ID', - 'Ingress', - 'jasmine-jquery', - 'JavaScript', - 'Jaeger', - 'Jenkins', - 'Jira', - 'Jira Cloud', - 'Jira Server', - 'jQuery', - 'JSON', - 'JupyterHub', - 'Karma', - 'Kerberos', - 'Knative', - 'Kubernetes', - 'LDAP', - "Let's Encrypt", - 'Markdown', - 'markdownlint', - 'Mattermost', - 'Microsoft', - 'Minikube', - 'MinIO', - 'ModSecurity', - 'NGINX Ingress', - 'NGINX', - 'OAuth', - 'OAuth 2', - 'OmniAuth', - 'Omnibus GitLab', - 'OpenID', - 'OpenShift', - 'PgBouncer', - 'PostgreSQL', - 'Praefect', - 'Prometheus', - 'Puma', - 'puma-worker-killer', - 'Python', - 'Rake', - 'Redis', - 'Redmine', - 'reCAPTCHA', - 'Ruby', - 'runit', - 'Salesforce', - 'SAML', - 'Sentry', - 'Sidekiq', - 'Shibboleth', - 'Slack', - 'SMTP', - 'SpotBugs', - 'SSH', - 'Tiller', - 'TOML', - 'Trello', - 'Trello Power-Ups', - 'TypeScript', - 'Twitter', - 'Ubuntu', - 'Ultra Auth', - 'Unicorn', - 'unicorn-worker-killer', - 'URL', - 'WebdriverIO', - 'YAML', - 'YouTrack', + Alertmanager, + API, + Astro, + Auth0, + Azure, + Bamboo, + Bash, + Bitbucket, + Bugzilla, + CAS, + CentOS, + Consul, + Debian, + DevOps, + Docker, + DockerSlim, + Elasticsearch, + fastlane, + GDK, + Geo, + Git LFS, + git-annex, + Git, + GitHub, + GitLab Geo, + GitLab Monitor, + GitLab Operator, + GitLab Pages, + GitLab Rails, + GitLab Runner, + GitLab Shell, + GitLab Workhorse, + GitLab, + Gitleaks, + Gmail, + Google, + Grafana, + Gzip, + Helm, + HipChat, + ID, + Ingress, + jasmine-jquery, + JavaScript, + Jaeger, + Jenkins, + Jira, + Jira Cloud, + Jira Server, + jQuery, + JSON, + JupyterHub, + Karma, + Kerberos, + Kubernetes, + LDAP, + Let's Encrypt, + Markdown, + markdown-link-check, + markdownlint, + Mattermost, + Microsoft, + Minikube, + MinIO, + ModSecurity, + NGINX Ingress, + NGINX, + OAuth, + OAuth 2, + OmniAuth, + Omnibus GitLab, + OpenID, + OpenShift, + PgBouncer, + PostgreSQL, + PowerShell, + Praefect, + Prometheus, + Puma, + puma-worker-killer, + Python, + Rake, + Redis, + Redmine, + reCAPTCHA, + Ruby, + runit, + Salesforce, + SAML, + Sentry, + Shibboleth, + Slack, + SMTP, + SpotBugs, + SSH, + Tiller, + TOML, + Trello, + Trello Power-Ups, + TypeScript, + Twitter, + Ubuntu, + Ultra Auth, + Unicorn, + unicorn-worker-killer, + URL, + WebdriverIO, + Xcode, + YAML, + YouTrack, + ZSH ] 'code_blocks': false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..6f5610f30 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,180 @@ +--- +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks +# files: ^(.*\.(py|json|md|sh|yaml|yml|in|cfg|txt|rst|toml|precommit-toml|wordlist))$ +# exclude: ^(\.[^/]*cache/.*)$ +ci: + autoupdate_schedule: weekly + skip: [eslint, prettier, mypy] + autofix_commit_msg: "ci: auto fixes from pre-commit.ci\n\nFor more information, see https://pre-commit.ci" + autoupdate_commit_msg: 'ci: pre-commit autoupdate [pre-commit.ci]' + autofix_prs: false +default_language_version: + python: python3.11 # NOTE: sync with .python-version-default +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.6.0 + hooks: + - id: check-added-large-files + - id: check-ast + - id: check-builtin-literals + - id: check-case-conflict + - id: check-docstring-first + - id: check-executables-have-shebangs + - id: check-merge-conflict + - id: check-shebang-scripts-are-executable + - id: check-symlinks + - id: check-toml + - id: check-vcs-permalinks + - id: check-json + exclude: (\.devcontainer/devcontainer.json|\.vscode/) + - id: check-xml + - id: check-yaml + args: + - --allow-multiple-documents + - id: debug-statements + - id: destroyed-symlinks + - id: detect-private-key + - id: end-of-file-fixer + exclude: docs/.* + - id: fix-byte-order-marker + - id: mixed-line-ending + - id: no-commit-to-branch + args: + - --branch=main + - --branch=release + - id: trailing-whitespace + args: ['--markdown-linebreak-ext=md'] + exclude: LICENSES/ + - id: end-of-file-fixer + + - repo: https://github.com/gitleaks/gitleaks + rev: v8.18.4 + hooks: + - id: gitleaks + + - repo: https://github.com/rhysd/actionlint + rev: v1.7.1 + hooks: + - id: actionlint + + - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook + rev: v9.16.0 + hooks: + - id: commitlint + stages: [commit-msg] + additional_dependencies: ['@commitlint/config-angular'] + + - repo: https://github.com/Lucas-C/pre-commit-hooks + rev: v1.3.1 + hooks: + - id: remove-crlf + - id: remove-tabs + + - repo: https://github.com/adrienverge/yamllint.git + rev: v1.35.1 + hooks: + - id: yamllint + args: [--strict] + + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.28.6 + hooks: + - id: check-dependabot + - id: check-github-workflows + - id: check-readthedocs + args: ['--verbose'] + + - repo: https://github.com/DavidAnson/markdownlint-cli2 + rev: v0.6.0 + hooks: + - id: markdownlint-cli2 + args: + - --config + - .markdownlint.yaml + + - repo: https://github.com/tcort/markdown-link-check + rev: v3.10.2 + hooks: + - id: markdown-link-check + + - repo: https://github.com/psf/black + rev: 22.10.0 + hooks: + - id: black + + - repo: https://github.com/biomejs/pre-commit + rev: v0.4.0 # Use the sha / tag you want to point at + hooks: + - id: biome-check + additional_dependencies: ['@biomejs/biome@1.8.3'] + + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v2.7.1 + hooks: + - id: prettier + args: [--write, --loglevel=error] + types: [css, scss, html, yaml, markdown] + + - repo: https://github.com/thibaudcolas/pre-commit-stylelint + rev: v16.6.1 + hooks: + - id: stylelint + additional_dependencies: + # stylelint itself needs to be here when using additional_dependencies. + - stylelint@16.6.1 + - stylelint-config-standard-scss@3.0.0 + # Package names starting with `@` need to be quoted. + # - '@scope/my-awesome-plugin@0.12.0' + args: + - --config + - .stylelintrc.yaml + files: \.(css|scss|sass)$ + + - repo: https://github.com/standard/standard + rev: v17.1.0 + hooks: + - id: standard + + - repo: https://github.com/shssoichiro/oxipng + rev: v9.1.1 + hooks: + - id: oxipng + args: ['-o', '4', '--strip', 'safe', '--alpha'] + + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v4.0.0-alpha.8 + hooks: + - id: prettier + args: ['--write'] + types_or: + - yaml + - markdown + - html + - css + - scss + - javascript + - json + - toml + + - repo: https://github.com/codespell-project/codespell + rev: v2.3.0 + hooks: + - id: codespell + additional_dependencies: ['tomli>=2.0.1'] + exclude: (.*\.svg|pyproject.toml|LICENSE|LICENSES/|\.github/actions|\.github/styles/vale) + + - repo: https://github.com/fsfe/reuse-tool + rev: v3.1.0a1 + hooks: + - id: reuse + + - repo: https://github.com/mxr/sync-pre-commit-deps + rev: v0.0.1 + hooks: + - id: sync-pre-commit-deps + + - repo: meta + hooks: + - id: check-hooks-apply + - id: check-useless-excludes diff --git a/.prettierignore b/.prettierignore index 730e72c03..3fe514f12 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,39 +1,37 @@ -/app/assets/javascripts/locale/**/app.js +# Benchmark artifacts +benchmark/projects/ +benchmark/results/ -/fixtures/lib/gitlab/graphql/ -/node_modules/ -/public/ -/vendor/ -/tmp/ -/sitespeed-result/ -/.mypy_cache/ -/build/ -.clang-tidy +# Deep Directories +**/dist +**/build +**/smoke +**/node_modules +**/fixtures +**/vendor +**/.vercel + +# Short-term need to format +!packages/db/test/fixtures + +# Directories +.github +.changeset + +# Files pnpm-lock.yaml -yarn.lock -docs/.gitpod.yml -docs/node_modules -docs/.changeset -docs/pnpm-lock.yaml -docs/yarn.lock -*.md -*.mdx -*.ts -*.wxs -CMakeLists.txt -compile_commands.json -CONTRIBUTORS -LICENSE -LICENSES/ -project-words.txt -cppcheck_suppressions.txt -conanfile.py -out -build -image -dist -bin -.vscode-test +# Formatted by Biome +**/*.json +**/*.js +**/*.ts +**/*.tsx +**/*.jsx +**/*.mjs +**/*.cjs + +# Formatted by taplo +**/*.toml -Pipfile.lock +# vale configs +.github/styles/vale/** diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 0e3bb31d1..000000000 --- a/.prettierrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "printWidth": 100, - "semi": true, - "singleQuote": true, - "tabWidth": 2, - "trailingComma": "es5", - "useTabs": true, - "arrowParens": "always", - "bracketSpacing": false, - "overrides": [ - { - "files": ".github/**/*.yml", - "options": { - "singleQuote": false - } - }, - { - "files": ["*.html", "legacy/**/*.js"], - "options": { - "tabWidth": 4 - } - }, - { - "files": [".*", "*.json", "*.md", "*.toml", "*.yml"], - "options": { - "useTabs": false - } - } - ] -} diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 000000000..1c377336d --- /dev/null +++ b/.prettierrc.yaml @@ -0,0 +1,9 @@ +{ + 'printWidth': 100, + 'semi': true, + 'singleQuote': true, + 'tabWidth': 2, + 'trailingComma': none, + 'useTabs': true, + 'overrides': [] +} diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 000000000..01aef6519 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "stylelint-config-standard-scss" +} diff --git a/.trunk/.gitignore b/.trunk/.gitignore deleted file mode 100644 index 15966d087..000000000 --- a/.trunk/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -*out -*logs -*actions -*notifications -*tools -plugins -user_trunk.yaml -user.yaml -tmp diff --git a/.trunk/configs/.djlintrc b/.trunk/configs/.djlintrc deleted file mode 100644 index 2eb1e6fd3..000000000 --- a/.trunk/configs/.djlintrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "linter_output_format": "{filename}:{line} - {code} - {message} :: {match}" -} diff --git a/.trunk/configs/.hadolint.yaml b/.trunk/configs/.hadolint.yaml deleted file mode 100644 index 98bf0cd2e..000000000 --- a/.trunk/configs/.hadolint.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Following source doesn't work in most setups -ignored: - - SC1090 - - SC1091 diff --git a/.trunk/configs/.isort.cfg b/.trunk/configs/.isort.cfg deleted file mode 100644 index b9fb3f3e8..000000000 --- a/.trunk/configs/.isort.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[settings] -profile=black diff --git a/.trunk/configs/.shellcheckrc b/.trunk/configs/.shellcheckrc deleted file mode 100644 index 8c7b1ada8..000000000 --- a/.trunk/configs/.shellcheckrc +++ /dev/null @@ -1,7 +0,0 @@ -enable=all -source-path=SCRIPTDIR -disable=SC2154 - -# If you're having issues with shellcheck following source, disable the errors via: -# disable=SC1090 -# disable=SC1091 diff --git a/.trunk/configs/.sqlfluff b/.trunk/configs/.sqlfluff deleted file mode 100644 index 5d2192c77..000000000 --- a/.trunk/configs/.sqlfluff +++ /dev/null @@ -1,2 +0,0 @@ -[sqlfluff] -dialect = ansi diff --git a/.trunk/configs/ruff.toml b/.trunk/configs/ruff.toml deleted file mode 100644 index f5a235cf9..000000000 --- a/.trunk/configs/ruff.toml +++ /dev/null @@ -1,5 +0,0 @@ -# Generic, formatter-friendly config. -select = ["B", "D3", "E", "F"] - -# Never enforce `E501` (line length violations). This should be handled by formatters. -ignore = ["E501"] diff --git a/.trunk/configs/svgo.config.js b/.trunk/configs/svgo.config.js deleted file mode 100644 index 37e8838b3..000000000 --- a/.trunk/configs/svgo.config.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - plugins: [ - { - name: 'preset-default', - params: { - overrides: { - removeViewBox: false, // https://github.com/svg/svgo/issues/1128 - sortAttrs: true, - removeOffCanvasPaths: true, - }, - }, - }, - ], -}; diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml deleted file mode 100644 index 694fb79f8..000000000 --- a/.trunk/trunk.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# This file controls the behavior of Trunk: https://docs.trunk.io/cli -# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml -version: 0.1 -cli: - version: 1.22.1 -# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) -plugins: - sources: - - id: trunk - ref: v1.5.0 - uri: https://github.com/trunk-io/plugins -# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) -runtimes: - enabled: - - ruby@3.1.4 - - go@1.21.0 - - node@18.12.1 - - python@3.10.8 -# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) -lint: - disabled: - - semgrep - - hadolint - enabled: - - cmake-format@0.6.13 - - cspell@8.8.4 - - djlint@1.34.1 - - gitleaks@8.18.3 - - include-what-you-use@0.20 - - markdown-link-check@3.12.2 - - mypy@1.10.0: - packages: - - types-PyYAML - - tomli >= 0.2.6, < 2.0.0 - - click >= 8.1.0, != 8.1.4, != 8.1.5 - - packaging >= 22.0 - - platformdirs >= 2.1.0 - - pytest - - hypothesis - - aiohttp >= 3.7.4 - - types-commonmark - - types-requests>=2.31 - - urllib3>=2.2.1 - - hypothesmith - - pragma-once - - pre-commit-hooks@4.6.0 - - psscriptanalyzer@1.22.0 - - pyright@1.1.366 - - rubocop@1.39.0 - - rufo@0.13.0 - - sort-package-json@2.10.0 - - sqlfluff@3.0.7 - - sqlfmt@0.21.3 - - standardrb@1.3.0 - - stringslint@0.1.6 - - stylelint@16.6.1 - - terrascan@1.19.1 - - trufflehog-git@3.78.0 - - trunk-toolbox@0.3.1 - - actionlint@1.7.1 - - autopep8@2.2.0 - - bandit@1.7.8 - - black@24.4.2 - - checkov@3.2.125 - - clang-format@16.0.3 - - clang-tidy@16.0.3 - - codespell@2.2.6: - packages: - - tomli>=2.0.1 - - eslint@8.57.0: - plugins: - - airbnb - - prettier - - flake8@7.0.0 - - git-diff-check - - isort@5.13.2 - - markdownlint@0.41.0 - - osv-scanner@1.7.4 - - oxipng@9.1.1 - - prettier@3.3.0 - - pylint@3.2.2 - - ruff@0.4.7 - - shellcheck@0.10.0 - - shfmt@3.6.0 - - svgo@3.3.2 - - trivy@0.52.0 - - trufflehog@3.78.0 - - yamllint@1.35.1 -actions: - disabled: - - commitlint - - trunk-fmt-pre-commit - enabled: - - commitizen - - git-blame-ignore-revs - - git-lfs - - npm-check - - trunk-announce - - trunk-check-pre-push - - trunk-upgrade-available -tools: - enabled: - - converttosarif@1.0.0 - - pwsh@7.4.2 diff --git a/.vale.ini b/.vale.ini new file mode 100644 index 000000000..c003f556b --- /dev/null +++ b/.vale.ini @@ -0,0 +1,9 @@ +# This goes in a file named either `.vale.ini` or `_vale.ini`. +StylesPath = .github/styles/vale +MinAlertLevel = suggestion + +Packages = Microsoft, Readability, proselint, write-good, alex + +[*.{md,mdx,mjs}] +# List of styles to load. +BasedOnStyles = Microsoft, Readability, proselint, write-good, alex diff --git a/.trunk/configs/.yamllint.yaml b/.yamllint.yaml similarity index 61% rename from .trunk/configs/.yamllint.yaml rename to .yamllint.yaml index 4b44d2760..5fc9e007f 100644 --- a/.trunk/configs/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,7 +1,11 @@ +ignore: + - .github/styles/vale/**/*.yml + - .github/styles/vale/**/*.yaml rules: quoted-strings: required: only-when-needed extra-allowed: ['{|}'] + level: warning key-duplicates: {} octal-values: forbid-implicit-octal: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 892d9573d..fed070ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ **Fixed bugs:** -- Github Pages not build [\#263](https://github.com/jmuelbert/jmbde-QT/issues/263) +- GitHub Pages not build [\#263](https://github.com/jmuelbert/jmbde-QT/issues/263) - Implement Checks in Styles workflow [\#261](https://github.com/jmuelbert/jmbde-QT/issues/261) - Generate gh-pages don't create output [\#252](https://github.com/jmuelbert/jmbde-QT/issues/252) - The macOS Installer do not use the Project Version [\#251](https://github.com/jmuelbert/jmbde-QT/issues/251) @@ -40,7 +40,7 @@ - build\(deps\): bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 [\#390](https://github.com/jmuelbert/jmbde-QT/pull/390) - build\(deps\): bump docutils from 0.17.1 to 0.18 [\#389](https://github.com/jmuelbert/jmbde-QT/pull/389) - build\(deps\): bump DoozyX/clang-format-lint-action from 0.12 to 0.13 [\#384](https://github.com/jmuelbert/jmbde-QT/pull/384) -- build\(deps\): bump heinrichreimer/github-changelog-generator-action from 2.2 to 2.3 [\#383](https://github.com/jmuelbert/jmbde-QT/pull/383) +- build\(deps\): bump heinrichreimer/GitHub-changelog-generator-action from 2.2 to 2.3 [\#383](https://github.com/jmuelbert/jmbde-QT/pull/383) - build\(deps\): bump idna from 3.2 to 3.3 [\#381](https://github.com/jmuelbert/jmbde-QT/pull/381) - build\(deps\): bump certifi from 2021.5.30 to 2021.10.8 [\#380](https://github.com/jmuelbert/jmbde-QT/pull/380) - build\(deps\): bump filelock from 3.3.0 to 3.3.1 [\#379](https://github.com/jmuelbert/jmbde-QT/pull/379) @@ -92,13 +92,13 @@ - Bump requests from 2.25.0 to 2.25.1 [\#163](https://github.com/jmuelbert/jmbde-QT/pull/163) - Bump breathe from 4.24.1 to 4.25.1 [\#162](https://github.com/jmuelbert/jmbde-QT/pull/162) - Fix typos by misspell-fixer for refs/heads/master [\#146](https://github.com/jmuelbert/jmbde-QT/pull/146) -- Format codes for refs/heads/dependabot/github\_actions/peter-evans/create-pull-request-v3.5.2 [\#145](https://github.com/jmuelbert/jmbde-QT/pull/145) -- Fix typos by misspell-fixer for refs/heads/dependabot/github\_actions/peter-evans/create-pull-request-v3.5.2 [\#144](https://github.com/jmuelbert/jmbde-QT/pull/144) -- Fix typos by misspell-fixer for refs/heads/dependabot/github\_actions/actions/cache-v2.1.3 [\#143](https://github.com/jmuelbert/jmbde-QT/pull/143) +- Format codes for refs/heads/dependabot/GitHub\_actions/peter-evans/create-pull-request-v3.5.2 [\#145](https://github.com/jmuelbert/jmbde-QT/pull/145) +- Fix typos by misspell-fixer for refs/heads/dependabot/GitHub\_actions/peter-evans/create-pull-request-v3.5.2 [\#144](https://github.com/jmuelbert/jmbde-QT/pull/144) +- Fix typos by misspell-fixer for refs/heads/dependabot/GitHub\_actions/actions/cache-v2.1.3 [\#143](https://github.com/jmuelbert/jmbde-QT/pull/143) - Fix typos by misspell-fixer for refs/heads/master [\#142](https://github.com/jmuelbert/jmbde-QT/pull/142) -- Format codes for refs/heads/dependabot/github\_actions/crazy-max/ghaction-github-labeler-v3.1.1 [\#141](https://github.com/jmuelbert/jmbde-QT/pull/141) -- Bump crazy-max/ghaction-github-labeler from v3.1.0 to v3.1.1 [\#140](https://github.com/jmuelbert/jmbde-QT/pull/140) -- Format codes for refs/heads/dependabot/github\_actions/actions/cache-v2.1.3 [\#139](https://github.com/jmuelbert/jmbde-QT/pull/139) +- Format codes for refs/heads/dependabot/GitHub\_actions/crazy-max/ghaction-GitHub-labeler-v3.1.1 [\#141](https://github.com/jmuelbert/jmbde-QT/pull/141) +- Bump crazy-max/ghaction-GitHub-labeler from v3.1.0 to v3.1.1 [\#140](https://github.com/jmuelbert/jmbde-QT/pull/140) +- Format codes for refs/heads/dependabot/GitHub\_actions/actions/cache-v2.1.3 [\#139](https://github.com/jmuelbert/jmbde-QT/pull/139) - Format codes for refs/heads/master [\#138](https://github.com/jmuelbert/jmbde-QT/pull/138) - Bump packaging from 20.7 to 20.8 [\#137](https://github.com/jmuelbert/jmbde-QT/pull/137) - Bump chardet from 3.0.4 to 4.0.0 [\#136](https://github.com/jmuelbert/jmbde-QT/pull/136) @@ -137,7 +137,7 @@ - Bump identify from 1.5.6 to 1.5.7 [\#96](https://github.com/jmuelbert/jmbde-QT/pull/96) - Bump pre-commit from 2.7.1 to 2.8.2 [\#95](https://github.com/jmuelbert/jmbde-QT/pull/95) - Bump pytz from 2020.1 to 2020.4 [\#94](https://github.com/jmuelbert/jmbde-QT/pull/94) -- Bump toml from 0.10.1 to 0.10.2 [\#93](https://github.com/jmuelbert/jmbde-QT/pull/93) +- Bump TOML from 0.10.1 to 0.10.2 [\#93](https://github.com/jmuelbert/jmbde-QT/pull/93) - Bump pre-commit from 2.7.1 to 2.8.1 [\#90](https://github.com/jmuelbert/jmbde-QT/pull/90) ## [v0.5.2](https://github.com/jmuelbert/jmbde-QT/tree/v0.5.2) (2020-03-19) diff --git a/CMakeUserPresets.json b/CMakeUserPresets.json index 995aaa12f..d9503fadc 100644 --- a/CMakeUserPresets.json +++ b/CMakeUserPresets.json @@ -1,7 +1,10 @@ { - "version": 4, - "vendor": { - "conan": {} - }, - "include": ["/Users/juergen/Projects/GitHub/jmbde-QT/build/Release/generators/CMakePresets.json"] -} + "version": 4, + "vendor": { + "conan": {} + }, + "include": [ + "/Users/juergen/Projects/GitHub/jmbde-QT/build/Release/generators/CMakePresets.json", + "build/Release/generators/CMakePresets.json" + ] +} \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b541457a4..24ed2b5cd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -16,23 +16,23 @@ inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, and +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience -- Focusing on what is best not just for us as individuals, but for the overall +- Focusing on what is best not just for us as individuals, but for the overall community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or advances of any +- The use of sexualized language or imagery, and sexual attention or advances of any kind -- Trolling, insulting or derogatory comments, and personal or political attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email address, without +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a professional +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities @@ -56,7 +56,7 @@ offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to -the community leaders responsible for enforcement at juergen.muelbert@gmail.com. All +the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter diff --git a/CODE_OF_CONDUCT_de-DE.md b/CODE_OF_CONDUCT_de-DE.md index e07e440d4..ea6b03007 100644 --- a/CODE_OF_CONDUCT_de-DE.md +++ b/CODE_OF_CONDUCT_de-DE.md @@ -14,22 +14,22 @@ Religion oder sexueller Identität oder Orientierung. Beispiele für Verhaltensweisen, welche dazu beitragen ein positives Umfeld zu erzeugen, beinhalten: -- Die Verwendung von einladenden und einbindenden Formulierungen -- Abweichenden Ansichten und Erfahrungen wird Respekt entgegengebracht -- Konstruktive Kritik wird höflich entgegengenommen -- Fokussierung auf das, was das Beste ist für die Gemeinschaft -- Verständnis zeigen gegenüber anderen Mitgliedern der Gemeinschaft +- Die Verwendung von einladenden und einbindenden Formulierungen +- Abweichenden Ansichten und Erfahrungen wird Respekt entgegengebracht +- Konstruktive Kritik wird höflich entgegengenommen +- Fokussierung auf das, was das Beste ist für die Gemeinschaft +- Verständnis zeigen gegenüber anderen Mitgliedern der Gemeinschaft Beispiele für nicht akzeptables Verhalten beinhalten: -- Die Verwendung sexualisierter Sprache, Bilder oder Symbolik sowie unerwünschte +- Die Verwendung sexualisierter Sprache, Bilder oder Symbolik sowie unerwünschte Versuche sexueller Anbahnung -- Beleidigende / abwertende Kommentare, persönliche oder politische Angriffe, Nutzung +- Beleidigende / abwertende Kommentare, persönliche oder politische Angriffe, Nutzung des Internets für unbilliges Verhalten -- Öffentliche oder private Belästigungen -- Das Veröffentlichen von privaten Informationen Anderer, wie zum Beispiel physische +- Öffentliche oder private Belästigungen +- Das Veröffentlichen von privaten Informationen Anderer, wie zum Beispiel physische oder elektronische Adressen, ohne deren ausdrückliche Erlaubnis -- Anderes Verhalten, welches in einem professionellen Umfeld begründet als +- Anderes Verhalten, welches in einem professionellen Umfeld begründet als unangemessen betrachtet werden kann ## Unsere Verantwortlichkeiten @@ -58,7 +58,7 @@ ausformuliert und klargestellt werden. ## Umsetzung Fälle von missbräuchlichem, belästigendem oder anderweitig nicht akzeptablem Verhalten -können dem Projektteam unter juergen.muelbert@gmail.com gemeldet werden. Alle +können dem Projektteam unter gemeldet werden. Alle Beschwerden werden geprüft und untersucht und werden zu einer Antwort führen, die angesichts der Umstände für notwendig und angemessen gehalten wird. Das Projektteam ist verpflichtet, über diejenigen, die Vorfälle gemeldet haben, Verschwiegenheit zu wahren. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b2fb5516..58c50c9d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Welcome! +# Welcome You are here to help jmbde-QT? Awesome, feel free and read the following sections in order to know how to work on something and where to get help from. Your contribution @@ -6,17 +6,17 @@ matters a lot, jmbde-QT is getting better and better because of people like you. ## What kinds of contributions are we looking for? -- If you like jmbde-QT, star this project and share it with your friends. -- Report bugs or request new features by +- If you like jmbde-QT, star this project and share it with your friends. +- Report bugs or request new features by [opening issues](https://github.com/jmuelbert/jmbde-QT/issues/new/choose). Please follow the issue templates and provide detailed information, this will help the developers to find the reason of the bug and understand what feature you are requesting for exactly. -- Help other people in issues/pull requests/other platforms if you are able to help +- Help other people in issues/pull requests/other platforms if you are able to help them. -- Write tutorials and blogs on how to use jmbde-QT. -- Improve documentation, including the Markdown files and the comments in the codes. -- Write codes for new features or bug fixes. +- Write tutorials and blogs on how to use jmbde-QT. +- Improve documentation, including the Markdown files and the comments in the codes. +- Write codes for new features or bug fixes. ## Your First Contribution @@ -67,43 +67,43 @@ writing codes for a pull request, for these reasons: ## Contributing rules -- Remember that the goal is to build an jmbde-QT for user, not for developers. -- Do one thing in a pull request. If you want to add multiple features/fix multiple +- Remember that the goal is to build an jmbde-QT for user, not for developers. +- Do one thing in a pull request. If you want to add multiple features/fix multiple bugs and they are not relevant, open multiple pull requests. You may need to create - multiple branches to open multiple pull requests, you can learn git branching + multiple branches to open multiple pull requests, you can learn Git branching [here](https://learngitbranching.js.org/). -- Add new features on the master branch, and fix bug on the latest active (master, +- Add new features on the master branch, and fix bug on the latest active (master, beta and stable) branch which has the bug. -- Please write [clear commit messages](https://chris.beams.io/posts/git-commit/). It's +- Please write [clear commit messages](https://chris.beams.io/posts/git-commit/). It's also recommended to write [Conventional Commits](https://www.conventionalcommits.org/). You can use [commitizen/cz-cli](https://github.com/commitizen/cz-cli) to write commit messages. However, the rules are optional, the key is that, others and yourself in the future should understand what has been changed and why these changes are made. -- Use Clang Format 9 (use `clang-format --version` to check your version, you may need +- Use Clang Format 9 (use `clang-format --version` to check your version, you may need to set the clang-format binary path for your IDE, for example, the default version of clang-format in VS Code may be clang-format-6) and `.clang-format` in the root directory to format your codes. -- Don't remove features unless it's necessary. Add an option to disable some feature +- Don't remove features unless it's necessary. Add an option to disable some feature instead. -- Keep the settings file backward compatible all the time. -- Windows, Linux and Mac OS should be supported. -- Both light/dark system themes should be supported. -- Everyone should obey the [Code of Conduct](CODE_OF_CONDUCT.md) in order to build a +- Keep the settings file backward compatible all the time. +- Windows, Linux and Mac OS should be supported. +- Both light/dark system themes should be supported. +- Everyone should obey the [Code of Conduct](CODE_OF_CONDUCT.md) in order to build a harassment-free community. ## FAQ -- Can I do it well if I've just started? - - Everyone knows nothing at the beginning. Don't worry, our cool contributors will +- Can I do it well if I've just started? + - Everyone knows nothing at the beginning. Don't worry, our cool contributors will help you when you meet difficulties. If you :heart: open source and keep trying, everything will be better and better. -- Do I need to learn about CMake? - - No, you only need to know how to +- Do I need to learn about CMake? + - No, you only need to know how to [build from source](https://github.com/jmuelbert/jmbde-QT). -- Some files are missing when compiling. +- Some files are missing when compiling. - - If the CI tests are passed, it's probably because the submodules are updated. + - If the CI tests are passed, it's probably because the submodules are updated. You can run the following commands: ```sh diff --git a/CONTRIBUTING_de-DE.md b/CONTRIBUTING_de-DE.md index 0ec652e28..482632b3d 100644 --- a/CONTRIBUTING_de-DE.md +++ b/CONTRIBUTING_de-DE.md @@ -1,4 +1,4 @@ -## Willkommen! +## Willkommen Sie sind hier, um jmbde-QT zu helfen? Wunderbar, fühlen Sie sich frei und lesen Sie die folgenden Abschnitte, um zu wissen, wie man an etwas arbeitet und woher man Hilfe @@ -7,19 +7,19 @@ besser und besser. :smile: ## Welche Art von Beiträgen suchen wir? -- Wenn Ihnen jmbde-QT gefällt, starten Sie dieses Projekt und teilen Sie es mit Ihren +- Wenn Ihnen jmbde-QT gefällt, starten Sie dieses Projekt und teilen Sie es mit Ihren Freunden. -- Melden Sie Fehler oder fordern Sie neue Funktionen an unter +- Melden Sie Fehler oder fordern Sie neue Funktionen an unter [opening issues](https://github.com/jmuelbert/jmbde-QT/issues/new/choose). Bitte folgen Sie den Problemvorlagen und stellen Sie detaillierte Informationen zur Verfügung, dies wird den Entwicklern helfen, den Grund des Fehlers zu finden und zu verstehen, welche Funktion Sie genau anfordern. -- Helfen Sie anderen Personen bei Problemen/Anfragen in anderen Plattformen, wenn Sie +- Helfen Sie anderen Personen bei Problemen/Anfragen in anderen Plattformen, wenn Sie in der Lage sind, ihnen zu helfen. -- Schreiben Sie Tutorials und Blogs über die Verwendung von jmbde-QT. -- Verbessern Sie die Dokumentation, einschließlich der Markdown-Dateien und der +- Schreiben Sie Tutorials und Blogs über die Verwendung von jmbde-QT. +- Verbessern Sie die Dokumentation, einschließlich der Markdown-Dateien und der Kommentare in den Codes. -- Schreiben Sie Codes für neue Funktionen oder Fehlerbehebungen. +- Schreiben Sie Codes für neue Funktionen oder Fehlerbehebungen. ## Ihr erster Beitrag @@ -75,47 +75,47 @@ schreiben, aus diesen Gründen: ## Regeln für Beiträge -- Denken Sie daran, dass es das Ziel ist, ein jmbde-QT für Benutzer, nicht für +- Denken Sie daran, dass es das Ziel ist, ein jmbde-QT für Benutzer, nicht für Entwickler zu erstellen. -- Tun Sie eine Sache bei einer Pull-Anfrage. Wenn Sie mehrere Funktionen +- Tun Sie eine Sache bei einer Pull-Anfrage. Wenn Sie mehrere Funktionen hinzufügen/mehrere Fehler beheben wollen und diese nicht relevant sind, öffnen Sie mehrere Pull-Requests. Möglicherweise müssen Sie mehrere Zweige erstellen, um mehrere Pull-Anfragen zu öffnen, Sie können das Verzweigen von Git [hier] lernen - (https://learngitbranching.js.org/). -- Fügen Sie neue Funktionen auf dem Master-Zweig hinzu und beheben Sie den Fehler auf + (). +- Fügen Sie neue Funktionen auf dem Master-Zweig hinzu und beheben Sie den Fehler auf dem letzten aktiven Zweig (Master-, Beta- und Stable-Zweig), in dem der Fehler aufgetreten ist. -- Bitte schreiben Sie +- Bitte schreiben Sie [clear commit messages](https://chris.beams.io/posts/git-commit/). Es wird auch empfohlen, [Konventionelle Commits](https://www.conventionalcommits.org/) zu schreiben. Sie können [commitizen/cz-cli](https://github.com/commitizen/cz-cli) verwenden, um Commit-Nachrichten zu schreiben. Die Regeln sind jedoch optional, der Schlüssel ist, dass andere und Sie selbst in Zukunft verstehen sollten, was geändert wurde und warum diese Änderungen vorgenommen wurden. -- Benutzen Sie Clang-Format 9 (benutzen Sie `clang-format --version`, um Ihre Version +- Benutzen Sie Clang-Format 9 (benutzen Sie `clang-format --version`, um Ihre Version zu überprüfen, Sie müssen möglicherweise den Binärpfad für Ihre IDE im Clang-Format einstellen, z.B. kann die Standardversion von clang-format im VS-Code clang-format-6 sein) und `.clang-format` im Wurzelverzeichnis, um Ihre Codes zu formatieren. -- Entfernen Sie keine Features, es sei denn, es ist notwendig. Fügen Sie stattdessen +- Entfernen Sie keine Features, es sei denn, es ist notwendig. Fügen Sie stattdessen eine Option zur Deaktivierung einer Funktion hinzu. -- Halten Sie die Einstellungsdatei die ganze Zeit abwärtskompatibel. -- Windows, Linux und Mac OS sollten unterstützt werden. -- Beide hell/dunkel Systemthemen sollten unterstützt werden. -- Jeder sollte sich an den [Verhaltenskodex](CODE_OF_CONDUCT_de-DE.md) halten, um eine +- Halten Sie die Einstellungsdatei die ganze Zeit abwärtskompatibel. +- Windows, Linux und Mac OS sollten unterstützt werden. +- Beide hell/dunkel Systemthemen sollten unterstützt werden. +- Jeder sollte sich an den [Verhaltenskodex](CODE_OF_CONDUCT_de-DE.md) halten, um eine belästigungsfreie Gemeinschaft aufzubauen. ## FAQ -- Kann ich es gut machen, wenn ich gerade erst angefangen habe? - - Jeder weiß am Anfang nichts. Machen Sie sich keine Sorgen, unsere coolen +- Kann ich es gut machen, wenn ich gerade erst angefangen habe? + - Jeder weiß am Anfang nichts. Machen Sie sich keine Sorgen, unsere coolen Mitwirkenden helfen Ihnen, wenn Sie auf Schwierigkeiten stoßen. Wenn Sie :Herz: Open Source und weiter versuchen, wird alles besser und besser werden. -- Muss ich etwas über CMake lernen? - - Nein, Sie müssen nur wissen, wie man +- Muss ich etwas über CMake lernen? + - Nein, Sie müssen nur wissen, wie man [aus dem Quellcode baut](https://github.com/jmuelbert/jmbde-QT). -- Einige Dateien fehlen beim Kompilieren. +- Einige Dateien fehlen beim Kompilieren. - - Wenn die CI-Tests bestanden werden, liegt das wahrscheinlich daran, dass die + - Wenn die CI-Tests bestanden werden, liegt das wahrscheinlich daran, dass die Untermodule aktualisiert werden. Sie können die folgenden Befehle ausführen: ````sh diff --git a/NEWS.md b/NEWS.md index e17627163..92ddb7109 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,52 +2,52 @@ ## 0.4.26 JMBDE (2019-08-25) -- Change the build system to cmake -- add api-doc comments to all model classes -- docoument the database entities -- check the c++ source with clang-tidy and make them better -- check the c++ source with clazy for more quality +- Change the build system to cmake +- add API-doc comments to all model classes +- docoument the database entities +- check the c++ source with clang-tidy and make them better +- check the c++ source with clazy for more quality ## 0.4.25 JMBDE (2019-06-08) -- Change the windows installer. now using Inno Setup -- move the linux build to appveyer -- reformat the code with clang-format -- Begin change to cmake +- Change the windows installer. now using Inno Setup +- move the linux build to appveyer +- reformat the code with clang-format +- Begin change to cmake ## 0.4.23 A BDE tool (2019-04-27) -- Update the UI for Datainput -- Add a .coafile -- Upgrade to Version to 0.4.23 -- Make readme.md better +- Update the UI for Datainput +- Add a .coafile +- Upgrade to Version to 0.4.23 +- Make readme.md better ## 0.4.22 A BDE tool (2018-11-01) ## Version 0.4.10 (17 March 2018) -- Add Input Dialog for Printers -- Add Input Dialog for ChipCard -- Change all Input Areeas to GroupBox -- Make the size of all Input areas equal +- Add Input Dialog for Printers +- Add Input Dialog for ChipCard +- Change all Input Areeas to GroupBox +- Make the size of all Input areas equal ## 0.4.9 (2018-03-17) -- Add Qbs Build System -- Add Dialogs for Printer and Chipcards -- Make all inputareas working. -- Create all translation ts-files. +- Add Qbs Build System +- Add Dialogs for Printer and Chipcards +- Make all inputareas working. +- Create all translation ts-files. ## Version 0.4.7 (03 December 2017) -- New Database structure -- New Project structure -- New GUI +- New Database structure +- New Project structure +- New GUI ## Version 0.3.4 (03 Februar 2014) -- New Database structure -- Improve GUI -- A little usable -- Tables: Employee, Computer, Printer and Phone can save as PDF. -- Tables: Employee, Computer, Printer and Phone can print. +- New Database structure +- Improve GUI +- A little usable +- Tables: Employee, Computer, Printer and Phone can save as PDF. +- Tables: Employee, Computer, Printer and Phone can print. diff --git a/README.md b/README.md index d3a1a90a9..909f916d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -15,11 +15,11 @@ These are computers, printers and telephones. [![CodeQL](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codeql-analysis.yml) [![Codacy Security Scan](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codacy-analysis.yml/badge.svg)](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codacy-analysis.yml) [![DevSkim](https://github.com/jmuelbert/jmbde-QT/actions/workflows/devskim-analysis.yml/badge.svg)](https://github.com/jmuelbert/jmbde-QT/actions/workflows/devskim-analysis.yml) -[![codecov](https://codecov.io/gh/jmuelbert/jmbde-QT/branch/main/graph/badge.svg)](https://codecov.io/gh/jmuelbert/jmbde-QT) +[![codecov](https://codecov.io/gh/jmuelbert/jmbde-QT/branch/main/graph/badge.svg)]() [![Release](https://img.shields.io/github/release/jmuelbert/jmbde-QT.svg?style=flat-square)](https://github.com/jmuelbert/jmbde-QT/releases) [![GitHub All Releases](https://img.shields.io/github/downloads/jmuelbert/jmbde-QT/total?label=downloads%40all)](https://github.com/jmuelbert/jmbde-QT/releases) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) -[![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)](https://github.com//jmuelbert/jmbde-QT/blob/release/ +[![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)]( ![Lines of Code](https://img.shields.io/tokei/lines/github/jmuelbert/jmbde-QT) ![Repo Size](https://img.shields.io/github/repo-size/jmuelbert/jmbde-QT) [![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)](https://github.com//jmuelbert/jmbde-QT/blob/release/LICENSE) @@ -48,10 +48,10 @@ conan create samarium -b missing ## Prerequistes | Dependency | URL | Documentation | -| ---------- | ----------------------------------- | -------------------------------------- | -| python | | | +|------------|-------------------------------------|----------------------------------------| +| Python | | | | QT | | | -| git | | | +| Git | | | | cmake | | | | conan | | | @@ -72,7 +72,7 @@ which means that it works with most operating systems. ## Documentation -Documentation is located at [Github Pages](https://strangequark1041.github.io/samarium_docs/) +Documentation is located at [GitHub Pages](https://strangequark1041.github.io/samarium_docs/) For development, see [BUILDING.md](BUILDING.md) diff --git a/README_de.md b/README_de.md index 59f231745..8ec8ba0d9 100644 --- a/README_de.md +++ b/README_de.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ erfasst werden. Das sind unter anderem Computer, Drucker und Telefone. [![GitHub All Releases](https://img.shields.io/github/downloads/jmuelbert/jmbde-QT/total?label=downloads%40all)](https://github.com/jmuelbert/jmbde-QT/releases) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) [![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)](https://github.com//jmuelbert/jmbde-QT/blob/release/LICENSE) -[![jmbde-QT.github.io][docs-badge]][docs] +[![jmbde-QT.GitHub.io][docs-badge]][docs] [Features](https://github.com/jmuelbert/jmbde-QT) | @@ -229,7 +229,7 @@ Qt ist unter mehreren [Lizenzen](https://www.qt.io/licensing/) verfügbar. GPL V3 © [Jürgen Mülbert](https:/github.com/jmuelbert/jmbde-QT) - + [docs-badge]: https://img.shields.io/badge/Docs-github.io-blue diff --git a/SECURITY.md b/SECURITY.md index 034e84803..d5b3b3322 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Use this section to tell people about which versions of your project are currently being supported with security updates. | Version | Supported | -| ------- | ------------------ | +|---------|--------------------| | 5.1.x | :white_check_mark: | | 5.0.x | :x: | | 4.0.x | :white_check_mark: | diff --git a/apps/jmbde-widgets/src/main.cpp b/apps/jmbde-widgets/src/main.cpp index 40d7599af..cce6c38ae 100644 --- a/apps/jmbde-widgets/src/main.cpp +++ b/apps/jmbde-widgets/src/main.cpp @@ -8,14 +8,24 @@ #include "jmbde_version.h" #include "jmbdewidgets/mainwindow.h" +/************* ✨ Codeium Command 🌟 *************/ /** * @brief main * @param argc The count of args * @param argv The arg Strings * @return 0 is executed successful + * + * This function creates a QApplication instance and sets up the necessary + * options for it. It also creates a instance of the main window and shows it. */ auto main(int argc, char *argv[]) -> int { + /** + * Set logging category rules + * + * This will enable the logging of debug and info messages for the given + * categories. + */ QLoggingCategory::setFilterRules(QLatin1String("jmuelbert.jmbde.*.debug=true\njmuelbert.jmbde.*.info=true")); /** @@ -27,6 +37,7 @@ auto main(int argc, char *argv[]) -> int * Enforce application name even if the executable is renamed */ QApplication::setApplicationName(QStringLiteral(PROJECT_NAME)); + /** * For Windows and macOS: use Breeze if available * Of all tested styles that works the best for us @@ -38,6 +49,9 @@ auto main(int argc, char *argv[]) -> int /** * set the program icon + * + * This icon is used in the window title and in the taskbar. On macOS it is + * also used in the dock. */ QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral(PROJECT_NAME))); @@ -76,11 +90,18 @@ auto main(int argc, char *argv[]) -> int QTranslator translator; #if defined(ENABLED_EMBEDDED_TRANSLATION) + /** + * Use embedded translations + */ qDebug() << "Use embedded translation"; if (translator.load(QLocale(), QLatin1String("jmbde"), QLatin1String("_"), QLatin1String(":/i18n"))) QCoreApplication::installTranslator(&translator); #else + /** + * Use file based translations from translations directory + */ + qDebug() << "Use file based translations from: " << "Translation Directory"; qDebug() << "Use file based translations from: " << "Translation Directory"; if (translator.load(QLocale(), QLatin1String("jmbde"), QLatin1String("_"), QLatin1String("translations"))) { @@ -89,13 +110,26 @@ auto main(int argc, char *argv[]) -> int #endif QApplication::installTranslator(&translator); + /** + * Set default icons for the application + */ QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << QLatin1String(":tango")); QIcon::setThemeName(QLatin1String("tango")); + /** + * Set the layout direction of the application + */ QApplication::setLayoutDirection(QObject::tr("LTR") == QLatin1String("RTL") ? Qt::RightToLeft : Qt::LeftToRight); + /** + * Create the main window + */ MainWindow w; w.show(); + /** + * Enter the main event loop + */ return QApplication::exec(); } +/****** 85bb567a-2ca7-412a-bae3-e681d3672e8f *******/ diff --git a/apps/libs/widgets/CMakeLists.txt b/apps/libs/widgets/CMakeLists.txt index 5de156aea..85dbce984 100644 --- a/apps/libs/widgets/CMakeLists.txt +++ b/apps/libs/widgets/CMakeLists.txt @@ -16,7 +16,7 @@ set(TARGET_ID jmbdewidgets) string(TOLOWER ${TARGET_ID} TARGET_ID_LOWER) set(TARGET_NAMESPACE jmuelbert) set(TARGET_NAME ${TARGET_ID_LOWER}) -set(TARGET_DESCRIPTION "Widgets for jmdbde") +set(TARGET_DESCRIPTION "Widgets for jmbde") set(TARGET_COPYRIGHT "© 2013-2024 Jürgen Mülbert") set(TARGET_URL "https://github.com/jmuelbert/jmdbe-QT") set(TARGET_VERSION_MAJOR 0) diff --git a/biome.json b/biome.json new file mode 100644 index 000000000..9fe0cca1d --- /dev/null +++ b/biome.json @@ -0,0 +1,125 @@ +{ + "$schema": "https://biomejs.dev/schemas/1.7.1/schema.json", + "files": { + "ignore": [ + "vendor", + "**/{node_modules,dist,smoke,fixtures,vendor,.vercel,.mypy_cache,.github/styles/vale}/**" + ], + "include": ["tests/**", "src/**"] + }, + "formatter": { + "enabled": true, + "formatWithErrors": false, + "indentStyle": "tab", + "indentWidth": 2, + "lineEnding": "lf", + "lineWidth": 100, + "attributePosition": "auto", + "ignore": [ + "benchmark/projects/", + "benchmark/results/", + ".changeset", + "**/pnpm-lock.yaml", + "**/package.json", + "*.astro", + "**/dist", + "**/build", + "**/smoke", + "**/node_modules", + "**/fixtures", + "**/vendor", + "**/.vercel", + "**/.github", + "**/.changeset", + "**/.mypy_cache/**", + ".github/styles/vale/**/*.{yml,yaml,json}" + ] + }, + "organizeImports": { + "enabled": true + }, + "linter": { + "enabled": true, + "rules": { + "recommended": false, + "complexity": { + "noBannedTypes": "error", + "noMultipleSpacesInRegularExpressionLiterals": "error", + "noUselessThisAlias": "error", + "noUselessTypeConstraint": "error", + "useLiteralKeys": "error", + "useOptionalChain": "error", + "useRegexLiterals": "error" + }, + "correctness": { + "noEmptyCharacterClassInRegex": "off", + "noPrecisionLoss": "error", + "noUnusedVariables": "error", + "useArrayLiterals": "off" + }, + "style": { + "noInferrableTypes": "error", + "noNamespace": "error", + "useAsConstAssertion": "error", + "useConsistentArrayType": "error", + "useConst": "off", + "useForOf": "error", + "useImportType": "error", + "useShorthandFunctionType": "error" + }, + "suspicious": { + "noConsoleLog": "warn", + "noControlCharactersInRegex": "error", + "noEmptyBlockStatements": "error", + "noEmptyInterface": "error", + "noExplicitAny": "error", + "noExtraNonNullAssertion": "error", + "noMisleadingCharacterClass": "error", + "noMisleadingInstantiator": "error", + "noUnsafeDeclarationMerging": "error", + "useAwait": "error", + "useNamespaceKeyword": "error" + } + }, + "ignore": [ + "**/.*", + "**/*.d.ts", + "**/packages/**/*.min.js", + "**/packages/**/dist/", + "**/packages/**/fixtures/", + "**/packages/astro/vendor/vite/", + "**/benchmark/**/dist/", + "**/examples/", + "**/scripts/", + "**/.github/", + "**/.changeset/", + "**/.mypy_cache/**", + ".github/styles/vale/**/*.{yml,yaml,json}" + ] + }, + "javascript": { + "formatter": { + "jsxQuoteStyle": "double", + "quoteProperties": "asNeeded", + "trailingCommas": "es5", + "semicolons": "always", + "arrowParentheses": "always", + "bracketSpacing": true, + "bracketSameLine": false, + "quoteStyle": "single", + "attributePosition": "auto" + }, + "globals": [] + }, + "json": { + "parser": { + "allowComments": true, + "allowTrailingCommas": true + }, + "formatter": { + "indentStyle": "space", + "trailingCommas": "none" + } + }, + "overrides": [] +} diff --git a/conanfile.py b/conanfile.py index bc1539d1f..750de103d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -82,7 +82,7 @@ def requirements(self): # if self.options.build_translations: # self.requires("qttranslations/6.2.3@qt/everywhere") - self.requires("qt/6.2.4") + self.requires("qt/6.7.2") self.options["qt"].shared = self.options.shared self.options["qt"].qtsvg = True self.options["qt"].qtdeclarative = True diff --git a/config/german-words.txt b/config/german-words.txt index e69de29bb..a220a0cb1 100644 --- a/config/german-words.txt +++ b/config/german-words.txt @@ -0,0 +1,37 @@ +ausschließliche +bekannte +beliebige +berechtigt +berührt +bestehenden +der +die +das +dass +dritte +eine +einzelne +erteilt +Gültigkeitsdauer +haben +hiermit +Ihnen +juristische +können +Lizenzrechte +Lizenzgeber +natürliche +Originalwerk +Personen +Rechte +soweit +über +Umfang +unterlizenzierbare +Urheberrechte +verleihen +vermieten +Vervielfältigungen +Wahrnehmung +weltweite +Werks \ No newline at end of file diff --git a/config/linux-package-words.txt b/config/linux-package-words.txt index 4f02c0ec1..c033e284c 100644 --- a/config/linux-package-words.txt +++ b/config/linux-package-words.txt @@ -1,3 +1,8 @@ +debuild +dput +Flatpak +flatpakimage +freedesktopsdk kdoctools snapcraftctl plibcmake diff --git a/config/qt-words.txt b/config/qt-words.txt index 4117826cc..fb02d5f20 100644 --- a/config/qt-words.txt +++ b/config/qt-words.txt @@ -2,5 +2,7 @@ AUTOMOC AUTORCC AUTOUIC QCOMPARE +qtqml +qtquick QTEST qttranslations diff --git a/cspell.config.yaml b/cspell.config.yaml index 86addd6c2..fae4a0fec 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -4,9 +4,10 @@ ignorePaths: - '**/node_modules/**' - '**/vscode_extension/**' - '**/.git/**' - - '**/.pnpm-lock.json' - '**/pnpm-lock.yaml' + - '**/package-lock.json' - '**/yarn.lock' + - '**/tsconfig.json' - dist/ - out/ - build/ @@ -17,22 +18,18 @@ ignorePaths: - .git* - .prettierignore - CHANGELOG.md - - LICENSE - - '**/report/**' - - '**/site/**' - - '**/LICENSES/**' - - '**/docs/about/EUPL-1.2.md' + - '**/{report,site,LICENSES,docs/about/EUPL-1.2.md}/**' - cspell.config.yaml -files: - - '*/**' + - .github/styles/vale/** words: - jmuelbert - Jürgen - Mülbert - - jmbde - - jmbde-QT -flagWords: - - xxx + - JMPlasterTemplates + - Astro + - astrojs + - NOLOGO + - nupkg maxNumberOfProblems: 1000 import: [] useGitignore: true @@ -52,6 +49,11 @@ overrides: - filename: pyproject.toml ignoreWords: - LICENSE + - filename: LICENSE + ignoreWords: + - LICENCE + - authorised + - Unported allowCompoundWords: true enableGlobDot: true cache: @@ -64,37 +66,37 @@ dictionaryDefinitions: addWords: true scope: - workspace - path: ./config/project-words.txt + path: ./.github/styles/config/vocabularies/cspell/project-words.txt - name: local-german addWords: true scope: - workspace - path: ./config/german-words.txt + path: ./.github/styles/config/vocabularies/cspell/german-words.txt - name: local-spanish addWords: true scope: - workspace - path: ./config/spanish-words.txt + path: ./.github/styles/config/vocabularies/cspell/spanish-words.txt - name: local-italiano addWords: true scope: - workspace - path: ./config/italian-words.txt + path: ./.github/styles/config/vocabularies/cspell/italian-words.txt - name: local-ruby addWords: false scope: - workspace - path: ./config/ruby-words.txt + path: ./.github/styles/config/vocabularies/cspell/ruby-words.txt - name: local-python addWords: false scope: - workspace - path: ./config/python-words.txt + path: ./.github/styles/config/vocabularies/cspell/python-words.txt - name: local-github-actions addWords: false scope: - workspace - path: ./config/github-actions.txt + path: ./.github/styles/config/vocabularies/cspell/github-actions.txt dictionaries: - project-words - local-german diff --git a/cspell.json b/cspell.json index 86ac4505c..214656826 100644 --- a/cspell.json +++ b/cspell.json @@ -1,3 +1,3 @@ { - "import": ["./cspell.config.yaml"] + "import": ["./cspell.config.yaml"] } diff --git a/docs/CODE_OF_CONDUCT.rst b/docs/CODE_OF_CONDUCT.rst index 70c50b6b4..33803d581 100644 --- a/docs/CODE_OF_CONDUCT.rst +++ b/docs/CODE_OF_CONDUCT.rst @@ -1,105 +1,153 @@ -Contributor Covenant Code of Conduct -==================================== - -Our Pledge ----------- - -We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. - -We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. - - -Our Standards -------------- - -Examples of behavior that contributes to a positive environment for our community include: - -- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience -- Focusing on what is best not just for us as individuals, but for the overall community +###################################### + Contributor Covenant Code of Conduct +###################################### + +************ + Our Pledge +************ + +We as members, contributors, and leaders pledge to make participation in +our community a harassment-free experience for everyone, regardless of +age, body size, visible or invisible disability, ethnicity, sex +characteristics, gender identity and expression, level of experience, +education, socio-economic status, nationality, personal appearance, +race, religion, or sexual identity and orientation. + +We pledge to act and interact in ways that contribute to an open, +welcoming, diverse, inclusive, and healthy community. + +*************** + Our Standards +*************** + +Examples of behavior that contributes to a positive environment for our +community include: + +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our + mistakes, and learning from the experience +- Focusing on what is best not just for us as individuals, but for the + overall community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or - advances of any kind -- Trolling, insulting or derogatory comments, and personal or political attacks -- Public or private harassment -- Publishing others' private information, such as a physical or email - address, without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting - -Enforcement Responsibilities ----------------------------- - -Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. - -Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. - - -Scope ------ - -This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. - - -Enforcement ------------ - -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at {{cookiecutter.email}}. All complaints will be reviewed and investigated promptly and fairly. - -All community leaders are obligated to respect the privacy and security of the reporter of any incident. - - -Enforcement Guidelines ----------------------- - -Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: - +- The use of sexualized language or imagery, and sexual attention or + advances of any kind +- Trolling, insulting or derogatory comments, and personal or political + attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email + address, without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting + +****************************** + Enforcement Responsibilities +****************************** + +Community leaders are responsible for clarifying and enforcing our +standards of acceptable behavior and will take appropriate and fair +corrective action in response to any behavior that they deem +inappropriate, threatening, offensive, or harmful. + +Community leaders have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other +contributions that are not aligned to this Code of Conduct, and will +communicate reasons for moderation decisions when appropriate. + +******* + Scope +******* + +This Code of Conduct applies within all community spaces, and also +applies when an individual is officially representing the community in +public spaces. Examples of representing our community include using an +official e-mail address, posting via an official social media account, +or acting as an appointed representative at an online or offline event. + +************* + Enforcement +************* + +Instances of abusive, harassing, or otherwise unacceptable behavior may +be reported to the community leaders responsible for enforcement at +{{cookiecutter.email}}. All complaints will be reviewed and investigated +promptly and fairly. + +All community leaders are obligated to respect the privacy and security +of the reporter of any incident. + +************************ + Enforcement Guidelines +************************ + +Community leaders will follow these Community Impact Guidelines in +determining the consequences for any action they deem in violation of +this Code of Conduct: 1. Correction -~~~~~~~~~~~~~ - -**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. +============= -**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. +**Community Impact**: Use of inappropriate language or other behavior +deemed unprofessional or unwelcome in the community. +**Consequence**: A private, written warning from community leaders, +providing clarity around the nature of the violation and an explanation +of why the behavior was inappropriate. A public apology may be +requested. 2. Warning -~~~~~~~~~~ +========== -**Community Impact**: A violation through a single incident or series of actions. - -**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. +**Community Impact**: A violation through a single incident or series of +actions. +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, for a specified period of +time. This includes avoiding interactions in community spaces as well as +external channels like social media. Violating these terms may lead to a +temporary or permanent ban. 3. Temporary Ban -~~~~~~~~~~~~~~~~ - -**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. +================ -**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. +**Community Impact**: A serious violation of community standards, +including sustained inappropriate behavior. +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No +public or private interaction with the people involved, including +unsolicited interaction with those enforcing the Code of Conduct, is +allowed during this period. Violating these terms may lead to a +permanent ban. 4. Permanent Ban -~~~~~~~~~~~~~~~~ - -**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. +================ -**Consequence**: A permanent ban from any sort of public interaction within the community. +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of +individuals. +**Consequence**: A permanent ban from any sort of public interaction +within the community. -Attribution ------------ +************* + Attribution +************* -This Code of Conduct is adapted from the `Contributor Covenant `__, version 2.0, -available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +This Code of Conduct is adapted from the `Contributor Covenant +`__, version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. -Community Impact Guidelines were inspired by `Mozilla’s code of conduct enforcement ladder `__. +Community Impact Guidelines were inspired by `Mozilla’s code of conduct +enforcement ladder `__. .. _homepage: https://www.contributor-covenant.org -For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. +For answers to common questions about this code of conduct, see the FAQ +at https://www.contributor-covenant.org/faq. Translations are available +at https://www.contributor-covenant.org/translations. diff --git a/docs/README.md b/docs/README.md index d3a1a90a9..909f916d2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ @@ -15,11 +15,11 @@ These are computers, printers and telephones. [![CodeQL](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codeql-analysis.yml) [![Codacy Security Scan](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codacy-analysis.yml/badge.svg)](https://github.com/jmuelbert/jmbde-QT/actions/workflows/codacy-analysis.yml) [![DevSkim](https://github.com/jmuelbert/jmbde-QT/actions/workflows/devskim-analysis.yml/badge.svg)](https://github.com/jmuelbert/jmbde-QT/actions/workflows/devskim-analysis.yml) -[![codecov](https://codecov.io/gh/jmuelbert/jmbde-QT/branch/main/graph/badge.svg)](https://codecov.io/gh/jmuelbert/jmbde-QT) +[![codecov](https://codecov.io/gh/jmuelbert/jmbde-QT/branch/main/graph/badge.svg)]() [![Release](https://img.shields.io/github/release/jmuelbert/jmbde-QT.svg?style=flat-square)](https://github.com/jmuelbert/jmbde-QT/releases) [![GitHub All Releases](https://img.shields.io/github/downloads/jmuelbert/jmbde-QT/total?label=downloads%40all)](https://github.com/jmuelbert/jmbde-QT/releases) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) -[![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)](https://github.com//jmuelbert/jmbde-QT/blob/release/ +[![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)]( ![Lines of Code](https://img.shields.io/tokei/lines/github/jmuelbert/jmbde-QT) ![Repo Size](https://img.shields.io/github/repo-size/jmuelbert/jmbde-QT) [![License](https://img.shields.io/github/license/jmuelbert/jmbde-QT)](https://github.com//jmuelbert/jmbde-QT/blob/release/LICENSE) @@ -48,10 +48,10 @@ conan create samarium -b missing ## Prerequistes | Dependency | URL | Documentation | -| ---------- | ----------------------------------- | -------------------------------------- | -| python | | | +|------------|-------------------------------------|----------------------------------------| +| Python | | | | QT | | | -| git | | | +| Git | | | | cmake | | | | conan | | | @@ -72,7 +72,7 @@ which means that it works with most operating systems. ## Documentation -Documentation is located at [Github Pages](https://strangequark1041.github.io/samarium_docs/) +Documentation is located at [GitHub Pages](https://strangequark1041.github.io/samarium_docs/) For development, see [BUILDING.md](BUILDING.md) diff --git a/docs/_CONTRIBUTING.rst b/docs/_CONTRIBUTING.rst index 5219f8675..ea0120572 100644 --- a/docs/_CONTRIBUTING.rst +++ b/docs/_CONTRIBUTING.rst @@ -1,52 +1,57 @@ -Contributor Guide -================= +################### + Contributor Guide +################### -Thank you for your interest in improving this project. -This project is open-source under the `MIT license`_ and -welcomes contributions in the form of bug reports, feature requests, and pull requests. +Thank you for your interest in improving this project. This project is +open-source under the `MIT license`_ and welcomes contributions in the +form of bug reports, feature requests, and pull requests. Here is a list of important resources for contributors: -- `Source Code`_ -- `Documentation`_ -- `Issue Tracker`_ -- `Code of Conduct`_ +- `Source Code`_ +- Documentation_ +- `Issue Tracker`_ +- `Code of Conduct`_ -.. _MIT license: https://opensource.org/licenses/MIT -.. _Source Code: https://github.com/{{cookiecutter.github_user}}/{{cookiecutter.project_name}} -.. _Documentation: https://{{cookiecutter.project_name}}.readthedocs.io/ -.. _Issue Tracker: https://github.com/{{cookiecutter.github_user}}/{{cookiecutter.project_name}}/issues +.. _documentation: https://{{cookiecutter.project_name}}.readthedocs.io/ -How to report a bug -------------------- +.. _issue tracker: https://github.com/{{cookiecutter.github_user}}/{{cookiecutter.project_name}}/issues + +.. _mit license: https://opensource.org/licenses/MIT + +.. _source code: https://github.com/{{cookiecutter.github_user}}/{{cookiecutter.project_name}} + +********************* + How to report a bug +********************* Report bugs on the `Issue Tracker`_. When filing an issue, make sure to answer these questions: -- Which operating system and Python version are you using? -- Which version of this project are you using? -- What did you do? -- What did you expect to see? -- What did you see instead? +- Which operating system and Python version are you using? +- Which version of this project are you using? +- What did you do? +- What did you expect to see? +- What did you see instead? -The best way to get your bug fixed is to provide a test case, -and/or steps to reproduce the issue. +The best way to get your bug fixed is to provide a test case, and/or +steps to reproduce the issue. - -How to request a feature ------------------------- +************************** + How to request a feature +************************** Request features on the `Issue Tracker`_. - -How to set up your development environment ------------------------------------------- +******************************************** + How to set up your development environment +******************************************** You need Python 3.6+ and the following tools: -- Poetry_ -- Nox_ +- Poetry_ +- Nox_ Install the package with development requirements: @@ -54,20 +59,21 @@ Install the package with development requirements: $ poetry install -You can now run an interactive Python session, -or the command-line interface: +You can now run an interactive Python session, or the command-line +interface: .. code:: console $ poetry run python $ poetry run jmbde-python -.. _Poetry: https://python-poetry.org/ -.. _Nox: https://nox.thea.codes/ +.. _nox: https://nox.thea.codes/ +.. _poetry: https://python-poetry.org/ -How to test the project ------------------------ +************************* + How to test the project +************************* Run the full test suite: @@ -81,42 +87,49 @@ List the available Nox sessions: $ nox --list-sessions -You can also run a specific Nox session. -For example, invoke the unit test suite like this: +You can also run a specific Nox session. For example, invoke the unit +test suite like this: .. code:: console $ nox --session=tests -Unit tests are located in the ``tests`` directory, -and are written using the pytest_ testing framework. +Unit tests are located in the ``tests`` directory, and are written using +the pytest_ testing framework. .. _pytest: https://pytest.readthedocs.io/ - -How to submit changes ---------------------- +*********************** + How to submit changes +*********************** Open a `pull request`_ to submit changes to this project. Your pull request needs to meet the following guidelines for acceptance: -- The Nox test suite must pass without errors and warnings. -- Include unit tests. This project maintains 100% code coverage. -- If your changes add functionality, update the documentation accordingly. +- The Nox test suite must pass without errors and warnings. +- Include unit tests. This project maintains 100% code coverage. +- If your changes add functionality, update the documentation + accordingly. Feel free to submit early, though—we can always iterate on this. -You can ensure that your changes adhere to the code style by reformatting with Black_: +You can ensure that your changes adhere to the code style by +reformatting with Black_: .. code:: console $ nox --session=black It is recommended to open an issue before starting work on anything. -This will allow a chance to talk it over with the owners and validate your approach. +This will allow a chance to talk it over with the owners and validate +your approach. + +.. _black: https://black.readthedocs.io/ .. _pull request: https://github.com/{{cookiecutter.github_user}}/{{cookiecutter.project_name}}/pulls -.. _Black: https://black.readthedocs.io/ -.. github-only -.. _Code of Conduct: CODE_OF_CONDUCT.rst + +.. + github-only + +.. _code of conduct: CODE_OF_CONDUCT.rst diff --git a/docs/api/index.rst b/docs/api/index.rst index e6b982b59..70919e020 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -1,8 +1,9 @@ .. _api_funcs: -Funcs -===== +####### + Funcs +####### .. toctree:: - :maxdepth: 2 - :glob: + :maxdepth: 2 + :glob: diff --git a/docs/building.md b/docs/building.md index 21f97d129..4800da8d6 100644 --- a/docs/building.md +++ b/docs/building.md @@ -20,66 +20,66 @@ CMake will detect which compiler was used to build each of the Conan targets. If - Debian/Ubuntu/MacOS: - Set your desired compiler (`clang`, `gcc`, etc): + Set your desired compiler (`clang`, `gcc`, etc): - - Temporarily (only for the current shell) + - Temporarily (only for the current shell) - Run one of the followings in the terminal: + Run one of the followings in the terminal: - - clang + - clang - CC=clang CXX=clang++ + CC=clang CXX=clang++ - - gcc + - gcc - CC=gcc CXX=g++ + CC=gcc CXX=g++ - - Permanent: + - Permanent: - Open `~/.bashrc` using your text editor: + Open `~/.bashrc` using your text editor: - gedit ~/.bashrc + gedit ~/.bashrc - Add `CC` and `CXX` to point to the compilers: + Add `CC` and `CXX` to point to the compilers: - export CC=clang - export CXX=clang++ + export CC=clang + export CXX=clang++ - Save and close the file. + Save and close the file. - Windows: - - Permanent: + - Permanent: - Run one of the followings in PowerShell: + Run one of the followings in PowerShell: - - Visual Studio generator and compiler (cl) + - Visual Studio generator and compiler (cl) - [Environment]::SetEnvironmentVariable("CC", "cl.exe", "User") - [Environment]::SetEnvironmentVariable("CXX", "cl.exe", "User") - refreshenv + [Environment]::SetEnvironmentVariable("CC", "cl.exe", "User") + [Environment]::SetEnvironmentVariable("CXX", "cl.exe", "User") + refreshenv - Set the architecture using [vcvarsall](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019#vcvarsall-syntax): + Set the architecture using [vcvarsall](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019#vcvarsall-syntax): - vcvarsall.bat x64 + vcvarsall.bat x64 - - clang + - clang - [Environment]::SetEnvironmentVariable("CC", "clang.exe", "User") - [Environment]::SetEnvironmentVariable("CXX", "clang++.exe", "User") - refreshenv + [Environment]::SetEnvironmentVariable("CC", "clang.exe", "User") + [Environment]::SetEnvironmentVariable("CXX", "clang++.exe", "User") + refreshenv - - gcc + - gcc - [Environment]::SetEnvironmentVariable("CC", "gcc.exe", "User") - [Environment]::SetEnvironmentVariable("CXX", "g++.exe", "User") - refreshenv + [Environment]::SetEnvironmentVariable("CC", "gcc.exe", "User") + [Environment]::SetEnvironmentVariable("CXX", "g++.exe", "User") + refreshenv - Temporarily (only for the current shell): - $Env:CC="clang.exe" - $Env:CXX="clang++.exe" + $Env:CC="clang.exe" + $Env:CXX="clang++.exe" @@ -87,19 +87,19 @@ CMake will detect which compiler was used to build each of the Conan targets. If To configure the project, you could use `cmake`, or `ccmake` or `cmake-gui`. Each of them are explained in the following: -#### (2.a) Configuring via cmake: +#### (2.a) Configuring via cmake With Cmake directly: cmake -S . -B ./build Cmake will automatically create the `./build` folder if it does not exist, and it wil configure the project. -Instead, if you have CMake version 3.21+, you can use one of the configuration presets that are listed in the CmakePresets.json file. +Instead, if you have CMake version 3.21+, you can use one of the configuration presets that are listed in the CmakePresets.JSON file. cmake . --preset cmake --build -#### (2.b) Configuring via ccmake: +#### (2.b) Configuring via ccmake With the Cmake Curses Dialog Command Line tool: @@ -108,7 +108,7 @@ With the Cmake Curses Dialog Command Line tool: Once `ccmake` has finished setting up, press 'c' to configure the project, press 'g' to generate, and 'q' to quit. -#### (2.c) Configuring via cmake-gui: +#### (2.c) Configuring via cmake-gui To use the GUI of the cmake: diff --git a/docs/chapters/database.rst b/docs/chapters/database.rst index 1d78648b3..c4d456990 100644 --- a/docs/chapters/database.rst +++ b/docs/chapters/database.rst @@ -1,10 +1,10 @@ -Database Format -=============== +################# + Database Format +################# **Version 0.4.9** - .. figure:: CC-BY-SA.png - :alt: Creative Commons License + :alt: Creative Commons License - Creative Commons License + Creative Commons License diff --git a/docs/chapters/getting_involved.rst b/docs/chapters/getting_involved.rst index aefacc74c..e204d0276 100644 --- a/docs/chapters/getting_involved.rst +++ b/docs/chapters/getting_involved.rst @@ -2,33 +2,38 @@ .. _contributing: -Contributing to the Project -*************************** - -If you would like to participate in the jmbde -project, you are welcome to do so. I would be very happy -about that. Please note the . - -As a non-developer -================== - -* `Report issues `_ -* Update our `Wiki `_ to make sure the - information on it is up to date. - -As a software developer -======================= - -* You don't have to know C++. There are developers who got into jmbde - development while learning C++ along the way. -* Register an account on our development platform `Github - `_ and fork our code. -* Get familiar with the code. Pick a bug off of the `Issues List - `_ +############################# + Contributing to the Project +############################# + +If you would like to participate in the jmbde project, you are welcome +to do so. I would be very happy about that. Please note the +. + +******************** + As a non-developer +******************** + +- `Report issues `_ +- Update our `Wiki `_ to + make sure the information on it is up to date. + +************************* + As a software developer +************************* + +- You don't have to know C++. There are developers who got into jmbde + development while learning C++ along the way. +- Register an account on our development platform `Github + `_ and fork our code. +- Get familiar with the code. Pick a bug off of the `Issues List + `_ **Contributing to jmbde in 2 Easy Steps:** #. Pick a bug off of the `Issues List `_ -#. Fix it! *Done!* Your name will now be on the `jmbde-QT contributor list + +#. Fix it! *Done!* Your name will now be on the `jmbde-QT contributor + list `_. diff --git a/docs/chapters/introduction.rst b/docs/chapters/introduction.rst index fb5a10cb0..6d77904b7 100644 --- a/docs/chapters/introduction.rst +++ b/docs/chapters/introduction.rst @@ -2,22 +2,25 @@ .. _intro: -Introduction to jmbde -********************* +####################### + Introduction to jmbde +####################### -jmbde is a program for the management of resources in companies. with this -program, employees and the equipment they need for their work can be -recorded. These are computers, printers and telephones. +jmbde is a program for the management of resources in companies. with +this program, employees and the equipment they need for their work can +be recorded. These are computers, printers and telephones. -jmbde use the cross-platform framework [Qt](http://www.qt.io/download-open-source/), -which means it works with the most operating systems. +jmbde use the cross-platform framework +[Qt](http://www.qt.io/download-open-source/), which means it works with +the most operating systems. -The program uses the [QT library](https://www.qt.io). Therefore it can be used -on almost any platform. It runs under MacOS, Linux and Windows. Basically, an -installer should be used to install the program on a computer. This installer -will install on the required QT libraries. For the use of the program with -Windows as operating system this is absolutely necessary. -With Linux and macOS you can use a different version. QT can be installed -centrally on these two operating systems. With these two operating systems, only -the actual program files are then installed. But here, too, there are complete -installation packages with everything, including QT. +The program uses the [QT library](https://www.qt.io). Therefore it can +be used on almost any platform. It runs under MacOS, Linux and Windows. +Basically, an installer should be used to install the program on a +computer. This installer will install on the required QT libraries. For +the use of the program with Windows as operating system this is +absolutely necessary. With Linux and macOS you can use a different +version. QT can be installed centrally on these two operating systems. +With these two operating systems, only the actual program files are then +installed. But here, too, there are complete installation packages with +everything, including QT. diff --git a/docs/chapters/user_interface.rst b/docs/chapters/user_interface.rst index 944620f77..8a970c64f 100644 --- a/docs/chapters/user_interface.rst +++ b/docs/chapters/user_interface.rst @@ -2,5 +2,6 @@ .. _interface-overview: -An Overview of the jmbde Interface -********************************** +#################################### + An Overview of the jmbde Interface +#################################### diff --git a/docs/contributing.rst b/docs/contributing.rst index 103801675..9ebe2a019 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,4 +1,4 @@ .. include:: _CONTRIBUTING.rst :end-before: github-only -.. _Code of Conduct: codeofconduct.html +.. _code of conduct: codeofconduct.html diff --git a/docs/database-design.md b/docs/database-design.md index 6321d626c..f712f4295 100644 --- a/docs/database-design.md +++ b/docs/database-design.md @@ -44,49 +44,49 @@ ## Account Table | Fieldname | Type | Purpose | -| -------------- | ------------------- | -------------------------------- | -| account_id | INTEGER PRIMARY KEY | The Account index | +|----------------|---------------------|----------------------------------| +| account_ID | INTEGER PRIMARY KEY | The Account index | | user_name | VARCHAR | The Username/Accessname for the | | | | system | | password | VARCHAR | The password for the access to | | | | the system | -| system_data_id | INTEGER | The System for that is the login | +| system_data_ID | INTEGER | The System for that is the login | | | | needed | | last_update | TIMESTAMP | Timestamp of last modification | ## ChipCard Table | Fieldname | Type | Purpose | -| -------------------- | ------------------- | -------------------------------- | -| chip_chard_id | INTEGER PRIMARY KEY | The ChipCard index | +|----------------------|---------------------|----------------------------------| +| chip_chard_ID | INTEGER PRIMARY KEY | The ChipCard index | | number | VARCHAR(10) | Number of Coin | -| chip_card_door_id | INTEGER | Related Doors by this Coin | -| chip_card_profile_id | INTEGER | Releted ChipCardProfiles by this | +| chip_card_door_ID | INTEGER | Related Doors by this Coin | +| chip_card_profile_ID | INTEGER | Releted ChipCardProfiles by this | | | | Coin | -| employee_id | INTEGER | Related Employee | +| employee_ID | INTEGER | Related Employee | | | | (Where has this coin) | | last_update | TIMESTAMP | Timestamp of last modification | ## ChipCardDoor Table | Fieldname | Type | Purpose | -| ----------------- | ------------------- | --------------------------------- | -| chip_card_door_id | INTEGER PRIMARY KEY | The ChipCardDoor index | +|-------------------|---------------------|-----------------------------------| +| chip_card_door_ID | INTEGER PRIMARY KEY | The ChipCardDoor index | | number | VARCHAR(10) | The Number/Name of the Door | -| place_id | INTEGER | Relation the Place where the door | +| place_ID | INTEGER | Relation the Place where the door | | | | is | -| employee_id | INTEGER | Which employee has access | +| employee_ID | INTEGER | Which employee has access | | last_update | TIMESTAMP | Timestamp of last modification | ## ChipcardProfile Table | Fieldname | Type | Purpose | -| -------------------- | ------------------- | -------------------------------- | -| chip_card_profile_id | INTEGER PRIMARY KEY | The ChipcardProfile index | +|----------------------|---------------------|----------------------------------| +| chip_card_profile_ID | INTEGER PRIMARY KEY | The ChipcardProfile index | | number | VARCHAR(10) | The Number/Name for the profile | -| chip_card_door_id | INTEGER | The doors there included in this | +| chip_card_door_ID | INTEGER | The doors there included in this | | | | profile | -| employee_id | INTEGER | The employees there use this | +| employee_ID | INTEGER | The employees there use this | | | | profile | | last_update | TIMESTAMP | Timestamp of last modification | @@ -94,25 +94,25 @@ | Fieldname | Type | Purpose | | ------------------------- | ------------------- | ------------------------------- | -| chip_card_profile_door_id | +| chip_card_profile_door_ID | | | INTEGER PRIMARY KEY | The ChipCardProfileDoor index | -| chip_card_profile_id | VARCHAR | Relation to the ChipCardProfile | -| chip_card_door_id | VARCHAR | Relation to the ChipCardDoor | +| chip_card_profile_ID | VARCHAR | Relation to the ChipCardProfile | +| chip_card_door_ID | VARCHAR | Relation to the ChipCardDoor | | last_update | TIMESTAMP | Timestamp of last modification | ## CityName Table | Fieldname | Type | Purpose | -| ------------ | ------------------- | ------------------------------ | -| city_name_id | INTEGER PRIMARY KEY | The CityName index | +|--------------|---------------------|--------------------------------| +| city_name_ID | INTEGER PRIMARY KEY | The CityName index | | name | VARCHAR | The name of the city | | last_update | TIMESTAMP | Timestamp of last modification | ## Company Table | Fieldname | Type | Purpose | -| ------------- | ------------------- | --------------------------------- | -| company_id | INTEGER PRIMARY KEY | The Company index | +|---------------|---------------------|-----------------------------------| +| company_ID | INTEGER PRIMARY KEY | The Company index | | name | VARCHAR | Name of the Company | | name2 | VARCHAR | Name2 of the Company | | street | VARCHAR | The Street of the Company. | @@ -123,15 +123,15 @@ | mobile_number | VARCHAR | The moblienumber from the company | | mail_address | VARCHAR | The mail address from the company | | active | BOOLEAN | The flag is the entry activ | -| employee_id | INTEGER | Relation to the employees for | +| employee_ID | INTEGER | Relation to the employees for | | | | the company | | last_update | TIMESTAMP | Timestamp of last modification | ## Computer Table | Fieldname | Type | Purpose | -| -------------------- | ------------------- | --------------------------------- | -| computer_id | INTEGER PRIMARY KEY | The Computer index | +|----------------------|---------------------|-----------------------------------| +| computer_ID | INTEGER PRIMARY KEY | The Computer index | | name | VARCHAR | Name for the device (i.e. PC0001) | | serial_number | VARCHAR | The serial number from the device | | service_tag | VARCHAR | The tag for service calls | @@ -142,65 +142,65 @@ | network | VARCHAR | The name of the Network | | active | BOOLEAN | Is active or spare | | replace | BOOLEAN | Must replace | -| device_name_id | INTEGER | The relation to the device name | -| device_type_id | INTEGER | The releation to the device type | -| employee_id | INTEGER | The relation to the employee | -| place_id | INTEGER | The relation where this device is | -| department_id | INTEGER | The relation to the deparment for | +| device_name_ID | INTEGER | The relation to the device name | +| device_type_ID | INTEGER | The releation to the device type | +| employee_ID | INTEGER | The relation to the employee | +| place_ID | INTEGER | The relation where this device is | +| department_ID | INTEGER | The relation to the deparment for | | | | this device | -| manufacturer_id | INTEGER | Which manfacturer | -| inventory_id | INTEGER | The relation to the inventory | -| processor_id | INTEGER | the Relation to the processor | -| os_id | INTEGER | the relation to the OS | -| computer_software_id | INTEGER | The relation to the Software. | +| manufacturer_ID | INTEGER | Which manfacturer | +| inventory_ID | INTEGER | The relation to the inventory | +| processor_ID | INTEGER | the Relation to the processor | +| os_ID | INTEGER | the relation to the OS | +| computer_software_ID | INTEGER | The relation to the Software. | | | | This is a many to many relation | -| printer_id | INTEGER | The Printer(s) they are connected | +| printer_ID | INTEGER | The Printer(s) they are connected | | | | with this device. Many to many, | | last_update | TIMESTAMP | Timestamp of last modification | ## ComputerSoftware Table | Fieldname | Type | Purpose | -| -------------------- | ------------------- | ------------------------------ | -| computer_software_id | INTEGER PRIMARY KEY | The ComputerSoftware index | -| computer_id | INTEGER | Relation to Computer | +|----------------------|---------------------|--------------------------------| +| computer_software_ID | INTEGER PRIMARY KEY | The ComputerSoftware index | +| computer_ID | INTEGER | Relation to Computer | | | | (Many to Many) | -| software_id | INTEGER | Relation to Software | +| software_ID | INTEGER | Relation to Software | | | | (Many to Many) | | last_update | TIMESTAMP | Timestamp of last modification | ## Department Table | Fieldname | Type | Purpose | -| ------------- | ------------------- | ----------------------------------------------- | -| department_id | INTEGER PRIMARY KEY | The index | +|---------------|---------------------|-------------------------------------------------| +| department_ID | INTEGER PRIMARY KEY | The index | | name | VARCHAR | The Name of the department | | priority | INTEGER | The priority of the departmet. 1=high - 100=low | -| printer_id | INTEGER | The printers for the department. (Many to Many) | -| fax_id | INTEGER | The faxes for the department. (Many to Many) | +| printer_ID | INTEGER | The printers for the department. (Many to Many) | +| fax_ID | INTEGER | The faxes for the department. (Many to Many) | | last_update | TIMESTAMP | Timestamp of last modification | ## DeviceName Table | Fieldname | Type | Purpose | -| -------------- | ------------------- | ------------------------------ | -| device_name_id | INTEGER PRIMARY KEY | The DeviceName index | +|----------------|---------------------|--------------------------------| +| device_name_ID | INTEGER PRIMARY KEY | The DeviceName index | | name | VARCHAR | The Name for the device | | last_update | TIMESTAMP | Timestamp of last modification | ## DeviceType Table | Fieldname | Type | Purpose | -| -------------- | ------------------- | ----------------------------------- | -| device_type_id | INTEGER PRIMARY KEY | The DeviceType index | +|----------------|---------------------|-------------------------------------| +| device_type_ID | INTEGER PRIMARY KEY | The DeviceType index | | name | VARCHAR | The name of the type for the device | | last_update | TIMESTAMP | Timestamp of last modification | ## Document Table | Fieldname | Type | Purpose | -| ------------- | ------------------- | ------------------------------ | -| document_id | INTEGER PRIMARY KEY | The Document index | +|---------------|---------------------|--------------------------------| +| document_ID | INTEGER PRIMARY KEY | The Document index | | name | VARCHAR | The Name of the Document | | document_data | BLOB | The Content of the Document | | last_update | TIMESTAMP | Timestamp of last modification | @@ -208,25 +208,25 @@ ## EmployeeAccount Table | Fieldname | Type | Purpose | -| ------------------- | ------------------- | ------------------------------ | -| employee_account_id | INTEGER PRIMARY KEY | The EmployeeAccount index | -| employe_id | INTEGER | The relation to the Employee | -| account_id | INTEGER | The relation to the Account | +|---------------------|---------------------|--------------------------------| +| employee_account_ID | INTEGER PRIMARY KEY | The EmployeeAccount index | +| employe_ID | INTEGER | The relation to the Employee | +| account_ID | INTEGER | The relation to the Account | | last_update | TIMESTAMP | Timestamp of last modification | ## Employee Table | Fieldname | Type | Purpose | -| --------------------- | ------------------- | ------------------------------------------------------------- | -| employee_id | INTEGER PRIMARY KEY | The Employee index | +|-----------------------|---------------------|---------------------------------------------------------------| +| employee_ID | INTEGER PRIMARY KEY | The Employee index | | employee_nr | INTEGER | The ID-Number for the Employee | | gender | INTEGER | The gender of the Employee | -| title_id | INTEGER | The relation of the Title | +| title_ID | INTEGER | The relation of the Title | | first_name | VARCHAR | The Firstname | | last_name | VARCHAR | The Lastname (Surname) | | birth_day | DATE | The Date of Birth | | address | VARCHAR | The Address (Street and House) | -| zip_city_id | INTEGER | The releation to the ZipCity | +| zip_city_ID | INTEGER | The releation to the ZipCity | | home_phone | VARCHAR | The Home phone number | | home_mobile | VARCHAR | The Home mobile number | | home_mail_address | VARCHAR | The Home mail address | @@ -237,51 +237,51 @@ | notes | VARCHAR | Notes about the employees | | hire_date | DATE | hiring date | | end_date | DATE | End of employment | -| department_id | INTEGER | relation to Department | -| function_id | INTEGER | relation to Function | -| computer_id | INTEGER | relation to Computer | -| printer_id | INTEGER | relation to Printer | -| phone_id | INTEGER | relation to Phone | -| mobile_id | INTEGER | relation to Mobile | -| fax_id | INTEGER | relation to Fax | -| employee_account_id | INTEGER | relation to EmployeeAccount | -| employee_document_id | INTEGER | relation to EmployeeDocument | -| chip_card_id | INTEGER | relation to ChipCard | +| department_ID | INTEGER | relation to Department | +| function_ID | INTEGER | relation to Function | +| computer_ID | INTEGER | relation to Computer | +| printer_ID | INTEGER | relation to Printer | +| phone_ID | INTEGER | relation to Phone | +| mobile_ID | INTEGER | relation to Mobile | +| fax_ID | INTEGER | relation to Fax | +| employee_account_ID | INTEGER | relation to EmployeeAccount | +| employee_document_ID | INTEGER | relation to EmployeeDocument | +| chip_card_ID | INTEGER | relation to ChipCard | | last_update | TIMESTAMP | Timestamp of last modification | ## EmployeeDocument Table | Fieldname | Type | Purpose | -| -------------------- | ------------------- | ------------------------------ | -| employee_document_id | INTEGER PRIMARY KEY | The EmployeeDocument index | -| employe_id | INTEGER | relation to Employee | -| document_id | INTEGER | relation to Document | +|----------------------|---------------------|--------------------------------| +| employee_document_ID | INTEGER PRIMARY KEY | The EmployeeDocument index | +| employe_ID | INTEGER | relation to Employee | +| document_ID | INTEGER | relation to Document | | last_update | TIMESTAMP | Timestamp of last modification | ## Fax Table | Fieldname | Type | Purpose | -| --------------------- | ------------------- | ------------------------------------------ | -| fax_id | INTEGER PRIMARY KEY | The Fax index | -| device_name_id | INTEGER | relation to DeviceName | +|-----------------------|---------------------|--------------------------------------------| +| fax_ID | INTEGER PRIMARY KEY | The Fax index | +| device_name_ID | INTEGER | relation to DeviceName | | serial_number | VARCHAR | Serialnumber of this device | | number | VARCHAR | The Phonenumber for this fax | | pin | VARCHAR | The pincode for this device | | active | BOOLEAN | true is the device active, false for spare | | replace | BOOLEAN | true should replace | -| device_type_id | INTEGER | relation to DeviceType | -| employee_id | INTEGER | relation to Employee | -| place_id | INTEGER | relation to Place | -| department_id | INTEGER | relation to Department | -| manufacturer_id | INTEGER | relation to Manufacturer | -| inventory_id | INTEGER | relation to Inventory | +| device_type_ID | INTEGER | relation to DeviceType | +| employee_ID | INTEGER | relation to Employee | +| place_ID | INTEGER | relation to Place | +| department_ID | INTEGER | relation to Department | +| manufacturer_ID | INTEGER | relation to Manufacturer | +| inventory_ID | INTEGER | relation to Inventory | | last_update TIMESTAMP | TIMESTAMP | Timestamp of last modification | ## Function Table | Fieldname | Type | Purpose | -| --------------------- | ------------------- | ---------------------------------------- | -| function_id | INTEGER PRIMARY KEY | The Function index | +|-----------------------|---------------------|------------------------------------------| +| function_ID | INTEGER PRIMARY KEY | The Function index | | name | VARCHAR | Name for the Function | | priority | INTEGER | priority of the function 1=high, 100=low | | last_update TIMESTAMP | TIMESTAMP | Timestamp of last modification | @@ -289,8 +289,8 @@ ## Inventory Table | Fieldname | Type | Purpose | -| --------------------- | ------------------- | --------------------------------- | -| inventory_id | INTEGER PRIMARY KEY | The Inventory index | +|-----------------------|---------------------|-----------------------------------| +| inventory_ID | INTEGER PRIMARY KEY | The Inventory index | | number | VARCHAR | The Inventory Number | | text | VARCHAR | The description for the inventory | | active | BOOLEAN | is this inventory active | @@ -299,14 +299,14 @@ ## Manufacturer Table | Fieldname | Type | Purpose | -| --------------- | ------------------- | ------------------------------------------------ | -| manufacturer_id | INTEGER PRIMARY KEY | The Manufacturer index | +|-----------------|---------------------|--------------------------------------------------| +| manufacturer_ID | INTEGER PRIMARY KEY | The Manufacturer index | | name | VARCHAR | Name of the Manufacturer Company | | name2 | VARCHAR | Name2 of the Manufacturer Company | | supporter | VARCHAR | Name of the Support Person | | address | VARCHAR | Address (Street and Number) of the Company | | address2 | VARCHAR | Address2 (Street, Number, PO Box) of the Company | -| zip_city_id | INTEGER | relation to to ZipCity | +| zip_city_ID | INTEGER | relation to to ZipCity | | mail_address | VARCHAR | Mailaddress | | phone_number | VARCHAR | Phonenumber | | fax_number | VARCHAR | Faxnumber | @@ -316,28 +316,28 @@ ## Mobile Table | Fieldname | Type | Purpose | -| --------------- | ------------------- | ------------------------------------------ | -| mobile_id | INTEGER PRIMARY KEY | The Mobile index | -| device_name_id | INTEGER | relation to DeviceName | +|-----------------|---------------------|--------------------------------------------| +| mobile_ID | INTEGER PRIMARY KEY | The Mobile index | +| device_name_ID | INTEGER | relation to DeviceName | | serial_number | VARCHAR | Serialnumber of this device | | number | VARCHAR | The Phonenumber for this mobile | | pin | VARCHAR | The pincode for this device | | card_number | VARCHAR | The number of the SIM-Card | | active | BOOLEAN | true is the device active, false for spare | | replace | BOOLEAN | true is the device active, false for spare | -| device_type_id | INTEGER | relation to DeviceType | -| employe_id | INTEGER | relation to Employee | -| place_id | INTEGER | relation to Place | -| department_id | INTEGER | relation to Department | -| manufacturer_id | INTEGER | relation to Manufacturer | -| inventory_id | INTEGER | relation to Inventory | +| device_type_ID | INTEGER | relation to DeviceType | +| employe_ID | INTEGER | relation to Employee | +| place_ID | INTEGER | relation to Place | +| department_ID | INTEGER | relation to Department | +| manufacturer_ID | INTEGER | relation to Manufacturer | +| inventory_ID | INTEGER | relation to Inventory | | last_update | TIMESTAMP | Timestamp of last modification | ## Os Table | Fieldname | Type | Purpose | -| ----------- | ------------------- | ------------------------------ | -| os_id | INTEGER PRIMARY KEY | The Os index | +|-------------|---------------------|--------------------------------| +| os_ID | INTEGER PRIMARY KEY | The Os index | | name | VARCHAR | Name of the operation system | | version | VARCHAR | The version | | revision | VARCHAR | The revision | @@ -347,27 +347,27 @@ ## Phone Table | Fieldname | Type | Purpose | -| --------------- | ------------------- | ------------------------------------------ | -| phone_id | INTEGER PRIMARY KEY | The Phone index | -| device_name_id | INTEGER | relation to DeviceName | +|-----------------|---------------------|--------------------------------------------| +| phone_ID | INTEGER PRIMARY KEY | The Phone index | +| device_name_ID | INTEGER | relation to DeviceName | | serial_number | VARCHAR | Serialnumber of this device | | number | VARCHAR | The Phonenumber | | pin | VARCHAR | The pincode for this device | | active | BOOLEAN | true is the device active, false for spare | | replace | BOOLEAN | true should replace | -| device_type_id | INTEGER | relation to DeviceType | -| employe_id | INTEGER | relation to Employee | -| place_id | INTEGER | relation to Place | -| department_id | INTEGER | relation to Department | -| manufacturer_id | INTEGER | relation to Manufacturer | -| inventory_id | INTEGER | relation to Inventory | +| device_type_ID | INTEGER | relation to DeviceType | +| employe_ID | INTEGER | relation to Employee | +| place_ID | INTEGER | relation to Place | +| department_ID | INTEGER | relation to Department | +| manufacturer_ID | INTEGER | relation to Manufacturer | +| inventory_ID | INTEGER | relation to Inventory | | last_update | TIMESTAMP | Timestamp of last modification | ## Place Table | Fieldname | Type | Purpose | -| ----------- | ------------------- | ------------------------------ | -| place_id | INTEGER PRIMARY KEY | The Place index | +|-------------|---------------------|--------------------------------| +| place_ID | INTEGER PRIMARY KEY | The Place index | | name | VARCHAR | Name for this place | | room | VARCHAR | Number or name for the room | | desk | VARCHAR | Number or name for the desk | @@ -376,9 +376,9 @@ ## Printer Table | Fieldname | Type | Purpose | -| ------------------ | ------------------- | ------------------------------------------ | -| printer_id | INTEGER PRIMARY KEY | The Printer index | -| device_name_id | INTEGER | relation to DeviceName | +|--------------------|---------------------|--------------------------------------------| +| printer_ID | INTEGER PRIMARY KEY | The Printer index | +| device_name_ID | INTEGER | relation to DeviceName | | serial_number | VARCHAR | Serialnumber of this device | | network | VARCHAR | Name for the network of this printer | | network_name | VARCHAR | Name for the network of this printer | @@ -388,20 +388,20 @@ | resources | VARCHAR | Name and type for toner or ink. | | paper_size_max | VARCHAR | i.e. Legal, Letter, A4, A3 | | color | BOOLEAN | is true is an color printer | -| device_type_id | INTEGER | relation to DeviceType | -| employe_id | INTEGER | relation to Employee | -| place_id | INTEGER | relation to Place | -| department_id | INTEGER | relation to Department | -| manufacturer_id | INTEGER | relation to Manufacturer | -| inventory_id | INTEGER | relation to Inventory | -| computer_id | INTEGER | relation to the connected Computer | +| device_type_ID | INTEGER | relation to DeviceType | +| employe_ID | INTEGER | relation to Employee | +| place_ID | INTEGER | relation to Place | +| department_ID | INTEGER | relation to Department | +| manufacturer_ID | INTEGER | relation to Manufacturer | +| inventory_ID | INTEGER | relation to Inventory | +| computer_ID | INTEGER | relation to the connected Computer | | last_update | TIMESTAMP | Timestamp of last modification | ## Processor Table | Fieldname | Type | Purpose | -| ------------ | ------------------- | ------------------------------ | -| processor_id | INTEGER PRIMARY KEY | The Processor index | +|--------------|---------------------|--------------------------------| +| processor_ID | INTEGER PRIMARY KEY | The Processor index | | name | VARCHAR | Name and type of the Processor | | clock_rate | DECIMAL | Clockrate of the Processor | | cores | INTEGER | Cores | @@ -410,8 +410,8 @@ ## Software Table | Fieldname | Type | Purpose | -| ----------- | ------------------- | ------------------------------ | -| software_id | INTEGER PRIMARY KEY | The Software index | +|-------------|---------------------|--------------------------------| +| software_ID | INTEGER PRIMARY KEY | The Software index | | name | VARCHAR | Name of the Software | | version | VARCHAR | The version | | revision | VARCHAR | The revision | @@ -421,18 +421,18 @@ ## SystemData Table | Fieldname | Type | Purpose | -| -------------- | ------------------- | -------------------------------- | -| system_data_id | INTEGER PRIMARY KEY | The SystemData index | +|----------------|---------------------|----------------------------------| +| system_data_ID | INTEGER PRIMARY KEY | The SystemData index | | name | VARCHAR | Name of the System | | local | BOOLEAN | True is as a local system | -| company_id | INTEGER | relation to the provider Company | +| company_ID | INTEGER | relation to the provider Company | | last_update | TIMESTAMP | Timestamp of last modification | ## Title Table | Fieldname | Type | Purpose | -| ----------- | ------------------- | ------------------------------ | -| title_id | INTEGER PRIMARY KEY | The Title index | +|-------------|---------------------|--------------------------------| +| title_ID | INTEGER PRIMARY KEY | The Title index | | name | VARCHAR(50) | Name of Title | | from_date | DATE | From ... | | last_update | TIMESTAMP | Timestamp of last modification | @@ -440,25 +440,25 @@ ## ZipCity Table | Fieldname | Type | Purpose | -| ----------- | ------------------- | ------------------------------ | -| zip_city_id | INTEGER PRIMARY KEY | The ZipCity index | -| zip_code_id | INTEGER | relation to ZipCode | -| city_id | INTEGER | relation to ZipCity | +|-------------|---------------------|--------------------------------| +| zip_city_ID | INTEGER PRIMARY KEY | The ZipCity index | +| zip_code_ID | INTEGER | relation to ZipCode | +| city_ID | INTEGER | relation to ZipCity | | last_update | TIMESTAMP | Timestamp of last modification | ## ZipCode Table | Fieldname | Type | Purpose | -| ----------- | ------------------- | ------------------------------ | -| zip_code_id | INTEGER PRIMARY KEY | The ZipCode index | +|-------------|---------------------|--------------------------------| +| zip_code_ID | INTEGER PRIMARY KEY | The ZipCode index | | code | VARCHAR(10) | The ZipCode for ZipCity | | last_update | TIMESTAMP | Timestamp of last modification | ## DatabaseVersion | Fieldname | Type | Purpose | -| ------------------- | ------------------- | -------------------------------- | -| database_version_id | INTEGER PRIMARY KEY | The DatabaseVersion index | +|---------------------|---------------------|----------------------------------| +| database_version_ID | INTEGER PRIMARY KEY | The DatabaseVersion index | | version | VARCHAR(10) | The Version of the Database | | revision | VARCHAR (10) | The Revision of the Database | | patch | VARCHAR(10) | The Patchveriosn of the Database | diff --git a/docs/dependencies.md b/docs/dependencies.md index a9314cab8..7f85a285b 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -34,161 +34,161 @@ See [cppreference.com](https://en.cppreference.com/w/cpp/compiler_support) to see which features are supported by each compiler. The following compilers should work: - * [gcc 7+](https://gcc.gnu.org/) -
- Install command +* [gcc 7+](https://gcc.gnu.org/) +
+ Install command - - Debian/Ubuntu: + - Debian/Ubuntu: - sudo apt install build-essential + sudo apt install build-essential - - Windows: + - Windows: - choco install mingw -y + choco install mingw -y - - MacOS: + - MacOS: - brew install gcc -
+ brew install gcc +
- * [clang 6+](https://clang.llvm.org/) -
- Install command +* [clang 6+](https://clang.llvm.org/) +
+ Install command - - Debian/Ubuntu: + - Debian/Ubuntu: - bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" + bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" - - Windows: + - Windows: - Visual Studio 2019 ships with LLVM (see the Visual Studio section). However, to install LLVM separately: + Visual Studio 2019 ships with LLVM (see the Visual Studio section). However, to install LLVM separately: - choco install llvm -y + choco install llvm -y - llvm-utils for using external LLVM with Visual Studio generator: + llvm-utils for using external LLVM with Visual Studio generator: - git clone https://github.com/zufuliu/llvm-utils.git - cd llvm-utils/VS2017 - .\install.bat + git clone https://github.com/zufuliu/llvm-utils.git + cd llvm-utils/VS2017 + .\install.bat - - MacOS: + - MacOS: - brew install llvm -
+ brew install llvm +
- * [Visual Studio 2019 or higher](https://visualstudio.microsoft.com/) -
- Install command + Environment setup +* [Visual Studio 2019 or higher](https://visualstudio.microsoft.com/) +
+ Install command + Environment setup - On Windows, you need to install Visual Studio 2019 because of the SDK and libraries that ship with it. + On Windows, you need to install Visual Studio 2019 because of the SDK and libraries that ship with it. - Visual Studio IDE - 2019 Community (installs Clang too): + Visual Studio IDE - 2019 Community (installs Clang too): - choco install -y visualstudio2019community --package-parameters "add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --includeOptional --passive --locale en-US" + choco install -y visualstudio2019community --package-parameters "add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --includeOptional --passive --locale en-US" - Put MSVC compiler, Clang compiler, and vcvarsall.bat on the path: + Put MSVC compiler, Clang compiler, and vcvarsall.bat on the path: - choco install vswhere -y - refreshenv + choco install vswhere -y + refreshenv - # change to x86 for 32bit - $clpath = vswhere -products * -latest -prerelease -find **/Hostx64/x64/* - $clangpath = vswhere -products * -latest -prerelease -find **/Llvm/bin/* - $vcvarsallpath = vswhere -products * -latest -prerelease -find **/Auxiliary/Build/* + # change to x86 for 32bit + $clpath = vswhere -products * -latest -prerelease -find **/Hostx64/x64/* + $clangpath = vswhere -products * -latest -prerelease -find **/Llvm/bin/* + $vcvarsallpath = vswhere -products * -latest -prerelease -find **/Auxiliary/Build/* - $path = [System.Environment]::GetEnvironmentVariable("PATH", "User") - [Environment]::SetEnvironmentVariable("Path", $path + ";$clpath" + ";$clangpath" + ";$vcvarsallpath", "User") - refreshenv + $path = [System.Environment]::GetEnvironmentVariable("PATH", "User") + [Environment]::SetEnvironmentVariable("Path", $path + ";$clpath" + ";$clangpath" + ";$vcvarsallpath", "User") + refreshenv -
+
2. [CMake 3.15+](https://cmake.org/) -
- Install Command +
+ Install Command - - Debian/Ubuntu: + - Debian/Ubuntu: - sudo apt-get install cmake + sudo apt-get install cmake - - Windows: + - Windows: - choco install cmake -y + choco install cmake -y - - MacOS: + - MacOS: - brew install cmake + brew install cmake -
+
### Optional Dependencies #### C++ Tools - * [Doxygen](http://doxygen.nl/) -
- Install Command +* [Doxygen](http://doxygen.nl/) +
+ Install Command - - Debian/Ubuntu: + - Debian/Ubuntu: - sudo apt-get install doxygen - sudo apt-get install graphviz + sudo apt-get install doxygen + sudo apt-get install graphviz - - Windows: + - Windows: - choco install doxygen.install -y - choco install graphviz -y + choco install doxygen.install -y + choco install graphviz -y - - MacOS: + - MacOS: - brew install doxygen - brew install graphviz + brew install doxygen + brew install graphviz -
+
- * [ccache](https://ccache.dev/) -
- Install Command +* [ccache](https://ccache.dev/) +
+ Install Command - - Debian/Ubuntu: + - Debian/Ubuntu: - sudo apt-get install ccache + sudo apt-get install ccache - - Windows: + - Windows: - choco install ccache -y + choco install ccache -y - - MacOS: + - MacOS: - brew install ccache + brew install ccache -
+
- * [Cppcheck](http://cppcheck.sourceforge.net/) -
- Install Command +* [Cppcheck](http://cppcheck.sourceforge.net/) +
+ Install Command - - Debian/Ubuntu: + - Debian/Ubuntu: - sudo apt-get install cppcheck + sudo apt-get install cppcheck - - Windows: + - Windows: - choco install cppcheck -y + choco install cppcheck -y - - MacOS: + - MacOS: - brew install cppcheck + brew install cppcheck -
+
- * [include-what-you-use](https://include-what-you-use.org/) -
- Install Command +* [include-what-you-use](https://include-what-you-use.org/) +
+ Install Command - Follow instructions here: - https://github.com/include-what-you-use/include-what-you-use#how-to-install -
+ Follow instructions here: + +
#### GUI libraries This project can be made to work with several optional GUI frameworks. diff --git a/docs/docker.md b/docs/docker.md index cbd1a4850..69ff0e92e 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -38,8 +38,8 @@ TLDR: ```bash docker run -it \ - -v absolute_path_on_host_machine:absolute_path_in_guest_container \ - my_project:latest + -v absolute_path_on_host_machine:absolute_path_in_guest_container \ + my_project:latest ``` You can configure and build [as directed above](#build) using these commands: diff --git a/docs/glossary.rst b/docs/glossary.rst index 5e21d9207..b429efa47 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1,10 +1,11 @@ -Glossary of Terms -================= +################### + Glossary of Terms +################### -.. glossary:: - :sorted: +.. glossary:: + :sorted: - operating system - Your operating system (OS) is the computing environment on your - computer. For example, Windows, macOS, or GNU/Linux are the three - operating systems that jmbde supports. + operating system + Your operating system (OS) is the computing environment on your + computer. For example, Windows, macOS, or GNU/Linux are the three + operating systems that jmbde supports. diff --git a/docs/index.rst b/docs/index.rst index 1e90c72fe..1512661cf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,33 +1,36 @@ -.. C++ Sphinx Doxygen Breathe documentation master file, created by +.. + C++ Sphinx Doxygen Breathe documentation master file, created by sphinx-quickstart on Wed Jun 24 11:46:27 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to C++ Sphinx Doxygen Breathe's documentation! -====================================================== +######################################################## + Welcome to C++ Sphinx Doxygen Breathe's documentation! +######################################################## .. toctree:: :maxdepth: 2 :caption: Contents: +#################### + Indices and tables +#################### +- :ref:`genindex` +- :ref:`modindex` +- :ref:`search` -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - - -Table of Contents -^^^^^^^^^^^^^^^^^ +******************* + Table of Contents +******************* .. toctree:: - :maxdepth: 2 + :maxdepth: 2 + + self + chapters/introduction + api/index + cmake/index - self - chapters/introduction - api/index - cmake/index -.. * :ref:`search` +.. + * :ref:`search` diff --git a/docs/root/js/version_switcher.js b/docs/root/js/version_switcher.js index cff871b04..8de869656 100644 --- a/docs/root/js/version_switcher.js +++ b/docs/root/js/version_switcher.js @@ -1,50 +1,50 @@ -function replaceContentInContainer(matchClass, content) { - var elems = document.getElementsByTagName('*'), - i; - for (i in elems) { - if ((' ' + elems[i].className + ' ').indexOf(' ' + matchClass + ' ') > -1) { - elems[i].innerHTML = content; - } - } +function replaceContentInContainer (matchClass, content) { + const elems = document.getElementsByTagName('*') + let i + for (i in elems) { + if ((' ' + elems[i].className + ' ').indexOf(' ' + matchClass + ' ') > -1) { + elems[i].innerHTML = content + } + } } -function ar_updateVersionList(current_version) { - console.log(ar_versions, current_version); +function ar_updateVersionList (current_version) { + console.log(ar_versions, current_version) - var versions_html = ['
Versions
']; - var downloads_html = ['
Downloads
']; - var show_downloads = false; - for (const version of ar_versions) { - var version_link = - '
' + version.version + '
'; - var download_link = ''; - if (version.has_pdf) { - download_link = + const versions_html = ['
Versions
'] + const downloads_html = ['
Downloads
'] + let show_downloads = false + for (const version of ar_versions) { + const version_link = + '
' + version.version + '
' + let download_link = '' + if (version.has_pdf) { + download_link = '
' + version.version + - '
'; - show_downloads = true; - } - if (version.version === current_version) { - versions_html.push(''); - versions_html.push(version_link); - versions_html.push(''); - downloads_html.push(''); - downloads_html.push(download_link); - downloads_html.push(''); - } else { - versions_html.push(version_link); - downloads_html.push(download_link); - } - } - versions_html.push('
'); - downloads_html.push('
'); - replaceContentInContainer( - 'rst-other-versions', - versions_html.join('') + (show_downloads ? downloads_html.join('') : '') - ); + '' + show_downloads = true + } + if (version.version === current_version) { + versions_html.push('') + versions_html.push(version_link) + versions_html.push('') + downloads_html.push('') + downloads_html.push(download_link) + downloads_html.push('') + } else { + versions_html.push(version_link) + downloads_html.push(download_link) + } + } + versions_html.push('
') + downloads_html.push('
') + replaceContentInContainer( + 'rst-other-versions', + versions_html.join('') + (show_downloads ? downloads_html.join('') : '') + ) } diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..cade2289b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,1780 @@ +{ + "name": "jmbde-QT", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "devDependencies": { + "stylelint-config-standard-scss": "^13.1.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@csstools/css-parser-algorithms": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz", + "integrity": "sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-tokenizer": "^3.0.1" + } + }, + "node_modules/@csstools/css-tokenizer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz", + "integrity": "sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/@csstools/media-query-list-parser": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz", + "integrity": "sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.1", + "@csstools/css-tokenizer": "^3.0.1" + } + }, + "node_modules/@csstools/selector-specificity": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz", + "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "peer": true, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^6.1.0" + } + }, + "node_modules/@dual-bundle/import-meta-resolve": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", + "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==", + "dev": true, + "license": "MIT", + "peer": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0", + "peer": true + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/balanced-match": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", + "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/colord": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/css-functions-list": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz", + "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=12 || >=16" + } + }, + "node_modules/css-tree": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", + "dev": true, + "license": "MIT", + "dependencies": { + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-uri": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz", + "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.1.0.tgz", + "integrity": "sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "flat-cache": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat-cache": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz", + "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "flatted": "^3.3.1", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true, + "license": "ISC", + "peer": true + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "global-prefix": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globjoin": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true, + "license": "ISC", + "peer": true + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC", + "peer": true + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/known-css-properties": { + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz", + "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/mathml-tag-names": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", + "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", + "dev": true, + "license": "MIT", + "peer": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/mdn-data": { + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/meow": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", + "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "peer": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picocolors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", + "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "dev": true, + "license": "ISC", + "peer": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postcss": { + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "peer": true, + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "dev": true, + "license": "MIT" + }, + "node_modules/postcss-resolve-nested-selector": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz", + "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==", + "dev": true, + "license": "MIT" + }, + "node_modules/postcss-safe-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.0.tgz", + "integrity": "sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18.0" + }, + "peerDependencies": { + "postcss": "^8.4.31" + } + }, + "node_modules/postcss-scss": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", + "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss-scss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "engines": { + "node": ">=12.0" + }, + "peerDependencies": { + "postcss": "^8.4.29" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "peer": true + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "peer": true, + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "peer": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/slice-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/slice-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT", + "peer": true + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/stylelint": { + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.9.0.tgz", + "integrity": "sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "peer": true, + "dependencies": { + "@csstools/css-parser-algorithms": "^3.0.1", + "@csstools/css-tokenizer": "^3.0.1", + "@csstools/media-query-list-parser": "^3.0.1", + "@csstools/selector-specificity": "^4.0.0", + "@dual-bundle/import-meta-resolve": "^4.1.0", + "balanced-match": "^2.0.0", + "colord": "^2.9.3", + "cosmiconfig": "^9.0.0", + "css-functions-list": "^3.2.2", + "css-tree": "^2.3.1", + "debug": "^4.3.6", + "fast-glob": "^3.3.2", + "fastest-levenshtein": "^1.0.16", + "file-entry-cache": "^9.0.0", + "global-modules": "^2.0.0", + "globby": "^11.1.0", + "globjoin": "^0.1.4", + "html-tags": "^3.3.1", + "ignore": "^5.3.2", + "imurmurhash": "^0.1.4", + "is-plain-object": "^5.0.0", + "known-css-properties": "^0.34.0", + "mathml-tag-names": "^2.1.3", + "meow": "^13.2.0", + "micromatch": "^4.0.8", + "normalize-path": "^3.0.0", + "picocolors": "^1.0.1", + "postcss": "^8.4.41", + "postcss-resolve-nested-selector": "^0.1.6", + "postcss-safe-parser": "^7.0.0", + "postcss-selector-parser": "^6.1.2", + "postcss-value-parser": "^4.2.0", + "resolve-from": "^5.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^7.1.0", + "supports-hyperlinks": "^3.1.0", + "svg-tags": "^1.0.0", + "table": "^6.8.2", + "write-file-atomic": "^5.0.1" + }, + "bin": { + "stylelint": "bin/stylelint.mjs" + }, + "engines": { + "node": ">=18.12.0" + } + }, + "node_modules/stylelint-config-recommended": { + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", + "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "stylelint": "^16.1.0" + } + }, + "node_modules/stylelint-config-recommended-scss": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-14.1.0.tgz", + "integrity": "sha512-bhaMhh1u5dQqSsf6ri2GVWWQW5iUjBYgcHkh7SgDDn92ijoItC/cfO/W+fpXshgTQWhwFkP1rVcewcv4jaftRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss-scss": "^4.0.9", + "stylelint-config-recommended": "^14.0.1", + "stylelint-scss": "^6.4.0" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "postcss": "^8.3.3", + "stylelint": "^16.6.1" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } + } + }, + "node_modules/stylelint-config-standard": { + "version": "36.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz", + "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "dependencies": { + "stylelint-config-recommended": "^14.0.1" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "stylelint": "^16.1.0" + } + }, + "node_modules/stylelint-config-standard-scss": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.1.0.tgz", + "integrity": "sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "stylelint-config-recommended-scss": "^14.0.0", + "stylelint-config-standard": "^36.0.0" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "postcss": "^8.3.3", + "stylelint": "^16.3.1" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } + } + }, + "node_modules/stylelint-scss": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.7.0.tgz", + "integrity": "sha512-RFIa2A+pVWS5wjNT+whtK7wsbZEWazyqesCuSaPbPlZ8lh2TujwVJSnCYJijg6ChZzwI8pZPRZS1L6A9aCbXDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "css-tree": "2.3.1", + "is-plain-object": "5.0.0", + "known-css-properties": "^0.34.0", + "postcss-media-query-parser": "^0.2.3", + "postcss-resolve-nested-selector": "^0.1.6", + "postcss-selector-parser": "^6.1.2", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "stylelint": "^16.0.2" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-hyperlinks": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz", + "integrity": "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-hyperlinks/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true, + "peer": true + }, + "node_modules/table": { + "version": "6.8.2", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz", + "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==", + "dev": true, + "license": "BSD-3-Clause", + "peer": true, + "dependencies": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/table/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true, + "license": "MIT" + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 000000000..d15a48eac --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "devDependencies": { + "stylelint-config-standard-scss": "^13.1.0" + }, + "packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0" +} diff --git a/packaging/conanfile.py b/packaging/conanfile.py index 819583951..c59e0cbf2 100644 --- a/packaging/conanfile.py +++ b/packaging/conanfile.py @@ -6,7 +6,6 @@ # from conans import CMake, ConanFile -from pydoc_data.topics import topics class jmbdeConan(ConanFile): diff --git a/pages/README.md b/pages/README.md index c44fadfdd..25198fa96 100644 --- a/pages/README.md +++ b/pages/README.md @@ -42,7 +42,7 @@ Any static assets, like images, can be placed in the `public/` directory. All commands are run from the root of the project, from a terminal: | Command | Action | -| :--------------------- | :----------------------------------------------- | +|:-----------------------|:-------------------------------------------------| | `npm install` | Installs dependencies | | `npm run dev` | Starts local dev server at `localhost:3000` | | `npm run build` | Build your production site to `./dist/` | diff --git a/pages/package-lock.json b/pages/package-lock.json new file mode 100644 index 000000000..6ce72fd54 --- /dev/null +++ b/pages/package-lock.json @@ -0,0 +1,5345 @@ +{ + "name": "Documentation", + "version": "0.0.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "Documentation", + "version": "0.0.1", + "dependencies": { + "astro": "^2.0.14" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "license": "Apache-2.0", + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@astrojs/compiler": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.1.1.tgz", + "integrity": "sha512-JRDEARnuUUOlKUE4XVu8+NoeNWpOHtYQW39uWjqTbpefMjL95og54vTKLHqeUajXWeY115zZtO7jIVdOmQ1IPQ==", + "license": "MIT" + }, + "node_modules/@astrojs/language-server": { + "version": "0.28.3", + "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.28.3.tgz", + "integrity": "sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==", + "license": "MIT", + "dependencies": { + "@vscode/emmet-helper": "^2.8.4", + "events": "^3.3.0", + "prettier": "^2.7.1", + "prettier-plugin-astro": "^0.7.0", + "source-map": "^0.7.3", + "vscode-css-languageservice": "^6.0.1", + "vscode-html-languageservice": "^5.0.0", + "vscode-languageserver": "^8.0.1", + "vscode-languageserver-protocol": "^3.17.1", + "vscode-languageserver-textdocument": "^1.0.4", + "vscode-languageserver-types": "^3.17.1", + "vscode-uri": "^3.0.3" + }, + "bin": { + "astro-ls": "bin/nodeServer.js" + } + }, + "node_modules/@astrojs/markdown-remark": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-2.0.1.tgz", + "integrity": "sha512-xQF1rXGJN18m+zZucwRRtmNehuhPMMhZhi6HWKrtpEAKnHSPk8lqf1GXgKH7/Sypglu8ivdECZ+EGs6kOYVasQ==", + "license": "MIT", + "dependencies": { + "@astrojs/prism": "^2.0.0", + "github-slugger": "^1.4.0", + "import-meta-resolve": "^2.1.0", + "rehype-raw": "^6.1.1", + "rehype-stringify": "^9.0.3", + "remark-gfm": "^3.0.1", + "remark-parse": "^10.0.1", + "remark-rehype": "^10.1.0", + "remark-smartypants": "^2.0.0", + "shiki": "^0.11.1", + "unified": "^10.1.2", + "unist-util-visit": "^4.1.0", + "vfile": "^5.3.2" + }, + "peerDependencies": { + "astro": "^2.0.2" + } + }, + "node_modules/@astrojs/markdown-remark/node_modules/github-slugger": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", + "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==", + "license": "ISC" + }, + "node_modules/@astrojs/prism": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-2.0.0.tgz", + "integrity": "sha512-YgeoeEPqsxaEpg0rwe/bUq3653LqSQnMjrLlpYwrbQQMQQqz6Y5yXN+RX3SfLJ6ppNb4+Fu2+Z49EXjk48Ihjw==", + "license": "MIT", + "dependencies": { + "prismjs": "^1.28.0" + }, + "engines": { + "node": ">=16.12.0" + } + }, + "node_modules/@astrojs/telemetry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-2.0.0.tgz", + "integrity": "sha512-RnWojVMIsql3GGWDP5pNWmhmBQVkCpxGNZ8yPr2cbmUqsUYGSvErhqfkLfro9j2/STi5UDmSpNgjPkQmXpgnKw==", + "license": "MIT", + "dependencies": { + "ci-info": "^3.3.1", + "debug": "^4.3.4", + "dlv": "^1.1.3", + "dset": "^3.1.2", + "is-docker": "^3.0.0", + "is-wsl": "^2.2.0", + "undici": "^5.14.0", + "which-pm-runs": "^1.1.0" + }, + "engines": { + "node": ">=16.12.0" + } + }, + "node_modules/@astrojs/webapi": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz", + "integrity": "sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg==", + "license": "MIT", + "dependencies": { + "undici": "5.18.0" + } + }, + "node_modules/@astrojs/webapi/node_modules/undici": { + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.18.0.tgz", + "integrity": "sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA==", + "license": "MIT", + "dependencies": { + "busboy": "^1.6.0" + }, + "engines": { + "node": ">=12.18" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "license": "MIT", + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz", + "integrity": "sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.0.tgz", + "integrity": "sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==", + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.21.0", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.21.0", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.0", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.21.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz", + "integrity": "sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.21.0", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.20.5", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", + "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz", + "integrity": "sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz", + "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.21.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.1.tgz", + "integrity": "sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg==", + "license": "MIT", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz", + "integrity": "sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.0.tgz", + "integrity": "sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.21.0", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.21.0", + "@babel/types": "^7.21.0", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.0.tgz", + "integrity": "sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@emmetio/abbreviation": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.2.3.tgz", + "integrity": "sha512-87pltuCPt99aL+y9xS6GPZ+Wmmyhll2WXH73gG/xpGcQ84DRnptBsI2r0BeIQ0EB/SQTOe2ANPqFqj3Rj5FOGA==", + "license": "MIT", + "dependencies": { + "@emmetio/scanner": "^1.0.0" + } + }, + "node_modules/@emmetio/css-abbreviation": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@emmetio/css-abbreviation/-/css-abbreviation-2.1.4.tgz", + "integrity": "sha512-qk9L60Y+uRtM5CPbB0y+QNl/1XKE09mSO+AhhSauIfr2YOx/ta3NJw2d8RtCFxgzHeRqFRr8jgyzThbu+MZ4Uw==", + "license": "MIT", + "dependencies": { + "@emmetio/scanner": "^1.0.0" + } + }, + "node_modules/@emmetio/scanner": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@emmetio/scanner/-/scanner-1.0.0.tgz", + "integrity": "sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==", + "license": "MIT" + }, + "node_modules/@esbuild/android-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", + "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", + "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", + "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", + "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", + "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", + "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", + "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", + "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", + "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", + "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", + "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", + "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", + "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", + "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", + "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", + "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", + "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", + "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", + "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", + "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@ljharb/has-package-exports-patterns": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@ljharb/has-package-exports-patterns/-/has-package-exports-patterns-0.0.2.tgz", + "integrity": "sha512-4/RWEeXDO6bocPONheFe6gX/oQdP/bEpv0oL4HqjPP5DCenBSt0mHgahppY49N0CpsaqffdwPq+TlX9CYOq2Dw==", + "license": "MIT" + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pkgr/utils": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.3.1.tgz", + "integrity": "sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==", + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "is-glob": "^4.0.3", + "open": "^8.4.0", + "picocolors": "^1.0.0", + "tiny-glob": "^0.2.9", + "tslib": "^2.4.0" + }, + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", + "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/debug": { + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", + "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", + "license": "MIT", + "dependencies": { + "@types/ms": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz", + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", + "license": "MIT" + }, + "node_modules/@types/hast": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", + "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/@types/json5": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.30.tgz", + "integrity": "sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==", + "license": "MIT" + }, + "node_modules/@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/@types/ms": { + "version": "0.7.31", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", + "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==", + "license": "MIT" + }, + "node_modules/@types/nlcst": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.0.tgz", + "integrity": "sha512-3TGCfOcy8R8mMQ4CNSNOe3PG66HttvjcLzCoOpvXvDtfWOTi+uT/rxeOKm/qEwbM4SNe1O/PjdiBK2YcTjU4OQ==", + "license": "MIT", + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/@types/parse5": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", + "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==", + "license": "MIT" + }, + "node_modules/@types/resolve": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", + "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", + "license": "MIT" + }, + "node_modules/@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "license": "MIT" + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "license": "MIT" + }, + "node_modules/@vscode/emmet-helper": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/@vscode/emmet-helper/-/emmet-helper-2.8.6.tgz", + "integrity": "sha512-IIB8jbiKy37zN8bAIHx59YmnIelY78CGHtThnibD/d3tQOKRY83bYVi9blwmZVUZh6l9nfkYH3tvReaiNxY9EQ==", + "license": "MIT", + "dependencies": { + "emmet": "^2.3.0", + "jsonc-parser": "^2.3.0", + "vscode-languageserver-textdocument": "^1.0.1", + "vscode-languageserver-types": "^3.15.1", + "vscode-uri": "^2.1.2" + } + }, + "node_modules/@vscode/emmet-helper/node_modules/vscode-uri": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz", + "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==", + "license": "MIT" + }, + "node_modules/@vscode/l10n": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.11.tgz", + "integrity": "sha512-ukOMWnCg1tCvT7WnDfsUKQOFDQGsyR5tNgRpwmqi+5/vzU3ghdDXzvIM4IOPdSb3OeSsBNvmSL8nxIVOqi2WXA==", + "license": "MIT" + }, + "node_modules/acorn": { + "version": "8.8.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", + "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "license": "ISC", + "dependencies": { + "string-width": "^4.1.0" + } + }, + "node_modules/ansi-align/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-align/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" + }, + "node_modules/ansi-align/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-align/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-iterate": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", + "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/astro": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.14.tgz", + "integrity": "sha512-BiXnHyK3rj5Uz45V5p9jRi0xtJc/zxhCxnXYAekHHF1bVvvoa3aXMwl0GZ3Bc0mxP6vPLmbRcjNKdqfyZn1B3Q==", + "license": "MIT", + "dependencies": { + "@astrojs/compiler": "^1.1.0", + "@astrojs/language-server": "^0.28.3", + "@astrojs/markdown-remark": "^2.0.1", + "@astrojs/telemetry": "^2.0.0", + "@astrojs/webapi": "^2.0.1", + "@babel/core": "^7.18.2", + "@babel/generator": "^7.18.2", + "@babel/parser": "^7.18.4", + "@babel/plugin-transform-react-jsx": "^7.17.12", + "@babel/traverse": "^7.18.2", + "@babel/types": "^7.18.4", + "@types/babel__core": "^7.1.19", + "@types/yargs-parser": "^21.0.0", + "acorn": "^8.8.1", + "boxen": "^6.2.1", + "ci-info": "^3.3.1", + "common-ancestor-path": "^1.0.1", + "cookie": "^0.5.0", + "debug": "^4.3.4", + "deepmerge-ts": "^4.2.2", + "devalue": "^4.2.0", + "diff": "^5.1.0", + "es-module-lexer": "^1.1.0", + "estree-walker": "^3.0.1", + "execa": "^6.1.0", + "fast-glob": "^3.2.11", + "github-slugger": "^2.0.0", + "gray-matter": "^4.0.3", + "html-escaper": "^3.0.3", + "kleur": "^4.1.4", + "magic-string": "^0.27.0", + "mime": "^3.0.0", + "ora": "^6.1.0", + "path-to-regexp": "^6.2.1", + "preferred-pm": "^3.0.3", + "prompts": "^2.4.2", + "rehype": "^12.0.1", + "semver": "^7.3.8", + "server-destroy": "^1.0.1", + "shiki": "^0.11.1", + "slash": "^4.0.0", + "string-width": "^5.1.2", + "strip-ansi": "^7.0.1", + "supports-esm": "^1.0.0", + "tsconfig-resolver": "^3.0.1", + "typescript": "*", + "unist-util-visit": "^4.1.0", + "vfile": "^5.3.2", + "vite": "^4.1.2", + "vitefu": "^0.2.4", + "yargs-parser": "^21.0.1", + "zod": "^3.17.3" + }, + "bin": { + "astro": "astro.js" + }, + "engines": { + "node": ">=16.12.0", + "npm": ">=6.14.0" + } + }, + "node_modules/bail": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/bl": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", + "license": "MIT", + "dependencies": { + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/boxen": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz", + "integrity": "sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==", + "license": "MIT", + "dependencies": { + "ansi-align": "^3.0.1", + "camelcase": "^6.2.0", + "chalk": "^4.1.2", + "cli-boxes": "^3.0.0", + "string-width": "^5.0.1", + "type-fest": "^2.5.0", + "widest-line": "^4.0.1", + "wrap-ansi": "^8.0.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boxen/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/boxen/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/boxen/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/boxen/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" + }, + "node_modules/boxen/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "license": "MIT", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "license": "MIT", + "dependencies": { + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001457", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz", + "integrity": "sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/ccount": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/character-entities": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-html4": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-legacy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/ci-info": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-boxes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", + "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-cursor": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", + "license": "MIT", + "dependencies": { + "restore-cursor": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-spinners": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" + }, + "node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/common-ancestor-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", + "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", + "license": "ISC" + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decode-named-character-reference": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", + "license": "MIT", + "dependencies": { + "character-entities": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/deepmerge-ts": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz", + "integrity": "sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/devalue": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.0.tgz", + "integrity": "sha512-n94yQo4LI3w7erwf84mhRUkUJfhLoCZiLyoOZ/QFsDbcWNZePrLwbQpvZBUG2TNxwV3VjCKPxkiiQA6pe3TrTA==", + "license": "MIT" + }, + "node_modules/diff": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", + "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "license": "MIT" + }, + "node_modules/dset": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", + "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.4.304", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.304.tgz", + "integrity": "sha512-6c8M+ojPgDIXN2NyfGn8oHASXYnayj+gSEnGeLMKb9zjsySeVB/j7KkNAAG9yDcv8gNlhvFg5REa1N/kQU6pgA==", + "license": "ISC" + }, + "node_modules/emmet": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/emmet/-/emmet-2.3.6.tgz", + "integrity": "sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A==", + "license": "MIT", + "dependencies": { + "@emmetio/abbreviation": "^2.2.3", + "@emmetio/css-abbreviation": "^2.1.4" + } + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "license": "MIT" + }, + "node_modules/es-module-lexer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.1.1.tgz", + "integrity": "sha512-n3ruqU8Te7I5prBd6d0darM8ajFuVNhLWvgo04hN7goWSaSrxe7ENOZitac7akN0A2o+8fMomBDsNPvW/eE3CQ==", + "license": "MIT" + }, + "node_modules/esbuild": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", + "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "license": "BSD-2-Clause", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/execa": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", + "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.1", + "human-signals": "^3.0.1", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^3.0.7", + "strip-final-newline": "^3.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "license": "MIT" + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "license": "MIT", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/find-yarn-workspace-root2": { + "version": "1.2.16", + "resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz", + "integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==", + "license": "Apache-2.0", + "dependencies": { + "micromatch": "^4.0.2", + "pkg-dir": "^4.2.0" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "license": "MIT" + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/github-slugger": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", + "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", + "license": "ISC" + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/globalyzer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz", + "integrity": "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==", + "license": "MIT" + }, + "node_modules/globrex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", + "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", + "license": "MIT" + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "license": "ISC" + }, + "node_modules/gray-matter": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", + "license": "MIT", + "dependencies": { + "js-yaml": "^3.13.1", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-package-exports": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/has-package-exports/-/has-package-exports-1.3.0.tgz", + "integrity": "sha512-e9OeXPQnmPhYoJ63lXC4wWe34TxEGZDZ3OQX9XRqp2VwsfLl3bQBy7VehLnd34g3ef8CmYlBLGqEMKXuz8YazQ==", + "license": "MIT", + "dependencies": { + "@ljharb/has-package-exports-patterns": "^0.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hast-util-from-parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz", + "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0", + "hastscript": "^7.0.0", + "property-information": "^6.0.0", + "vfile": "^5.0.0", + "vfile-location": "^4.0.0", + "web-namespaces": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-parse-selector": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", + "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-raw": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", + "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/parse5": "^6.0.0", + "hast-util-from-parse5": "^7.0.0", + "hast-util-to-parse5": "^7.0.0", + "html-void-elements": "^2.0.0", + "parse5": "^6.0.0", + "unist-util-position": "^4.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0", + "web-namespaces": "^2.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-html": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.4.tgz", + "integrity": "sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0", + "ccount": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-raw": "^7.0.0", + "hast-util-whitespace": "^2.0.0", + "html-void-elements": "^2.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "stringify-entities": "^4.0.0", + "zwitch": "^2.0.4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-parse5": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", + "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "web-namespaces": "^2.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-whitespace": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hastscript": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", + "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-parse-selector": "^3.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/html-escaper": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", + "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", + "license": "MIT" + }, + "node_modules/html-void-elements": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz", + "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/human-signals": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", + "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=12.20.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/import-meta-resolve": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.2.1.tgz", + "integrity": "sha512-C6lLL7EJPY44kBvA80gq4uMsVFw5x3oSKfuMl1cuZ2RkI5+UJqQXgn+6hlUew0y4ig7Ypt4CObAAIzU53Nfpuw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/is-buffer": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "license": "MIT", + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz", + "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-unicode-supported": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", + "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "license": "MIT", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-wsl/node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonc-parser": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz", + "integrity": "sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==", + "license": "MIT" + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/kleur": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/load-yaml-file": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz", + "integrity": "sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.1.5", + "js-yaml": "^3.13.0", + "pify": "^4.0.1", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/load-yaml-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz", + "integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==", + "license": "MIT", + "dependencies": { + "chalk": "^5.0.0", + "is-unicode-supported": "^1.1.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/longest-streak": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", + "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/markdown-table": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", + "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/mdast-util-definitions": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", + "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "unist-util-visit": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-find-and-replace": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz", + "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "escape-string-regexp": "^5.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mdast-util-from-markdown": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.0.tgz", + "integrity": "sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "decode-named-character-reference": "^1.0.0", + "mdast-util-to-string": "^3.1.0", + "micromark": "^3.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-decode-string": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "unist-util-stringify-position": "^3.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-gfm": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz", + "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", + "license": "MIT", + "dependencies": { + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-gfm-autolink-literal": "^1.0.0", + "mdast-util-gfm-footnote": "^1.0.0", + "mdast-util-gfm-strikethrough": "^1.0.0", + "mdast-util-gfm-table": "^1.0.0", + "mdast-util-gfm-task-list-item": "^1.0.0", + "mdast-util-to-markdown": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-gfm-autolink-literal": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz", + "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "ccount": "^2.0.0", + "mdast-util-find-and-replace": "^2.0.0", + "micromark-util-character": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-gfm-footnote": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz", + "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0", + "micromark-util-normalize-identifier": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-gfm-strikethrough": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz", + "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-gfm-table": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz", + "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "markdown-table": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-to-markdown": "^1.3.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-gfm-task-list-item": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz", + "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-phrasing": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", + "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-hast": { + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", + "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", + "mdast-util-definitions": "^5.0.0", + "micromark-util-sanitize-uri": "^1.1.0", + "trim-lines": "^3.0.0", + "unist-util-generated": "^2.0.0", + "unist-util-position": "^4.0.0", + "unist-util-visit": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-markdown": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "longest-streak": "^3.0.0", + "mdast-util-phrasing": "^3.0.0", + "mdast-util-to-string": "^3.0.0", + "micromark-util-decode-string": "^1.0.0", + "unist-util-visit": "^4.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-string": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz", + "integrity": "sha512-tGvhT94e+cVnQt8JWE9/b3cUQZWS732TJxXHktvP+BYo62PpYD53Ls/6cC60rW21dW+txxiM4zMdc6abASvZKA==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromark": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.1.0.tgz", + "integrity": "sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "@types/debug": "^4.0.0", + "debug": "^4.0.0", + "decode-named-character-reference": "^1.0.0", + "micromark-core-commonmark": "^1.0.1", + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-chunked": "^1.0.0", + "micromark-util-combine-extensions": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-subtokenize": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.1", + "uvu": "^0.5.0" + } + }, + "node_modules/micromark-core-commonmark": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz", + "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "micromark-factory-destination": "^1.0.0", + "micromark-factory-label": "^1.0.0", + "micromark-factory-space": "^1.0.0", + "micromark-factory-title": "^1.0.0", + "micromark-factory-whitespace": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-chunked": "^1.0.0", + "micromark-util-classify-character": "^1.0.0", + "micromark-util-html-tag-name": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-subtokenize": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.1", + "uvu": "^0.5.0" + } + }, + "node_modules/micromark-extension-gfm": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz", + "integrity": "sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==", + "license": "MIT", + "dependencies": { + "micromark-extension-gfm-autolink-literal": "^1.0.0", + "micromark-extension-gfm-footnote": "^1.0.0", + "micromark-extension-gfm-strikethrough": "^1.0.0", + "micromark-extension-gfm-table": "^1.0.0", + "micromark-extension-gfm-tagfilter": "^1.0.0", + "micromark-extension-gfm-task-list-item": "^1.0.0", + "micromark-util-combine-extensions": "^1.0.0", + "micromark-util-types": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-autolink-literal": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz", + "integrity": "sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==", + "license": "MIT", + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-footnote": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.4.tgz", + "integrity": "sha512-E/fmPmDqLiMUP8mLJ8NbJWJ4bTw6tS+FEQS8CcuDtZpILuOb2kjLqPEeAePF1djXROHXChM/wPJw0iS4kHCcIg==", + "license": "MIT", + "dependencies": { + "micromark-core-commonmark": "^1.0.0", + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-strikethrough": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz", + "integrity": "sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ==", + "license": "MIT", + "dependencies": { + "micromark-util-chunked": "^1.0.0", + "micromark-util-classify-character": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-table": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz", + "integrity": "sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==", + "license": "MIT", + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-tagfilter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz", + "integrity": "sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA==", + "license": "MIT", + "dependencies": { + "micromark-util-types": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-task-list-item": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz", + "integrity": "sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q==", + "license": "MIT", + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-factory-destination": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz", + "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-factory-label": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz", + "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + } + }, + "node_modules/micromark-factory-space": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz", + "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-factory-title": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz", + "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + } + }, + "node_modules/micromark-factory-whitespace": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz", + "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-util-character": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz", + "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-util-chunked": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz", + "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/micromark-util-classify-character": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz", + "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-util-combine-extensions": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz", + "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-chunked": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-util-decode-numeric-character-reference": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz", + "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/micromark-util-decode-string": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz", + "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/micromark-util-encode": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.1.tgz", + "integrity": "sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-html-tag-name": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz", + "integrity": "sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-normalize-identifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz", + "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/micromark-util-resolve-all": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz", + "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/micromark-util-sanitize-uri": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz", + "integrity": "sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/micromark-util-subtokenize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz", + "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-chunked": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + } + }, + "node_modules/micromark-util-symbol": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz", + "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-types": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz", + "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "license": "MIT", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/nlcst-to-string": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz", + "integrity": "sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==", + "license": "MIT", + "dependencies": { + "@types/nlcst": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/node-releases": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "license": "MIT" + }, + "node_modules/npm-run-path": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", + "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "license": "MIT", + "dependencies": { + "path-key": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "license": "MIT", + "dependencies": { + "mimic-fn": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "license": "MIT", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open/node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.2.tgz", + "integrity": "sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw==", + "license": "MIT", + "dependencies": { + "bl": "^5.0.0", + "chalk": "^5.0.0", + "cli-cursor": "^4.0.0", + "cli-spinners": "^2.6.1", + "is-interactive": "^2.0.0", + "is-unicode-supported": "^1.1.0", + "log-symbols": "^5.1.0", + "strip-ansi": "^7.0.1", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-latin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-5.0.1.tgz", + "integrity": "sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==", + "license": "MIT", + "dependencies": { + "nlcst-to-string": "^3.0.0", + "unist-util-modify-children": "^3.0.0", + "unist-util-visit-children": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "license": "MIT" + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" + }, + "node_modules/path-to-regexp": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", + "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==", + "license": "MIT" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "license": "MIT", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/postcss": { + "version": "8.4.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", + "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/preferred-pm": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-3.0.3.tgz", + "integrity": "sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==", + "license": "MIT", + "dependencies": { + "find-up": "^5.0.0", + "find-yarn-workspace-root2": "1.2.16", + "path-exists": "^4.0.0", + "which-pm": "2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/prettier": { + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", + "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", + "license": "MIT", + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/prettier-plugin-astro": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.7.2.tgz", + "integrity": "sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww==", + "license": "MIT", + "dependencies": { + "@astrojs/compiler": "^0.31.3", + "prettier": "^2.7.1", + "sass-formatter": "^0.7.5", + "synckit": "^0.8.4" + }, + "engines": { + "node": "^14.15.0 || >=16.0.0", + "pnpm": ">=7.14.0" + } + }, + "node_modules/prettier-plugin-astro/node_modules/@astrojs/compiler": { + "version": "0.31.4", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.31.4.tgz", + "integrity": "sha512-6bBFeDTtPOn4jZaiD3p0f05MEGQL9pw2Zbfj546oFETNmjJFWO3nzHz6/m+P53calknCvyVzZ5YhoBLIvzn5iw==", + "license": "MIT" + }, + "node_modules/prismjs": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "license": "MIT", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/prompts/node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/property-information": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.2.0.tgz", + "integrity": "sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/rehype": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/rehype/-/rehype-12.0.1.tgz", + "integrity": "sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "rehype-parse": "^8.0.0", + "rehype-stringify": "^9.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/rehype-parse": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz", + "integrity": "sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "hast-util-from-parse5": "^7.0.0", + "parse5": "^6.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/rehype-raw": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz", + "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "hast-util-raw": "^7.2.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/rehype-stringify": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.3.tgz", + "integrity": "sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "hast-util-to-html": "^8.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-gfm": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", + "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-gfm": "^2.0.0", + "micromark-extension-gfm": "^2.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-parse": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz", + "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-rehype": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", + "mdast-util-to-hast": "^12.1.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-smartypants": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz", + "integrity": "sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==", + "license": "MIT", + "dependencies": { + "retext": "^8.1.0", + "retext-smartypants": "^5.1.0", + "unist-util-visit": "^4.1.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "license": "MIT", + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/restore-cursor": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/restore-cursor/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/restore-cursor/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/retext": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/retext/-/retext-8.1.0.tgz", + "integrity": "sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==", + "license": "MIT", + "dependencies": { + "@types/nlcst": "^1.0.0", + "retext-latin": "^3.0.0", + "retext-stringify": "^3.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-latin": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-3.1.0.tgz", + "integrity": "sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==", + "license": "MIT", + "dependencies": { + "@types/nlcst": "^1.0.0", + "parse-latin": "^5.0.0", + "unherit": "^3.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz", + "integrity": "sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==", + "license": "MIT", + "dependencies": { + "@types/nlcst": "^1.0.0", + "nlcst-to-string": "^3.0.0", + "unified": "^10.0.0", + "unist-util-visit": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-stringify": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz", + "integrity": "sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==", + "license": "MIT", + "dependencies": { + "@types/nlcst": "^1.0.0", + "nlcst-to-string": "^3.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "3.23.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.23.1.tgz", + "integrity": "sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==", + "license": "MIT", + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/s.color": { + "version": "0.0.15", + "resolved": "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz", + "integrity": "sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==", + "license": "MIT" + }, + "node_modules/sade": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", + "license": "MIT", + "dependencies": { + "mri": "^1.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/sass-formatter": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.6.tgz", + "integrity": "sha512-hXdxU6PCkiV3XAiSnX+XLqz2ohHoEnVUlrd8LEVMAI80uB1+OTScIkH9n6qQwImZpTye1r1WG1rbGUteHNhoHg==", + "license": "MIT", + "dependencies": { + "suf-log": "^2.5.3" + } + }, + "node_modules/section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "license": "MIT", + "dependencies": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" + }, + "node_modules/server-destroy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", + "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==", + "license": "ISC" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/shiki": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz", + "integrity": "sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==", + "license": "MIT", + "dependencies": { + "jsonc-parser": "^3.0.0", + "vscode-oniguruma": "^1.6.1", + "vscode-textmate": "^6.0.0" + } + }, + "node_modules/shiki/node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "license": "MIT" + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "license": "ISC" + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "license": "MIT" + }, + "node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "license": "BSD-3-Clause" + }, + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stringify-entities": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "license": "MIT", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/strip-ansi": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/suf-log": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/suf-log/-/suf-log-2.5.3.tgz", + "integrity": "sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==", + "license": "MIT", + "dependencies": { + "s.color": "0.0.15" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-esm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-esm/-/supports-esm-1.0.0.tgz", + "integrity": "sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg==", + "license": "MIT", + "dependencies": { + "has-package-exports": "^1.1.0" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/synckit": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz", + "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==", + "license": "MIT", + "dependencies": { + "@pkgr/utils": "^2.3.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, + "node_modules/tiny-glob": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz", + "integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==", + "license": "MIT", + "dependencies": { + "globalyzer": "0.1.0", + "globrex": "^0.1.2" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/trim-lines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/trough": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", + "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/tsconfig-resolver": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/tsconfig-resolver/-/tsconfig-resolver-3.0.1.tgz", + "integrity": "sha512-ZHqlstlQF449v8glscGRXzL6l2dZvASPCdXJRWG4gHEZlUVx2Jtmr+a2zeVG4LCsKhDXKRj5R3h0C/98UcVAQg==", + "license": "MIT", + "dependencies": { + "@types/json5": "^0.0.30", + "@types/resolve": "^1.17.0", + "json5": "^2.1.3", + "resolve": "^1.17.0", + "strip-bom": "^4.0.0", + "type-fest": "^0.13.1" + }, + "funding": { + "url": "https://github.com/sponsors/ifiokjr" + } + }, + "node_modules/tsconfig-resolver/node_modules/type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "license": "0BSD" + }, + "node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/undici": { + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.20.0.tgz", + "integrity": "sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==", + "license": "MIT", + "dependencies": { + "busboy": "^1.6.0" + }, + "engines": { + "node": ">=12.18" + } + }, + "node_modules/unherit": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz", + "integrity": "sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-generated": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", + "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-is": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.0.tgz", + "integrity": "sha512-Glt17jWwZeyqrFqOK0pF1Ded5U3yzJnFr8CG1GMjCWTp9zDo2p+cmD6pWbZU8AgM5WU3IzRv6+rBwhzsGh6hBQ==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-modify-children": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz", + "integrity": "sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "array-iterate": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-position": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", + "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit-children": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz", + "integrity": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit-parents": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/uvu": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", + "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", + "license": "MIT", + "dependencies": { + "dequal": "^2.0.0", + "diff": "^5.0.0", + "kleur": "^4.0.3", + "sade": "^1.7.3" + }, + "bin": { + "uvu": "bin.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/vfile-location": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", + "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/vite": { + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", + "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "license": "MIT", + "dependencies": { + "esbuild": "^0.17.5", + "postcss": "^8.4.23", + "rollup": "^3.21.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vitefu": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz", + "integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==", + "license": "MIT", + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/vscode-css-languageservice": { + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.2.4.tgz", + "integrity": "sha512-9UG0s3Ss8rbaaPZL1AkGzdjrGY8F+P+Ne9snsrvD9gxltDGhsn8C2dQpqQewHrMW37OvlqJoI8sUU2AWDb+qNw==", + "license": "MIT", + "dependencies": { + "@vscode/l10n": "^0.0.11", + "vscode-languageserver-textdocument": "^1.0.8", + "vscode-languageserver-types": "^3.17.3", + "vscode-uri": "^3.0.7" + } + }, + "node_modules/vscode-html-languageservice": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.0.4.tgz", + "integrity": "sha512-tvrySfpglu4B2rQgWGVO/IL+skvU7kBkQotRlxA7ocSyRXOZUd6GA13XHkxo8LPe07KWjeoBlN1aVGqdfTK4xA==", + "license": "MIT", + "dependencies": { + "@vscode/l10n": "^0.0.11", + "vscode-languageserver-textdocument": "^1.0.8", + "vscode-languageserver-types": "^3.17.2", + "vscode-uri": "^3.0.7" + } + }, + "node_modules/vscode-jsonrpc": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.1.0.tgz", + "integrity": "sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==", + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/vscode-languageserver": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-8.1.0.tgz", + "integrity": "sha512-eUt8f1z2N2IEUDBsKaNapkz7jl5QpskN2Y0G01T/ItMxBxw1fJwvtySGB9QMecatne8jFIWJGWI61dWjyTLQsw==", + "license": "MIT", + "dependencies": { + "vscode-languageserver-protocol": "3.17.3" + }, + "bin": { + "installServerIntoExtension": "bin/installServerIntoExtension" + } + }, + "node_modules/vscode-languageserver-protocol": { + "version": "3.17.3", + "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.3.tgz", + "integrity": "sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA==", + "license": "MIT", + "dependencies": { + "vscode-jsonrpc": "8.1.0", + "vscode-languageserver-types": "3.17.3" + } + }, + "node_modules/vscode-languageserver-textdocument": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz", + "integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==", + "license": "MIT" + }, + "node_modules/vscode-languageserver-types": { + "version": "3.17.3", + "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.3.tgz", + "integrity": "sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==", + "license": "MIT" + }, + "node_modules/vscode-oniguruma": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", + "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", + "license": "MIT" + }, + "node_modules/vscode-textmate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-6.0.0.tgz", + "integrity": "sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==", + "license": "MIT" + }, + "node_modules/vscode-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==", + "license": "MIT" + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/web-namespaces": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-pm": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.0.0.tgz", + "integrity": "sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==", + "license": "MIT", + "dependencies": { + "load-yaml-file": "^0.2.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8.15" + } + }, + "node_modules/which-pm-runs": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", + "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/widest-line": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", + "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", + "license": "MIT", + "dependencies": { + "string-width": "^5.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "license": "ISC" + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zod": { + "version": "3.20.6", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz", + "integrity": "sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + } + } +} diff --git a/pages/yarn.lock b/pages/yarn.lock index a78dd01bb..f79c47552 100644 --- a/pages/yarn.lock +++ b/pages/yarn.lock @@ -4,7 +4,7 @@ "@ampproject/remapping@^2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" + resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz" integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== dependencies: "@jridgewell/gen-mapping" "^0.1.0" @@ -12,17 +12,17 @@ "@astrojs/compiler@^0.31.3": version "0.31.4" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.31.4.tgz#fa5aaeb3e6f3640f6f7625849b724a4d28d662e4" + resolved "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.31.4.tgz" integrity sha512-6bBFeDTtPOn4jZaiD3p0f05MEGQL9pw2Zbfj546oFETNmjJFWO3nzHz6/m+P53calknCvyVzZ5YhoBLIvzn5iw== "@astrojs/compiler@^1.1.0": version "1.1.1" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.1.1.tgz#a106f265f7f4fa04db288818d05be2dd64f2471b" + resolved "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.1.1.tgz" integrity sha512-JRDEARnuUUOlKUE4XVu8+NoeNWpOHtYQW39uWjqTbpefMjL95og54vTKLHqeUajXWeY115zZtO7jIVdOmQ1IPQ== "@astrojs/language-server@^0.28.3": version "0.28.3" - resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-0.28.3.tgz#968472b0e8876bb7583230c745b0f0646a09d510" + resolved "https://registry.npmjs.org/@astrojs/language-server/-/language-server-0.28.3.tgz" integrity sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA== dependencies: "@vscode/emmet-helper" "^2.8.4" @@ -40,7 +40,7 @@ "@astrojs/markdown-remark@^2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-2.0.1.tgz#48ecc33dde9231eb20df274e87099552834c4a1f" + resolved "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-2.0.1.tgz" integrity sha512-xQF1rXGJN18m+zZucwRRtmNehuhPMMhZhi6HWKrtpEAKnHSPk8lqf1GXgKH7/Sypglu8ivdECZ+EGs6kOYVasQ== dependencies: "@astrojs/prism" "^2.0.0" @@ -59,14 +59,14 @@ "@astrojs/prism@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-2.0.0.tgz#e35c677b13c55b209e39db5d62424844b1b7c41b" + resolved "https://registry.npmjs.org/@astrojs/prism/-/prism-2.0.0.tgz" integrity sha512-YgeoeEPqsxaEpg0rwe/bUq3653LqSQnMjrLlpYwrbQQMQQqz6Y5yXN+RX3SfLJ6ppNb4+Fu2+Z49EXjk48Ihjw== dependencies: prismjs "^1.28.0" "@astrojs/telemetry@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-2.0.0.tgz#025961cccca062fe010938441db7d1e607c2253a" + resolved "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-2.0.0.tgz" integrity sha512-RnWojVMIsql3GGWDP5pNWmhmBQVkCpxGNZ8yPr2cbmUqsUYGSvErhqfkLfro9j2/STi5UDmSpNgjPkQmXpgnKw== dependencies: ci-info "^3.3.1" @@ -80,26 +80,26 @@ "@astrojs/webapi@^2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/webapi/-/webapi-2.0.1.tgz#b8459a2f3ad6d8d8fea0bb45bc41f7aa6436bcea" + resolved "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz" integrity sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg== dependencies: undici "5.18.0" "@babel/code-frame@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz" integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== dependencies: "@babel/highlight" "^7.18.6" "@babel/compat-data@^7.20.5": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" + resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz" integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== -"@babel/core@^7.18.2": +"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.18.2": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.21.0.tgz" integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== dependencies: "@ampproject/remapping" "^2.2.0" @@ -120,7 +120,7 @@ "@babel/generator@^7.18.2", "@babel/generator@^7.21.0": version "7.21.1" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz" integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA== dependencies: "@babel/types" "^7.21.0" @@ -130,14 +130,14 @@ "@babel/helper-annotate-as-pure@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" + resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz" integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== dependencies: "@babel/types" "^7.18.6" "@babel/helper-compilation-targets@^7.20.7": version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" + resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz" integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== dependencies: "@babel/compat-data" "^7.20.5" @@ -148,12 +148,12 @@ "@babel/helper-environment-visitor@^7.18.9": version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" + resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz" integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== "@babel/helper-function-name@^7.21.0": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" + resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz" integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== dependencies: "@babel/template" "^7.20.7" @@ -161,21 +161,21 @@ "@babel/helper-hoist-variables@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" + resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz" integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== dependencies: "@babel/types" "^7.18.6" "@babel/helper-module-imports@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" + resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz" integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== dependencies: "@babel/types" "^7.18.6" "@babel/helper-module-transforms@^7.21.0": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz" integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== dependencies: "@babel/helper-environment-visitor" "^7.18.9" @@ -189,41 +189,41 @@ "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2": version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz" integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== "@babel/helper-simple-access@^7.20.2": version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" + resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz" integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== dependencies: "@babel/types" "^7.20.2" "@babel/helper-split-export-declaration@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz" integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== dependencies: "@babel/types" "^7.18.6" "@babel/helper-string-parser@^7.19.4": version "7.19.4" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" + resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz" integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== "@babel/helper-validator-option@^7.18.6": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" + resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz" integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== "@babel/helpers@^7.21.0": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz" integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== dependencies: "@babel/template" "^7.20.7" @@ -232,7 +232,7 @@ "@babel/highlight@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz" integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== dependencies: "@babel/helper-validator-identifier" "^7.18.6" @@ -241,19 +241,19 @@ "@babel/parser@^7.1.0", "@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0": version "7.21.1" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.1.tgz#a8f81ee2fe872af23faea4b17a08fcc869de7bcc" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.1.tgz" integrity sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg== "@babel/plugin-syntax-jsx@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz" integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== dependencies: "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-transform-react-jsx@^7.17.12": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz#656b42c2fdea0a6d8762075d58ef9d4e3c4ab8a2" + resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz" integrity sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" @@ -264,7 +264,7 @@ "@babel/template@^7.20.7": version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" + resolved "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz" integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== dependencies: "@babel/code-frame" "^7.18.6" @@ -273,7 +273,7 @@ "@babel/traverse@^7.18.2", "@babel/traverse@^7.21.0": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.0.tgz" integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== dependencies: "@babel/code-frame" "^7.18.6" @@ -289,7 +289,7 @@ "@babel/types@^7.0.0", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.3.0": version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.0.tgz" integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow== dependencies: "@babel/helper-string-parser" "^7.19.4" @@ -298,136 +298,136 @@ "@emmetio/abbreviation@^2.2.3": version "2.2.3" - resolved "https://registry.yarnpkg.com/@emmetio/abbreviation/-/abbreviation-2.2.3.tgz#2b3c0383c1a4652f677d5b56fb3f1616fe16ef10" + resolved "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.2.3.tgz" integrity sha512-87pltuCPt99aL+y9xS6GPZ+Wmmyhll2WXH73gG/xpGcQ84DRnptBsI2r0BeIQ0EB/SQTOe2ANPqFqj3Rj5FOGA== dependencies: "@emmetio/scanner" "^1.0.0" "@emmetio/css-abbreviation@^2.1.4": version "2.1.4" - resolved "https://registry.yarnpkg.com/@emmetio/css-abbreviation/-/css-abbreviation-2.1.4.tgz#90362e8a1122ce3b76f6c3157907d30182f53f54" + resolved "https://registry.npmjs.org/@emmetio/css-abbreviation/-/css-abbreviation-2.1.4.tgz" integrity sha512-qk9L60Y+uRtM5CPbB0y+QNl/1XKE09mSO+AhhSauIfr2YOx/ta3NJw2d8RtCFxgzHeRqFRr8jgyzThbu+MZ4Uw== dependencies: "@emmetio/scanner" "^1.0.0" "@emmetio/scanner@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@emmetio/scanner/-/scanner-1.0.0.tgz#065b2af6233fe7474d44823e3deb89724af42b5f" + resolved "https://registry.npmjs.org/@emmetio/scanner/-/scanner-1.0.0.tgz" integrity sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA== -"@esbuild/android-arm64@0.17.19": - version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz#bafb75234a5d3d1b690e7c2956a599345e84a2fd" - integrity sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA== - "@esbuild/android-arm@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.17.19.tgz#5898f7832c2298bc7d0ab53701c57beb74d78b4d" + resolved "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz" integrity sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A== +"@esbuild/android-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz" + integrity sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA== + "@esbuild/android-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.17.19.tgz#658368ef92067866d95fb268719f98f363d13ae1" + resolved "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz" integrity sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww== "@esbuild/darwin-arm64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz#584c34c5991b95d4d48d333300b1a4e2ff7be276" + resolved "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz" integrity sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg== "@esbuild/darwin-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz#7751d236dfe6ce136cce343dce69f52d76b7f6cb" + resolved "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz" integrity sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw== "@esbuild/freebsd-arm64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz#cacd171665dd1d500f45c167d50c6b7e539d5fd2" + resolved "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz" integrity sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ== "@esbuild/freebsd-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz#0769456eee2a08b8d925d7c00b79e861cb3162e4" + resolved "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz" integrity sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ== -"@esbuild/linux-arm64@0.17.19": - version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz#38e162ecb723862c6be1c27d6389f48960b68edb" - integrity sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg== - "@esbuild/linux-arm@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz#1a2cd399c50040184a805174a6d89097d9d1559a" + resolved "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz" integrity sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA== +"@esbuild/linux-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz" + integrity sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg== + "@esbuild/linux-ia32@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz#e28c25266b036ce1cabca3c30155222841dc035a" + resolved "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz" integrity sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ== "@esbuild/linux-loong64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz#0f887b8bb3f90658d1a0117283e55dbd4c9dcf72" + resolved "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz" integrity sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ== "@esbuild/linux-mips64el@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz#f5d2a0b8047ea9a5d9f592a178ea054053a70289" + resolved "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz" integrity sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A== "@esbuild/linux-ppc64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz#876590e3acbd9fa7f57a2c7d86f83717dbbac8c7" + resolved "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz" integrity sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg== "@esbuild/linux-riscv64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz#7f49373df463cd9f41dc34f9b2262d771688bf09" + resolved "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz" integrity sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA== "@esbuild/linux-s390x@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz#e2afd1afcaf63afe2c7d9ceacd28ec57c77f8829" + resolved "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz" integrity sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q== "@esbuild/linux-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz#8a0e9738b1635f0c53389e515ae83826dec22aa4" + resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz" integrity sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw== "@esbuild/netbsd-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz#c29fb2453c6b7ddef9a35e2c18b37bda1ae5c462" + resolved "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz" integrity sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q== "@esbuild/openbsd-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz#95e75a391403cb10297280d524d66ce04c920691" + resolved "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz" integrity sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g== "@esbuild/sunos-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz#722eaf057b83c2575937d3ffe5aeb16540da7273" + resolved "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz" integrity sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg== "@esbuild/win32-arm64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz#9aa9dc074399288bdcdd283443e9aeb6b9552b6f" + resolved "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz" integrity sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag== "@esbuild/win32-ia32@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz#95ad43c62ad62485e210f6299c7b2571e48d2b03" + resolved "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz" integrity sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw== "@esbuild/win32-x64@0.17.19": version "0.17.19" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz#8cfaf2ff603e9aabb910e9c0558c26cf32744061" + resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz" integrity sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA== "@jridgewell/gen-mapping@^0.1.0": version "0.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" + resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz" integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== dependencies: "@jridgewell/set-array" "^1.0.0" @@ -435,7 +435,7 @@ "@jridgewell/gen-mapping@^0.3.2": version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" + resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz" integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== dependencies: "@jridgewell/set-array" "^1.0.1" @@ -444,22 +444,22 @@ "@jridgewell/resolve-uri@3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" + resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": version "1.1.2" - resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" + resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13": +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13", "@jridgewell/sourcemap-codec@1.4.14": version "1.4.14" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" + resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz" integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": version "0.3.17" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" + resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz" integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== dependencies: "@jridgewell/resolve-uri" "3.1.0" @@ -467,25 +467,25 @@ "@ljharb/has-package-exports-patterns@^0.0.2": version "0.0.2" - resolved "https://registry.yarnpkg.com/@ljharb/has-package-exports-patterns/-/has-package-exports-patterns-0.0.2.tgz#c1718939b65efa1f45f53686c2fcfa992b9fb68f" + resolved "https://registry.npmjs.org/@ljharb/has-package-exports-patterns/-/has-package-exports-patterns-0.0.2.tgz" integrity sha512-4/RWEeXDO6bocPONheFe6gX/oQdP/bEpv0oL4HqjPP5DCenBSt0mHgahppY49N0CpsaqffdwPq+TlX9CYOq2Dw== "@nodelib/fs.scandir@2.1.5": version "2.1.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: "@nodelib/fs.stat" "2.0.5" run-parallel "^1.1.9" -"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": +"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5": version "2.0.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== "@nodelib/fs.walk@^1.2.3": version "1.2.8" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== dependencies: "@nodelib/fs.scandir" "2.1.5" @@ -493,7 +493,7 @@ "@pkgr/utils@^2.3.1": version "2.3.1" - resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03" + resolved "https://registry.npmjs.org/@pkgr/utils/-/utils-2.3.1.tgz" integrity sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw== dependencies: cross-spawn "^7.0.3" @@ -505,7 +505,7 @@ "@types/babel__core@^7.1.19": version "7.20.0" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891" + resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz" integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ== dependencies: "@babel/parser" "^7.20.7" @@ -516,14 +516,14 @@ "@types/babel__generator@*": version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" + resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz" integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== dependencies: "@babel/types" "^7.0.0" "@types/babel__template@*": version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" + resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz" integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== dependencies: "@babel/parser" "^7.1.0" @@ -531,77 +531,77 @@ "@types/babel__traverse@*": version "7.18.3" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.3.tgz#dfc508a85781e5698d5b33443416b6268c4b3e8d" + resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz" integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w== dependencies: "@babel/types" "^7.3.0" "@types/debug@^4.0.0": version "4.1.7" - resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82" + resolved "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz" integrity sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg== dependencies: "@types/ms" "*" "@types/estree@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" + resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz" integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== "@types/hast@^2.0.0": version "2.3.4" - resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc" + resolved "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz" integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g== dependencies: "@types/unist" "*" "@types/json5@^0.0.30": version "0.0.30" - resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.30.tgz#44cb52f32a809734ca562e685c6473b5754a7818" + resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.30.tgz" integrity sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA== "@types/mdast@^3.0.0": version "3.0.10" - resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af" + resolved "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz" integrity sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA== dependencies: "@types/unist" "*" "@types/ms@*": version "0.7.31" - resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" + resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== "@types/nlcst@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/nlcst/-/nlcst-1.0.0.tgz#9dacd7e9a32bcf0451873be62bdc373aed735b46" + resolved "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.0.tgz" integrity sha512-3TGCfOcy8R8mMQ4CNSNOe3PG66HttvjcLzCoOpvXvDtfWOTi+uT/rxeOKm/qEwbM4SNe1O/PjdiBK2YcTjU4OQ== dependencies: "@types/unist" "*" "@types/parse5@^6.0.0": version "6.0.3" - resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb" + resolved "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz" integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g== "@types/resolve@^1.17.0": version "1.20.2" - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975" + resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz" integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q== "@types/unist@*", "@types/unist@^2.0.0": version "2.0.6" - resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" + resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== "@types/yargs-parser@^21.0.0": version "21.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" + resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz" integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== "@vscode/emmet-helper@^2.8.4": version "2.8.6" - resolved "https://registry.yarnpkg.com/@vscode/emmet-helper/-/emmet-helper-2.8.6.tgz#ee2fa52321d6af8a40310fd9d37b8590a4dabb18" + resolved "https://registry.npmjs.org/@vscode/emmet-helper/-/emmet-helper-2.8.6.tgz" integrity sha512-IIB8jbiKy37zN8bAIHx59YmnIelY78CGHtThnibD/d3tQOKRY83bYVi9blwmZVUZh6l9nfkYH3tvReaiNxY9EQ== dependencies: emmet "^2.3.0" @@ -612,65 +612,65 @@ "@vscode/l10n@^0.0.11": version "0.0.11" - resolved "https://registry.yarnpkg.com/@vscode/l10n/-/l10n-0.0.11.tgz#325d7beb2cfb87162bc624d16c4d546de6a73b72" + resolved "https://registry.npmjs.org/@vscode/l10n/-/l10n-0.0.11.tgz" integrity sha512-ukOMWnCg1tCvT7WnDfsUKQOFDQGsyR5tNgRpwmqi+5/vzU3ghdDXzvIM4IOPdSb3OeSsBNvmSL8nxIVOqi2WXA== acorn@^8.8.1: version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" + resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz" integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== ansi-align@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" + resolved "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz" integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== dependencies: string-width "^4.1.0" ansi-regex@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-regex@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== ansi-styles@^3.2.1: version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== dependencies: color-convert "^1.9.0" ansi-styles@^4.1.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: color-convert "^2.0.1" ansi-styles@^6.1.0: version "6.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== argparse@^1.0.7: version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== dependencies: sprintf-js "~1.0.2" array-iterate@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24" + resolved "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz" integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg== -astro@^2.0.14: +astro@^2.0.14, astro@^2.0.2: version "2.0.14" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.0.14.tgz#3e71de6e3a41c508d3b45e8bf21846c3ceb7f455" + resolved "https://registry.npmjs.org/astro/-/astro-2.0.14.tgz" integrity sha512-BiXnHyK3rj5Uz45V5p9jRi0xtJc/zxhCxnXYAekHHF1bVvvoa3aXMwl0GZ3Bc0mxP6vPLmbRcjNKdqfyZn1B3Q== dependencies: "@astrojs/compiler" "^1.1.0" @@ -728,17 +728,17 @@ astro@^2.0.14: bail@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.2.tgz#d26f5cd8fe5d6f832a31517b9f7c356040ba6d5d" + resolved "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz" integrity sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw== base64-js@^1.3.1: version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== bl@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-5.1.0.tgz#183715f678c7188ecef9fe475d90209400624273" + resolved "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz" integrity sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ== dependencies: buffer "^6.0.3" @@ -747,7 +747,7 @@ bl@^5.0.0: boxen@^6.2.1: version "6.2.1" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-6.2.1.tgz#b098a2278b2cd2845deef2dff2efc38d329b434d" + resolved "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz" integrity sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw== dependencies: ansi-align "^3.0.1" @@ -761,14 +761,14 @@ boxen@^6.2.1: braces@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" -browserslist@^4.21.3: +browserslist@^4.21.3, "browserslist@>= 4.21.0": version "4.21.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz" integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== dependencies: caniuse-lite "^1.0.30001449" @@ -778,7 +778,7 @@ browserslist@^4.21.3: buffer@^6.0.3: version "6.0.3" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + resolved "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== dependencies: base64-js "^1.3.1" @@ -786,29 +786,29 @@ buffer@^6.0.3: busboy@^1.6.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893" + resolved "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA== dependencies: streamsearch "^1.1.0" camelcase@^6.2.0: version "6.3.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001449: version "1.0.30001457" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz#6af34bb5d720074e2099432aa522c21555a18301" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz" integrity sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA== ccount@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5" + resolved "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz" integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg== chalk@^2.0.0: version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: ansi-styles "^3.2.1" @@ -817,7 +817,7 @@ chalk@^2.0.0: chalk@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" @@ -825,98 +825,98 @@ chalk@^4.1.2: chalk@^5.0.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3" + resolved "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz" integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA== character-entities-html4@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b" + resolved "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz" integrity sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA== character-entities-legacy@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz#76bc83a90738901d7bc223a9e93759fdd560125b" + resolved "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz" integrity sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ== character-entities@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.2.tgz#2d09c2e72cd9523076ccb21157dff66ad43fcc22" + resolved "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz" integrity sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ== ci-info@^3.3.1: version "3.8.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" + resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz" integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== cli-boxes@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145" + resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz" integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g== cli-cursor@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" + resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz" integrity sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== dependencies: restore-cursor "^4.0.0" cli-spinners@^2.6.1: version "2.7.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" + resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz" integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== clone@^1.0.2: version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== color-convert@^1.9.0: version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== dependencies: color-name "1.1.3" color-convert@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name "~1.1.4" -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - color-name@~1.1.4: version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + comma-separated-tokens@^2.0.0: version "2.0.3" - resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee" + resolved "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz" integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg== common-ancestor-path@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7" + resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz" integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w== convert-source-map@^1.7.0: version "1.9.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" + resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== cookie@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz" integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== cross-spawn@^7.0.3: version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== dependencies: path-key "^3.1.0" @@ -925,73 +925,73 @@ cross-spawn@^7.0.3: debug@^4.0.0, debug@^4.1.0, debug@^4.3.4: version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" decode-named-character-reference@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz#daabac9690874c394c81e4162a0304b35d824f0e" + resolved "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz" integrity sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg== dependencies: character-entities "^2.0.0" deepmerge-ts@^4.2.2: version "4.3.0" - resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz#432aff3cd09f947e36cdb3772a43960bf45327fe" + resolved "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.3.0.tgz" integrity sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw== defaults@^1.0.3: version "1.0.4" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" + resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== dependencies: clone "^1.0.2" define-lazy-prop@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== dequal@^2.0.0: version "2.0.3" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" + resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== devalue@^4.2.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/devalue/-/devalue-4.3.0.tgz#d86db8fee63a70317c2355be0d3d1b4d8f89a44e" + resolved "https://registry.npmjs.org/devalue/-/devalue-4.3.0.tgz" integrity sha512-n94yQo4LI3w7erwf84mhRUkUJfhLoCZiLyoOZ/QFsDbcWNZePrLwbQpvZBUG2TNxwV3VjCKPxkiiQA6pe3TrTA== diff@^5.0.0, diff@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40" + resolved "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz" integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw== dlv@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79" + resolved "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz" integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== dset@^3.1.2: version "3.1.2" - resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a" + resolved "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz" integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q== eastasianwidth@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== electron-to-chromium@^1.4.284: version "1.4.304" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.304.tgz#d6eb7fea4073aacc471cf117df08b4b4978dc6ad" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.304.tgz" integrity sha512-6c8M+ojPgDIXN2NyfGn8oHASXYnayj+gSEnGeLMKb9zjsySeVB/j7KkNAAG9yDcv8gNlhvFg5REa1N/kQU6pgA== emmet@^2.3.0: version "2.3.6" - resolved "https://registry.yarnpkg.com/emmet/-/emmet-2.3.6.tgz#1d93c1ac03164da9ddf74864c1f341ed6ff6c336" + resolved "https://registry.npmjs.org/emmet/-/emmet-2.3.6.tgz" integrity sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A== dependencies: "@emmetio/abbreviation" "^2.2.3" @@ -999,22 +999,22 @@ emmet@^2.3.0: emoji-regex@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== emoji-regex@^9.2.2: version "9.2.2" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== es-module-lexer@^1.1.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.1.1.tgz#d4fed363dcd94bf12586266f7b80bbee6d80ce6e" + resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.1.1.tgz" integrity sha512-n3ruqU8Te7I5prBd6d0darM8ajFuVNhLWvgo04hN7goWSaSrxe7ENOZitac7akN0A2o+8fMomBDsNPvW/eE3CQ== esbuild@^0.17.5: version "0.17.19" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.17.19.tgz#087a727e98299f0462a3d0bcdd9cd7ff100bd955" + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz" integrity sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw== optionalDependencies: "@esbuild/android-arm" "0.17.19" @@ -1042,39 +1042,39 @@ esbuild@^0.17.5: escalade@^3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== escape-string-regexp@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== escape-string-regexp@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== esprima@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== estree-walker@^3.0.1: version "3.0.3" - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-3.0.3.tgz#67c3e549ec402a487b4fc193d1953a524752340d" + resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" integrity sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g== dependencies: "@types/estree" "^1.0.0" events@^3.3.0: version "3.3.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" + resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== execa@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-6.1.0.tgz#cea16dee211ff011246556388effa0818394fb20" + resolved "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz" integrity sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA== dependencies: cross-spawn "^7.0.3" @@ -1089,19 +1089,19 @@ execa@^6.1.0: extend-shallow@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== dependencies: is-extendable "^0.1.0" extend@^3.0.0: version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== fast-glob@^3.2.11: version "3.2.12" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== dependencies: "@nodelib/fs.stat" "^2.0.2" @@ -1112,21 +1112,21 @@ fast-glob@^3.2.11: fastq@^1.6.0: version "1.15.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" + resolved "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz" integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== dependencies: reusify "^1.0.4" fill-range@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== dependencies: to-regex-range "^5.0.1" find-up@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== dependencies: locate-path "^5.0.0" @@ -1134,7 +1134,7 @@ find-up@^4.0.0: find-up@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== dependencies: locate-path "^6.0.0" @@ -1142,7 +1142,7 @@ find-up@^5.0.0: find-yarn-workspace-root2@1.2.16: version "1.2.16" - resolved "https://registry.yarnpkg.com/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz#60287009dd2f324f59646bdb4b7610a6b301c2a9" + resolved "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz" integrity sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA== dependencies: micromatch "^4.0.2" @@ -1150,64 +1150,64 @@ find-yarn-workspace-root2@1.2.16: fsevents@~2.3.2: version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== function-bind@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== gensync@^1.0.0-beta.2: version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== get-stream@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== github-slugger@^1.4.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d" + resolved "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz" integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw== github-slugger@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-2.0.0.tgz#52cf2f9279a21eb6c59dd385b410f0c0adda8f1a" + resolved "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz" integrity sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw== glob-parent@^5.1.2: version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" globals@^11.1.0: version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globalyzer@0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465" + resolved "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz" integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q== globrex@^0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098" + resolved "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz" integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg== graceful-fs@^4.1.5: version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" + resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== gray-matter@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.3.tgz#e893c064825de73ea1f5f7d88c7a9f7274288798" + resolved "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz" integrity sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q== dependencies: js-yaml "^3.13.1" @@ -1217,31 +1217,31 @@ gray-matter@^4.0.3: has-flag@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== has-flag@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-package-exports@^1.1.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/has-package-exports/-/has-package-exports-1.3.0.tgz#68ee0892a1616893b7e6daed46b74ffdb5079ed6" + resolved "https://registry.npmjs.org/has-package-exports/-/has-package-exports-1.3.0.tgz" integrity sha512-e9OeXPQnmPhYoJ63lXC4wWe34TxEGZDZ3OQX9XRqp2VwsfLl3bQBy7VehLnd34g3ef8CmYlBLGqEMKXuz8YazQ== dependencies: "@ljharb/has-package-exports-patterns" "^0.0.2" has@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== dependencies: function-bind "^1.1.1" hast-util-from-parse5@^7.0.0: version "7.1.2" - resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz#aecfef73e3ceafdfa4550716443e4eb7b02e22b0" + resolved "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz" integrity sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw== dependencies: "@types/hast" "^2.0.0" @@ -1254,14 +1254,14 @@ hast-util-from-parse5@^7.0.0: hast-util-parse-selector@^3.0.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz#25ab00ae9e75cbc62cf7a901f68a247eade659e2" + resolved "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz" integrity sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA== dependencies: "@types/hast" "^2.0.0" hast-util-raw@^7.0.0, hast-util-raw@^7.2.0: version "7.2.3" - resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-7.2.3.tgz#dcb5b22a22073436dbdc4aa09660a644f4991d99" + resolved "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz" integrity sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg== dependencies: "@types/hast" "^2.0.0" @@ -1278,7 +1278,7 @@ hast-util-raw@^7.0.0, hast-util-raw@^7.2.0: hast-util-to-html@^8.0.0: version "8.0.4" - resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-8.0.4.tgz#0269ef33fa3f6599b260a8dc94f733b8e39e41fc" + resolved "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.4.tgz" integrity sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA== dependencies: "@types/hast" "^2.0.0" @@ -1295,7 +1295,7 @@ hast-util-to-html@^8.0.0: hast-util-to-parse5@^7.0.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz#c49391bf8f151973e0c9adcd116b561e8daf29f3" + resolved "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz" integrity sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw== dependencies: "@types/hast" "^2.0.0" @@ -1307,12 +1307,12 @@ hast-util-to-parse5@^7.0.0: hast-util-whitespace@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz#0ec64e257e6fc216c7d14c8a1b74d27d650b4557" + resolved "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz" integrity sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng== hastscript@^7.0.0: version "7.2.0" - resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-7.2.0.tgz#0eafb7afb153d047077fa2a833dc9b7ec604d10b" + resolved "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz" integrity sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw== dependencies: "@types/hast" "^2.0.0" @@ -1323,123 +1323,128 @@ hastscript@^7.0.0: html-escaper@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-3.0.3.tgz#4d336674652beb1dcbc29ef6b6ba7f6be6fdfed6" + resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz" integrity sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ== html-void-elements@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-2.0.1.tgz#29459b8b05c200b6c5ee98743c41b979d577549f" + resolved "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz" integrity sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A== human-signals@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5" + resolved "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz" integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ== ieee754@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== import-meta-resolve@^2.1.0: version "2.2.1" - resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.2.1.tgz#80fdeddbc15d7f3992c37425023ffb4aca7cb583" + resolved "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.2.1.tgz" integrity sha512-C6lLL7EJPY44kBvA80gq4uMsVFw5x3oSKfuMl1cuZ2RkI5+UJqQXgn+6hlUew0y4ig7Ypt4CObAAIzU53Nfpuw== inherits@^2.0.3, inherits@^2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== is-buffer@^2.0.0: version "2.0.5" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" + resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz" integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== is-core-module@^2.9.0: version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" + resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== dependencies: has "^1.0.3" -is-docker@^2.0.0, is-docker@^2.1.1: +is-docker@^2.0.0: version "2.2.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + +is-docker@^2.1.1: + version "2.2.1" + resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== is-docker@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200" + resolved "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz" integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ== is-extendable@^0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== is-extglob@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== is-fullwidth-code-point@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-glob@^4.0.1, is-glob@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" is-interactive@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" + resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz" integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== is-number@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-plain-obj@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0" + resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg== is-stream@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac" + resolved "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA== is-unicode-supported@^1.1.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" + resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz" integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== is-wsl@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== dependencies: is-docker "^2.0.0" isexe@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== js-tokens@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== js-yaml@^3.13.0, js-yaml@^3.13.1: version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== dependencies: argparse "^1.0.7" @@ -1447,42 +1452,42 @@ js-yaml@^3.13.0, js-yaml@^3.13.1: jsesc@^2.5.1: version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== json5@^2.1.3, json5@^2.2.2: version "2.2.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonc-parser@^2.3.0: version "2.3.1" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.1.tgz#59549150b133f2efacca48fe9ce1ec0659af2342" + resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz" integrity sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg== jsonc-parser@^3.0.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" + resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz" integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== kind-of@^6.0.0, kind-of@^6.0.2: version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== kleur@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" + resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== kleur@^4.0.3, kleur@^4.1.4: version "4.1.5" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780" + resolved "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz" integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ== load-yaml-file@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/load-yaml-file/-/load-yaml-file-0.2.0.tgz#af854edaf2bea89346c07549122753c07372f64d" + resolved "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz" integrity sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw== dependencies: graceful-fs "^4.1.5" @@ -1492,21 +1497,21 @@ load-yaml-file@^0.2.0: locate-path@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== dependencies: p-locate "^4.1.0" locate-path@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== dependencies: p-locate "^5.0.0" log-symbols@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93" + resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz" integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA== dependencies: chalk "^5.0.0" @@ -1514,38 +1519,38 @@ log-symbols@^5.1.0: longest-streak@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4" + resolved "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz" integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g== lru-cache@^5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== dependencies: yallist "^3.0.2" lru-cache@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0" magic-string@^0.27.0: version "0.27.0" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3" + resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz" integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA== dependencies: "@jridgewell/sourcemap-codec" "^1.4.13" markdown-table@^3.0.0: version "3.0.3" - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.3.tgz#e6331d30e493127e031dd385488b5bd326e4a6bd" + resolved "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz" integrity sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw== mdast-util-definitions@^5.0.0: version "5.1.2" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz#9910abb60ac5d7115d6819b57ae0bcef07a3f7a7" + resolved "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz" integrity sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA== dependencies: "@types/mdast" "^3.0.0" @@ -1554,7 +1559,7 @@ mdast-util-definitions@^5.0.0: mdast-util-find-and-replace@^2.0.0: version "2.2.2" - resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz#cc2b774f7f3630da4bd592f61966fecade8b99b1" + resolved "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz" integrity sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw== dependencies: "@types/mdast" "^3.0.0" @@ -1564,7 +1569,7 @@ mdast-util-find-and-replace@^2.0.0: mdast-util-from-markdown@^1.0.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.0.tgz#0214124154f26154a2b3f9d401155509be45e894" + resolved "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.0.tgz" integrity sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g== dependencies: "@types/mdast" "^3.0.0" @@ -1582,7 +1587,7 @@ mdast-util-from-markdown@^1.0.0: mdast-util-gfm-autolink-literal@^1.0.0: version "1.0.3" - resolved "https://registry.yarnpkg.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz#67a13abe813d7eba350453a5333ae1bc0ec05c06" + resolved "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz" integrity sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA== dependencies: "@types/mdast" "^3.0.0" @@ -1592,7 +1597,7 @@ mdast-util-gfm-autolink-literal@^1.0.0: mdast-util-gfm-footnote@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz#ce5e49b639c44de68d5bf5399877a14d5020424e" + resolved "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz" integrity sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ== dependencies: "@types/mdast" "^3.0.0" @@ -1601,7 +1606,7 @@ mdast-util-gfm-footnote@^1.0.0: mdast-util-gfm-strikethrough@^1.0.0: version "1.0.3" - resolved "https://registry.yarnpkg.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz#5470eb105b483f7746b8805b9b989342085795b7" + resolved "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz" integrity sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ== dependencies: "@types/mdast" "^3.0.0" @@ -1609,7 +1614,7 @@ mdast-util-gfm-strikethrough@^1.0.0: mdast-util-gfm-table@^1.0.0: version "1.0.7" - resolved "https://registry.yarnpkg.com/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz#3552153a146379f0f9c4c1101b071d70bbed1a46" + resolved "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz" integrity sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg== dependencies: "@types/mdast" "^3.0.0" @@ -1619,7 +1624,7 @@ mdast-util-gfm-table@^1.0.0: mdast-util-gfm-task-list-item@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz#b280fcf3b7be6fd0cc012bbe67a59831eb34097b" + resolved "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz" integrity sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ== dependencies: "@types/mdast" "^3.0.0" @@ -1627,7 +1632,7 @@ mdast-util-gfm-task-list-item@^1.0.0: mdast-util-gfm@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz#e92f4d8717d74bdba6de57ed21cc8b9552e2d0b6" + resolved "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz" integrity sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg== dependencies: mdast-util-from-markdown "^1.0.0" @@ -1640,7 +1645,7 @@ mdast-util-gfm@^2.0.0: mdast-util-phrasing@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz#c7c21d0d435d7fb90956038f02e8702781f95463" + resolved "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz" integrity sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg== dependencies: "@types/mdast" "^3.0.0" @@ -1648,7 +1653,7 @@ mdast-util-phrasing@^3.0.0: mdast-util-to-hast@^12.1.0: version "12.3.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz#045d2825fb04374e59970f5b3f279b5700f6fb49" + resolved "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz" integrity sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw== dependencies: "@types/hast" "^2.0.0" @@ -1662,7 +1667,7 @@ mdast-util-to-hast@^12.1.0: mdast-util-to-markdown@^1.0.0, mdast-util-to-markdown@^1.3.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz#c13343cb3fc98621911d33b5cd42e7d0731171c6" + resolved "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz" integrity sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A== dependencies: "@types/mdast" "^3.0.0" @@ -1676,24 +1681,24 @@ mdast-util-to-markdown@^1.0.0, mdast-util-to-markdown@^1.3.0: mdast-util-to-string@^3.0.0, mdast-util-to-string@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz#db859050d79d48cf9896d294de06f3ede7474d16" + resolved "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz" integrity sha512-tGvhT94e+cVnQt8JWE9/b3cUQZWS732TJxXHktvP+BYo62PpYD53Ls/6cC60rW21dW+txxiM4zMdc6abASvZKA== dependencies: "@types/mdast" "^3.0.0" merge-stream@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== merge2@^1.3.0: version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== micromark-core-commonmark@^1.0.0, micromark-core-commonmark@^1.0.1: version "1.0.6" - resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz#edff4c72e5993d93724a3c206970f5a15b0585ad" + resolved "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz" integrity sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA== dependencies: decode-named-character-reference "^1.0.0" @@ -1715,7 +1720,7 @@ micromark-core-commonmark@^1.0.0, micromark-core-commonmark@^1.0.1: micromark-extension-gfm-autolink-literal@^1.0.0: version "1.0.3" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz#dc589f9c37eaff31a175bab49f12290edcf96058" + resolved "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz" integrity sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg== dependencies: micromark-util-character "^1.0.0" @@ -1726,7 +1731,7 @@ micromark-extension-gfm-autolink-literal@^1.0.0: micromark-extension-gfm-footnote@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.4.tgz#cbfd8873b983e820c494498c6dac0105920818d5" + resolved "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.4.tgz" integrity sha512-E/fmPmDqLiMUP8mLJ8NbJWJ4bTw6tS+FEQS8CcuDtZpILuOb2kjLqPEeAePF1djXROHXChM/wPJw0iS4kHCcIg== dependencies: micromark-core-commonmark "^1.0.0" @@ -1740,7 +1745,7 @@ micromark-extension-gfm-footnote@^1.0.0: micromark-extension-gfm-strikethrough@^1.0.0: version "1.0.4" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz#162232c284ffbedd8c74e59c1525bda217295e18" + resolved "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz" integrity sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ== dependencies: micromark-util-chunked "^1.0.0" @@ -1752,7 +1757,7 @@ micromark-extension-gfm-strikethrough@^1.0.0: micromark-extension-gfm-table@^1.0.0: version "1.0.5" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz#7b708b728f8dc4d95d486b9e7a2262f9cddbcbb4" + resolved "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz" integrity sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg== dependencies: micromark-factory-space "^1.0.0" @@ -1763,14 +1768,14 @@ micromark-extension-gfm-table@^1.0.0: micromark-extension-gfm-tagfilter@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz#fb2e303f7daf616db428bb6a26e18fda14a90a4d" + resolved "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz" integrity sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA== dependencies: micromark-util-types "^1.0.0" micromark-extension-gfm-task-list-item@^1.0.0: version "1.0.3" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz#7683641df5d4a09795f353574d7f7f66e47b7fc4" + resolved "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz" integrity sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q== dependencies: micromark-factory-space "^1.0.0" @@ -1781,7 +1786,7 @@ micromark-extension-gfm-task-list-item@^1.0.0: micromark-extension-gfm@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz#40f3209216127a96297c54c67f5edc7ef2d1a2a2" + resolved "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz" integrity sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA== dependencies: micromark-extension-gfm-autolink-literal "^1.0.0" @@ -1795,7 +1800,7 @@ micromark-extension-gfm@^2.0.0: micromark-factory-destination@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz#fef1cb59ad4997c496f887b6977aa3034a5a277e" + resolved "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz" integrity sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw== dependencies: micromark-util-character "^1.0.0" @@ -1804,7 +1809,7 @@ micromark-factory-destination@^1.0.0: micromark-factory-label@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz#6be2551fa8d13542fcbbac478258fb7a20047137" + resolved "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz" integrity sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg== dependencies: micromark-util-character "^1.0.0" @@ -1814,7 +1819,7 @@ micromark-factory-label@^1.0.0: micromark-factory-space@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz#cebff49968f2b9616c0fcb239e96685cb9497633" + resolved "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz" integrity sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew== dependencies: micromark-util-character "^1.0.0" @@ -1822,7 +1827,7 @@ micromark-factory-space@^1.0.0: micromark-factory-title@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz#7e09287c3748ff1693930f176e1c4a328382494f" + resolved "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz" integrity sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A== dependencies: micromark-factory-space "^1.0.0" @@ -1833,7 +1838,7 @@ micromark-factory-title@^1.0.0: micromark-factory-whitespace@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz#e991e043ad376c1ba52f4e49858ce0794678621c" + resolved "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz" integrity sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A== dependencies: micromark-factory-space "^1.0.0" @@ -1843,7 +1848,7 @@ micromark-factory-whitespace@^1.0.0: micromark-util-character@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-1.1.0.tgz#d97c54d5742a0d9611a68ca0cd4124331f264d86" + resolved "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz" integrity sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg== dependencies: micromark-util-symbol "^1.0.0" @@ -1851,14 +1856,14 @@ micromark-util-character@^1.0.0: micromark-util-chunked@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz#5b40d83f3d53b84c4c6bce30ed4257e9a4c79d06" + resolved "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz" integrity sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g== dependencies: micromark-util-symbol "^1.0.0" micromark-util-classify-character@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz#cbd7b447cb79ee6997dd274a46fc4eb806460a20" + resolved "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz" integrity sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA== dependencies: micromark-util-character "^1.0.0" @@ -1867,7 +1872,7 @@ micromark-util-classify-character@^1.0.0: micromark-util-combine-extensions@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz#91418e1e74fb893e3628b8d496085639124ff3d5" + resolved "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz" integrity sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA== dependencies: micromark-util-chunked "^1.0.0" @@ -1875,14 +1880,14 @@ micromark-util-combine-extensions@^1.0.0: micromark-util-decode-numeric-character-reference@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz#dcc85f13b5bd93ff8d2868c3dba28039d490b946" + resolved "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz" integrity sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w== dependencies: micromark-util-symbol "^1.0.0" micromark-util-decode-string@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz#942252ab7a76dec2dbf089cc32505ee2bc3acf02" + resolved "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz" integrity sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q== dependencies: decode-named-character-reference "^1.0.0" @@ -1892,31 +1897,31 @@ micromark-util-decode-string@^1.0.0: micromark-util-encode@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-1.0.1.tgz#2c1c22d3800870ad770ece5686ebca5920353383" + resolved "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.1.tgz" integrity sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA== micromark-util-html-tag-name@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz#eb227118befd51f48858e879b7a419fc0df20497" + resolved "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz" integrity sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA== micromark-util-normalize-identifier@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz#4a3539cb8db954bbec5203952bfe8cedadae7828" + resolved "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz" integrity sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg== dependencies: micromark-util-symbol "^1.0.0" micromark-util-resolve-all@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz#a7c363f49a0162e931960c44f3127ab58f031d88" + resolved "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz" integrity sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw== dependencies: micromark-util-types "^1.0.0" micromark-util-sanitize-uri@^1.0.0, micromark-util-sanitize-uri@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz#f12e07a85106b902645e0364feb07cf253a85aee" + resolved "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz" integrity sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg== dependencies: micromark-util-character "^1.0.0" @@ -1925,7 +1930,7 @@ micromark-util-sanitize-uri@^1.0.0, micromark-util-sanitize-uri@^1.1.0: micromark-util-subtokenize@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz#ff6f1af6ac836f8bfdbf9b02f40431760ad89105" + resolved "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz" integrity sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA== dependencies: micromark-util-chunked "^1.0.0" @@ -1935,17 +1940,17 @@ micromark-util-subtokenize@^1.0.0: micromark-util-symbol@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz#b90344db62042ce454f351cf0bebcc0a6da4920e" + resolved "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz" integrity sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ== micromark-util-types@^1.0.0, micromark-util-types@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-1.0.2.tgz#f4220fdb319205812f99c40f8c87a9be83eded20" + resolved "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz" integrity sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w== micromark@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/micromark/-/micromark-3.1.0.tgz#eeba0fe0ac1c9aaef675157b52c166f125e89f62" + resolved "https://registry.npmjs.org/micromark/-/micromark-3.1.0.tgz" integrity sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA== dependencies: "@types/debug" "^4.0.0" @@ -1968,7 +1973,7 @@ micromark@^3.0.0: micromatch@^4.0.2, micromatch@^4.0.4: version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: braces "^3.0.2" @@ -1976,70 +1981,70 @@ micromatch@^4.0.2, micromatch@^4.0.4: mime@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7" + resolved "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== mimic-fn@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== mimic-fn@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" + resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== mri@^1.1.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b" + resolved "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz" integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA== ms@2.1.2: version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== nanoid@^3.3.6: version "3.3.6" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" + resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz" integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== nlcst-to-string@^3.0.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz#83b90f2e1ee2081e14701317efc26d3bbadc806e" + resolved "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz" integrity sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw== dependencies: "@types/nlcst" "^1.0.0" node-releases@^2.0.8: version "2.0.10" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f" + resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz" integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== npm-run-path@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz#bc62f7f3f6952d9894bd08944ba011a6ee7b7e00" + resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz" integrity sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q== dependencies: path-key "^4.0.0" onetime@^5.1.0: version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: mimic-fn "^2.1.0" onetime@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4" + resolved "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ== dependencies: mimic-fn "^4.0.0" open@^8.4.0: version "8.4.2" - resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz" integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== dependencies: define-lazy-prop "^2.0.0" @@ -2048,7 +2053,7 @@ open@^8.4.0: ora@^6.1.0: version "6.1.2" - resolved "https://registry.yarnpkg.com/ora/-/ora-6.1.2.tgz#7b3c1356b42fd90fb1dad043d5dbe649388a0bf5" + resolved "https://registry.npmjs.org/ora/-/ora-6.1.2.tgz" integrity sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw== dependencies: bl "^5.0.0" @@ -2063,40 +2068,40 @@ ora@^6.1.0: p-limit@^2.2.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== dependencies: p-try "^2.0.0" p-limit@^3.0.2: version "3.1.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: yocto-queue "^0.1.0" p-locate@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== dependencies: p-limit "^2.2.0" p-locate@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== dependencies: p-limit "^3.0.2" p-try@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== parse-latin@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-5.0.1.tgz#f3b4fac54d06f6a0501cf8b8ecfafa4cbb4f2f47" + resolved "https://registry.npmjs.org/parse-latin/-/parse-latin-5.0.1.tgz" integrity sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg== dependencies: nlcst-to-string "^3.0.0" @@ -2105,59 +2110,59 @@ parse-latin@^5.0.0: parse5@^6.0.0: version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" + resolved "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== path-exists@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== path-key@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-key@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" + resolved "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== path-parse@^1.0.7: version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-to-regexp@^6.2.1: version "6.2.1" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz" integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw== picocolors@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== picomatch@^2.3.1: version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== pify@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== pkg-dir@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== dependencies: find-up "^4.0.0" postcss@^8.4.23: version "8.4.24" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz" integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg== dependencies: nanoid "^3.3.6" @@ -2166,7 +2171,7 @@ postcss@^8.4.23: preferred-pm@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/preferred-pm/-/preferred-pm-3.0.3.tgz#1b6338000371e3edbce52ef2e4f65eb2e73586d6" + resolved "https://registry.npmjs.org/preferred-pm/-/preferred-pm-3.0.3.tgz" integrity sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ== dependencies: find-up "^5.0.0" @@ -2176,7 +2181,7 @@ preferred-pm@^3.0.3: prettier-plugin-astro@^0.7.0: version "0.7.2" - resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.7.2.tgz#d761cde54714c6871c731bec179d4cf75e2d86d6" + resolved "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.7.2.tgz" integrity sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww== dependencies: "@astrojs/compiler" "^0.31.3" @@ -2186,17 +2191,17 @@ prettier-plugin-astro@^0.7.0: prettier@^2.7.1: version "2.8.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" + resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz" integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== prismjs@^1.28.0: version "1.29.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12" + resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz" integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q== prompts@^2.4.2: version "2.4.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" + resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== dependencies: kleur "^3.0.3" @@ -2204,17 +2209,17 @@ prompts@^2.4.2: property-information@^6.0.0: version "6.2.0" - resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.2.0.tgz#b74f522c31c097b5149e3c3cb8d7f3defd986a1d" + resolved "https://registry.npmjs.org/property-information/-/property-information-6.2.0.tgz" integrity sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg== queue-microtask@^1.2.2: version "1.2.3" - resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== readable-stream@^3.4.0: version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== dependencies: inherits "^2.0.3" @@ -2223,7 +2228,7 @@ readable-stream@^3.4.0: rehype-parse@^8.0.0: version "8.0.4" - resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-8.0.4.tgz#3d17c9ff16ddfef6bbcc8e6a25a99467b482d688" + resolved "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz" integrity sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg== dependencies: "@types/hast" "^2.0.0" @@ -2233,7 +2238,7 @@ rehype-parse@^8.0.0: rehype-raw@^6.1.1: version "6.1.1" - resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-6.1.1.tgz#81bbef3793bd7abacc6bf8335879d1b6c868c9d4" + resolved "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz" integrity sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ== dependencies: "@types/hast" "^2.0.0" @@ -2242,7 +2247,7 @@ rehype-raw@^6.1.1: rehype-stringify@^9.0.0, rehype-stringify@^9.0.3: version "9.0.3" - resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.3.tgz#70e3bd6d4d29e7acf36b802deed350305d2c3c17" + resolved "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.3.tgz" integrity sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw== dependencies: "@types/hast" "^2.0.0" @@ -2251,7 +2256,7 @@ rehype-stringify@^9.0.0, rehype-stringify@^9.0.3: rehype@^12.0.1: version "12.0.1" - resolved "https://registry.yarnpkg.com/rehype/-/rehype-12.0.1.tgz#68a317662576dcaa2565a3952e149d6900096bf6" + resolved "https://registry.npmjs.org/rehype/-/rehype-12.0.1.tgz" integrity sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw== dependencies: "@types/hast" "^2.0.0" @@ -2261,7 +2266,7 @@ rehype@^12.0.1: remark-gfm@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/remark-gfm/-/remark-gfm-3.0.1.tgz#0b180f095e3036545e9dddac0e8df3fa5cfee54f" + resolved "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz" integrity sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig== dependencies: "@types/mdast" "^3.0.0" @@ -2271,7 +2276,7 @@ remark-gfm@^3.0.1: remark-parse@^10.0.1: version "10.0.1" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.1.tgz#6f60ae53edbf0cf38ea223fe643db64d112e0775" + resolved "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz" integrity sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw== dependencies: "@types/mdast" "^3.0.0" @@ -2280,7 +2285,7 @@ remark-parse@^10.0.1: remark-rehype@^10.1.0: version "10.1.0" - resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-10.1.0.tgz#32dc99d2034c27ecaf2e0150d22a6dcccd9a6279" + resolved "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz" integrity sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw== dependencies: "@types/hast" "^2.0.0" @@ -2290,7 +2295,7 @@ remark-rehype@^10.1.0: remark-smartypants@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/remark-smartypants/-/remark-smartypants-2.0.0.tgz#836cff43ec139b2e5ec9e488d80596ed677d1cb2" + resolved "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz" integrity sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA== dependencies: retext "^8.1.0" @@ -2299,7 +2304,7 @@ remark-smartypants@^2.0.0: resolve@^1.17.0: version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== dependencies: is-core-module "^2.9.0" @@ -2308,7 +2313,7 @@ resolve@^1.17.0: restore-cursor@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-4.0.0.tgz#519560a4318975096def6e609d44100edaa4ccb9" + resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz" integrity sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== dependencies: onetime "^5.1.0" @@ -2316,7 +2321,7 @@ restore-cursor@^4.0.0: retext-latin@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/retext-latin/-/retext-latin-3.1.0.tgz#72b0176af2c69a373fd0d37eadd3924418bb3a89" + resolved "https://registry.npmjs.org/retext-latin/-/retext-latin-3.1.0.tgz" integrity sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ== dependencies: "@types/nlcst" "^1.0.0" @@ -2326,7 +2331,7 @@ retext-latin@^3.0.0: retext-smartypants@^5.1.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-5.2.0.tgz#da9cb79cc60f36aa33a20a462dfc663bec0068b4" + resolved "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz" integrity sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw== dependencies: "@types/nlcst" "^1.0.0" @@ -2336,7 +2341,7 @@ retext-smartypants@^5.1.0: retext-stringify@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/retext-stringify/-/retext-stringify-3.1.0.tgz#46ed45e077bfc4a8334977f6c2d6611e1d36263a" + resolved "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz" integrity sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w== dependencies: "@types/nlcst" "^1.0.0" @@ -2345,7 +2350,7 @@ retext-stringify@^3.0.0: retext@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/retext/-/retext-8.1.0.tgz#c43437fb84cd46285ad240a9279142e239bada8d" + resolved "https://registry.npmjs.org/retext/-/retext-8.1.0.tgz" integrity sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q== dependencies: "@types/nlcst" "^1.0.0" @@ -2355,50 +2360,50 @@ retext@^8.1.0: reusify@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rollup@^3.21.0: version "3.23.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.23.1.tgz#a6e50cb86a17fc2e3248d8ec12ff8666992b0780" + resolved "https://registry.npmjs.org/rollup/-/rollup-3.23.1.tgz" integrity sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ== optionalDependencies: fsevents "~2.3.2" run-parallel@^1.1.9: version "1.2.0" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== dependencies: queue-microtask "^1.2.2" s.color@0.0.15: version "0.0.15" - resolved "https://registry.yarnpkg.com/s.color/-/s.color-0.0.15.tgz#6b32cd22d8dba95703a5122ddede2020a1560186" + resolved "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz" integrity sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA== sade@^1.7.3: version "1.8.1" - resolved "https://registry.yarnpkg.com/sade/-/sade-1.8.1.tgz#0a78e81d658d394887be57d2a409bf703a3b2701" + resolved "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz" integrity sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A== dependencies: mri "^1.1.0" safe-buffer@~5.2.0: version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== sass-formatter@^0.7.5: version "0.7.6" - resolved "https://registry.yarnpkg.com/sass-formatter/-/sass-formatter-0.7.6.tgz#aa64b4120c375b71b8b7e18ff60b5f3e17081e3e" + resolved "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.6.tgz" integrity sha512-hXdxU6PCkiV3XAiSnX+XLqz2ohHoEnVUlrd8LEVMAI80uB1+OTScIkH9n6qQwImZpTye1r1WG1rbGUteHNhoHg== dependencies: suf-log "^2.5.3" section-matter@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167" + resolved "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz" integrity sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA== dependencies: extend-shallow "^2.0.1" @@ -2406,36 +2411,36 @@ section-matter@^1.0.0: semver@^6.3.0: version "6.3.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== semver@^7.3.8: version "7.5.4" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz" integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" server-destroy@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/server-destroy/-/server-destroy-1.0.1.tgz#f13bf928e42b9c3e79383e61cc3998b5d14e6cdd" + resolved "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz" integrity sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ== shebang-command@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== dependencies: shebang-regex "^3.0.0" shebang-regex@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shiki@^0.11.1: version "0.11.1" - resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.11.1.tgz#df0f719e7ab592c484d8b73ec10e215a503ab8cc" + resolved "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz" integrity sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA== dependencies: jsonc-parser "^3.0.0" @@ -2444,47 +2449,54 @@ shiki@^0.11.1: signal-exit@^3.0.2, signal-exit@^3.0.7: version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== sisteransi@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" + resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== slash@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" + resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== source-map-js@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== source-map@^0.7.3: version "0.7.4" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== space-separated-tokens@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f" + resolved "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz" integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q== sprintf-js@~1.0.2: version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== streamsearch@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" + resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + string-width@^4.1.0: version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: emoji-regex "^8.0.0" @@ -2493,23 +2505,16 @@ string-width@^4.1.0: string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== dependencies: eastasianwidth "^0.2.0" emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - stringify-entities@^4.0.0: version "4.0.3" - resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.3.tgz#cfabd7039d22ad30f3cc435b0ca2c1574fc88ef8" + resolved "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz" integrity sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g== dependencies: character-entities-html4 "^2.0.0" @@ -2517,74 +2522,74 @@ stringify-entities@^4.0.0: strip-ansi@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" strip-ansi@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz" integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== dependencies: ansi-regex "^6.0.1" strip-bom-string@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92" + resolved "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz" integrity sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g== strip-bom@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== strip-bom@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" + resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== strip-final-newline@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd" + resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw== suf-log@^2.5.3: version "2.5.3" - resolved "https://registry.yarnpkg.com/suf-log/-/suf-log-2.5.3.tgz#0919a7fceea532a99b578c97814c4e335b2d64d1" + resolved "https://registry.npmjs.org/suf-log/-/suf-log-2.5.3.tgz" integrity sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow== dependencies: s.color "0.0.15" supports-color@^5.3.0: version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== dependencies: has-flag "^3.0.0" supports-color@^7.1.0: version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag "^4.0.0" supports-esm@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-esm/-/supports-esm-1.0.0.tgz#7cc567747d0745e2b77b331c9b9cae13cf4dc60e" + resolved "https://registry.npmjs.org/supports-esm/-/supports-esm-1.0.0.tgz" integrity sha512-96Am8CDqUaC0I2+C/swJ0yEvM8ZnGn4unoers/LSdE4umhX7mELzqyLzx3HnZAluq5PXIsGMKqa7NkqaeHMPcg== dependencies: has-package-exports "^1.1.0" supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== synckit@^0.8.4: version "0.8.5" - resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.5.tgz#b7f4358f9bb559437f9f167eb6bc46b3c9818fa3" + resolved "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz" integrity sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q== dependencies: "@pkgr/utils" "^2.3.1" @@ -2592,7 +2597,7 @@ synckit@^0.8.4: tiny-glob@^0.2.9: version "0.2.9" - resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.9.tgz#2212d441ac17928033b110f8b3640683129d31e2" + resolved "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz" integrity sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg== dependencies: globalyzer "0.1.0" @@ -2600,29 +2605,29 @@ tiny-glob@^0.2.9: to-fast-properties@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== to-regex-range@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: is-number "^7.0.0" trim-lines@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338" + resolved "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz" integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg== trough@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876" + resolved "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz" integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g== tsconfig-resolver@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/tsconfig-resolver/-/tsconfig-resolver-3.0.1.tgz#c9e62e328ecfbeaae4a4f1131a92cdbed12350c4" + resolved "https://registry.npmjs.org/tsconfig-resolver/-/tsconfig-resolver-3.0.1.tgz" integrity sha512-ZHqlstlQF449v8glscGRXzL6l2dZvASPCdXJRWG4gHEZlUVx2Jtmr+a2zeVG4LCsKhDXKRj5R3h0C/98UcVAQg== dependencies: "@types/json5" "^0.0.30" @@ -2634,46 +2639,46 @@ tsconfig-resolver@^3.0.1: tslib@^2.4.0, tslib@^2.5.0: version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz" integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== type-fest@^0.13.1: version "0.13.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz" integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== type-fest@^2.5.0: version "2.19.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== typescript@*: version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -undici@5.18.0: - version "5.18.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.18.0.tgz#e88a77a74d991a30701e9a6751e4193a26fabda9" - integrity sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA== - dependencies: - busboy "^1.6.0" - undici@^5.14.0: version "5.20.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.20.0.tgz#6327462f5ce1d3646bcdac99da7317f455bcc263" + resolved "https://registry.npmjs.org/undici/-/undici-5.20.0.tgz" integrity sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g== dependencies: busboy "^1.6.0" +undici@5.18.0: + version "5.18.0" + resolved "https://registry.npmjs.org/undici/-/undici-5.18.0.tgz" + integrity sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA== + dependencies: + busboy "^1.6.0" + unherit@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-3.0.1.tgz#65b98bb7cb58cee755d7ec699a49e9e8ff172e23" + resolved "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz" integrity sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg== unified@^10.0.0, unified@^10.1.2: version "10.1.2" - resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.2.tgz#b1d64e55dafe1f0b98bb6c719881103ecf6c86df" + resolved "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz" integrity sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q== dependencies: "@types/unist" "^2.0.0" @@ -2686,17 +2691,17 @@ unified@^10.0.0, unified@^10.1.2: unist-util-generated@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-2.0.1.tgz#e37c50af35d3ed185ac6ceacb6ca0afb28a85cae" + resolved "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz" integrity sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A== unist-util-is@^5.0.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.2.0.tgz#37eed0617b76c114fd34d44c201aa96fd928b309" + resolved "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.0.tgz" integrity sha512-Glt17jWwZeyqrFqOK0pF1Ded5U3yzJnFr8CG1GMjCWTp9zDo2p+cmD6pWbZU8AgM5WU3IzRv6+rBwhzsGh6hBQ== unist-util-modify-children@^3.0.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz#c4018b86441aa3b54b3edff1151d0aa062384c82" + resolved "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz" integrity sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA== dependencies: "@types/unist" "^2.0.0" @@ -2704,28 +2709,28 @@ unist-util-modify-children@^3.0.0: unist-util-position@^4.0.0: version "4.0.4" - resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-4.0.4.tgz#93f6d8c7d6b373d9b825844645877c127455f037" + resolved "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz" integrity sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg== dependencies: "@types/unist" "^2.0.0" unist-util-stringify-position@^3.0.0: version "3.0.3" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz#03ad3348210c2d930772d64b489580c13a7db39d" + resolved "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz" integrity sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg== dependencies: "@types/unist" "^2.0.0" unist-util-visit-children@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz#0f00a5caff567074568da2d89c54b5ee4a8c5440" + resolved "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz" integrity sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q== dependencies: "@types/unist" "^2.0.0" unist-util-visit-parents@^5.0.0, unist-util-visit-parents@^5.1.1: version "5.1.3" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz#b4520811b0ca34285633785045df7a8d6776cfeb" + resolved "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz" integrity sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg== dependencies: "@types/unist" "^2.0.0" @@ -2733,7 +2738,7 @@ unist-util-visit-parents@^5.0.0, unist-util-visit-parents@^5.1.1: unist-util-visit@^4.0.0, unist-util-visit@^4.1.0: version "4.1.2" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz#125a42d1eb876283715a3cb5cceaa531828c72e2" + resolved "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz" integrity sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg== dependencies: "@types/unist" "^2.0.0" @@ -2742,7 +2747,7 @@ unist-util-visit@^4.0.0, unist-util-visit@^4.1.0: update-browserslist-db@^1.0.10: version "1.0.10" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" + resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz" integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== dependencies: escalade "^3.1.1" @@ -2750,12 +2755,12 @@ update-browserslist-db@^1.0.10: util-deprecate@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== uvu@^0.5.0: version "0.5.6" - resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.6.tgz#2754ca20bcb0bb59b64e9985e84d2e81058502df" + resolved "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz" integrity sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA== dependencies: dequal "^2.0.0" @@ -2765,7 +2770,7 @@ uvu@^0.5.0: vfile-location@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-4.1.0.tgz#69df82fb9ef0a38d0d02b90dd84620e120050dd0" + resolved "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz" integrity sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw== dependencies: "@types/unist" "^2.0.0" @@ -2773,7 +2778,7 @@ vfile-location@^4.0.0: vfile-message@^3.0.0: version "3.1.4" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.4.tgz#15a50816ae7d7c2d1fa87090a7f9f96612b59dea" + resolved "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz" integrity sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw== dependencies: "@types/unist" "^2.0.0" @@ -2781,7 +2786,7 @@ vfile-message@^3.0.0: vfile@^5.0.0, vfile@^5.3.2: version "5.3.7" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.7.tgz#de0677e6683e3380fafc46544cfe603118826ab7" + resolved "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz" integrity sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g== dependencies: "@types/unist" "^2.0.0" @@ -2789,9 +2794,9 @@ vfile@^5.0.0, vfile@^5.3.2: unist-util-stringify-position "^3.0.0" vfile-message "^3.0.0" -vite@^4.1.2: +"vite@^3.0.0 || ^4.0.0", vite@^4.1.2: version "4.3.9" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.9.tgz#db896200c0b1aa13b37cdc35c9e99ee2fdd5f96d" + resolved "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz" integrity sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg== dependencies: esbuild "^0.17.5" @@ -2802,12 +2807,12 @@ vite@^4.1.2: vitefu@^0.2.4: version "0.2.4" - resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-0.2.4.tgz#212dc1a9d0254afe65e579351bed4e25d81e0b35" + resolved "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz" integrity sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g== vscode-css-languageservice@^6.0.1: version "6.2.4" - resolved "https://registry.yarnpkg.com/vscode-css-languageservice/-/vscode-css-languageservice-6.2.4.tgz#d03ca783ad922cb903602ca1478f5161e5e5de54" + resolved "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-6.2.4.tgz" integrity sha512-9UG0s3Ss8rbaaPZL1AkGzdjrGY8F+P+Ne9snsrvD9gxltDGhsn8C2dQpqQewHrMW37OvlqJoI8sUU2AWDb+qNw== dependencies: "@vscode/l10n" "^0.0.11" @@ -2817,7 +2822,7 @@ vscode-css-languageservice@^6.0.1: vscode-html-languageservice@^5.0.0: version "5.0.4" - resolved "https://registry.yarnpkg.com/vscode-html-languageservice/-/vscode-html-languageservice-5.0.4.tgz#f27a616a4058a2d4d00e4a68e48ad8ba5371aeec" + resolved "https://registry.npmjs.org/vscode-html-languageservice/-/vscode-html-languageservice-5.0.4.tgz" integrity sha512-tvrySfpglu4B2rQgWGVO/IL+skvU7kBkQotRlxA7ocSyRXOZUd6GA13XHkxo8LPe07KWjeoBlN1aVGqdfTK4xA== dependencies: "@vscode/l10n" "^0.0.11" @@ -2827,12 +2832,12 @@ vscode-html-languageservice@^5.0.0: vscode-jsonrpc@8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-8.1.0.tgz#cb9989c65e219e18533cc38e767611272d274c94" + resolved "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.1.0.tgz" integrity sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw== -vscode-languageserver-protocol@3.17.3, vscode-languageserver-protocol@^3.17.1: +vscode-languageserver-protocol@^3.17.1, vscode-languageserver-protocol@3.17.3: version "3.17.3" - resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.3.tgz#6d0d54da093f0c0ee3060b81612cce0f11060d57" + resolved "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.3.tgz" integrity sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA== dependencies: vscode-jsonrpc "8.1.0" @@ -2840,61 +2845,61 @@ vscode-languageserver-protocol@3.17.3, vscode-languageserver-protocol@^3.17.1: vscode-languageserver-textdocument@^1.0.1, vscode-languageserver-textdocument@^1.0.4, vscode-languageserver-textdocument@^1.0.8: version "1.0.8" - resolved "https://registry.yarnpkg.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz#9eae94509cbd945ea44bca8dcfe4bb0c15bb3ac0" + resolved "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz" integrity sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q== -vscode-languageserver-types@3.17.3, vscode-languageserver-types@^3.15.1, vscode-languageserver-types@^3.17.1, vscode-languageserver-types@^3.17.2, vscode-languageserver-types@^3.17.3: +vscode-languageserver-types@^3.15.1, vscode-languageserver-types@^3.17.1, vscode-languageserver-types@^3.17.2, vscode-languageserver-types@^3.17.3, vscode-languageserver-types@3.17.3: version "3.17.3" - resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.17.3.tgz#72d05e47b73be93acb84d6e311b5786390f13f64" + resolved "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.3.tgz" integrity sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA== vscode-languageserver@^8.0.1: version "8.1.0" - resolved "https://registry.yarnpkg.com/vscode-languageserver/-/vscode-languageserver-8.1.0.tgz#5024253718915d84576ce6662dd46a791498d827" + resolved "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-8.1.0.tgz" integrity sha512-eUt8f1z2N2IEUDBsKaNapkz7jl5QpskN2Y0G01T/ItMxBxw1fJwvtySGB9QMecatne8jFIWJGWI61dWjyTLQsw== dependencies: vscode-languageserver-protocol "3.17.3" vscode-oniguruma@^1.6.1: version "1.7.0" - resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b" + resolved "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz" integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA== vscode-textmate@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-6.0.0.tgz#a3777197235036814ac9a92451492f2748589210" + resolved "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-6.0.0.tgz" integrity sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ== vscode-uri@^2.1.2: version "2.1.2" - resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-2.1.2.tgz#c8d40de93eb57af31f3c715dd650e2ca2c096f1c" + resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz" integrity sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A== vscode-uri@^3.0.3, vscode-uri@^3.0.7: version "3.0.7" - resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8" + resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz" integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA== wcwidth@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: defaults "^1.0.3" web-namespaces@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692" + resolved "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz" integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ== which-pm-runs@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.1.0.tgz#35ccf7b1a0fce87bd8b92a478c9d045785d3bf35" + resolved "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz" integrity sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA== which-pm@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/which-pm/-/which-pm-2.0.0.tgz#8245609ecfe64bf751d0eef2f376d83bf1ddb7ae" + resolved "https://registry.npmjs.org/which-pm/-/which-pm-2.0.0.tgz" integrity sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w== dependencies: load-yaml-file "^0.2.0" @@ -2902,21 +2907,21 @@ which-pm@2.0.0: which@^2.0.1: version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" widest-line@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2" + resolved "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz" integrity sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig== dependencies: string-width "^5.0.1" wrap-ansi@^8.0.1: version "8.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== dependencies: ansi-styles "^6.1.0" @@ -2925,30 +2930,30 @@ wrap-ansi@^8.0.1: yallist@^3.0.2: version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== yargs-parser@^21.0.1: version "21.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== yocto-queue@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== zod@^3.17.3: version "3.20.6" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.6.tgz#2f2f08ff81291d47d99e86140fedb4e0db08361a" + resolved "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz" integrity sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA== zwitch@^2.0.0, zwitch@^2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7" + resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz" integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 000000000..f940c7139 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,990 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + devDependencies: + stylelint-config-standard-scss: + specifier: ^13.1.0 + version: 13.1.0(postcss@8.4.38)(stylelint@16.6.1) + +packages: + + '@babel/code-frame@7.24.7': + resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.24.7': + resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} + engines: {node: '>=6.9.0'} + + '@babel/highlight@7.24.7': + resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} + engines: {node: '>=6.9.0'} + + '@csstools/css-parser-algorithms@2.6.3': + resolution: {integrity: sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + '@csstools/css-tokenizer': ^2.3.1 + + '@csstools/css-tokenizer@2.3.1': + resolution: {integrity: sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g==} + engines: {node: ^14 || ^16 || >=18} + + '@csstools/media-query-list-parser@2.1.11': + resolution: {integrity: sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + '@csstools/css-parser-algorithms': ^2.6.3 + '@csstools/css-tokenizer': ^2.3.1 + + '@csstools/selector-specificity@3.1.1': + resolution: {integrity: sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + postcss-selector-parser: ^6.0.13 + + '@dual-bundle/import-meta-resolve@4.1.0': + resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + ajv@8.16.0: + resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + astral-regex@2.0.0: + resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} + engines: {node: '>=8'} + + balanced-match@2.0.0: + resolution: {integrity: sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + colord@2.9.3: + resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} + + cosmiconfig@9.0.0: + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + + css-functions-list@3.2.2: + resolution: {integrity: sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==} + engines: {node: '>=12 || >=16'} + + css-tree@2.3.1: + resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + debug@4.3.5: + resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + + error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + + fastest-levenshtein@1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + file-entry-cache@9.0.0: + resolution: {integrity: sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==} + engines: {node: '>=18'} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + flat-cache@5.0.0: + resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==} + engines: {node: '>=18'} + + flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + global-modules@2.0.0: + resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} + engines: {node: '>=6'} + + global-prefix@3.0.0: + resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} + engines: {node: '>=6'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + globjoin@0.1.4: + resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==} + + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + html-tags@3.3.1: + resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} + engines: {node: '>=8'} + + ignore@5.3.1: + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} + engines: {node: '>= 4'} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + ini@1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-plain-object@5.0.0: + resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} + engines: {node: '>=0.10.0'} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + + json-schema-traverse@1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + kind-of@6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + + known-css-properties@0.31.0: + resolution: {integrity: sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + lodash.truncate@4.4.2: + resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} + + mathml-tag-names@2.1.3: + resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} + + mdn-data@2.0.30: + resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + + meow@13.2.0: + resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} + engines: {node: '>=18'} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromatch@4.0.7: + resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + engines: {node: '>=8.6'} + + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + picocolors@1.0.1: + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + postcss-media-query-parser@0.2.3: + resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} + + postcss-resolve-nested-selector@0.1.1: + resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} + + postcss-safe-parser@7.0.0: + resolution: {integrity: sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==} + engines: {node: '>=18.0'} + peerDependencies: + postcss: ^8.4.31 + + postcss-scss@4.0.9: + resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.4.29 + + postcss-selector-parser@6.1.0: + resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} + engines: {node: '>=4'} + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + + postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} + engines: {node: ^10 || ^12 || >=14} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + require-from-string@2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + slice-ansi@4.0.0: + resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} + engines: {node: '>=10'} + + source-map-js@1.2.0: + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + engines: {node: '>=0.10.0'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + stylelint-config-recommended-scss@14.0.0: + resolution: {integrity: sha512-HDvpoOAQ1RpF+sPbDOT2Q2/YrBDEJDnUymmVmZ7mMCeNiFSdhRdyGEimBkz06wsN+HaFwUh249gDR+I9JR7Onw==} + engines: {node: '>=18.12.0'} + peerDependencies: + postcss: ^8.3.3 + stylelint: ^16.0.2 + peerDependenciesMeta: + postcss: + optional: true + + stylelint-config-recommended@14.0.1: + resolution: {integrity: sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==} + engines: {node: '>=18.12.0'} + peerDependencies: + stylelint: ^16.1.0 + + stylelint-config-standard-scss@13.1.0: + resolution: {integrity: sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==} + engines: {node: '>=18.12.0'} + peerDependencies: + postcss: ^8.3.3 + stylelint: ^16.3.1 + peerDependenciesMeta: + postcss: + optional: true + + stylelint-config-standard@36.0.1: + resolution: {integrity: sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==} + engines: {node: '>=18.12.0'} + peerDependencies: + stylelint: ^16.1.0 + + stylelint-scss@6.3.2: + resolution: {integrity: sha512-pNk9mXOVKkQtd+SROPC9io8ISSgX+tOVPhFdBE+LaKQnJMLdWPbGKAGYv4Wmf/RrnOjkutunNTN9kKMhkdE5qA==} + engines: {node: '>=18.12.0'} + peerDependencies: + stylelint: ^16.0.2 + + stylelint@16.6.1: + resolution: {integrity: sha512-yNgz2PqWLkhH2hw6X9AweV9YvoafbAD5ZsFdKN9BvSDVwGvPh+AUIrn7lYwy1S7IHmtFin75LLfX1m0D2tHu8Q==} + engines: {node: '>=18.12.0'} + hasBin: true + + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-hyperlinks@3.0.0: + resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==} + engines: {node: '>=14.18'} + + svg-tags@1.0.0: + resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} + + table@6.8.2: + resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} + engines: {node: '>=10.0.0'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + which@1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + + write-file-atomic@5.0.1: + resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + +snapshots: + + '@babel/code-frame@7.24.7': + dependencies: + '@babel/highlight': 7.24.7 + picocolors: 1.0.1 + + '@babel/helper-validator-identifier@7.24.7': {} + + '@babel/highlight@7.24.7': + dependencies: + '@babel/helper-validator-identifier': 7.24.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.1 + + '@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1)': + dependencies: + '@csstools/css-tokenizer': 2.3.1 + + '@csstools/css-tokenizer@2.3.1': {} + + '@csstools/media-query-list-parser@2.1.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1)': + dependencies: + '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) + '@csstools/css-tokenizer': 2.3.1 + + '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.0)': + dependencies: + postcss-selector-parser: 6.1.0 + + '@dual-bundle/import-meta-resolve@4.1.0': {} + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + ajv@8.16.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + + ansi-regex@5.0.1: {} + + ansi-regex@6.0.1: {} + + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + argparse@2.0.1: {} + + array-union@2.1.0: {} + + astral-regex@2.0.0: {} + + balanced-match@2.0.0: {} + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + callsites@3.1.0: {} + + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.3: {} + + color-name@1.1.4: {} + + colord@2.9.3: {} + + cosmiconfig@9.0.0: + dependencies: + env-paths: 2.2.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + + css-functions-list@3.2.2: {} + + css-tree@2.3.1: + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.2.0 + + cssesc@3.0.0: {} + + debug@4.3.5: + dependencies: + ms: 2.1.2 + + dir-glob@3.0.1: + dependencies: + path-type: 4.0.0 + + emoji-regex@8.0.0: {} + + env-paths@2.2.1: {} + + error-ex@1.3.2: + dependencies: + is-arrayish: 0.2.1 + + escape-string-regexp@1.0.5: {} + + fast-deep-equal@3.1.3: {} + + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.7 + + fastest-levenshtein@1.0.16: {} + + fastq@1.17.1: + dependencies: + reusify: 1.0.4 + + file-entry-cache@9.0.0: + dependencies: + flat-cache: 5.0.0 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + flat-cache@5.0.0: + dependencies: + flatted: 3.3.1 + keyv: 4.5.4 + + flatted@3.3.1: {} + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + global-modules@2.0.0: + dependencies: + global-prefix: 3.0.0 + + global-prefix@3.0.0: + dependencies: + ini: 1.3.8 + kind-of: 6.0.3 + which: 1.3.1 + + globby@11.1.0: + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.2 + ignore: 5.3.1 + merge2: 1.4.1 + slash: 3.0.0 + + globjoin@0.1.4: {} + + has-flag@3.0.0: {} + + has-flag@4.0.0: {} + + html-tags@3.3.1: {} + + ignore@5.3.1: {} + + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + imurmurhash@0.1.4: {} + + ini@1.3.8: {} + + is-arrayish@0.2.1: {} + + is-extglob@2.1.1: {} + + is-fullwidth-code-point@3.0.0: {} + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-number@7.0.0: {} + + is-plain-object@5.0.0: {} + + isexe@2.0.0: {} + + js-tokens@4.0.0: {} + + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 + + json-buffer@3.0.1: {} + + json-parse-even-better-errors@2.3.1: {} + + json-schema-traverse@1.0.0: {} + + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 + + kind-of@6.0.3: {} + + known-css-properties@0.31.0: {} + + lines-and-columns@1.2.4: {} + + lodash.truncate@4.4.2: {} + + mathml-tag-names@2.1.3: {} + + mdn-data@2.0.30: {} + + meow@13.2.0: {} + + merge2@1.4.1: {} + + micromatch@4.0.7: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + ms@2.1.2: {} + + nanoid@3.3.7: {} + + normalize-path@3.0.0: {} + + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + parse-json@5.2.0: + dependencies: + '@babel/code-frame': 7.24.7 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + + path-type@4.0.0: {} + + picocolors@1.0.1: {} + + picomatch@2.3.1: {} + + postcss-media-query-parser@0.2.3: {} + + postcss-resolve-nested-selector@0.1.1: {} + + postcss-safe-parser@7.0.0(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-scss@4.0.9(postcss@8.4.38): + dependencies: + postcss: 8.4.38 + + postcss-selector-parser@6.1.0: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.4.38: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + + punycode@2.3.1: {} + + queue-microtask@1.2.3: {} + + require-from-string@2.0.2: {} + + resolve-from@4.0.0: {} + + resolve-from@5.0.0: {} + + reusify@1.0.4: {} + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + signal-exit@4.1.0: {} + + slash@3.0.0: {} + + slice-ansi@4.0.0: + dependencies: + ansi-styles: 4.3.0 + astral-regex: 2.0.0 + is-fullwidth-code-point: 3.0.0 + + source-map-js@1.2.0: {} + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.0.1 + + stylelint-config-recommended-scss@14.0.0(postcss@8.4.38)(stylelint@16.6.1): + dependencies: + postcss-scss: 4.0.9(postcss@8.4.38) + stylelint: 16.6.1 + stylelint-config-recommended: 14.0.1(stylelint@16.6.1) + stylelint-scss: 6.3.2(stylelint@16.6.1) + optionalDependencies: + postcss: 8.4.38 + + stylelint-config-recommended@14.0.1(stylelint@16.6.1): + dependencies: + stylelint: 16.6.1 + + stylelint-config-standard-scss@13.1.0(postcss@8.4.38)(stylelint@16.6.1): + dependencies: + stylelint: 16.6.1 + stylelint-config-recommended-scss: 14.0.0(postcss@8.4.38)(stylelint@16.6.1) + stylelint-config-standard: 36.0.1(stylelint@16.6.1) + optionalDependencies: + postcss: 8.4.38 + + stylelint-config-standard@36.0.1(stylelint@16.6.1): + dependencies: + stylelint: 16.6.1 + stylelint-config-recommended: 14.0.1(stylelint@16.6.1) + + stylelint-scss@6.3.2(stylelint@16.6.1): + dependencies: + known-css-properties: 0.31.0 + postcss-media-query-parser: 0.2.3 + postcss-resolve-nested-selector: 0.1.1 + postcss-selector-parser: 6.1.0 + postcss-value-parser: 4.2.0 + stylelint: 16.6.1 + + stylelint@16.6.1: + dependencies: + '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) + '@csstools/css-tokenizer': 2.3.1 + '@csstools/media-query-list-parser': 2.1.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1) + '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0) + '@dual-bundle/import-meta-resolve': 4.1.0 + balanced-match: 2.0.0 + colord: 2.9.3 + cosmiconfig: 9.0.0 + css-functions-list: 3.2.2 + css-tree: 2.3.1 + debug: 4.3.5 + fast-glob: 3.3.2 + fastest-levenshtein: 1.0.16 + file-entry-cache: 9.0.0 + global-modules: 2.0.0 + globby: 11.1.0 + globjoin: 0.1.4 + html-tags: 3.3.1 + ignore: 5.3.1 + imurmurhash: 0.1.4 + is-plain-object: 5.0.0 + known-css-properties: 0.31.0 + mathml-tag-names: 2.1.3 + meow: 13.2.0 + micromatch: 4.0.7 + normalize-path: 3.0.0 + picocolors: 1.0.1 + postcss: 8.4.38 + postcss-resolve-nested-selector: 0.1.1 + postcss-safe-parser: 7.0.0(postcss@8.4.38) + postcss-selector-parser: 6.1.0 + postcss-value-parser: 4.2.0 + resolve-from: 5.0.0 + string-width: 4.2.3 + strip-ansi: 7.1.0 + supports-hyperlinks: 3.0.0 + svg-tags: 1.0.0 + table: 6.8.2 + write-file-atomic: 5.0.1 + transitivePeerDependencies: + - supports-color + - typescript + + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + supports-hyperlinks@3.0.0: + dependencies: + has-flag: 4.0.0 + supports-color: 7.2.0 + + svg-tags@1.0.0: {} + + table@6.8.2: + dependencies: + ajv: 8.16.0 + lodash.truncate: 4.4.2 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + uri-js@4.4.1: + dependencies: + punycode: 2.3.1 + + util-deprecate@1.0.2: {} + + which@1.3.1: + dependencies: + isexe: 2.0.0 + + write-file-atomic@5.0.1: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 4.1.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 000000000..a6ce6e4c1 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +packages: + - packages/**/* + - examples/**/* + - docs diff --git a/project-words.txt b/project-words.txt deleted file mode 100644 index 3044052f4..000000000 --- a/project-words.txt +++ /dev/null @@ -1,59 +0,0 @@ -APPICON -appiconset -assetcatalog -ASSETCATALOG -Autocreate -AUTORELEASING -Buildable -Buildables -cfbundle -cocoadocs -colorset -colour -comitlint -dsym -esx -flatmap -fullwidth -gitlint -haml -iboutlet -INFOPLIST -iphoneos -IPHONEOS -iphonesimulator -jmbde -locproj -lunariajs -MSGSEND -nativeproj -NONNULL -nslocalizedstring -objc -Onone -parallelizable -Português -rubocop -RUNPATH -SANDBOXING -SDKROOT -showsdks -sourcecode -svenstaro -swiftlint -syncable -Testables -wholemodule -xcassets -xccurrentversion -xcdatamodel -xcdatamodeld -xcodebuild -xcodeproj -xcpretty -xcschemes -xcshareddata -xctest -XCUI -xcworkspace -youtube diff --git a/resources/text/LICENSE b/resources/text/LICENSE deleted file mode 100644 index 6d8cea430..000000000 --- a/resources/text/LICENSE +++ /dev/null @@ -1,190 +0,0 @@ -EUROPEAN UNION PUBLIC LICENCE v. 1.2 -EUPL © the European Union 2007, 2016 - -This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined below) which is provided under the -terms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such -use is covered by a right of the copyright holder of the Work). -The Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following -notice immediately following the copyright notice for the Work: - Licensed under the EUPL -or has expressed by any other means his willingness to license under the EUPL. - -1.Definitions -In this Licence, the following terms have the following meaning: -— ‘The Licence’:this Licence. -— ‘The Original Work’:the work or software distributed or communicated by the Licensor under this Licence, available -as Source Code and also as Executable Code as the case may be. -— ‘Derivative Works’:the works or software that could be created by the Licensee, based upon the Original Work or -modifications thereof. This Licence does not define the extent of modification or dependence on the Original Work -required in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in -the country mentioned in Article 15. -— ‘The Work’:the Original Work or its Derivative Works. -— ‘The Source Code’:the human-readable form of the Work which is the most convenient for people to study and -modify. -— ‘The Executable Code’:any code which has generally been compiled and which is meant to be interpreted by -a computer as a program. -— ‘The Licensor’:the natural or legal person that distributes or communicates the Work under the Licence. -— ‘Contributor(s)’:any natural or legal person who modifies the Work under the Licence, or otherwise contributes to -the creation of a Derivative Work. -— ‘The Licensee’ or ‘You’:any natural or legal person who makes any usage of the Work under the terms of the -Licence. -— ‘Distribution’ or ‘Communication’:any act of selling, giving, lending, renting, distributing, communicating, -transmitting, or otherwise making available, online or offline, copies of the Work or providing access to its essential -functionalities at the disposal of any other natural or legal person. - -2.Scope of the rights granted by the Licence -The Licensor hereby grants You a worldwide, royalty-free, non-exclusive, sublicensable licence to do the following, for -the duration of copyright vested in the Original Work: -— use the Work in any circumstance and for all usage, -— reproduce the Work, -— modify the Work, and make Derivative Works based upon the Work, -— communicate to the public, including the right to make available or display the Work or copies thereof to the public -and perform publicly, as the case may be, the Work, -— distribute the Work or copies thereof, -— lend and rent the Work or copies thereof, -— sublicense rights in the Work or copies thereof. -Those rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the -applicable law permits so. -In the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed -by law in order to make effective the licence of the economic rights here above listed. -The Licensor grants to the Licensee royalty-free, non-exclusive usage rights to any patents held by the Licensor, to the -extent necessary to make use of the rights granted on the Work under this Licence. - -3.Communication of the Source Code -The Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as -Executable Code, the Licensor provides in addition a machine-readable copy of the Source Code of the Work along with -each copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to -the Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to -distribute or communicate the Work. - -4.Limitations on copyright -Nothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the -exclusive rights of the rights owners in the Work, of the exhaustion of those rights or of other applicable limitations -thereto. - -5.Obligations of the Licensee -The grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those -obligations are the following: - -Attribution right: The Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to -the Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the -Licence with every copy of the Work he/she distributes or communicates. The Licensee must cause any Derivative Work -to carry prominent notices stating that the Work has been modified and the date of modification. - -Copyleft clause: If the Licensee distributes or communicates copies of the Original Works or Derivative Works, this -Distribution or Communication will be done under the terms of this Licence or of a later version of this Licence unless -the Original Work is expressly distributed only under this version of the Licence — for example by communicating -‘EUPL v. 1.2 only’. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the -Work or Derivative Work that alter or restrict the terms of the Licence. - -Compatibility clause: If the Licensee Distributes or Communicates Derivative Works or copies thereof based upon both -the Work and another work licensed under a Compatible Licence, this Distribution or Communication can be done -under the terms of this Compatible Licence. For the sake of this clause, ‘Compatible Licence’ refers to the licences listed -in the appendix attached to this Licence. Should the Licensee's obligations under the Compatible Licence conflict with -his/her obligations under this Licence, the obligations of the Compatible Licence shall prevail. - -Provision of Source Code: When distributing or communicating copies of the Work, the Licensee will provide -a machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available -for as long as the Licensee continues to distribute or communicate the Work. -Legal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or names -of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and -reproducing the content of the copyright notice. - -6.Chain of Authorship -The original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him/her or -licensed to him/her and that he/she has the power and authority to grant the Licence. -Each Contributor warrants that the copyright in the modifications he/she brings to the Work are owned by him/her or -licensed to him/her and that he/she has the power and authority to grant the Licence. -Each time You accept the Licence, the original Licensor and subsequent Contributors grant You a licence to their contributions -to the Work, under the terms of this Licence. - -7.Disclaimer of Warranty -The Work is a work in progress, which is continuously improved by numerous Contributors. It is not a finished work -and may therefore contain defects or ‘bugs’ inherent to this type of development. -For the above reason, the Work is provided under the Licence on an ‘as is’ basis and without warranties of any kind -concerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or -errors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this -Licence. -This disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work. - -8.Disclaimer of Liability -Except in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be -liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the -Work, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss -of data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However, -the Licensor will be liable under statutory product liability laws as far such laws apply to the Work. - -9.Additional agreements -While distributing the Work, You may choose to conclude an additional agreement, defining obligations or services -consistent with this Licence. However, if accepting obligations, You may act only on your own behalf and on your sole -responsibility, not on behalf of the original Licensor or any other Contributor, and only if You agree to indemnify, -defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against such Contributor by -the fact You have accepted any warranty or additional liability. - -10.Acceptance of the Licence -The provisions of this Licence can be accepted by clicking on an icon ‘I agree’ placed under the bottom of a window -displaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of -applicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms -and conditions. -Similarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You -by Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution -or Communication by You of the Work or copies thereof. - -11.Information to the public -In case of any Distribution or Communication of the Work by means of electronic communication by You (for example, -by offering to download the Work from a remote location) the distribution channel or media (for example, a website) -must at least provide to the public the information requested by the applicable law regarding the Licensor, the Licence -and the way it may be accessible, concluded, stored and reproduced by the Licensee. - -12.Termination of the Licence -The Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms -of the Licence. -Such a termination will not terminate the licences of any person who has received the Work from the Licensee under -the Licence, provided such persons remain in full compliance with the Licence. - -13.Miscellaneous -Without prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the -Work. -If any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or -enforceability of the Licence as a whole. Such provision will be construed or reformed so as necessary to make it valid -and enforceable. -The European Commission may publish other linguistic versions or new versions of this Licence or updated versions of -the Appendix, so far this is required and reasonable, without reducing the scope of the rights granted by the Licence. -New versions of the Licence will be published with a unique version number. -All linguistic versions of this Licence, approved by the European Commission, have identical value. Parties can take -advantage of the linguistic version of their choice. - -14.Jurisdiction -Without prejudice to specific agreement between parties, -— any litigation resulting from the interpretation of this License, arising between the European Union institutions, -bodies, offices or agencies, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice -of the European Union, as laid down in article 272 of the Treaty on the Functioning of the European Union, -— any litigation arising between other parties and resulting from the interpretation of this License, will be subject to -the exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business. - -15.Applicable Law -Without prejudice to specific agreement between parties, -— this Licence shall be governed by the law of the European Union Member State where the Licensor has his seat, -resides or has his registered office, -— this licence shall be governed by Belgian law if the Licensor has no seat, residence or registered office inside -a European Union Member State. - - - Appendix - -‘Compatible Licences’ according to Article 5 EUPL are: -— GNU General Public License (GPL) v. 2, v. 3 -— GNU Affero General Public License (AGPL) v. 3 -— Open Software License (OSL) v. 2.1, v. 3.0 -— Eclipse Public License (EPL) v. 1.0 -— CeCILL v. 2.0, v. 2.1 -— Mozilla Public Licence (MPL) v. 2 -— GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3 -— Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for works other than software -— European Union Public Licence (EUPL) v. 1.1, v. 1.2 -— Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong Reciprocity (LiLiQ-R+). - -The European Commission may update this Appendix to later versions of the above licences without producing -a new version of the EUPL, as long as they provide the rights granted in Article 2 of this Licence and protect the -covered Source Code from exclusive appropriation. -All other changes or additions to this Appendix require the production of a new EUPL version. diff --git a/scripts/build_flatpak b/scripts/build_flatpak index 376bb8e1e..11ea8b728 100755 --- a/scripts/build_flatpak +++ b/scripts/build_flatpak @@ -10,4 +10,4 @@ docker pull freedesktopsdk/flatpak:20.08-x86_64 # Build the snap docker run -v "$PWD":/build -w /build freedesktopsdk/flatpak:20.08-x86_64 apt-get -y -qq update docker run -v "$PWD":/build -w /build freedesktopsdk/flatpak:20.08-x86_64 apt-get install -y flatpak flatpak-builder -docker run -v "$PWD":/build -w /build freedesktopsdk/flatpak:20.08-x86_64 flakpak +docker run -v "$PWD":/build -w /build freedesktopsdk/flatpak:20.08-x86_64 flatkpak diff --git a/scripts/build_mac b/scripts/build_mac index be871be83..b6502dc27 100755 --- a/scripts/build_mac +++ b/scripts/build_mac @@ -1,14 +1,29 @@ #!/bin/sh -export LLVM_INSTALL_DIR=/usr/local/Cellar/llvm/13.0.1_1 +export CMAKE_PREFIX_PATH=$(brew --prefix qt) +BUILD_TYPE=Release +MAC_OS_TARGET=12.0 -rm -rf build -mkdir -p build -cmake -S . -B ./build . -G "Ninja Multi-Config" -DCMAKE_BUILD_TYPE:STRING=Debug -DENABLE_DEVELOPER_MODE:BOOL=OFF -DOPT_ENABLE_COVERAGE:BOOL=ON +pip install conan + +rm -rf build/${BUILD_TYPE} + +conan profile detect --force +conan install . --build=missing --settings=build_type=${BUILD_TYPE} + +cmake -S . -B build/${BUILD_TYPE} \ + -DCMAKE_TOOLCHAIN_FILE=generators/conan_toolchain.cmake \ + -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ + -DCMAKE_OSX_DEPLOYMENT_TARGET=${MAC_OS_TARGET} \ + -DCMAKE_INSTALL_PREFIX:PATH=./app # Execute the build. You can specify a specific target with "--target " -cmake --build ./build --config Debug -cmake --build ./build --target install --config Debug + +cmake --build build/${BUILD_TYPE} \ + --config ${BUILD_TYPE} \ + --target install \ + --parallel $(sysctl -n hw.logicalcpu) + cd build || exit ctest -VV cpack -G 7Z